פעולת הפצת הניתוב מחדש redistribution מתבצעת כאשר משתמשים במספר שיטות ניתוב.
בכל שיטה יש ליידע את הראוטר על השיטה האחרת.
.
redistribution OSPF into >>> BGP
R(config)#router bgp 24000
R(config-router)#redistribute ospf 1 match internal
הערה - בניסוח הפקודה יש להתייחס לסוג האזור של OSPF : פנימי internal / חיצוני external
redistribution BGP into >>> OSPF
R(config)#router ospf 1
R(config-router)#redistribute bgp 64000 subnets
R(config)#router ospf 1
R(config-router)#redistribute eigrp 12 subnets
.
R(config)#router eigrp 12
R(config-router)#redistribute ospf 1 metric 10000 200 255 1 1500
הערה - בפקודה זו מפורטים 5 המדדים הבאים:
<1-4294967295> Bandwidth metric in Kbits per second
<0-4294967295> EIGRP delay metric, in 10 microsecond units
<0-255> EIGRP reliability metric where 255 is 100% reliable
<1-255> EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
<1-65535> EIGRP MTU of the path
.
redistribution STATIC into >>> BGP
R(config)#router bgp 18000
R(config-router)#redistribute static
.
redistribution STATIC into >>> EIGRP
R(config)#router eigrp 14
R(config-router)#redistribute static