SPAN, RSPAN, ERSPAN Flashcards

1
Q

What does SPAN mean?

A

Switchport Analyzer - this is basically just mirroring a switchport

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three types of SPANs and what is the difference between each one?

A

SPAN - capture on a local switch

RSPAN - capture on a remote switch

ERSPAN - capture on a remote network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What commands would you use to configure a Cisco switch to mirror ports fa0/1 and fa0/2 and send the traffic to fa0/24?

A

SWITCH1# conf t

SWITCH1(config)# monitor session 1 source interface fastEthernet 0/1 - 2

SWITCH1(config)# monitor session 1 destination interface fastEthernet 0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command would you use to see how many span sessions are supported on the switch at once?

A

SWITCH1(config)# monitor session ?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the key configuration element you need to configure to perform RSPAN?

A

A dedicated VLAN must be established on the source and destination switches and permitted across the trunk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What commands would you need to configure RSPAN from the source ports of Switch2 on fa0/1 and fa0/2 to the destination port of fa0/24 on Switch1?

A

SWITCH2(config)# vlan 99

SWITCH2(config-vlan)# remote-span

SWITCH2(config)# monitor session 1 source interface fastEthernet 0/1 - 2

SWITCH2(config)# monitor session 1 destination remote vlan 99

SWITCH1(config)# vlan 99

SWITCH1(config-vlan)# remote-span

SWITCH1(config)# monitor session 1 source remote vlan 99

SWITCH1(config)# monitor session 1 destination fastEthernet 0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What commands are needed to configure ERSPAN on a remote switch?

A

RemoteSW1(config)# monitor session 1 type erspan-source

RemoteSW1(config-mon-erspan-src)# source interface gi0/10 both

RemoteSW1(config-mon-erspan-src)# no shut

RemoteSW1(config-mon-erspan-src)# destination

RemoteSW1(config-mon-erspan-src-dst)# ip address <ip></ip>

RemoteSW1(config-mon-erspan-src-dst)# erspan-id 2

RemoteSW1(config-mon-erspan-src-dst)# origin ip <ip></ip>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What commands are needed to configure ERSPAN on the local switch?

A

LocalSW1(config)# monitor session 1 type erspan-destination

LocalSW1(config-mon-erspan-dst)# no shut

LocalSW1(config-mon-erspan-dst)# destination interface gigabitEthernet 0/2

LocalSW1(config-mon-erspan-dst)# source

LocalSW1(config-mon-erspan-dst-src)# erspan-id 2

LocalSW1(config-mon-erspan-dst-src)# ip address <ip></ip>

LocalSW1(config-mon-erspan-dst-src)# origin ip address <ip></ip>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What show command(s) can you use to verify a SPAN session is running?

A

show monitor session all

show monitor session <session></session>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly