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

Page 104

Advertising
background image

96

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

VLAN state elements

5

list port

{

key port-id;

description "VLAN port list";

leaf port-id

{

type common:interface-all-types;

description "VLAN port";

}

leaf tag-mode

{

type string

{

pattern

"(untagged)"+

"|(tagged)"+

"|(broken)";

}

description "Tag mode of port";

}

leaf state

{

type string

{

length "1..19";

}

description "Current state of the port.";

}

}

leaf bytes-received

{

type string

{

length "1..31";

}

description "Bytes received";

}

}

leaf-list untagged

{

type common:ethernet-pos-intf-multiple;

description "All the ports that are configured as untagged ports

in all the VLANs on the device";

}

leaf-list tagged

{

type common:ethernet-pos-intf-multiple;

description "All the ports that are configured as tagged ports in

all the VLANs on the device";

}

leaf-list dual-mode

{

type common:ethernet-pos-intf-multiple;

Advertising