История изменений
Исправление aicg, (текущая версия) :
На server
[root@coaw3 ~]# arping -b -I eth80.6 192.168.99.2
ARPING 192.168.99.2 from 192.168.99.1 eth80.6
Unicast reply from 192.168.99.2 [9C:5C:8E:86:E4:68] 0.667ms
Unicast reply from 192.168.99.2 [9C:5C:8E:86:E4:68] 0.732ms
Без -I eth80.6 выдавал arping: Suitable device could not be determined. Please, use option -I.
на tester
[root@coaw2 ~]# tcpdump -nei br0.6
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on br0.6, link-type EN10MB (Ethernet), capture size 262144 bytes
12:42:26.557577 50:3e:aa:15:66:f9 > Broadcast, ethertype ARP (0x0806), length 56: Request who-has 192.168.99.2 (Broadcast) tell 192.168.99.1, length 42
12:42:26.557597 9c:5c:8e:86:e4:68 > 50:3e:aa:15:66:f9, ethertype ARP (0x0806), length 42: Reply 192.168.99.2 is-at 9c:5c:8e:86:e4:68, length 28
12:42:27.557715 50:3e:aa:15:66:f9 > Broadcast, ethertype ARP (0x0806), length 56: Request who-has 192.168.99.2 (Broadcast) tell 192.168.99.1, length 42
12:42:27.557735 9c:5c:8e:86:e4:68 > 50:3e:aa:15:66:f9, ethertype ARP (0x0806), length 42: Reply 192.168.99.2 is-at 9c:5c:8e:86:e4:68, length 28
Не стал убирать vlan ибо и так пакеты видны…
Тестировал на 6 vlan’е так как проблемы те же что на 5м, и на нем статика задана для server,tester
Исходная версия aicg, :
На server
[root@coaw3 ~]# arping -b -I eth80.6 192.168.99.2
ARPING 192.168.99.2 from 192.168.99.1 eth80.6
Unicast reply from 192.168.99.2 [9C:5C:8E:86:E4:68] 0.667ms
Unicast reply from 192.168.99.2 [9C:5C:8E:86:E4:68] 0.732ms
Без -I eth80.6 выдавал arping: Suitable device could not be determined. Please, use option -I.
на tester
[root@coaw2 ~]# tcpdump -nei br0.6
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on br0.6, link-type EN10MB (Ethernet), capture size 262144 bytes
12:42:26.557577 50:3e:aa:15:66:f9 > Broadcast, ethertype ARP (0x0806), length 56: Request who-has 192.168.99.2 (Broadcast) tell 192.168.99.1, length 42
12:42:26.557597 9c:5c:8e:86:e4:68 > 50:3e:aa:15:66:f9, ethertype ARP (0x0806), length 42: Reply 192.168.99.2 is-at 9c:5c:8e:86:e4:68, length 28
12:42:27.557715 50:3e:aa:15:66:f9 > Broadcast, ethertype ARP (0x0806), length 56: Request who-has 192.168.99.2 (Broadcast) tell 192.168.99.1, length 42
12:42:27.557735 9c:5c:8e:86:e4:68 > 50:3e:aa:15:66:f9, ethertype ARP (0x0806), length 42: Reply 192.168.99.2 is-at 9c:5c:8e:86:e4:68, length 28
Не стал убирать vlan ибо и так пакеты видны…