Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Wednesday, September 19, 2012

ospfv3... whoops...

`Begin at the beginning,' the King said gravely, `and go on till you come to the end: then stop.' 

from lewis carrol...

it's a perfectly good place to start... 

it's as though the king is describing a finite state machine...

two imperatives:

ipv6 unicast-routing

and

ipv6 router ospf x
router-id x.x.x.x

the shit won't work without ipv6 unicast-routing, and ios complains that you haven't set a router id, if you haven't set a router id... you could opt to set a router id with ipv4... that seems silly...

this is a very exciting topology...
 


r1#sh run int f0/0
Building configuration...

Current configuration : 126 bytes
!
interface FastEthernet0/0
 no ip address
 speed auto
 duplex auto
 ipv6 address 2001:DB8:0:4::2/64
 ipv6 ospf 1 area 0
r3#sh run int f0/0
Building configuration...

Current configuration : 159 bytes
!
interface FastEthernet0/0
 no ip address
 speed auto
 duplex auto
 ipv6 address 2001:DB8:0:4::1/64
 ipv6 address 2001:DB8:0:5::1/64
 ipv6 ospf 1 area 0


r1#ping ipv6 2001:db8:0:10::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:DB8:0:10::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/9/32 ms
r1#sh ipv6 ospf neigh       

            OSPFv3 Router with ID (1.1.1.1) (Process ID 1)

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
2.2.2.2           1   FULL/BDR        00:00:37    2               FastEthernet0/0
3.3.3.3           1   FULL/DR         00:00:33    2               FastEthernet0/0

No comments:

Post a Comment