Juniper Networks
Log in
|
How to Buy
|
Contact Us
|
United States (Change)
Choose Country
Close

Choose Country

North America

  • United States

Europe

  • Deutschland - Germany
  • España - Spain
  • France
  • Italia - Italy
  • Россия - Russia
  • United Kingdom

Asia Pacific

  • Asean Region (Vietnam, Indonesia, Singapore, Malaysia)
  • Australia
  • 中国 - China
  • India
  • 日本 - Japan
  • 대한민국 - Korea
  • 台灣 - Taiwan
Solutions
Products & Services
Company
Partners
Support
Education
Community
Security Intelligence Center

Technical Documentation

Support
Technical Documentation
Content Explorer New
 
Enterprise MIBs
 
EOL Documentation
 
Feature Explorer Login required New
 
File Format Help
 
Glossary
 
Portable Libraries
 
 
Home > Support > Technical Documentation > JunosE Software > Example: Using DHCPv6 Local Address Pools for Prefix Delegation over non-PPP Links
Print
Rate and give feedback:  Feedback Received. Thank You!
Rate and give feedback: 
Close
This document helped resolve my issue.  Yes No

Additional Comments

800 characters remaining

May we contact you if necessary?

Name:  
E-mail: 
Submitting...
 

Related Documentation

  • dns-domain-search
  • dns-server
  • exclude-prefix
  • interface
  • interface loopback
  • ipv6 address
  • ipv6 nd
  • ipv6 unnumbered
  • prefix
  • ipv6 address-pool local
  • ipv6 local pool
  • ipv6-prefix-pool-name
  • vlan id
 

Example: Using DHCPv6 Local Address Pools for Prefix Delegation over non-PPP Links

When a customer premises equipment (CPE) or requesting router and the provider edge (PE) router are connected using a PPP link, one of the following pool names is used to determine the IPV6 local address pool to be used for DHCPv6 Prefix Delegation to the CPE:

  • The pool name returned by the RADIUS server in the Framed-IPv6-Pool attribute
  • The pool name configured in the AAA domain map

However, for a CPE that is connected to the PE router using a non-PPP link, such as Ethernet, VLAN, or S-VLAN, the method for authentication of clients for DHCPv6 Prefix Delegation is not available in JunosE Release 10.1.x. In such cases, you can select the pool to be used for delegation of prefixes to the CPE by ensuring that the address of the interface over which the DHCPv6 request is received corresponds to any one of the prefix ranges in the configured local address pool.

The following example shows how you can configure an interface with an IPv6 address that matches a prefix configured in an IPv6 local address pool to enable allocation of prefixes from the configured pool for client requests over non-PPP links.

! Configure an IPv6 local address pool named example. Specify the IPv6 prefix! range from which prefixes can be delegated to DHCPv6 clients by specifying an! IPv6 prefix and the assigned prefix length. Configure the prefix 4004:4004::/48! to be excluded from being allocated to the requesting client. Exit the IPv6 Local! Pool Configuration mode.host1(config)#ipv6 local pool examplehost1(config-v6-local)#prefix 4004:4004::/32 48 host1(config-v6-local)#exclude-prefix 4004:4004::/48 host1(config-v6-local)#exit! ! Create a loopback interface with the IPv6 address matching that of a prefix range ! configured in the example local pool. Exit the Interface Configuration mode. host1(config)#interface loopback 1 host1(config-if)#ipv6 address 4004:4004::1/48host1(config-if)#exit ! ! Create a Gigabit Ethernet interface and assign VLAN as the encapsulation! method. Exit the Interface Configuration mode. host1(config)#interface gigabitEthernet 2/1/4host1(config-if)#encapsulation vlan host1(config-if)#exit! ! Create a VLAN subinterface, assign a loopback address to it, and enable! IPv6 Neighbor Discovery. Exit the Interface Configuration mode. host1(config)#interface gigabitEthernet 2/1/4.100 host1(config-if)#vlan id 100 host1(config-if)#ipv6 unnumbered loopback 1host1(config-if)#ipv6 nd host1(config-if)#exit

When the PE router receives a request for DHCPv6 Prefix Delegation over the gigabit Ethernet interface 2/1/4.100, prefixes are allocated to the client from the example local pool. In this example, the local pool to use for allocation of prefixes is selected based on the IPv6 address of the interface over which the request is received.

 

Related Documentation

  • dns-domain-search
  • dns-server
  • exclude-prefix
  • interface
  • interface loopback
  • ipv6 address
  • ipv6 nd
  • ipv6 unnumbered
  • prefix
  • ipv6 address-pool local
  • ipv6 local pool
  • ipv6-prefix-pool-name
  • vlan id
 

Published: 2012-06-27

 
  • About Juniper
  • Investor Relations
  • Press Releases
  • Newsletters
  • Juniper Offices
  • Green Networking
  • Resources
  • How to Buy
  • Partner Locator
  • Image Library
  • Visio Templates
  • Security Center
  • Community
  • Forums
  • Blogs
  • Junos Central
  • Social Media
  • Developers
  • Support
  • Technical Documentation
  • Knowledge Base (KB)
  • Software Downloads
  • Product Licensing
  • Contact Support
Site Map / RSS Feeds / Careers / Accessibility / Feedback / Privacy & Policy / Legal Notices
Copyright© 1999-2012 Juniper Networks, Inc. All rights reserved.
Help
|
My Account
|
Log Out