The OSPF issue using Network instead of Cisco L2 Switch

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
tntlt
Posts: 1
Joined: Tue Apr 25, 2017 7:05 pm

The OSPF issue using Network instead of Cisco L2 Switch

Post by tntlt » Wed Apr 26, 2017 5:18 pm

I got an issue when i bridge two Cisco routers and one Cisco ASA using an original Network object. The OSPF on the routers mark ASA peer as dead after a dead timer expires in BROADCAST mode, but between two routers the OSPF works correctly.
Seems it is related to HELLO packet which is sent to multicast ip 224.0.0.5 which is not properly processed/returned back from ASA only.
However if i use Cisco L2 switch instead of Eve-ng Network object then the issue disappears.

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: The OSPF issue using Network instead of Cisco L2 Switch

Post by ramindia » Wed Apr 26, 2017 8:57 pm

tntlt wrote:
Wed Apr 26, 2017 5:18 pm
I got an issue when i bridge two Cisco routers and one Cisco ASA using an original Network object. The OSPF on the routers mark ASA peer as dead after a dead timer expires in BROADCAST mode, but between two routers the OSPF works correctly.
Seems it is related to HELLO packet which is sent to multicast ip 224.0.0.5 which is not properly processed/returned back from ASA only.
However if i use Cisco L2 switch instead of Eve-ng Network object then the issue disappears.
I suggest that when ever you use more than 2 network devices, prefer to use Switch in between, that is best practice.

Try like

Router -----Siwtch----ASA
Router-------|

R!

Post Reply