Site icon eConfigs

CCNA 7.6.d: Local SPAN

Overview:

Local Switched Port Analyzer (SPAN) lets you monitor traffic on one or more ports, or one or more VLANs, and send the monitored traffic to one or more destination ports

 

Study Notes:

 

Configuring Local SPAN

 

 

 

SPAN Source Traffic Direction Destination ports
G0/10 Receive G0/20, G0/21
G0/11 Transmit G0/20, G0/21
VLAN12 Both Receive and Transmit G0/20, G0/21

 

Router>enable
Router#config t
Router(config)#no monitor session 1
Router(config)#monitor session 1
Router(config-monitor)#source interface G0/10 rx
Router(config-monitor)#source interface G0/11 tx
Router(config-monitor)#source vlan 12
Router(config-monitor)#destination interface G0/20, G0/21
Router(config-monitor)#no shut

 

Verifying Local SPAN

Router#show monitor session all
Router#show monitor session 1
Router#show monitor

 

Removing a Local SPAN session

Router(config)#no monitor session 1
Exit mobile version