7600, 15.2(4)S4a
Не работает SPAN:
1 2 3 4 |
PE1# sh run | s monitor monitor session 2 source interface Gi2/9 - 11 monitor session 2 filter vlan 10 monitor session 2 destination interface Gi2/1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
PE1# sh monitor session 2 Session 2 --------- Type : Local Session Source Ports : Both : Gi2/9-11 Destination Ports : Gi2/1 Filter VLANs : 10 Egress SPAN Replication State: Operational mode : Distributed Configured mode : Distributed |
Трафик не отправляется:
1 2 3 |
PE1# sh int Gi2/1 | i rate 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec |
Пересоздаем вот так («type local»):
1 2 3 4 5 |
PE1(config)# monitor session 2 type local PE1(config-mon-local)# source interface Gi2/9 - 11 PE1(config-mon-local)# filter vlan 10 PE1(config-mon-local)# destination interface Gi2/1 PE1(config-mon-local)# no shutdown |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
PE1# sh monitor session 2 Session 2 --------- Type : Local Session Status : Admin Enabled Source Ports : Both : Gi2/9-11 Destination Ports : Gi2/1 Filter VLANs : 10 Egress SPAN Replication State: Operational mode : Distributed Configured mode : Distributed |
1 2 3 4 |
PE1# sh int g3/1 | i rate Queueing strategy: fifo 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 9096000 bits/sec, 2192 packets/sec |
1 2 3 4 5 |
PE1# sh run | s monitor monitor session 2 type local filter vlan 10 source interface Gi3/9 - 11 destination interface Gi3/1 |