Hello!
I want to configure multilink between two Cisco 7206 routers POS interfaces
after configuring both sides
**********************************
Router 1
interface Multilink5
ip address 172.16.0.1 255.255.255.252
ppp multilink
ppp multilink group 5
interface POS2/0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 5
interface POS4/0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 5
router ospf 1
network 172.16.0.0 0.0.0.3 area 51
***********************************
Router 2
interface Multilink5
ip address 172.16.0.2 255.255.255.252
ppp multilink
ppp multilink group 5
interface POS2/0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 5
interface POS4/0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 5
router ospf 1
network 172.16.0.0 0.0.0.3 area 51
************************************
I can see both sides through show cdp, also ospf process goes to FULL state
But traffic is not flow between interfaces, and i can not even ping router's own ip address.
When i delete network statement from ospf process, i can ping router's own interface and both routers can ping each other.
What can cause this problem?