beautypg.com

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

Page 77

background image

Multi-Service IronWare YANG Configuration Guide

69

53-1003038-02

MPLS state elements

4

description "Bandwidth(kbps) per priority (0-7)";

list priority-bandwidth

{

key "priority";

description "Bandwidth(kbps) for a priority";

leaf priority

{

type common:priority-value;

description "Priority value";

}

leaf bandwidth

{

type uint32

{

range "0..4294967295";

}

description "Bandwidth(kbps)";

}

}

}

grouping mpls-lsp-statedata-grouping

{

description "Router MPLS LSP statedata grouping";

container mpls-lsp-statedata

{

description "Router MPLS LSP statedata";

list lsp

{

key "name";

description "MPLS Signaled label switched "+

"path configuration";

leaf name

{

type string

{

length "1..64";

}

description "LSP name";

}

leaf to

{

type common:ipv4_address;

description "Egress LER for the LSP";

}

choice admin-state

{

description "The administrative state of the LSP";

case up

{

leaf up

{

type empty;

description "Up";