292
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, which is a case-sensitive string of 1 to 256 characters.
Examples
# Display information about labeled routes in the BGP routing table.
<Sysname> display bgp vpnv4 all routing-table label
BGP Local router ID is 2.2.2.2
Status codes: * - valid, ^ - VPNv4 best, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Total number of routes from all PE: 1
Route Distinguisher: 100:1
Network NextHop In/Out Label
*^ i 123.1.1.1 1.1.1.1 NULL/1024
Total routes of vpn-instance vpn1: 4
Network NextHop In/Out Label
* > 10.1.1.0 0.0.0.0 1025/NULL
* > 20.0.0.0 0.0.0.0 1026/NULL
* >i 123.1.1.1 1.1.1.1 NULL/1024
* > 124.1.1.1 0.0.0.0 1024/NULL
Table 125 Command output
Field Description
BGP Local router ID Router ID of the local BGP router.
Status Route status codes. For valid values, see Table 113.
Origin Route origin codes. For valid values, see Table 113..
Route Distinguisher RD.
Network Network address.
NextHop Address of the next hop.
In/Out Label
Incoming/outgoing label. exp-null indicates an
explicit null label.
Total routes of vpn-instance vpn1
Total number of routes from the specified VPN
instance.
display bgp vpnv4 vpn-instance routing-table
Description
Use the display bgp vpnv4 vpn-instance routing-table command to display the BGP VPNv4 routing
information of a specified VPN instance.