show mpls cross-connect-table
Use this command to display detailed information for all entries created in the MPLS cross-connect table.
Command Syntax
show mpls cross-connect-table
Parameters
None
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following is a sample output of the show mpls cross-connect-table 
#show mpls cross-connect-table
  Cross connect ix: 3, in intf: -, in label: 0, out-segment ix: 3
    Owner: RSVP, Persistent: No, Admin Status: Up, Oper Status: Up
   Out-segment with ix: 3, owner: RSVP, out intf: eth1, out label: 16
    Nexthop addr: 10.10.20.80, cross connect ix: 3, op code: Push
 
  Cross connect ix: 6, in intf: -, in label: 0, out-segment ix: 6
    Owner: RSVP, Persistent: No, Admin Status: Up, Oper Status: Up
   Out-segment with ix: 6, owner: RSVP, out intf: eth1, out label: 17
    Nexthop addr: 10.10.20.80, cross connect ix: 6, op code: Push
#
 
Table 7 explains the show command output fields.
  
Table 7: show mpls cross-connect-table output field
Field  | Description  | 
|---|
Cross connect ix  | Displays the table index for the cross-connect.  | 
In intf  | Installed as a result of configuring an interface.  | 
In label  | Displays the ingress (incoming interface) label for this segment.  | 
Out-segment ix  | Displays the outbound segment index.  | 
Owner  | Displays the creator of this segment, typically a protocol such as BGP.  | 
Persistent  | Displays whether the tunnel is persistent – Yes or No.  | 
Admin Status  | Indicates whether the user can administratively disable a peer while still preserving its configuration. Up = Yes, Down = No.  | 
Oper Status  | Displays the current status of the cross-connect segment – Up or Down  | 
Nexthop addr  | Displays the IP address of the next hop.  | 
Op code  | PUSH = Replace the top label with another and then push one or more additional labels onto the label stack   SET = Set the next hop label.  | 
Last modified date: 07-13-2023