Options

problem with ospfv3 and ipv6

tomislav91tomislav91 Member Posts: 59 ■■□□□□□□□□


In router 23 i just write ipv6 router ospf 1 , then in interfaces ipv6 ospf 1 area 0.

router id i write 1.1.1.1 for 1st router, 2.2.2.2 for the second. But PC1 didn't ping PC2.
what's the problem?

I didn't assign any loopback interfaces or nothing similar
41.jpg 30.6K

Comments

  • Options
    BodycountBodycount Member Posts: 8 ■■■□□□□□□□
    Hi.
    Please show your config on the routers
  • Options
    tomislav91tomislav91 Member Posts: 59 ■■□□□□□□□□
    Just say me, if PC1 ping PC2, that's ok? Because PC1 don't ping my Router 2(request timed out), and routers don't ping each other
  • Options
    OfWolfAndManOfWolfAndMan Member Posts: 923 ■■■■□□□□□□
    You need to configure an ipv6 address on the interfaces and make sure you enabled ipv6 on the router.
    :study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation []
  • Options
    tomislav91tomislav91 Member Posts: 59 ■■□□□□□□□□
    i do it all
    R23-SW15(TOP) 2a00:7f00::/64 eui-64
    R24-SW16(DOWN)2a00:7f00:4000::/64 eui-64
    R23-SW16(DIAGONAL1)2001:1b38::/64 eui-64 R24-SW15(DIAGONAL2)2001:1b38:4000::/64 eui-64

    And in router 23 i add interface loopback 0, and address 2001:1::/128 and of course after ipv6 ospf 0 area 0.
    On router24, loopback 0, and address 2001:2::/128 and of course after ipv6 ospf 0 area 0.

    Router 24 show neighbours
    Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
    1.1.1.1           1   FULL/BDR        00:00:33    1               FastEthernet0/0
    1.1.1.1           1   FULL/DR         00:00:35    3               FastEthernet0/1
    1.1.1.1           1   FULL/DR         00:00:33    2               FastEthernet1/0
    

    Router 23 show neighbours
    Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
    2.2.2.2           1   FULL/DROTHER    00:00:31    1               FastEthernet0/0
    2.2.2.2           1   FULL/BDR        00:00:33    3               FastEthernet0/1
    2.2.2.2           1   FULL/BDR        00:00:30    2               FastEthernet1/0
    



    Router 23 show ipv6 route ospf
    O   2001::2/128 [110/1]
         via FE80::2E0:B0FF:FE3C:E568, FastEthernet1/0
         via FE80::2E0:B0FF:FE3C:E568, FastEthernet0/1
        
    O   2001:1B38:24:1::/64 [110/1]
         via ::, FastEthernet1/0
    O   2A00:7F00:4000::/64 [110/1]
         via ::, FastEthernet1/0
    

    What is the problem???

    And for router24
    O   2001::1/128 [110/1]
         via FE80::2E0:A3FF:FE7D:2002, FastEthernet0/1
         via FE80::2E0:A3FF:FE7D:2002, FastEthernet1/0
         via FE80::2E0:A3FF:FE7D:2002, FastEthernet0/0
    O   2001::3/128 [110/1]
         via FE80::2D0:58FF:FED0:C701, FastEthernet0/0
    
    
  • Options
    BodycountBodycount Member Posts: 8 ■■■□□□□□□□
    Did you config your Pc with proper ips and gateways?
  • Options
    tomislav91tomislav91 Member Posts: 59 ■■□□□□□□□□
    Yes, it is autoconfig.

    How can PC's ping each other, but Routers don't. I don't see mistake.
Sign In or Register to comment.