SUMMARY STEPS
1.
configure terminal
2.
vlan group vlan-group-name vlan-list vlan-list
3.
end
4.
no vlan group vlan-group-name vlan-list vlan-list
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Configures a VLAN group, and maps a single VLAN
or a range of VLANs to it.
vlan group vlan-group-name vlan-list vlan-list
Example:
Switch(config)#
vlan group eng-dept vlan-list 10
Step 2
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 3
Clears the VLAN group configuration or elements of
the VLAN group configuration.
no vlan group vlan-group-name vlan-list vlan-list
Example:
Switch(config)#
no vlan group eng-dept vlan-list
Step 4
10
Example of Configuring VLAN Groups
This example shows how to configure the VLAN groups, to map the VLANs to the groups, to and verify the
VLAN group configurations and mapping to the specified VLANs:
Switch(config)#
vlan group eng-dept vlan-list 10
Switch(config)#
show vlan group group-name eng-dept
Group Name
Vlans Mapped
-------------
--------------
eng-dept
10
Switch(config)#
show dot1x vlan-group all
Group Name
Vlans Mapped
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29434-01
281
Configuring IEEE 802.1x Port-Based Authentication
Configuring 802.1x User Distribution