08 June 2014

Quick Notes - IPv6 OSPF Frame-relay Network

[*] Focus on Frame-Relay

R2(config)# ipv6 unicast-rout
R2(config)# ipv6 cef

R2(config)# ipv6 router ospf 1
R2(config-rtr)# router-id 2.2.2.2
R2(config-rtr)# exit

R2#show ipv6 ospf interface ser1/0
Serial1/0 is up, line protocol is up
  Link Local Address FE80::2, Interface ID 5
  Area 0, Process ID 1, Instance ID 0, Router ID 2.2.2.2
  Network Type POINT_TO_MULTIPOINT, Cost: 64
  Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT,
  Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
    Hello due in 00:00:21
  Index 1/1/2, flood queue length 0
  Next 0x0(0)/0x0(0)/0x0(0)
  Last flood scan length is 1, maximum is 5
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 2, Adjacent neighbor count is 2
    Adjacent with neighbor 3.3.3.3
    Adjacent with neighbor 4.4.4.4
  Suppress hello for 0 neighbor(s)

R2#sh run int ser1/0
Building configuration...

Current configuration : 381 bytes
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 ipv6 address 2001:FFFF::2/64
 ipv6 address FE80::2 link-local
 ipv6 ospf network point-to-multipoint
 ipv6 ospf 1 area 0
 serial restart-delay 0
 frame-relay map ipv6 FE80::3 101
 frame-relay map ipv6 FE80::4 102
 frame-relay map ipv6 2001:FFFF::3 101 broadcast
 frame-relay map ipv6 2001:FFFF::4 102 broadcast
end

R2#sh ipv6 route ospf
IPv6 Routing Table - 8 entries
...

O   2001:FFFF::3/128 [110/64]
     via FE80::3, Serial1/0
O   2001:FFFF::4/128 [110/64]
     via FE80::4, Serial1/0


[*] Some Helps
[*] Cisco Docs


biOos

No comments: