Installation guide

Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
17
Cisco IOS Release 12.3(8)T4
OL-6454-01
DETAILED STEPS
Verifying a Fast Ethernet Interface as Layer 2 Access
Use the show running-config interface command to verify the running configuration of the interface,
as shown below:
Router#show running-config interface fastethernet 0/1/2
Building configuration...
Current configuration: 76 bytes
!
interface FastEthernet0/1/2
switchport access vlan 3
no ip address
end
Use the show interfaces command to verify the switchport configuration of the interface, as shown
below:
Router#show interfaces f0/1/0 switchport
Name: Fa0/1/0
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: Disabled
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Trunking VLANs Active: 1
Priority for untagged frames: 0
Override vlan tag priority: FALSE
Voice VLAN: none
Appliance trust: none
router#
Command Purpose
Step 1
Router(config)#interface fastethernet
interface-id
Selects the interface to configure.
Step 2
Router(config-if)#shutdown
(Optional) Shuts down the interface to prevent traffic flow until
configuration is complete.
Step 3
Router(config-if)#switchport mode access
Configures the interface as a Layer 2 access.
Step 4
Router(config-if)#switchport access vlan
vlan
_
num
For access ports, specifies the access vlan.
Step 5
Router(config-if)#no shutdown
Activates the interface. (Required only if you shut down the
interface.)
Step 6
Router(config-if)#end
Exits configuration mode.