BGP as-path access-lists

2000-11-22 Thread Andre Fecteau
Hello, I have been recently placed in the awkward position of making some changes to our BGP configuration.  The problem is that I understand how bgp works for the main part, but I don't have any information on the meaning of the symbols used in the following as-path access-lists (^, $, _, ., +,

Re: BGP as-path access-lists

2000-11-22 Thread Brad Steinman
PROTECTED] Sent: Wednesday, November 22, 2000 1:13 PM Subject: BGP as-path access-lists Hello, I have been recently placed in the awkward position of making some changes to our BGP configuration.  The problem is that I understand how bgp works for the main part, but I don't

Re: BGP as-path access-lists

2000-11-22 Thread Todd Plambeck
Here is a link to for the Regular Expression meanings: http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_r/drprt11/drregexp.htm#4582 I hope this helps. Todd Andre Fecteau wrote: Hello, I have been recently placed in the awkward position of making some changes to our BGP

Re: BGP as-path access-lists

2000-11-23 Thread A. Geoffrey Cauchi
c/459/18.html Regards Geoffrey - Original Message - From: Andre Fecteau Newsgroups: groupstudy.cisco To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 7:13 PM Subject: BGP as-path access-lists Hello, I have been recently placed in the awkward position of making some chang

Re: BGP as-path access-lists

2000-11-23 Thread A. Geoffrey Cauchi
22, 2000 7:13 PM Subject: BGP as-path access-lists Hello, I have been recently placed in the awkward position of making some changes to our BGP configuration.  The problem is that I understand how bgp works for the main part, but I don't have any information on the meaning of t

Re: BGP as-path access-lists

2000-11-23 Thread michael champion
The link that they have been giving you describes regular expression notation, but it is hard to see how it applies to routing.   Use  the command "show ip bgp regexp [regular-expression] to see what routes match. This will help you probably more than any tutorial on regular expressions, be