Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
47
Book Title
DETAILED STEPS
Example
Use the
show mac
-
address
-
table secure
to verify the configuration, as illustrated below:
Router#
show mac
-
address
-
table
secure
Secure Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0000.0002.0001 Secure 2 FastEthernet0/1/1
Creating a Static Entry in the MAC Address Table
Follow these steps to create a static entry in the MAC address table.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
mac-address-table
static
mac-address
fastethernet
interface-id
[
vlan
vlan-id
]
4.
end
5.
show mac-address-table
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
mac-address-table
secure
mac
-
address
fastethernet
interface-id
[
vlan
vlan-id
]]
Example:
Router(config)# mac-address-table secure
0000.0002.0001 fastethernet 0/1/1 vlan 2
Secures the MAC address traffic on the port.
Step 4
end
Example:
Router(config)# end
Returns to privileged EXEC mode.
Step 5
show mac-address-table
secure
Example:
Router# show mac-address-table secure
Verifies the configuration.