Re: bgp community [7:62326]

2003-02-02 Thread Wesley
Hi Pete,

Try clearing the 'set community no-export' command in your route map and see
if 22.22.22.22/24 propagates over to 153.153.3.3. I am suspecting maybe
tagging the no-export community while redistributing into the bgp process
may actually cause the Loopback22 route not to be exported

If that works, maybe you may want to try this command as well. 'neighbor
153.153.3.3 route-map  out'
You can use your 'loops' routemap if you want. Don't forget to issue a
'clear ip bgp 153.153.3.3' command to restart the session.

HTH

Wes

Peter Paul  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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 HopMetric 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  0100  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=7i=62327t=62326
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



bgp community [7:62326]

2003-02-01 Thread Peter Paul
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 HopMetric 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  0100  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=7i=62326t=62326
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]