| | 104 | |
| | 105 | '''Syntax'''[[BR]] |
| | 106 | {{{ |
| | 107 | monitor session [session no.] source interface gigabitethernet [src port no.] [tx|rx|both] destination interface gigabitethernet [mirror port no.] |
| | 108 | }}} |
| | 109 | |
| | 110 | * [session no.] - a number between 1-4 uniquely identifying the mirroring session. the switch can do a maximum of 4 sessions at once. |
| | 111 | * [src port no.] - the port number(s) of the port(s) you're trying to monitor. Can be a range of ports e.g. `0/5-6,27`. |
| | 112 | * [tx|rx|both] - mirror incoming, outgoing, or both traffics, respectively. "tx" and "rx" are with respect t the host connected to the port. |
| | 113 | * [mirror port no.] - this is the port connected to the analyzer. |
| | 114 | |
| | 115 | |