Reading Time: 2 minutes The FortiSwitch unit can send a copy of any ingress or egress packet on a port to egress on another port of the same FortiSwitch unit. The original traffic is unaffected. This process is known as port-based mirroring and is typically used for external analysis and capture. The following commands configure a FortiSwitch to send […]
NSM – Configuring Port Mirroring on Network Devices
Reading Time: 2 minutes 1 . The following examples show a simple port level configuration that mirrors both transmitted and received packet from one port to another : console(config)#monitor session 1 source interface te1/0/8 console(config)#monitor session 1 destination interface te1/0/10 console(config)#monitor session 1 mode 2 . The following command displays the port monitoring status on DELL : console#show monitor session 1 […]
Reading Time: < 1 minute 1 . For example, to assign port 2 as the monitoring port (Port receiving monitored traffic) : hp (config)# mirror-port ethernet 2 2 . Configure ports that should be monitored (Ports 10 to 24 are to be monitored) : hp (config)# interface ethernet 10-24 monitor The above commands will monitor traffics for interfaces 10 to 24 on […]
Reading Time: < 1 minute 1 . Enable mirroring where the probe is connected to port 0/1/48 : fgs (config)# mirror-port ethernet 0/1/48 2 . Configure ports that should be monitored (Ports 0/1/1 to 0/1/47 are to be monitored) : fgs (config)# interface ethernet 0/1/1 to 0/1/47 fgs (config)# monitor both The above commands will monitor both inbound and outbound traffics for […]
Reading Time: < 1 minute 1 . Configure ports that should be monitored (Ports 0/15 to 0/17 with 0/19 are to be monitored) : WS-C3560-24TS#conf t WS-C3560-24TS(config)#monitor session 1 source interface FastEthernet0/15 – 17 , FastEthernet0/19 both The above commands will monitor both inbound and outbound traffics for interfaces 15 to 17 with 19. 2 . Enable mirroring where the probe is […]