От удаленной сети не приходит ни каких пакетов через туннельный интерфейс
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
sh int vlan1 Vlan1 is down, line protocol is down Hardware is EtherSVI, address is acf2.c533.0c36 (bia acf2.c533.0c36) Description: $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$ Internet address is 192.168.6.154/24 MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not supported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 IP multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 packets output, 0 bytes, 0 underruns 0 output errors, 1 interface resets 0 unknown protocol drops 0 output buffer failures, 0 output buffers swapped out |
Все оказалось очень просто. Пока нет активности на удаленной стороне, туннель не поднимается
1 2 3 4 5 6 7 8 9 |
sh int status Port Name Status Vlan Duplex Speed Type Fa0 notconnect 1 auto auto 10/100BaseTX Fa1 notconnect 1 auto auto 10/100BaseTX Fa2 notconnect 1 auto auto 10/100BaseTX Fa3 notconnect 1 auto auto 10/100BaseTX |
Как только один пакет прилетит, интерфейс поднимется и если RIP настроен верно, анонс придет.