beautypg.com

Alarm monitoring, Admin status choice – Brocade Multi-Service IronWare YANG Configuration Guide (Supporting R05.6.00) User Manual

Page 28

background image

20

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

Interface configuration elements

3

Alarm monitoring

This data element indicates whether or not alarm monitoring is enabled. This data element only
applies to 10 GbE interfaces previously configured in the WAN PHY mode.

Admin status choice

This data element is used to enable or disable the interface.

TABLE 2

Alarm monitoring

YANG model

XML

CLI

leaf alarm-monitoring
{

type empty;
description "Enable alarm monitoring";

}

[no] alarm-monitoring

TABLE 3

Admin status choice

YANG model

XML

CLI

choice admin-status-choice
{
description "Enable/Disable the Interface";

case enable
{

leaf enable
{
type empty;
description "Enable the Interface";
}

}

<brcd:enable>brcd:enable>

enable

case disable
{

leaf disable
{
type empty;
description "Disable the Interface";
}

}

}

<brcd:disable>brcd:disable>

disable