The display bgp rpd routing-table peer command displays information about BGP peers in the BGP RPD address family.
Parameter | Description | Value |
---|---|---|
advertised-routes |
Displays information about the routes advertised to a specified peer. |
- |
received-routes |
Displays information about the routes received from a specified peer. |
- |
peer ipv4-address |
Displays information about routes of a specified peer. |
It is in dotted decimal notation. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp rpd routing-table peer 192.168.1.1 advertised-routes
Total number of Routes : 1
BGP Local router ID is 1.1.1.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
Network Peer MED LocPrf PrefVal Path/Ogn
*> 1/1.1.1.1/1 192.168.1.1 60 0 100?
Item | Description |
---|---|
Total number of Routes | Number of BGP Flow Specification routes. |
BGP Local router ID | Router ID of the local BGP device. |
best | Optimal route. |
Network | Route prefix. |
Peer | IP address of the peer. |
MED | MED of the route. |
LocPrf | Local_Pref of the route. |
PrefVal | PrefVal of the route. |
Path/Ogn | AS_Path and origin of the route. |
external | External route. |
valid | Valid route. |