beautypg.com

Brocade Multi-Service IronWare YANG Configuration Guide (Supporting R05.6.00) User Manual

Page 85

background image

Multi-Service IronWare YANG Configuration Guide

77

53-1003038-02

Full examples

4

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";

}

}

}

}

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";

}

leaf adaptive

{

type empty;

description "Enable LSP to be modified on fly";

}

leaf commit

{

type empty;

description "Apply the parameter modifications to LSP";

}

choice admin-status-choice

{

description "Enable/Tear down the LSP";

case enable

{

leaf enable

{

type empty;

description "Enable the LSP";