Hello
I am not getting any arp entries. I rebooted both switches and then after trying unsuccessful ping looked for the arp entries and there were none
SWITCH 1
ping 172.16.1.1 source 172.16.1.2
PING 172.16.1.1 (172.16.1.1): 56 data bytes
^C
--- 172.16.1.1 ping statistics ---
10 packets transmitted, 0 packets received, 100% packet loss
root@Access-Stack> show arp no-resolve | match irb
show interfaces ae0 terse
Interface Admin Link Proto Local Remote
ae0 up up
ae0.0 up up eth-switch
ae0.32767 up up
show interfaces irb terse
Interface Admin Link Proto Local Remote
irb up up
irb.0 up down inet
irb.10 up down inet 172.16.0.2/24
irb.100 up up inet 172.16.1.2/24
irb.110 up up inet 172.16.2.2/24
irb.120 up up inet 172.16.3.2/24
irb.130 up up inet 172.16.4.2/24
irb.220 up down inet
SWITCH 2
> ping 172.16.1.2 source 172.16.1.1
PING 172.16.1.2 (172.16.1.2): 56 data bytes
^C
--- 172.16.1.2 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
show arp no-resolve | match irb
show interfaces irb terse
Interface Admin Link Proto Local Remote
irb up up
irb.100 up up inet 172.16.1.1/24
irb.220 up down inet
show interfaces ae0 terse
Interface Admin Link Proto Local Remote
ae0 up up
ae0.0 up up eth-switch
ae0.32767 up up
I started of something quite ambititious and setup Virtual Router configuration and tried to configure sub-interfaces on ae0 with each sub-interface in each Virtual router instance. When that didn't work as I then tried to implement something simple and then try more complex setup. But now even simple trunk configuration isn't working.
Thanks
Thanks