Hi Plamen,
Here is the ifconfig for bge0 both on routera and routerb
#routera
bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether 1c:98:ec:13:5e:60
inet 10.22.40.17 netmask 0xfffffffc broadcast 10.22.40.19
inet6 fe80::1e98:ecff:fe13:5e60%bge0 prefixlen 64 scopeid 0x5
inet6 2400:6:: prefixlen 127
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
#routerb
bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE>
ether 1c:98:ec:13:4e:f0
inet 10.22.40.18 netmask 0xfffffffc broadcast 10.22.40.19
inet6 fe80::1e98:ecff:fe13:4ef0%bge0 prefixlen 64 scopeid 0x7
inet6 2402:6980::1 prefixlen 127
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
#ping from routera to routerb
root@:~ # ping -S 10.22.40.17 10.22.40.18
PING 10.22.40.18 (10.22.40.18) from
10.22.40.17: 56 data bytes
64 bytes from
10.22.40.18: icmp_seq=0 ttl=64 time=0.215 ms
64 bytes from
10.22.40.18: icmp_seq=1 ttl=64 time=0.328 ms
64 bytes from
10.22.40.18: icmp_seq=2 ttl=64 time=0.274 ms
64 bytes from
10.22.40.18: icmp_seq=3 ttl=64 time=0.174 ms
64 bytes from
10.22.40.18: icmp_seq=4 ttl=64 time=0.346 ms
--- 10.22.40.18 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.174/0.267/0.346/0.065 ms
#from routerb to routera
# ping -S 10.22.40.18 10.22.40.17
PING 10.22.40.17 (10.22.40.17) from
10.22.40.18: 56 data bytes
64 bytes from
10.22.40.17: icmp_seq=0 ttl=64 time=0.145 ms
64 bytes from
10.22.40.17: icmp_seq=1 ttl=64 time=0.149 ms
64 bytes from
10.22.40.17: icmp_seq=2 ttl=64 time=0.141 ms
64 bytes from
10.22.40.17: icmp_seq=3 ttl=64 time=0.207 ms
64 bytes from
10.22.40.17: icmp_seq=4 ttl=64 time=0.165 ms
--- 10.22.40.17 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.141/0.161/0.207/0.024 ms
I don't know why routera couldn't sent ospf hello packets to routerb vice versa.
You can find on my previous post (pastebin) for the tcpdump resulst.
Thank you