Hello.
I have two FWSMs, running in Failover Active/Standby mode. I would like to run OSPF on one of the FWSM's interface (int vlan2). I have two questions regarding that:
1) Will both FWSMs participate in the OSPF, even when the Primary is working ? I mean, will both FWSM's will be seen as ospf neighbors, and will receive/send LSAs as long as both up, or the primary FWSM will be the only one to participate in the OSPF process?
2) I have configured Failover as follows:
!
nameif vlan2 outside security0
!
ip address outside 10.235.2.1 255.255.255.240 standby 10.235.2.2
!
If both FWSMs participate in the OSPF, and I would like to configure the "router-id" for each. Which address should I take for that, assuming that I would like to use the ip address of vlan2 on both ? Should I take 10.235.2.1 as the router-id for the primary FWSM, and 10.235.2.2 for the secondary FWSM ?
Please advise,
Boaz.