Specifications
Management Guide CLI
TigerAccess™ EE
SMC7824M/VSW 111
Step 3
Designate the mirrored ports, use the following command.
Command Mode Description
mirror add PORTS [ingress |
egress]
Bridge
Designates the mirrored ports.
ingress: ingress traffic
egress: egress traffic
Step 4
To delete and modify the configuration, use the following command.
Command Mode Description
no mirror monitor Deletes a designated monitor port.
mirror del PORTS [ingress |
egress]
Bridge
Deletes a port from the mirrored port.
Step 5
To disable monitoring function, use the following command.
Command Mode Description
mirror disable Bridge Deactivate monitoring.
To display a configured port mirroring, use the following command.
Command Mode Description
show mirror
Enable
Global
Bridge
Shows a configured port mirroring.
The following is an example of enabling the port mirroring on the port 2 and 3 with the
monitoring port 1.
SWITCH(bridge)# mirror enable
SWITCH(bridge)# mirror monitor 1
SWITCH(bridge)# mirror add 2-3
SWITCH(bridge)# show mirror
Mirroring enabled
Monitor port = 1
Ingress mirrored ports
-- 02 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- --
Egress mirrored ports
-- 02 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -
SWITCH(bridge)#