R3303-HP HSR6800 Routers MPLS Command Reference

180
Examples
# Enable the device to collect statistics on the RSVP-TE tunnel whose ingress node's LSR ID is 2.2.2.2 and
tunnel ID is 100.
<Sysname> system-view
[Sysname] mpls
[Sysname-mpls] statistics te 2.2.2.2 100
Related commands
display mpls statistics lsp
display mpls statistics lsp in-label
display mpls statistics tunnel
te-set-subtlv
Use te-set-subtlv to configure the sub-TLVs carrying the DS-TE parameters. Because no standard is
available for these sub-TLVs, you need to configure them manually for interoperability with other vendors'
devices.
Use undo te-set-subtlv to restore the default.
Syntax
te-set-subtlv { bw-constraint value | lo-multiplier value | unreserved-bw-sub-pool value } *
undo te-set-subtlv { bw-constraint | lo-multiplier | unreserved-bw-sub-pool } *
Default
The bandwidth constraint sub-TLV is 252, the sub-TLV of LOM is 253, and the sub-TLV of unreserved
subpool bandwidth is 251.
Views
IS-IS view
Default command level
2: System level
Parameters
bw-constraint value: Sets the bandwidth constraint sub-TLV. value is the sub-TLV value in the range of 19
to 254.
lo-multiplier value: Sets the sub-TLV of local overbooking multiplier (LOM). value is the sub-TLV value in
the range of 19 to 254.
unreserved-bw-sub-pool value: Sets the sub-TLV of unreserved subpool bandwidth. value is the sub-TLV
value in the range of 19 to 254.
Examples
# Configure sub-TLVs for IS-IS process 1.
<Sysname> system-view
[Sysname] isis 1
[Sysname-isis-1] te-set-subtlv bw-constraint 200 lo-multiplier 201
unreserved-bw-sub-pool 202