본문 바로가기

Network Default/R&S Protocol

[Redi] EIGRP -> RIP redistribution

 

EIGRP -> RIP redistribution
R2(config-router)#redi eigrp 1 metric 4
- Rip 에서 최대 홉수가 15이므로 R2에서 부터 라우터 4개 까지 redi 광고가 전달되게 된다.
   가령 R2(config-router)#redi eigrp 1 metric 16으로 하게 되면 바로 next-hop router에게도 전달되지않는다.


RIP -> EIGRP redi

eigrp metric 확인

R1# sh int s1/0
Serial1/0 is up, line protocol is up
  Hardware is M4T
  Internet address is 14.14.12.1/24
  MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255

R2(config-router)#redi rip metric ?
  <1-4294967295>  Bandwidth metric in Kbits per second

R2(config-router)#redi rip metric 1544 ?
  <0-4294967295>  EIGRP delay metric, in 10 microsecond units

R2(config-router)#redi rip metric 1544 2000 ?
  <0-255>  EIGRP reliability metric where 255 is 100% reliable

R2(config-router)#redi rip metric 1544 2000 255?
  <1-255>  EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded

R2(config-router)#redi rip metric 1544 2000 255 1 ?
  <1-65535>  EIGRP MTU of the path

R2(config-router)#redi rip metric 1544 2000 255 1 1500