Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Tuesday, August 28, 2012

lab 8-1 2...

you gotta turn on cef and unicast routing for ipv6...wasn't my idea...

ipv6 unicast-routing
ipv6 cef


put ospf on the interfaces...

r1

int lo0
ipv6 ospf 1 area 0

int s1/1
ipv6 ospf 1 area 0

int s1/3
ipv6 ospf 1 area 0

r2

int lo0
ipv6 ospf 1 area 0
 
int s1/1
ipv6 ospf 1 area 0

int f0/0
ipv6 ospf 1 area 0


r3

int lo0

ipv6 ospf 1 area 0

int s1/3
ipv6 ospf 1 area 0

int  f0/0

ipv6 ospf 1 area 0

 r1#sh ipv6 ospf neigh

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
10.1.3.1          0   FULL/  -        00:00:39    7               Serial1/3
10.1.2.1          0   FULL/  -        00:00:31    5               Serial1/1

r2#sh ipv6 ospf neigh

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
10.1.3.1          1   FULL/DR         00:00:39    2               FastEthernet0/0
10.1.1.1          0   FULL/  -        00:00:32    5               Serial1/1

r3#sh ipv6 ospf neigh

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
10.1.2.1          1   FULL/BDR        00:00:34    2               FastEthernet0/0
10.1.1.1          0   FULL/  -        00:00:38    7               Serial1/3

r1#sh ipv6 route | excl L | incl loop
IPv6 Routing Table - default - 10 entries
       B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
       I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
       EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
       NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
       OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
C   FEC0::1:0/112 [0/0]
     via Loopback0, directly connected
     via Loopback0, receive
O   FEC0::2:1/128 [110/1562]
     via FE80::2, Serial1/1
O   FEC0::3:1/128 [110/1562]
     via FE80::C802:BFF:FE13:8, Serial1/3
C   FEC0::12:0/112 [0/0]
     via Serial1/1, directly connected
     via Serial1/1, receive
C   FEC0::13:0/112 [0/0]
     via Serial1/3, directly connected
     via Serial1/3, receive
O   FEC0:23::/64 [110/1563]
     via FE80::2, Serial1/1
     via FE80::C802:BFF:FE13:8, Serial1/3
     via Null0, receive

they should all have three ospf entries...

r3#sh ipv6 ospf int
Loopback0 is up, line protocol is up
  Link Local Address FE80::C802:BFF:FE13:8, Interface ID 9
  Area 0, Process ID 1, Instance ID 0, Router ID 10.1.3.1
  Network Type LOOPBACK, Cost: 1
  Loopback interface is treated as a stub Host
FastEthernet0/0 is up, line protocol is up
  Link Local Address FE80::C802:BFF:FE13:8, Interface ID 2
  Area 0, Process ID 1, Instance ID 0, Router ID 10.1.3.1
  Network Type BROADCAST, Cost: 1
  Transmit Delay is 1 sec, State DR, Priority 1
  Designated Router (ID) 10.1.3.1, local address FE80::C802:BFF:FE13:8
  Backup Designated router (ID) 10.1.2.1, local address FE80::C801:BFF:FE13:8
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Hello due in 00:00:04
  Graceful restart helper support enabled
  Index 1/3/3, flood queue length 0
  Next 0x0(0)/0x0(0)/0x0(0)
  Last flood scan length is 6, maximum is 6
  Last flood scan time is 4 msec, maximum is 4 msec
  Neighbor Count is 1, Adjacent neighbor count is 1
    Adjacent with neighbor 10.1.2.1  (Backup Designated Router)
  Suppress hello for 0 neighbor(s)
Serial1/3 is up, line protocol is up
  Link Local Address FE80::C802:BFF:FE13:8, Interface ID 7
  Area 0, Process ID 1, Instance ID 0, Router ID 10.1.3.1
  Network Type POINT_TO_POINT, Cost: 1562
  Transmit Delay is 1 sec, State POINT_TO_POINT
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Hello due in 00:00:02
  Graceful restart helper support enabled
  Index 1/2/2, flood queue length 0
  Next 0x0(0)/0x0(0)/0x0(0)
  Last flood scan length is 6, maximum is 6
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 1, Adjacent neighbor count is 1
    Adjacent with neighbor 10.1.1.1
  Suppress hello for 0 neighbor(s)

foreach address {
fec0::1:1
fec0::2:1
fec0::3:1
fec0::12:1
fec0::12:2

fec0::13:1
fec0::13:3
FEC0:23::C801:BFF:FE13:8
FEC0:23::C802:BFF:FE13:8
} { ping $address }

prices and participation may vary...

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::1:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::2:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::3:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/8 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::12:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::12:2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/8 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::13:1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0::13:3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:23::C801:BFF:FE13:8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:23::C802:BFF:FE13:8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms

No comments:

Post a Comment