mpls lsp-model uniform

Use this command to configure the MPLS LSP model as uniform.

Use the no parameter with this command to configure the MPLS LSP model as pipe or short-pipe.

Command Syntax

Copy
mpls lsp-model uniform
no mpls lsp-model uniform

Parameter

None

Default

By default, model configuration is pipe for XGS devices.

Qumran devices have the following default behavior:

For L3VPN services, model is short-pipe by default and pipe model can be set by configuring policy-maps with match exp and set queue.
For L2VPN services, short-pipe model is not supported and the default model is pipe.
For L2VPN services with rewrite action pop, cos value will always be updated from qos profile irrespective of model.
For L2VPN services without rewrite, uniform model command does not take effect until 'qos remark-cos' is configured on egress interface.

Command Mode

Configure mode

Applicability

This command was introduced before OcNOS version 1.3.

Examples

Copy
#configure terminal
(config)#mpls lsp-model uniform
(config)#exit
 
#configure terminal
(config)#no mpls lsp-model uniform
(config)#exit