Specifications

Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
89
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. switchport mode trunk
5. switchport voice vlan vlan-id
DETAILED STEPS
Voice Traffic and VVID
The HWICs can automatically configure voice VLAN. This capability overcomes the management
complexity of overlaying a voice topology onto a data network while maintaining the quality of voice
traffic. With the automatically configured voice VLAN feature, network administrators can segment
phones into separate logical networks, even though the data and voice infrastructure is physically the
same. The voice VLAN feature places the phones into their own VLANs without the need for end-user
intervention. A user can plug the phone into the switch, and the switch provides the phone with the
necessary VLAN information.
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface interface-id
Example:
Router(config)#
interface 0/2/1
Enters the interface configuration mode and the port to be
configured (for example, interface fa0/3/1).
Step 4
switchport mode trunk
Example:
Router(config-if)# switchport mode trunk
Configures the port to trunk mode.
Step 5
switchport voice vlan vlan-id
Example:
Router(config-if)# switchport voice vlan
100
Configures the voice port with a VVID that will be used
exclusively for voice traffic.