Saturday, September 8, 2012

OK, That's probably all for ROUTE

I plan to take the test on or around Sept 27th.

This two weeks until then will be practice tests and reading.

Wish me luck and good luck to all of you that are also studying.

Should I be successful, the Switch portion of this Blog should start in October.


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
!

Sunday, September 2, 2012

IPv6

Starting IPv6

When the CBT nuggets vids were made for the new CCNP, we still had IPv4 addresses.

April 2011, the last Asia area addresses were handed out. Europe will be next and ARIN in the US should be out in the next year or two.

Figure out IPv6. It's a necessity. More soon.

***lol, realized that the IOS I had attached to the hypervisor was not IPv6 capable.

***and the IOS I have that is IPv6 compatible does not like GNS3. Two routers immediately pegs both CPU cores.

Works - c2600-advipservicesk9-mz.124-17 two routers with IdlePC value set run at 10% CPU usage - 128mb recommended Ram

Does not - c2600-advipservicesk9-mz.124-15.T12

And Winner:

c3725-adventerprisek9-mz.124-15.T5.bin

GNS3 has issues with 2600 IOS software period.

my hypervisors kept crashing with c2600 124-17 too.