One of our customers wants our Nortel BLN router to send our RIP2 updates as a unicast announcement to the PIX as follows:
******
router rip
version 2
no validate-update-source
network 172.18.0.0
neighbor 172.18.0.5
no auto-summary
passive-interface FastEthernet0/0
*******
The neighbour address is a Cisco 2600 on the inner side of the FW that will advertise our routes via OSPF in their network. However, Nortel cannot send RIP2 as unicast, and their security policy does not allow them to fwd RIP 2 as multicast through the FW.
Can anybody suggest a solution\work around
******
router rip
version 2
no validate-update-source
network 172.18.0.0
neighbor 172.18.0.5
no auto-summary
passive-interface FastEthernet0/0
*******
The neighbour address is a Cisco 2600 on the inner side of the FW that will advertise our routes via OSPF in their network. However, Nortel cannot send RIP2 as unicast, and their security policy does not allow them to fwd RIP 2 as multicast through the FW.
Can anybody suggest a solution\work around