CIsco | SPAN Switch Analyzer Part-1
Configure
R1
interface Ethernet0/0
ip address 192.168.10.1 255.255.255.0
no shut
SW1
interface Ethernet0/0
switchport access vlan 10
no shut
exit
!
interface Vlan10
ip address 192.168.10.2 255.255.255.0
exit
!
monitor session 1 source vlan 10
monitor session 1 destination interface Et0/1
!
PASTIKAN SUDAH BSA PING DARI SWITCH KE ROUTER(ini yg penting)nspy dicapture trafik )
ping 192.168.10.1 source vlan 10
SW1#sh monitor session 1
SW1#sh run | inc monitor
LALU, Klik Kanan Switch nya,
SKRENARIO-2
=== Config RSPAN dgn 2 SWITCH==========
========== SW1=====
vlan 100
remote-span
exit
int e0/1
sw trunk encap dot1q
sw mode trunk
exit
monitor session 1 source vlan 10
monitor session 1 destination remote vlan 100
========== SW2==========
vlan 10
name PC
int e0/1
sw mode access
desc LINK-to-PC
sw acc vlan 10
exit
int e0/0
sw trunk encap dot1q
sw mode trunk
exit
vlan 100
name remote-span
exit
monitor session 1 source remote vlan 100
monitor session 1 destination interface e0/1
VERIFIKASI:
SW2
show monitor session 1
========== SW1=====
vlan 100
remote-span
exit
int e0/1
sw trunk encap dot1q
sw mode trunk
exit
monitor session 1 source vlan 10
monitor session 1 destination remote vlan 100
========== SW2==========
vlan 10
name PC
int e0/1
sw mode access
desc LINK-to-PC
sw acc vlan 10
exit
int e0/0
sw trunk encap dot1q
sw mode trunk
exit
vlan 100
name remote-span
exit
monitor session 1 source remote vlan 100
monitor session 1 destination interface e0/1
VERIFIKASI:
SW2
show monitor session 1
Posting Komentar untuk "CIsco | SPAN Switch Analyzer Part-1"