can someone help me? i am currently doing bgp in my test lab. i did a
community no-advertise in one of the routes to be advertise by the local as
to another as, but i can't see it in that other as. i also did a
redistribution from bgp to igp (ospf) in the other as so that both bgp and
igp would sync because one of the problems stated that i should not disable
sync. did i missed something? here's my config in my test lab:

router bgp 2
 bgp log-neighbor-changes
 redistribute connected route-map loops
 neighbor 153.153.3.3 remote-as 3
 neighbor 153.153.3.3 ebgp-multihop 255
 neighbor 153.153.3.3 update-source Loopback10
 neighbor 153.153.3.3 send-community

route-map loops permit 10
 match interface Loopback33 Loopback55
 set origin igp
!
route-map loops permit 20
 match interface Loopback22 - loopback 22 is 22.22.22.22/24
 set origin igp
 set community no-export

when i did show ip bgp on the 153.153.3.3 router, 

  Network          Next Hop            Metric LocPrf Weight Path
*>i11.0.0.0         153.153.1.1                   100      0 23 111 i
*> 33.0.0.0         153.153.6.6              1             0 2 i
*>i44.0.0.0         153.153.1.1                   100      0 23 111 i
*> 55.0.0.0         153.153.6.6              1             0 2 i
*>i66.0.0.0         153.153.1.1                   100      0 23 111 777 i
*>i77.0.0.0         153.153.1.1                   100      0 23 111 444 555 i
*>i103.103.103.0/24 153.153.1.1              0    100      0 23 i
*>i183.0.0.0/8      153.153.4.4                   100      0 65003 i

i can't see the 22.0.0.0 network. thanks in advance.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62326&t=62326
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to