SLX # configure terminal
SLX (config)# interface ethernet 0/2
SLX (conf-if-eth-0/2)# lldp disable
SLX (conf-if-eth-0/2)# exit
SLX (config)# monitor session 22
SLX (config-session-22)# source ethernet 0/1 destination ethernet 0/2 direction tx
The following example summarizes the commands in this procedure.
SLX# configure terminal SLX (config)# interface ethernet 0/2 SLX (conf-if-eth-0/2)# lldp disable SLX (conf-if-eth-0/2)# exit SLX (config)# monitor session 22 SLX (config-session-22)# source ethernet 0/1 destination ethernet 0/2 direction tx
The following example shows the configuration of mirroring from a Port Channel interface to an Ethernet interface. Traffic from both directions is mirrored.
SLX# configure terminal SLX (config)# interface ethernet 0/2 SLX (conf-if-eth-0/2)# lldp disable SLX (conf-if-eth-0/2)# exit SLX (config)# monitor session 23 SLX (config-session-23)# source port-channel 1 destination ethernet 0/1 direction both
The following example shows the configuration of mirroring from a Port Channel to a destination that is a Port Channel. Traffic from both directions is mirrored.
SLX# configure terminal SLX (config)# monitor session 24 SLX (config-session-24)# source port-channel 1 destination port-channel 11 direction both