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

98
Multi-Service IronWare YANG Configuration Guide
53-1003038-02
Full examples
5
"Technical Support Center"+
"130 Holger Way,"+
"San Jose, CA 95134"+
"Email: [email protected]"+
"Phone: 1-800-752-8061"+
"URL: www.brocade.com";
description "This module defines the VLAN configuration. VERSION: ";
revision 2011-04-20
{
description "Initial revision";
}
grouping vlan-config-grouping
{
description "VLAN configuration group";
container vlan-config
{
description "List of VLANs configured on the system";
list vlan
{
key vlan-id;
max-elements 4090;
description "VLAN configuration";
leaf vlan-id
{
type vlan-identifier;
description "VLAN ID";
}
leaf vlan-name
{
type string
{
length "1..31";
}
description "VLAN Name";
}
leaf-list tagged
{
type ethernet-pos-intf-multiple;
description "Tagged Interfaces list";
}
leaf-list untagged
{
type ethernet-pos-intf-multiple;
description "Untagged Interfaces list";
}
leaf-list uplink-switch
{
type ethernet-pos-intf-multiple;
description "List of Uplink ports to enable "+
"uplink switching on this VLAN.";
}