beautypg.com

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

Page 42

background image

34

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

Full examples

3

}

leaf alarm-monitoring

{

type empty;

description "Enable alarm monitoring";

}

choice admin-status-choice

{

description "Enable/Tear down the LSP";

case enable

{

leaf enable

{

type empty;

description "Enable the LSP";

}

}

case disable

{

leaf disable

{

type empty;

description "Tear down the LSP";

}

}

}

container gig-default

{

description "Global Gig port default options";

choice gig-default-option

{

description "Gig default type";

case auto-gig

{

leaf auto-gig

{

type empty;

description "Autonegotiation";

}

}

case neg-off

{

leaf neg-off

{

type empty;

description "Non-Autonegotiation";

}

}

case auto-full

{

leaf auto-full

{

type empty;

description " Full Autonegotiation";

}

}