Removing stuff from our router [7:44839]

2002-05-23 Thread Anil Gupte
To remove this: route-map MyISP-In permit 10 match as-path 6 set local-preference 200 Do I just do this?: no route-map MyISP-In permit 10 Also, to remove: ip as-path access-list 1 permit ^[0-9]* ip as-path access-list 2 permit ^$ ip as-path access-list 3 permit ^1234$ ip as-path access-list 3

Re: Removing stuff from our router [7:44839]

2002-05-23 Thread Scott H.
Removing the route map and as-path filters will work the way you have it (if you do "no route-map MyISP-In" it will remove the entire route-map), but you should also remove the neighbor statements in your config. that reference these things. By looking at the configs., I'm assuming this is in a l

RE: Removing stuff from our router [7:44839]

2002-05-23 Thread Roberts, Larry
ut my reference book in front of me. Thanks Larry -Original Message- From: Anil Gupte [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 11:04 AM To: [EMAIL PROTECTED] Subject: Removing stuff from our router [7:44839] To remove this: route-map MyISP-In permit 10 match as-path 6 set

Re: Removing stuff from our router [7:44839]

2002-05-23 Thread Anil Gupte
test. Thanx, Anil Gupte - Original Message - From: "Scott H." To: Sent: Thursday, May 23, 2002 12:09 PM Subject: Re: Removing stuff from our router [7:44839] > Removing the route map and as-path filters will work the way you have it (if > you do "no route-map MyISP-I

Re: Removing stuff from our router [7:44839]

2002-05-23 Thread Scott H.
l Gupte > > - Original Message - > From: "Scott H." > To: > Sent: Thursday, May 23, 2002 12:09 PM > Subject: Re: Removing stuff from our router [7:44839] > > > > Removing the route map and as-path filters will work the way you have it > (if >