Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cisco:bgp [2008/07/06 12:49]
a Extracting BGP info with regular expressions
cisco:bgp [2009/05/25 00:35] (current)
Line 62: Line 62:
   route-map standardout permit 20   route-map standardout permit 20
  
 +
 +===== Useful commands =====
 +FIXME - styling (and more detailed)
 +
 +   Router# show ip bgp nei 172.16.0.2 received-routes
 +
 +and 
 +
 +   Router# show ip bgp nei 172.16.0.2 routes
 +
 +and
 +
 +   Router# show ip bgp rib-failure
  
 ===== Preventing AS from becoming Transit AS ===== ===== Preventing AS from becoming Transit AS =====
Line 91: Line 104:
     route-map prepend permit 10     route-map prepend permit 10
     set as-path prepend 65001 65001 65001     set as-path prepend 65001 65001 65001
 +
  
 ===== Extracting BGP info with regular expressions ===== ===== Extracting BGP info with regular expressions =====
 +
 +**Short version:**
 +   show ip bgp regexp [AS]$ - list all network paths with that AS
 +   show ip bgp regexp _AS_ - match any route going through AS
 +   show ip bgp regexp _AS AS_ - match any route passed through AS and AS
 +   show ip bgp regexp _AS$ - match only routes originated in this AS
  
 To find all subnets originating from AS 100 (AS path ends with 100): \\ To find all subnets originating from AS 100 (AS path ends with 100): \\
cisco/bgp.1215341377.txt.gz ยท Last modified: 2009/05/25 00:34 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready