- Configuring ATM
- AAL1 CES on AIM-ATM
- DHCP Client on WAN Interfaces
- Lossless Compression and ATM Cell Switching and BITS Clocking
- ATM Multilink PPP Support on Multiple VCs
- ATM OAM Support for F5 Continuity Check
- ATM OAM Ping
- ATM Policing by Service Category for SVC SoftPVC
- Configuring ATM SNMP Trap and OAM Enhancements
- ATM SVC Troubleshooting Enhancements
- ATM Software Segmentation and Reassembly
- Unspecified Bit Rate Plus and ATM Enhancements
- Enhanced Voice and QoS for ADSL and G.SHDSL
- End of Life for Multiprotocol over ATM
- Multiprotocol over ATM Overview
- Configuring the Multiprotocol over ATM Client
- Configuring the Multiprotocol over ATM Server
- Configuring Token Ring LAN Emulation MPOA
- MPLS Diff-Serv-aware Traffic Engineering over ATM
- End of Life for LAN Emulation
- LAN Emulation Overview
- Configuring LAN Emulation
- Configuring Token Ring LAN Emulation
- SNMP Trap Support for the Virtual Switch Interface Master MIB
- VLAN 0 Priority Tagging Support
- Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xDSL Uplinks
- Reuse MAC for ATM Route-Bridge Encapsulation
- Index
- Finding Feature Information
- Restrictions for DHCP Client on WAN Interfaces
- Information About DHCP Client on WAN Interfaces
- How to Configure DHCP Client on WAN Interfaces
- Configuration Examples for DHCP Client on WAN Interfaces
- Additional References
- Feature Information for DHCP Client on WAN Interfaces
- Glossary
DHCP Client on WAN Interfaces
The DHCP Client on WAN Interfaces feature extends the Dynamic Host Configuration Protocol (DHCP) to allow a DHCP client to acquire an IP address over PPP over ATM (PPPoA) and certain ATM interfaces. By using DHCP rather than the IP Control Protocol (IPCP), a DHCP client can acquire other useful information such as DNS addresses, the DNS default domain name, and the default route.
The configuration of PPPoA and Classical IP and ARP over ATM already allows for a broadcast capability over the interface (using the broadcast keyword on the ATM interface). Most changes in this feature are directed at removing already existing restrictions on what types of interfaces are allowed to send out DHCP packets (previously, dialer interfaces have not been allowed). This feature also ensures that DHCP RELEASE messages are sent out the interface before a connection is allowed to be broken.
- Finding Feature Information
- Restrictions for DHCP Client on WAN Interfaces
- Information About DHCP Client on WAN Interfaces
- How to Configure DHCP Client on WAN Interfaces
- Configuration Examples for DHCP Client on WAN Interfaces
- Additional References
- Feature Information for DHCP Client on WAN Interfaces
- Glossary
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for DHCP Client on WAN Interfaces
This feature works with ATM point-to-point interfaces and will accept any encapsulation type. For ATM multipoint interfaces, this feature is supported only using the aal5snap encapsulation type combined with Inverse ARP (InARP) , which builds an ATM map entry, is necessary to send unicast packets to the server (or relay agent) on the other end of the connection. InARP is supported only for the aal5snap encapsulation type.
For multipoint interfaces, an IP address can be acquired using other encapsulation types because broadcast packets are used. However, unicast packets to the other end will fail because there is no ATM map entry and thus DHCP renewals and releases also fail.
An ATM primary interface is always multipoint. An ATM subinterface can be multipoint or point-to-point.
If you are using a point-to-point interface, the routing table determines when to send a packet to the interface and ATM map entries are not needed; consequently, Inverse ARP, which builds ATM map entries, is not needed. If you are using a multipoint interface, you must use Inverse ARP to discover the IP address of the other side of the connection.
You can specify Inverse ARP through the protocol ip inarpinterface configuration command. You must use the aal5snap encapsulation type when using Inverse ARP, because it is the only encapsulation type that supports Inverse ARP.
Information About DHCP Client on WAN Interfaces
DHCP is beneficial on WAN interfaces because it can be used to acquire information such as DNS server addresses, the DNS default domain name, and the default route.
To configure the DHCP Client on WAN Interfaces feature, you should understand the following concept:
DHCP
DHCP is an Internet protocol for automating the configuration of computers that use TCP/IP. DHCP can be used to automatically assign IP addresses, to deliver TCP/IP stack configuration parameters such as the subnet mask and default router, and to provide other configuration information such as the addresses for printer, time and news servers.
Client computers configured to use DHCP for IP assignment do not need to have a statically assigned IP address. In addition, they generally do not need to have addresses configured for DNS servers or WINS servers, as these are also set by the DHCP server.
Dynamic addressing simplifies network administration because the software keeps track of IP addresses rather than requiring an administrator to manage the task. This means that a new computer can be added to a network without the need to manually assign it a unique IP address. Many ISPs use dynamic IP addressing for dial-up users.
How to Configure DHCP Client on WAN Interfaces
- Configuring an ATM Primary Interface Using Encapsulation and InARP
- Configuring an ATM Subinterface Using aa15snap Encapsulation
- Configuring an ATM Subinterface Using aa15nlpid Encapsulation
- Configuring an ATM Subinterface Using aa15mux PPP Encapsulation
Configuring an ATM Primary Interface Using Encapsulation and InARP
To configure an ATM primary interface (multipoint) using aal5snap encapsulation and InARP, perform the steps in this section.
interface atm0 ip address dhcp pvc 1/100 encapsulation aal5snap broadcast protocol ip 255.255.255.255 broadcast protocol ip inarp
Configuring an ATM Subinterface Using aa15snap Encapsulation
To configure an ATM point-to-point subinterface using aa15snap encapsulation, perform the steps in this section.
interface atm0.1 point-to-point ip address dhcp pvc 1/100 encapsulation aal5snap broadcast
Configuring an ATM Subinterface Using aa15nlpid Encapsulation
To configure an ATM point-to-point subinterface using aa15nlpid encapsulation, perform the steps in this section.
interface atm0.1 point-to-point ip address dhcp pvc 1/100 encapsulation aal5nlpid broadcast
Configuring an ATM Subinterface Using aa15mux PPP Encapsulation
To configure an ATM point-to-point subinterface using aa15mux PPP encapsulation, perform the steps in this section.
interface atm0.1 point-to-point pvc 1/100 encapsulation aal5mux ppp virtual-template1 broadcast ! interface virtual-template1 ip address dhcp
Configuration Examples for DHCP Client on WAN Interfaces
This feature has no new configuration commands; however, the ip address dhcpinterface configuration command can now be configured on PPPoA and certain ATM interfaces.
- ATM Primary Interface Using Encapsulation and InARP Example
- ATM Subinterface Using aa15snap Encapsulation Example
- ATM Subinterface Using aa15nlpid Encapsulation Example
- ATM Subinterface Using aa15mux PPP Encapsulation Example
ATM Primary Interface Using Encapsulation and InARP Example
The following example shows how to configure an ATM primary interface (multipoint) using aal5snap encapsulation and InARP.
In the following example, the protocol ip 255.255.255.255 broadcast configuration is needed because there must be an ATM map entry to recognize the broadcast flag on the permanent virtual circuit (PVC). You can use any ATM map entry. The protocol ip inarp configuration is needed so the ATM InARP can operate on the interface such that the system on the other side can be pinged once an address is assigned by DHCP.
interface atm0 ip address dhcp pvc 1/100 encapsulation aal5snap broadcast protocol ip 255.255.255.255 broadcast protocol ip inarp
ATM Subinterface Using aa15snap Encapsulation Example
The following example shows how to configure an ATM point-to-point subinterface using aa15snap encapsulation:
interface atm0.1 point-to-point ip address dhcp pvc 1/100 encapsulation aal5snap broadcast
ATM Subinterface Using aa15nlpid Encapsulation Example
The following example shows how to configure an ATM point-to-point subinterface using aa15nlpid encapsulation:
interface atm0.1 point-to-point ip address dhcp pvc 1/100 encapsulation aal5nlpid broadcast
ATM Subinterface Using aa15mux PPP Encapsulation Example
The following example shows how to configure an ATM point-to-point subinterface using aa15mux PPP encapsulation:
interface atm0.1 point-to-point pvc 1/100 encapsulation aal5mux ppp virtual-template1 broadcast ! interface virtual-template1 ip address dhcp
Additional References
The following sections provide references related to the feature Define Interface Policy-Map AV Pairs AAA.
Related Documents
Related Topic |
Document Title |
---|---|
Information on Change of Authorization (CoA). |
|
WAN commands: complete command syntax, command mode, defaults, usage guidelines, and examples. |
|
Quality of Service commands, such as show policy-map. |
MIBs
MIB |
MIBs Link |
---|---|
No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature. |
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
RFCs
RFC |
Title |
---|---|
Dynamic Authorization Extensions to Remote Authentication Dial In User Service (RADIUS) |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies. To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds. Access to most tools on the Cisco Support website requires a Cisco.com user ID and password. |
Feature Information for DHCP Client on WAN Interfaces
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to . An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
DHCP Client on WAN Interfaces |
12.2(8)T |
The DHCP Client on WAN Interfaces feature extends the Dynamic Host Configuration Protocol (DHCP) to allow a DHCP client to acquire an IP address over PPP over ATM (PPPoA) and certain ATM interfaces. By using DHCP rather than the IP Control Protocol (IPCP), a DHCP client can acquire other useful information such as DNS addresses, the DNS default domain name, and the default route. The following commands were introduced or modifief: ip address dhcp. |
Glossary
LFI --link fragmentation and interleaving. Method of fragmenting large packets and then queueing the fragments between small packets.
MLP --multilink PPP.
QoS --quality of service.
VC --virtual circuit.