Black Box 8-port 10/100base-tx hardened ethernet extender switch Network Hardware User Manual


 
Page 138
724-746-5500 | blackbox.com
LB308A
Chapter 6: Command Line Console Management
Static-MAC-Entry Discard:
1. Command Mode: Configure mode
Log on to Configure Mode (Configure Terminal Mode). The switch_a(config)#
prompt will show on the screen.
switch_a(config)#
2. Usage:
Use this command to statically configure a bridge entry to discard matching
frames in a particular VLAN.
3. Command Syntax:
bridge GROUP address MAC discard vlan VLANID
no bridge GROUP address MAC discard vlan VLANID
GROUP <1-1> Bridge-group ID used for bridging.
MAC the Media Access Control (MAC) address in the HHHH.HHHH.HHHH for-
mat.
VLANID The VID of the VLAN on the bridge <1-4094>.
4. Example:
The following example configures a bridge GROUP (1) to discard matching frames
(MAC address 2222.2222.2222) in vlan VLANID (1):
switch_a(config)#bridge 1 address 2222.2222.2222 discard vlan 1
switch_a(config)#
Port Mirroring
1. Command Mode: Interface mode
Log on to Configure Mode (Configure Terminal Mode).
Then logon to Interface mode.
fe1 means port 1.
The switch_a(config-if)# prompt will show on the screen.
switch_a(config)#interface fe1
switch_a(config-if)#