show mpls vrf-forwarding-table vrf
This CLI can be used to display a tabular output of the VRF forwarding entries received from the remote PE via MPBGP.
Command Syntax
show mpls vrf-forwarding-table vrf <VRFNAME>
Parameters
VRFNAME
Display the MPLS VRF table by its configured name
Command Mode
Exec mode
Applicability
This command was introduced in OcNOS-SP version 4.1.
Examples
OcNos#show mpls vrf-forwarding-table vrf BEVrf
Owner FEC FTN-ID Oper-Status Out-Label Tunnel-id NHLFE-id Out-Intf Nexthop
BGP 10.143.73.1/32 1 Up 24320 0 19 xe25 10.143.73.1
BGP 10.143.73.10/32 6 Up 25600 0 30 xe4 10.143.73.10
BGP 10.143.169.26/31 2 Up 24320 0 19 xe25 10.143.73.1
BGP 10.143.170.26/31 3 Up 24324 0 28 xe4 10.143.73.6
Table 21 explains the show command output fields.
Table 21: show mpls vrf-forwarding-table vrf output fileds
Field | Description |
---|
Owner | Displays the creator of this entry, typically a protocol such as BGP. |
FEC | Displays the Forward Equivalency Class (FEC) for this entry. |
FTN-ID | FEC-to-NHLFE identification. |
Oper-Status | Displays the current status of the entry – Up or Down. It will be “UP” if the vrf entry is installed in the forwarder and it will be in “DOWN“ state if the vrf entry is not installed in the forwarder. |
Out-Label | Displays the egress label for this FTN. |
Tunnel-id | Tunnel identification to which packets of this FTN are going. |
NHLFE-id | Next Hop Label Forwarding Entry identification (also known as out-segment entry identification). |
Out-Intf | Name of the physical interface through which traffic goes. |
Nexthop | Displays the IP address of the next hop. |
Last modified date: 07-13-2023