route-map no-export - not working!! [7:61480]

2003-01-21 Thread Cisco Nuts
Hello,I am trying to block any routes that have traversed AS1000 from being advertised beyond AS34 but am having no luck.R4 is learning a bunch of routes from AS100 and the config is on R4 which in in AS34R4#route-map comm_out permit 10 match as-path 99 set community no-export ! route-map comm_ou

Re: route-map no-export - not working!! [7:61480]

2003-01-21 Thread Captian Lance
You have to use the "send community" command in your BGP configuration. ""Cisco Nuts"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello,I am trying to block any routes that have traversed AS1000 from > being advertised beyond AS34 but am having no luck.R4 is learning a bun

Re: route-map no-export - not working!! [7:61480]

2003-01-21 Thread Cisco Nuts
: "Captian Lance" >To: [EMAIL PROTECTED] >Subject: Re: route-map no-export - not working!! [7:61480] >Date: Tue, 21 Jan 2003 18:43:25 GMT > >You have to use the "send community" command in your BGP configuration. > > > > >""Cisco Nuts&quo

RE: route-map no-export - not working!! [7:61480]

2003-01-21 Thread Xueyan Liu
Looks like you have "permit" all the way but no "deny" on the particular AS. change one permit to deny either in your route-map or access-list should fix the problem. Xueyan Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=61501&t=61480 ---

Re: route-map no-export - not working!! [7:61480]

2003-01-22 Thread Darrell Newcomb
Xueyan's comments about changing permit and deny's would work. But I think the big thing you are missing here is you're tagging something no-export on the way out of AS34. That will pass the route to the neighboring AS and then they shouldn't pass it on to their neighboring AS's. If you wanted to

Re: route-map no-export - not working!! [7:61480]

2003-01-22 Thread Cisco Nuts
rom: "Darrell Newcomb" >Reply-To: "Darrell Newcomb" >To: [EMAIL PROTECTED] >Subject: Re: route-map no-export - not working!! [7:61480] >Date: Wed, 22 Jan 2003 18:32:44 GMT > >Xueyan's comments about changing permit and deny's would work. > >But I t