The display mpls te cspf tedb sid command displays CSPF-based SID information that meets the specified conditions.
display mpls te cspf tedb sid { all | srv4 } [ igp-type { ospf | isis } ]
display mpls te cspf tedb sid area { area-id | area-ip } [ igp-type { ospf | isis } ] [ srv4 ]
display mpls te cspf tedb sid node [ router-id ] [ igp-type { ospf | isis } ]
display mpls te cspf tedb sid interface ip-address [ igp-type { ospf | isis } ]
display mpls te cspf tedb sid node router-id parallel-label
display mpls te cspf tedb sid node router-id label label-value
Parameter | Description | Value |
---|---|---|
all |
Displays all SID node information. |
- |
srv4 |
Displays SR-MPLS TE information. |
- |
igp-type |
Display information with IGP filter. |
- |
ospf |
Display information only for OSPF. |
- |
isis |
Display information only for ISIS. |
- |
area area-id |
Displays SID information about a specified area. |
For IS-IS, the value can be 1 or 2. For OSPF, the value ranges from 0 to 4294967295. |
area-ip |
Area ID value (IP address). |
The value is in dotted decimal notation. |
node router-id |
Specifies a router ID of a device. |
The value is in dotted decimal notation. |
interface ip-address |
Displays SID information about an interface with a specified IP address. |
The value is in dotted decimal notation. |
parallel-label |
Display information about parallel label. |
- |
label label-value |
Specifies a label value. |
The value is an integer ranging from 16 to 1048575. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mpls te cspf tedb sid node 1.1.1.1 parallel-label
IGP Process-Id Area IGP-RouterId SidLabel LabelType NAI
ISIS 1 Level-1 0000.0000.0000.00:00 322000 adj 10.14.0.1:10.14.0.2
adj 10.12.0.1:10.12.0.2
adj 10.121.0.1:10.121.0.2
ISIS 1 Level-1 0000.0000.0000.00:00 322001 adj 10.122.0.1:10.122.0.2
adj 10.123.0.1:10.123.0.2
ISIS 1 Level-2 0000.0000.0000.00:00 322000 adj 10.12.0.1:10.12.0.2
adj 10.121.0.1:10.121.0.2
ISIS 1 Level-2 0000.0000.0000.00:00 322001 adj 10.122.0.1:10.122.0.2
adj 10.123.0.1:10.123.0.2
[~RTA-diagnose]
<HUAWEI> display mpls te cspf tedb sid node 1.1.1.1 label 322001
IGP Process-Id Area IGP-RouterId SidLabel LabelType NAI
ISIS 1 Level-1 0000.0000.0000.00:00 322001 adj 10.2.0.1:10.2.0.2
adj 10.3.0.1:10.3.0.2
ISIS 1 Level-2 0000.0000.0000.00:00 322001 adj 10.2.0.1:10.2.0.2
adj 10.3.0.1:10.3.0.2
<HUAWEI> display mpls te cspf tedb sid node
Router ID: 10.255.200.24
IGP Type : ISIS Process ID: 1 IGP Area: Level-2
SRGB Base: 190464 Range: 10001 MSD: -
Node SID[SRv4]:
Index Value Flags
11 - Node-SID, no-PHP
Link Count: 9
Link[1]:
Interface Address: 10.113.0.2
Link Type: Multi-access
Neighbor Id: 1002.5520.0003.00
Adj SID[SRv4]:
21548 Flags: Value, Local
Link[2]:
Interface Address: 10.113.1.2
Link Type: Multi-access
Neighbor Id: 1002.5520.0003.00
Adj SID[SRv4]:
34969 Flags: Value, Local
Link[3]:
Interface Address: 10.113.3.2
Link Type: Multi-access
Neighbor Id: 1002.5520.0003.00
Adj SID[SRv4]:
10565 Flags: Value, Local
Link[4]:
Interface Address: 10.113.5.1
Link Type: Multi-access
Neighbor Id: 1002.5520.0003.00
Adj SID[SRv4]:
28404 Flags: Value, Local
Link[5]:
Interface Address: 10.113.7.1
Peer Interface Address: 10.113.7.2
Link Type: point-to-point
Adj SID[SRv4]:
50195 Flags: Value, Local
Link[6]:
Interface Address: 10.114.0.6
Link Type: Multi-access
Neighbor Id: 1002.5520.0025.00
Adj SID[SRv4]:
9683 Flags: Value, Local
<HUAWEI> display mpls te cspf tedb sid all
Current Total Node SID Number: 2
Current Total Adjacency SID Number: 6
Id Node-Id IGP Process-Id Area Node-SID Adj-SID-Count
1 2.2.2.2 ISIS 1 Level-2 10 3
2 1.1.1.1 ISIS 1 Level-2 0 3
Item | Description |
---|---|
IGP | IGP. |
IGP Type | IGP, either OSPF or IS-IS. |
IGP Area | Area ID. |
Process-Id | IGP process ID. |
Area | Area to which a device belongs. |
NAI | Network address information. |
Router ID | Router ID, in dotted decimal notation. |
Process ID | Process ID. |
SRGB Base | SRGB baseline. |
Node SID | Node SID. |
Index | Index. |
Value | SID value. |
Flags | SID flag. |
Flags | Adj-SID flag. |
Link Count | Number of links. |
Link Type | Link type. |
Interface Address | Interface IP address. |
Neighbor Id | Neighbor ID. |
Adj SID[SRv4] | Adj-SID value. |
Peer Interface Address | IP address of the remote interface. |
Current Total Node SID Number | Number of node SIDs. |
Current Total Adjacency SID Number | Number of adjacency SIDs. |
Id | Sequence number. |
Node-Id | Router ID, in dotted decimal notation. |
Node-SID | Node SID. |
Adj-SID-Count | Number of Ajd-SIDs with a specified IGP type and a process ID. |
Range | SRGB range. |
MSD | Maximum SID Depth. |