Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
48
Book Title
DETAILED STEPS
Example
Use the
show mac
command to verify the MAC address table, as illustrated below:
Router#
show mac-address-table
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
00ff.ff0d.2dc0 Self 1 Vlan1
0007.ebc7.ff84 Static 1 FastEthernet0/3/5
0007.ebc8.018b Static 1 FastEthernet0/3/6
000b.bf94.0006 Static 1 FastEthernet0/3/3
000b.bf94.0038 Static 1 FastEthernet0/3/0
000b.bf94.0039 Static 1 FastEthernet0/3/1
000b.bf94.0008 Static 314 FastEthernet0/3/2
000b.bf94.0038 Static 314 FastEthernet0/3/0
000b.bf94.0008 Static 331 FastEthernet0/3/2
000b.bf94.0038 Static 331 FastEthernet0/3/0
000b.bf94.0008 Static 348 FastEthernet0/3/2
000b.bf94.0038 Static 348 FastEthernet0/3/0
Command or Action
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
Router(config)#
mac
-
address-table
static
mac
-
address
fastethernet
interface-id
[
vlan
vlan
-
id
]
Example:
Router(config)# mac-address-table static
00ff.ff0d.2dc0 fastethernet 0/1/1
Creates a static entry in the MAC address table.
When the
vlan-id
is not specified, VLAN 1 is taken by default.
Step 4
end
Example:
Router(config)# end
Returns to privileged EXEC mode.
Step 5
show mac-address-table
Example:
Router# show mac-address-table
Verifies the MAC address table.