Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
91
Book Title
Beginning in privileged EXEC mode, follow these steps to automatically configure Cisco IP phones to
send voice and data traffic on the same VLAN.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface
interface-id
4.
switchport access vlan
vlan-id
5.
end
DETAILED STEPS
Verifying Switchport Configuration
Use the
show run interface
command to verify the switchport configuration.
Router#
show run interface
interface-id
Use the
write memory
command to save the current configuration in flash memory.
Router#
write memory
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 (e.g., interface fa0/1/1).
Step 4
switchport access vlan
vlan-id
Example:
Router(config-if)# switchport access vlan
100
Sets the native VLAN for untagged traffic.
•
The value of
vlan
-
id
represents the ID of the VLAN that is
sending and receiving untagged traffic on the port. Valid
IDs are from 1 to 1001. Leading zeroes are not permitted.
Step 5
end
Example:
Router# end
Returns to the privileged EXEC mode.