Route Adv to BB

From: Emil Patel (emilpatel@hotmail.com)
Date: Sat Feb 18 2006 - 13:34:11 GMT-3


I have 6 Loopback interfaces that need to be advertised to BB. Seems like
only way to advertise these route to BB is either by issuing redistribute
connected or redistribute connected with route-map, where route map can
either match interface or the ip addresses. Is there any other way to
redistribute these routes to BB?

 

Int lo1

Ip add 30.0.0.1 255.255.255.0

Int lo2

Ip add 30.0.1.1 255.255.255.0

Int lo3

Ip add 30.0.2.1 255.255.255.0

Int lo4

Ip add 30.0.3.1 255.255.255.0

Int lo5

Ip add 30.0.4.1 255.255.255.0

Int lo5

Ip add 30.0.5.1 255.255.255.0

 

 

Access-list 10 permit 30.0.0.0 0.0.7.0

 

route-map 30R->BB permit 10

 match ip address 12

!

route-map 30R->BB permit 20

 

router rip

 version 2

 redistribute eigrp 100 metric 6 route-map 40R->BB

 redistribute connected route-map 30R->BB

 network 54.0.0.0

 distribute-list 10 in Serial0/0

 

 

Thanks

Emil



This archive was generated by hypermail 2.1.4 : Wed Mar 01 2006 - 11:28:18 GMT-3