beautypg.com

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

Page 79

background image

Multi-Service IronWare YANG Configuration Guide

71

53-1003038-02

MPLS state elements

4

}

leaf retry-no

{

type uint16

{

range "0..65535";

}

description "The number of attempts the ingress LER has"+

" made to connect to the egress LER";

}

leaf active-path

{

type string

{

length "1..64";

}

description "The path currently in use for this LSP.";

}

}

}

}

grouping mpls-interface-statedata-grouping

{

description "Router MPLS interface statedata grouping";

container mpls-interface-statedata

{

description "Router MPLS interface state data";

list interface

{

key interface-id;

description "List of MPLS-enabled interfaces -- state data";

leaf interface-id

{

type common:interface-all-types;

description "The interface identifier including chassis slot

and port number";

}

choice admin-state

{

description "The administrative state of the interface";

case up

{

leaf up

{

type empty;

description "Up";

}

}

case down

{

leaf down