Installation guide

Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
70
Cisco IOS Release 12.3(8)T4
OL-6454-01
Beginning in privileged EXEC mode, follow these steps to add a static address.
SUMMARY STEPS
1. configure terminal
2. mac-address-table static
hw-addr
[interface]
interface
-
id
[vlan]
vlan-id
3. end
DETAILED STEPS
Beginning in privileged EXEC mode, follow these steps to remove a static address.
SUMMARY STEPS
1. configure terminal
2. no mac-address-table static
hw-addr
[interface]
interface
-
id
[vlan]
vlan-id
3. end
DETAILED STEPS
:
You can remove all secure addresses by using the clear mac-address-table static command in
privileged EXEC mode.
Verifying Static Addresses
Use the show mac-address-table static command to verify configuration:
Router # show mac-address-table static
Static Address Table
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
000a.000b.000c Static 1 FastEthernet0/1/0
Command Purpose
Step 1
Router# configure terminal
Enters global configuration mode.
Step 2
Router(config)# mac-address-table static
hw-addr
[interface]
interface
-
id
[vlan]
vlan-id
Enters the static MAC address, the interface, and the VLAN
ID of those ports.
Step 3
Router(config)# end
Returns to privileged EXEC mode.
Command Purpose
Step 1
Router# configure terminal
Enters global configuration mode.
Step 2
Router(config)# no mac-address-table static
hw-addr
[interface]
interface
-
id
[vlan]
vlan-id
Enters the static MAC address, the interface, and the VLAN ID
of the port to be removed.
Step 3
Router(config)# end
Returns to privileged EXEC mode.