Wednesday, August 20, 2008

IPV6 configuration in cisco using OSPF v3








R1

R1#sh config
Using 1198 out of 129016 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!

ip subnet-zero
!
ip cef
ip audit notify log
ip audit po max-events 100
ipv6 unicast-routing
ipv6 cef
mpls ldp logging neighbor-changes
no ftp-server write-enable
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
ipv6 address AAAA:5::1/64
ipv6 ospf 100 area 0
ipv6 ospf priority 5

ipv6 router ospf 100
router-id 1.1.1.1
log-adjacency-changes
area 0 range AAAA:5::/64

R2#sh config
Using 1198 out of 129016 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
ip subnet-zero
!
ip cef
ip audit notify log
ip audit po max-events 100
ipv6 unicast-routing
ipv6 cef
mpls ldp logging neighbor-changes
no ftp-server write-enable
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
ipv6 address AAAA:5::2/64
ipv6 ospf 100 area 0
ipv6 ospf priority 3
!
ipv6 router ospf 100
router-id 2.2.2.2
log-adjacency-changes
area 0 range AAAA:5::/64

show command:
#sh ipv6 ospf nei
#sh ipv6 ospf nei detail
#sh ipv6 ospf database
#sh ipv6 ospf interface e0/0

No comments: