- Configuring IEEE 802.1X Port-Based Authentication
- IEEE 802.1X Common Session ID
- IEEE 802.1X Guest VLAN
- IEEE 802.1X RADIUS Accounting
- IEEE 802.1X RADIUS-Supplied Session Timeout
- IEEE 802.1X Voice VLAN
- IEEE 802.1X VLAN Assignment
- Remote Site IEEE 802.1X Local Authentication Service
- IEEE 802.1X Multiple Authentication
- IEEE 802.1X Multidomain Authentication
- IEEE 802.1X Flexible Authentication
- IEEE 802.1X Open Authentication
- IEEE 802.1X Auth Fail VLAN
- Critical Voice VLAN Support
- IEEE 802.1X with ACL Assignments
- IEEE 802.1X Wake on LAN Support
- Network Edge Authentication Topology
- Per-User ACL Support for 802.1X/MAB/Webauth Users
Critical Voice VLAN Support
Critical Voice VLAN Support puts phone traffic into the configured voice VLAN of a port if the authentication server becomes unreachable.
With normal network connectivity, when an IP phone successfully authenticates on a port, the authentication server puts the phone into the voice domain. If the authentication server becomes unreachable, IP phones cannot authenticate. In multidomain authentication (MDA) mode or multiauthentication mode, you can configure the Critical Voice VLAN support feature to put phone traffic into the configured voice VLAN of the port.
- Finding Feature Information
- Restrictions for Critical Voice VLAN Support
- Information About Critical Voice VLAN Support
- How to Configure Critical Voice VLAN Support
- Configuration Examples for Critical Voice VLAN Support
- Additional References
- Feature Information for Critical Voice VLAN Support
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for Critical Voice VLAN Support
Information About Critical Voice VLAN Support
- Critical Voice VLAN Support in Multidomain Authentication Mode
- Critical Voice VLAN Support in Multiauthentication Mode
Critical Voice VLAN Support in Multidomain Authentication Mode
If a critical voice VLAN is deployed using an interface in multidomain authentication (MDA) mode, the host mode is changed to multihost and the first phone device is installed as a static forwarding entries. Any additional phone devices are installed as dynamic forwarding entry in the Host Access Table (HAT).
Note | If a critical port is already authorized and reauthentication occurs, the switch puts the port in the critical-authentication state in the current VLAN, which might be the one previously assigned by the RADIUS server. |
Note | Inaccessible authentication bypass is compatible with guest VLAN. When a guest VLAN is enabled on a 802.1X port, the features interact as follows: if all RADIUS servers are not available and if a client is connected to a critical port and was previously assigned to a guest VLAN, the switch keeps the port in the guest VLAN. |
Critical Voice VLAN Support in Multiauthentication Mode
If the critical authentication feature is deployed in multiauthentication mode, only one phone device will be allowed and a second phone trying to authorize will trigger a violation.
The show authentication sessions command displays the critical voice client data. A critically authorized voice client in multiauthentication host mode will be in the “authz success” and “authz fail” state.
Note | If critical voice is required, then critical data should be configured too. Otherwise, the critical voice client will be displayed in the “authz fail” state while the voice VLAN will be open. |
How to Configure Critical Voice VLAN Support
- Configuring Critical Voice VLAN Support in Multidomain Authentication Mode
- Configuring Critical Voice VLAN Support in Multiauthentication Mode
Configuring Critical Voice VLAN Support in Multidomain Authentication Mode
Note | To configure MDA mode, see the “Configuring the Host Mode” section of the “Configuring IEEE 802.1X Port-Based Authentication” chapter. |
1.
enable
2.
configure
terminal
3.
interface
type
slot/port
4.
authentication
event
server
dead
action
authorize
vlan
vlan-id
5.
authentication
event
server
dead
action
authorize
voice
DETAILED STEPS
Configuring Critical Voice VLAN Support in Multiauthentication Mode
Note | To configure multiauthentication mode, see the “Configuring the Host Mode” section of the “Configuring IEEE 802.1X Port-Based Authentication” chapter. |
1.
enable
2.
configure
terminal
3.
interface
type
slot/port
4.
authentication
event
server
dead
action
reinitialize
vlan
vlan-id
5.
authentication
event
server
dead
action
authorize
voice
DETAILED STEPS
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
enable
Example: Switch> enable |
Enables privileged EXEC mode. | ||
Step 2 |
configure
terminal
Example: Switch# configure terminal |
Enters global configuration mode. | ||
Step 3 | interface
type
slot/port
Example: Switch(config)# interface gigabitethernet 0/1 | Specifies the port to be configured and enters interface configuration mode. | ||
Step 4 | authentication
event
server
dead
action
reinitialize
vlan
vlan-id
Example: Switch(config-if)# authentication event server dead action reinitialize vlan 40 |
| ||
Step 5 | authentication
event
server
dead
action
authorize
voice
Example: Switch(config-if)# authentication event server dead action authorize voice | Enables the Critical Voice VLAN support feature, which puts phone traffic into the configured voice VLAN of a port if the authentication server becomes unreachable. |
Configuration Examples for Critical Voice VLAN Support
- Example: Critical Voice VLAN Support in Multidomain Authentication Mode
- Example: Critical Voice VLAN Support in Multiauthentication Mode
Example: Critical Voice VLAN Support in Multidomain Authentication Mode
The following example shows how to enable the Critical Voice VLAN feature in MDA host-mode:
Switch(config) interface GigabitEthernet 0/0/0 Switch(config-if)# switchport access vlan 110 Switch(config-if)# switchport voice vlan 110 Switch(config-if)# no ip address Switch(config-if)# authentication event server dead action authorize vlan 12 Switch(config-if)# authentication event server dead action authorize voice Switch(config-if)# authentication host-mode multi-domain Switch(config-if)# authentication port-control auto Switch(config-if)# mab Switch(config-if)# dot1x pae authenticator Switch(config-if)# end
Example: Critical Voice VLAN Support in Multiauthentication Mode
The following example shows how to enable the Critical Voice VLAN support feature in multiauthentication mode:
Switch(config) interface GigabitEthernet 0/0/0 Switch(config-if)# switchport access vlan 110 Switch(config-if)# switchport voice vlan 110 Switch(config-if)# no ip address Switch(config-if)# authentication event server dead action reinitialize vlan 12 Switch(config-if)# authentication event server dead action authorize voice Switch(config-if)# authentication host-mode multi-auth Switch(config-if)# authentication port-control auto Switch(config-if)# mab Switch(config-if)# dot1x pae authenticator Switch(config-if)# end
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
IEEE 802.1X commands: complete command syntax, command mode, command history, defaults, usage guidelines, and examples |
|
Standards and RFCs
Standard/RFC |
Title |
---|---|
IEEE 802.1X |
Port Based Network Access Control |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Critical Voice VLAN Support
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Critical Voice VLAN Support |
Cisco IOS 15.2(2)T |
This feature enables critical voice VLAN support, which puts phone traffic into the configured voice VLAN of a port if the authentication server becomes unreachable. |
Critical VLAN with Multi-auth |
Cisco IOS 15.2(2)T |
This feature adds support for the Critical Voice VLAN feature in multiauthentication mode. |