beautypg.com

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

Page 103

background image

Multi-Service IronWare YANG Configuration Guide

95

53-1003038-02

VLAN state elements

5

"URL: www.brocade.com";

description "This module defines the device VLAN state data. VERSION: ";

revision 2011-04-20

{

description "Initial revision";

grouping vlan-statedata-grouping

{

description "device VLAN state data group";

container vlan-statedata

{

description "List of VLANs configured on the system";

list vlan

{

key vlan-id;

max-elements 4090;

description "device VLAN state data";

leaf vlan-id

{

type common:vlan-identifier;

description "VLAN ID";

}

leaf vlan-name

{

type string

{

length "1..31";

}

description "VLAN Name";

}

leaf topo-hw-idx

{

type uint32

{

range "0..511";

}

description "Topology hardware index";

}

leaf topo-sw-idx

{

type uint32

{

range "1..256";

}

description "Topology group id";

}

leaf topo-next-vlan

{

type common:vlan-identifier;

description "Topology next vlan";

}