EIGRP network 0.0.0.0 to redistribute static route [7:61169]

2003-01-15 Thread Wei Zhu
---EIGRP 100--(S0)---R1---(S1)--BGP AS 200--- R1 S0 192.168.1.1 255.255.255.240 S1 172.22.2.1 255.255.255.0 S0 side run EIGRP, S1 side run BGP (1) router eigrp 200 network 192.168.1.0 router bgp nei remote-as XXX R1 will send 192.168.1.0 route info through S0, but won't send the 172.22.2.0

RE: EIGRP network 0.0.0.0 to redistribute static route [7:61169]

2003-01-16 Thread tu do
Wei, When redistributing routes from one protocol to other, you donot want these routes get feeded back and that may cause routing loops. These issues also come with route summarization. To prevent these, manually direct them (the routes) to interface Null 0 (a black hole) in case of OSPF. Eigrp d