Mpls lsp configuration – Brocade Multi-Service IronWare YANG Configuration Guide (Supporting R05.6.00) User Manual
Page 71

Multi-Service IronWare YANG Configuration Guide
63
53-1003038-02
MPLS configuration elements
4
MPLS LSP configuration
The following data element configures the Label Switch Path (LSP).
list insert-loose
{
key "addr before";
description "Insert Loose nodes";
leaf addr
{
type ipv4_address;
description "Loose node";
}
leaf before
{
type ipv4_address;
description "Insert before this node";
}
}
}
}
<brcd:insert-loose>
<brcd:addr>4.4.4.4</brcd:addr>
<brcd:before>1.1.1.1</brcd:before>
</brcd:insert-loose>
</brcd:path>
[no] insert loose <ip address>
before <ip address>
TABLE 16
MPLS path (Continued)
YANG model
XML
CLI
TABLE 17
MPLS LSP
YANG model
XML
CLI
grouping mpls-lsp-grouping
{
description "MPLS LSP configuration group";
list lsp
{
key "name";
description "MPLS Signaled label switched
"+"path configuration";
leaf name
{
type string
{
length "1..64";
}
description
"LSP
name";
}
<brcd:lsp>
<brcd:name>example</brcd:name>
[no] lsp <name>
leaf adaptive
{
type empty;
description "Enable LSP to be modified
on fly";
}
<brcd:adaptive></brcd:adaptive>
[no] adaptive