2017年2月7日 星期二

IPv6 OSPFv3 Virtual Link (2)






R1#show ipv6 ospf neighbor 

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
2.2.2.2           0   FULL/  -           -        10              OSPFv3_VL0
2.2.2.2           0   FULL/  -        00:00:32    5               Serial1/0
R1#
R1#

R1#show ipv6 route
IPv6 Routing Table - default - 7 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
       H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
       IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
       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   2001:1:1:1::/64 [0/0]
     via FastEthernet0/0, directly connected
L   2001:1:1:1::1/128 [0/0]
     via FastEthernet0/0, receive
C   2001:2:2:2::/64 [0/0]
     via Serial1/0, directly connected
L   2001:2:2:2::1/128 [0/0]
     via Serial1/0, receive
O   2001:2:2:2::2/128 [110/64]
     via FE80::C802:3FF:FE44:8, Serial1/0
OI  2001:3:3:3::/64 [110/128]
     via FE80::C802:3FF:FE44:8, Serial1/0
L   FF00::/8 [0/0]
     via Null0, receive
R1#

R1#show ipv6 ospf virtual-links 

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

Virtual Link OSPFv3_VL0 to router 2.2.2.2 is up
  Interface ID 10, IPv6 address 2001:2:2:2::2
  Run as demand circuit
  DoNotAge LSA allowed.
  Transit area 1, via interface Serial1/0, Cost of using 64
  Transmit Delay is 1 sec, State POINT_TO_POINT,
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Adjacency State FULL (Hello suppressed)
    Index 1/1/2, retransmission queue length 0, number of retransmission 0
    First 0x0(0)/0x0(0)/0x0(0) Next 0x0(0)/0x0(0)/0x0(0)
    Last retransmission scan length is 0, maximum is 0
    Last retransmission scan time is 0 msec, maximum is 0 msec
R1#



R1#sh run
Building configuration...
!
hostname R1
!
ipv6 unicast-routing
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:1:1:1::1/64
 ipv6 enable
 ipv6 ospf 1 area 0
!
interface Serial1/0
 no ip address
 ipv6 address 2001:2:2:2::1/64
 ipv6 enable
 ipv6 ospf 1 area 1
 serial restart-delay 0
!
ipv6 router ospf 1
 router-id 1.1.1.1
 area 1 virtual-link 2.2.2.2
!
line con 0
line vty 0 4
!
end


R1#  




R2#show ipv6 ospf virtual-links 

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

Virtual Link OSPFv3_VL0 to router 1.1.1.1 is up
  Interface ID 10, IPv6 address 2001:2:2:2::1
  Run as demand circuit
  DoNotAge LSA allowed.
  Transit area 1, via interface Serial1/0, Cost of using 64
  Transmit Delay is 1 sec, State POINT_TO_POINT,
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Adjacency State FULL (Hello suppressed)
    Index 1/1/2, retransmission queue length 0, number of retransmission 0
    First 0x0(0)/0x0(0)/0x0(0) Next 0x0(0)/0x0(0)/0x0(0)
    Last retransmission scan length is 0, maximum is 0
    Last retransmission scan time is 0 msec, maximum is 0 msec
R2#copy run sta
Destination filename [startup-config]? 
Building configuration...
[OK]
R2#


R2#show ipv6 ospf nei

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
1.1.1.1           0   FULL/  -           -        10              OSPFv3_VL0
1.1.1.1           0   FULL/  -        00:00:37    5               Serial1/0
3.3.3.3           0   FULL/  -        00:00:33    6               Serial1/1
R2#



R2#show ipv6 route   
IPv6 Routing Table - default - 7 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
       H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
       IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
       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
O   2001:1:1:1::/64 [110/65]
     via FE80::C801:3FF:FE43:8, Serial1/0
C   2001:2:2:2::/64 [0/0]
     via Serial1/0, directly connected
O   2001:2:2:2::1/128 [110/64]
     via FE80::C801:3FF:FE43:8, Serial1/0
L   2001:2:2:2::2/128 [0/0]
     via Serial1/0, receive
C   2001:3:3:3::/64 [0/0]
     via Serial1/1, directly connected
L   2001:3:3:3::2/128 [0/0]
     via Serial1/1, receive
L   FF00::/8 [0/0]
     via Null0, receive
R2#
R2#

R2#
R2#
R2#sh run
Building configuration...
!
hostname R2
!
ipv6 unicast-routing
!
interface Serial1/0
 no ip address
 ipv6 address 2001:2:2:2::2/64
 ipv6 ospf 1 area 1
!
interface Serial1/1
 no ip address
 ipv6 address 2001:3:3:3::2/64
 ipv6 ospf 1 area 2
!
ipv6 router ospf 1
 router-id 2.2.2.2
 area 1 virtual-link 1.1.1.1
!
line con 0
line vty 0 4
!
end

R2#  



R3#sh ipv6 route              
IPv6 Routing Table - default - 7 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
       H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
       IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
       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
OI  2001:1:1:1::/64 [110/129]
     via FE80::C802:3FF:FE44:8, Serial1/1
OI  2001:2:2:2::/64 [110/128]
     via FE80::C802:3FF:FE44:8, Serial1/1
OI  2001:2:2:2::1/128 [110/128]
     via FE80::C802:3FF:FE44:8, Serial1/1
OI  2001:2:2:2::2/128 [110/64]
     via FE80::C802:3FF:FE44:8, Serial1/1
C   2001:3:3:3::/64 [0/0]
     via Serial1/1, directly connected
L   2001:3:3:3::1/128 [0/0]
     via Serial1/1, receive
L   FF00::/8 [0/0]
     via Null0, receive
R3#


R3#show ipv6 ospf neighbor 

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

Neighbor ID     Pri   State           Dead Time   Interface ID    Interface
2.2.2.2           0   FULL/  -        00:00:32    6               Serial1/1
R3#



R3#
R3#
R3#show run 
Building configuration...
!
hostname R3
!
ipv6 unicast-routing
!
interface Serial1/1
 no ip address
 ipv6 address 2001:3:3:3::1/64
 ipv6 ospf 1 area 2
!         
!
no cdp log mismatch duplex
ipv6 router ospf 1
 router-id 3.3.3.3
!
line con 0
line vty 0 4
!
end

R3# 



沒有留言:

張貼留言