This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Showing posts with label IPv6. Show all posts
Showing posts with label IPv6. Show all posts

Monday, May 2, 2011

Quick Notes - IPV6 DHCP Example

Server
ipv6 dhcp pool IPV6-2001
 prefix-delegation pool IPV6-2001
 dns-server 2001:2001::100

ipv6 dhcp pool IPV6-2002
 prefix-delegation pool IPV6-2002
 dns-server 2001:2001::100

ipv6 local pool IPV6-2001 2001:2001::/64 64
ipv6 local pool IPV6-2002 2002:2002::/64 64

interface Serial1/0
 ipv6 address 2001:2001::1/64
 ipv6 enable
 ipv6 dhcp server IPV6-2001
 serial restart-delay 0

interface Serial1/1
 ipv6 address 2002:2002::1/64
 ipv6 enable
 ipv6 dhcp server IPV6-2002
 serial restart-delay 0

Client
interface Serial1/0
 description CONN-IPV6-DHCP-PROVIDER
 ipv6 address FE80::2 link-local
 ipv6 address IPV6-2001 ::2/64
 ipv6 enable
 ipv6 dhcp client pd IPV6-2001
 serial restart-delay 0


interface Serial1/1
 description CONN-IPV6-CLIENTS
 ipv6 address FE80::2 link-local
 ipv6 dhcp client pd IPV6-2002
 ipv6 address IPV6-2002 ::2/64
 ipv6 enable
 serial restart-delay 0

Sunday, February 6, 2011

THE IANA IPV4 Address Free Pool is Now Depleted

Are you getting ready for IPv6?

https://www.arin.net/announcements/2011/20110203.html

http://www.nro.net/news/ipv4-free-pool-depleted

Tuesday, April 27, 2010

Question 51

Do you need frame-relay maps for IPv6 and Bridging?
Provide examples if possible.

Friday, April 23, 2010

Question 14

What are the types of ways that you can migrate from IPv4 to IPv6?

Question 13

What does an IPv6 address layout look like?