The display mpls te p2mp-template command displays information about a P2MP tunnel template.
Parameter | Description | Value |
---|---|---|
name |
Displays information about a P2MP tunnel template with a specific name. |
- |
template-name |
Specifies the name of a P2MP tunnel template. |
The name is a string of 1 to 31 case-sensitive characters. The name cannot contain spaces or start with an underscore (_). When double quotation marks are used around the string, spaces are allowed in the string. |
verbose |
Displays detailed information about a P2MP tunnel template. |
- |
Usage Scenario
To view information about every P2MP tunnel template, run the display mpls te p2mp-template command. The command output contains the configurations of each template and automatic P2MP TE tunnels that are established using specific templates. If the template-name parameter is not specified, information about all P2MP tunnel templates is displayed.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mpls te p2mp-template verbose
------------------------------------------------------------
P2MP-Template
------------------------------------------------------------
Name : t1
Tie-breaking Policy : None Metric Type : None
Bfd Capability : Enabled Resv Style : SE
Bfd Min Tx(ms) : 200 Bfd Min Rx(ms) : --
Bfd Detect Multiplier: 3
Reoptimization : Disabled Reopt Freq(sec): --
IncludeAll : 0x0 IncludeAny : 0x0
ExcludeAny : 0x0
Setup Priority : 7 Hold Priority : 7
Record Route : Enabled Record Label : Enabled
Lsp-tp Outbound : Enabled Hop Limit : 32
Leaf-list Name : leaf1
FRR Flag : Enabled FRR Bandwidth : Disabled
Bypass Bandwidth : --
Bypass Setup Priority: 7 Bypass Hold Priority: 7
Configured Bandwidth Information:
CT0 Bandwidth(Kbit/sec): 2000 CT1 Bandwidth(Kbit/sec): 0
CT2 Bandwidth(Kbit/sec): 0 CT3 Bandwidth(Kbit/sec): 0
CT4 Bandwidth(Kbit/sec): 0 CT5 Bandwidth(Kbit/sec): 0
CT6 Bandwidth(Kbit/sec): 0 CT7 Bandwidth(Kbit/sec): 0
List of P2MP auto-tunnels using this template:
P2MPt132769
Number of P2MP auto-tunnels using this template: 1
<HUAWEI> display mpls te p2mp-template
--------------------------------------------------------
Name Refer Number
--------------------------------------------------------
aaa 1
Item | Description |
---|---|
Name | P2MP tunnel template name configured using the mpls te p2mp-template command. |
Tie-breaking Policy | CR-LSP tie-breaking policy used by the automatic P2MP TE tunnel. |
Metric Type | Metric type configured for the automatic P2MP tunnel. |
Bfd Capability | Whether BFD is enabled:
|
Bfd Min Tx(ms) | Minimum interval (in ms) at which BFD packets are sent. |
Bfd Min Rx(ms) | Minimum interval (in ms) at which BFD packets are received. |
Bfd Detect Multiplier | BFD detection multiplier. |
Resv Style | Resource reservation style:
|
Reoptimization | Whether periodic re-optimization is enabled:
|
Reopt Freq(sec) | Interval (in seconds) between periodic re-optimization processes. |
IncludeAll | All affinity bits are included. After the link administrative group bits specified based on a mask are ANDed with the specified affinity bits, only if the results are all 1s, the link can participate in tunnel path selection. Value 0x0 indicates that the affinity does not take effect. |
IncludeAny | Some affinity bits are included. After the link administrative group bits specified based on a mask are ANDed with the specified affinity bits, if the result contains 1, the link can participate in tunnel path selection. Value 0x0 indicates that the affinity does not take effect. |
ExcludeAny | Some affinity bits are excluded. After the link administrative group bits specified based on a mask are ANDed with the specified affinity bits, if the result contains 1, the link cannot participate in tunnel path selection. Value 0x0 indicates that the affinity does not take effect. |
Setup Priority | Setup priority value. |
Hold Priority | Holding priority value. |
Record Route | Whether the route record is enabled:
|
Record Label | Whether the label record is enabled:
|
Lsp-tp Outbound | Whether traffic policing is enabled:
|
Hop Limit | Configured maximum number of hops on a P2MP TE tunnel. |
Leaf-list Name | Name of a leaf list specified in the P2MP TE tunnel template. |
FRR Flag | Whether FRR is enabled:
|
FRR Bandwidth | Whether FRR is enabled to protect tunnel bandwidth:
|
Bypass Bandwidth | Reserved bandwidth for an FRR bypass tunnel. |
Bypass Setup Priority | Setup priority value of a bypass tunnel. |
Bypass Hold Priority | Holding priority value of a bypass tunnel. |
Configured Bandwidth Information | Bandwidth configurations, including CT0 to CT0, in kbit/s. |
CT0 Bandwidth(Kbit/sec) | CT0 bandwidth information, in kbit/s. |
CT1 Bandwidth(Kbit/sec) | CT1 bandwidth information, in kbit/s. |
CT2 Bandwidth(Kbit/sec) | CT2 bandwidth information, in kbit/s. |
CT3 Bandwidth(Kbit/sec) | CT3 bandwidth information, in kbit/s. |
CT4 Bandwidth(Kbit/sec) | CT4 bandwidth information, in kbit/s. |
CT5 Bandwidth(Kbit/sec) | CT5 bandwidth information, in kbit/s. |
CT6 Bandwidth(Kbit/sec) | CT6 bandwidth information, in kbit/s. |
CT7 Bandwidth(Kbit/sec) | CT7 bandwidth information, in kbit/s. |
List of P2MP auto-tunnels using this template | Name of each automatic P2MP TE tunnel established using the template. |
Number of P2MP auto-tunnels using this template | Number of automatic P2MP TE tunnels that are established using the template. |
Refer Number | Number of times this automatic P2MP tunnel template was used. |