Chapter 13 Switch Features
IES4005M User’s Guide
123
13.10.2 Command Examples
This example enables port mirroring and copies outgoing traffic from DSL slot 2 port 1 to uplink GE
port 1.
mirror interface ge-nni <srcport> interface
ge-nni <dstport> mode <mode>
Mirrors the specified traffic from an uplink GE port to
another.
srcport: This is the number of an uplink GE port (1-2)
from which traffic flow is copied.
dstport: This is the number of another uplink GE port (1-
2) to which traffic flow is copied.
C13
show mirror Displays all port mirroring settings. E 3
no mirror interface dsl <slot/srcport> Disables port mirroring on the specified DSL port. C 13
no mirror interface dsl <slot/srcport> atm-
vc <vpi/vci>
Disables port mirroring on the specified PVC. C 13
no mirror interface ge-nni <port> Disables port mirroring on the specified uplink GE port. C 13
no mirror interface fe <slot/srcport> Disables port mirroring on the specified DSL port. C 13
show mirror interface dsl <slot/dstport> Displays the port mirroring settings for the specified DSL
port.
E3
show mirror interface dsl <slot/dstport>
atm-vc <vpi/vci>
Displays the port mirroring settings for the specified PVC. E 3
show mirror interface ge-nni <port> Displays the port mirroring settings for the specified uplink
GE port.
E3
show mirror interface fe <slot/srcport> Displays the port mirroring settings for the specified DSL
port.
E3
Table 86 mirror command summary (continued)
Command Description M P
sysname# configure
sysname(config)# mirror interface dsl 2/1 interface ge-nni 1 mode egress
sysname(config)# exit
sysname#