beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 391

background image

AT-8100 Switch Command Line User’s Guide

391

Confirmation Command

“SHOW MAC ADDRESS-TABLE” on page 394

Examples

This example adds the static MAC address 44:c3:22:17:62:a4 to port 4 in
the Production VLAN. The port forwards the packets from the specified
node:

awplus> enable
awplus# configure terminal
awplus(config)# mac address-table static 44:c3:22:17:62:a4
forward interface port1.0.4 vlan Production

This example adds the static MAC address 00:a0:d2:18:1d:11 to port 7 in
the Default_VLAN, which has the VID 1. The port discards the packets
from the specified node:

awplus> enable
awplus# configure terminal
awplus(config)# mac address-table static 00:a0:d2:18:1a:11
discard interface port1.0.7 vlan 1

This example adds the static MAC address 78:1a:45:c2:22:32 to port 15 in
the Marketing VLAN. The port forwards the packets:

awplus> enable
awplus# configure terminal
awplus(config)# mac address-table static 78:1a:45:c2:22:32
forward interface port1.0.15 vlan Marketing