Saturday, September 8, 2012

IPV6 - nuggets config




Not that anyone really needs this, but...

Router 1


interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:11AA::1/64
 ipv6 ospf 1 area 10
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:22AA::1/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
ipv6 router ospf 1
 router-id 0.0.0.1
 log-adjacency-changes



Router 2


interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:11AA::2/64
 ipv6 ospf 1 area 10
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
ipv6 router ospf 1
 router-id 0.0.0.2
 log-adjacency-changes


Router 3


interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:33AA::1/64
 ipv6 ospf 1 area 20
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:22AA::2/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet2/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
ipv6 router ospf 1
 router-id 0.0.0.3
 log-adjacency-changes


Router 4


interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:33AA::2/64
 ipv6 ospf 1 area 20
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet2/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
ipv6 router ospf 1
 router-id 0.0.0.4
 log-adjacency-changes
!

No comments:

Post a Comment