commercial wireless router guide  
 

Ipv6 Cisco Training: How To Configure A Cisco Delegating Router For Prefix Delegation
By Charles E Ross
Now in order, to get a Cisco router’s downstream interface to act like a Delegating Router (DHCPv6 Server) that performs Prefix Delegation for a specific Requesting Router (DHCP Client); and also for a group RR’s (DHCP clients) by using a DHCP for IPv6 configuration pool, you will need to complete the following 10 steps:


1. Router>enable
2. Router#configure terminal
3. Router(config)#ipv6 dhcp pool poolname
4. Router(config-dhcp)#domain-name domain
5. Router(config-dhcp)#dns-server ipv6 address of DNS server
6. Router(config-dhcp)#prefix-delegation ipv6-prefix/prefix-length client-DUID [iaid] [lifetime]
7. Router(config-dhcp)#prefix-delegation pool poolname [lifetime {valid-lifetime | preferred-lifetime}]
8. Router(config-dhcp)#exit
9. Router(config)#interface type number
10. Router(config-if)#ipv6 dhcp server poolname

Steps Explained:

Step #1: Router>enable

Puts the router into Privileged Exec mode

Step #2: Router#configure terminal

Puts the router into Global Configuration mode

Step #3: Router(config)#ipv6 dhcp pool local

Is used to configure a DHCP for IPv6 server configuration information pool named “local” and also places the DR router into DHCP for IPv6 pool configuration mode.

Step #4 Router(config-dhcp)#domain-name domain.com

Is used to specify that all RRs (DHCP clients) will use the domain name “domain.com”.

Step #5 Router(config-dhcp)#dns-server 2001:0DC8:4000:4000::52

Is used to indicate the DNS server (by its IPv6 address) that will be available to Requesting Routers (RR’s) / DHCP clients.

Step #6 Router(config-dhcp)#prefix-delegation 2001:0DC8:1463::/48 0007000700F1A6E070D01

Is used to specify that the manually configured numeric IPv6 prefix of “2001:0DC8:1463::/48” will only be delegated to the RR (DHCP client) that has the Identify Association Identifier (IAID) of “0007000700F1A6E070D01”. In other words, in this step, you are specifying that the DR (DHCP server) only give a certain IPv6 prefix to



To Find other commercial wireless router Services

Cisco Systems Inc., formerly known as Pure Networks

wireless router netgear - Google News

Netgear ProSafe 5AP Wireless Management System (WMS105) - PC Magazine

View Original Article Fri, 03 Sep 2010 14:01:23 GMT+00:00

Netgear ProSafe 5AP Wireless Management System (WMS105)
PC Magazine
... affordable way to manage up to five Netgear access points, and it's easy enough to use that anyone who has set up a home wireless router can probably ...

and more »

Netgear ProSafe 802.11n Dual-Band Wireless Access Point WNDAP350 - PC Magazine

View Original Article Tue, 24 Aug 2010 21:16:36 GMT+00:00

Netgear ProSafe 802.11n Dual-Band Wireless Access Point WNDAP350
PC Magazine
Unclear on the difference between a conventional wireless router and an access point? I'll break it down for you. The job of the wireless router is to route ...
Wireless adapter questionPocketFives.com (blog)

all 3 news articles »

Economical Wireless Routers - Boosh News (press release) (blog)

View Original Article Thu, 09 Sep 2010 21:37:15 GMT+00:00

Economical Wireless Routers
Boosh News (press release) (blog)
The following are tips on getting a cheap, economical and inexpensive wireless router that will be your ticket and access to the World Wide Web. ...

NETGEAR Debuts NeoTV HD Media Players - TMCnet

View Original Article Wed, 01 Sep 2010 20:20:43 GMT+00:00

CNET

NETGEAR Debuts NeoTV HD Media Players
TMCnet
In July 2009, the company included a consumption meter on at least one new model router, with plans to add the feature to other models as well, ...
NETGEAR® Launches NeoTV? HD Media Players - Flagship Products in New AV ...PR Newswire (press release)

all 31 news articles »

Netgear Launches NeoTV Media Adapter, Powerline Units - PC Magazine

View Original Article Tue, 24 Aug 2010 19:45:23 GMT+00:00

CNET (blog)

Netgear Launches NeoTV Media Adapter, Powerline Units
PC Magazine
... the small router-sized box serves as a hub for taking in audio and video via either a USB port, or SATA, or an optional wireless module and displaying ...
Western Digital releases powerline adapter debutCNET (blog)

all 49 news articles »

Dlink belkin network linksys - Google News

QuickerTek introduces the Quicky3 - USB device - prMac (press release)

View Original Article Mon, 06 Sep 2010 14:02:11 GMT+00:00

QuickerTek introduces the Quicky3 - USB device
prMac (press release)
In fact it, should work on most if not all wireless networks, especially modern ones like; D Link, Linksys and Belkin just to name a few. ...

and more »

PC Pro Reveals Best UK Broadband and Mobile Broadband ISP Award Finalists - ISPReview UK

View Original Article Thu, 19 Aug 2010 00:04:53 GMT+00:00

PC Pro Reveals Best UK Broadband and Mobile Broadband ISP Award Finalists
ISPReview UK
There is also a reward for the best wireless broadband router, which includes Apple , Belkin , Buffalo , Cisco , D-Link , DrayTek , Edimax , Linksys ...

and more »

ArriveNEWS Introduces Its Networking Equipment and Communications Equip. Guide - AUTO-MOBI.info (press release)

View Original Article Sun, 22 Aug 2010 18:18:52 GMT+00:00

ArriveNEWS Introduces Its Networking Equipment and Communications Equip. Guide
AUTO-MOBI.info (press release)
... Belkin®, NEI®, Dell®, Sun®, Linksys®, DLink®, Allied Telesyn®, Asante®, 3Com®, IBM®, Lucent®, Gigaset®, Motorola®, SMC® and other major network ...

and more »

a specific RR (DHCP client).

Step #7 Router(config-dhcp)#prefix-delegation pool domain-prefix-pool lifetime 3600 60

Is used to specify that the IPv6 local prefix pool named “domain-prefix-pool” be used for IPv6 Prefix Delegation for RRs (DHCP clients) period. In other words, in this step, you are specifying that the Delegating Router (DR) use the “domain-prefix-pool” to delegate IPv6 prefixes to all other Requesting Routers (RRs).

Now just in case if you were wondering, the word “lifetime” is used to configure the IPv6 prefix lifetimes. But, remember if you use the word “lifetime” with the “prefix-delegation pool” command; you will have to configure the “valid –lifetime” (3600) and the “preferred-lifetime” (60) options.

The “valid –lifetime” (3600) option is used to indicate the time allowed (in seconds) that a IPv6 prefix from the “prefix-delegation-pool” will stay valid for a Requesting Router (RR) to use; and the “preferred-lifetime” (60) option is used to indicate the time allowed (in seconds) that the IPv6 prefix given to a RR from the “prefix-delegation-pool” will stay preferred on the RR.

Step #8 Router(config-dhcp)#exit

Allows, the router to exit DHCP for IPv6 pool configuration mode, and re-enter Global Configuration mode.

Step #9 Router(config)#interface serial 0/0

Allows, the DR to enter interface configuration mode for the serial 0/0 interface.

Step #10 Router(config-if)#ipv6 dhcp server prefix-delegation-pool

Is telling the DR router’s serial 0/0 interface that it is going to perform like a DHCPv6 server and to use the IPv6 local prefix pool named “domain-prefix-pool” for Prefix Delegation. Another way of saying it is, in step 10, you are enabling the DHCP for IPv6 service on the serial 0/0 interface which is going to use the IPv6 local prefix pool named “domain-prefix-pool” for Prefix Delegation for Requesting RR’s.

I invite you to visit my website were you’ll find the latest information regarding Cisco IPv6 Design and Implementation Techniques.

To your success,
Charles Ross, CCNP #CSCO10444244 is the owner of Ittechtips.com; where you'll find free comprehensive information and videos about IPv6 technology and how it works with Cisco Systems technology. Sign-Up for "18 Free Videos" that will teach you IPv6 Address Representation In Under 10 Minutes! And, also learn more about the new "Cisco IPv6 Video Accelerated Training Course" at his website. www.ciscoipv6ittechtips.com


 
 
  Here are some articles to start with..  
 
 
Router - Transmitting Packets
By Michael Russell
In a previous article we discussed the basics of what a router did. We're now going to get into a more detailed, and yes technical, explanation of how packets are transmitted as well as a few other Read more...
Setting Up Encryption On Your Wireless Router
By Colm Byrne
It's amazing the amount of open wireless networks you can find out there. And to be honest it's a simple process in order to set up encryption and make sure that this is not completely open for Read more...
 
 
 
 
   
 

Copyright 2009 by thegrandoldmall.com, All Rights Reserved