display bgp l2vpn-ad routing-table [ vpls-ad ]
display bgp l2vpn-ad routing-table peer ipv4-address received-routes [ vpls-ad ]
display bgp l2vpn-ad routing-table peer ipv4-address received-routes [ vpls-ad ] active
display bgp l2vpn-ad route-distinguisher route-distinguisher routing-table [ vpls-ad ]
| Parameter | Description | Value |
|---|---|---|
| vpls-ad |
Displays VPLS-AD route information. |
- |
| peer ipv4-address |
Displays the routes of the specified BGP peer. |
The value is in dotted decimal notation. |
| received-routes |
Displays the routes received from a specified peer. |
- |
| active |
Displays the active routes received from the specified peer. |
- |
| route-distinguisher route-distinguisher |
Displays BGP L2VPN-AD routes of the specified Route Distinguisher (RD). |
The RD formats are as follows:
|
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp l2vpn-ad routing-table
Local AS number : 100
BGP Local router ID is 10.11.11.1
Status codes: * - valid, > - best, d - damped, x - best external, a - add path,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V - valid, I - invalid, N - not-found
Total number of routes from all PE: 1
Route Distinguisher: 1:1
Network NextHop MED LocPrf PrefVal Path/Ogn
*>i 10.1.1.1/32 10.11.11.2 100 0 ?
| Item | Description |
|---|---|
| Local AS number | Local AS number. |
| BGP Local router ID is | ID of the local BGP router. The format is the same as the IPv4 address. |
| Total number of routes from all PE | Number of routes from all Pes. |
| Route Distinguisher | Route distinguisher (RD). |
| Network | Network address in the BGP routing table. |
| NextHop | Next hop address of a packet. |
| MED | Multi-Exit discriminator, If the MED is null, the route is learned from an IBGP peer. |
| LocPrf | Local_Pref, If the Local_Pref is null, the route is learned from an EBGP peer. |
| PrefVal | PrefVal. |
| Path/Ogn | AS_Path number or Origin. |