Mpls path – Brocade Multi-Service IronWare YANG Configuration Guide (Supporting R05.6.00) User Manual
Page 70

62
Multi-Service IronWare YANG Configuration Guide
53-1003038-02
MPLS configuration elements
4
MPLS path
The following data element creates a path and inserts nodes into the path.
TABLE 16
MPLS path
YANG model
XML
CLI
grouping mpls-path-grouping
{
description "MPLS Explicit Path configuration group";
list path
{
key "name";
description "Explicit route path";
leaf name
{
type mpls-path-type;
description "Path Name";
}
<brcd:path>
<brcd:name>example</brcd:name>
[no] path <path name>
leaf-list strict
{
type ipv4_address;
description "Strict node";
}
<brcd:strict>1.1.1.1</brcd:strict>
[no] strict <ip address>
leaf-list loose
{
type ipv4_address;
description "Loose node";
}
<brcd:loose>2.2.2.2</brcd:loose>
[no] loose <ip address>
list insert-strict
{
key "addr before";
description "Insert Strict nodes";
leaf addr
{
type ipv4_address;
description "Strict node";
}
leaf before
{
type ipv4_address;
description "Insert before this node";
}
}
<brcd:insert-strict>
<brcd:addr>3.3.3.3</brcd:addr>
<brcd:before>2.2.2.2</brcd:before>
</brcd:insert-strict>
[no] insert strict <ip address> before
<ip address>