display bgp multicast routing-table regular-expression
Function
The display bgp multicast routing-table regular-expression command displays the routes that match the specified AS_Path regular expression.
Parameters
Parameter | Description | Value |
---|---|---|
as-regular-expression | Specifies the AS_Path regular expression. | It is a string of 1 to 80. |
Example
# Display the routes that match the AS_Path regular expression 2.
<AC6605> display bgp multicast routing-table regular-expression 2
BGP local router ID is 10.13.13.9
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Total Number of Routes: 13
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 10.4.4.4/32 10.2.1.2 0 2?
*> 10.6.1.0/24 10.2.1.2 0 2?
*> 10.1.2.0/24 10.2.1.2 0 2?
*> 10.2.1.0/24 10.2.1.2 0 0 2?
*> 10.7.1.0/24 10.2.1.2 0 2?
*> 10.7.1.1/32 10.2.1.2 0 2?
*> 10.7.1.2/32 10.2.1.2 0 0 2?
*> 10.11.12.0/24 10.2.1.2 0 0 2?
*> 10.11.12.1/32 10.2.1.2 0 0 2?
*> 10.12.12.9/32 10.2.1.2 0 0 2?
*> 10.14.14.9/32 10.2.1.2 0 2?
*> 10.15.1.0/24 10.2.1.2 0 2?
*> 10.15.15.14/32 10.2.1.2 0 2?
Item |
Description |
---|---|
BGP local router ID |
BGP local router ID |
Network |
Indicates the network address in the MBGP routing table. |
NextHop |
Indicates the next-hop address for the packet. |
MED |
Indicates the MED of the route. |
LocPrf |
Indicates the local preference. |
PrefVal |
Indicates the preferred value. |
Path/Ogn |
Indicates the AS_Path number and the Origin attribute. |