Users Guide

Table Of Contents
68 | Network Parameters Dell PowerConnect W-Series ArubaOS 6.1 | User Guide
interface vlan 62 ip address dhcp-client client-id myclient
Enabling the PPPoE Client
To authenticate to the BRAS and request a dynamic IP address, the controller must have the following
configured:
PPPoE user name and password to connect to the DSL network
PPPoE service name — either an ISP name or a class of service configured on the PPPoE server
When you shut down the VLAN, the PPPoE session terminates.
Using the WebUI
1. Navigate to the Configuration > Network > IP > IP Interfaces page.
2. Click Edit for a previously-created VLAN.
3. Select Obtain an IP address with PPPoE.
4. Enter the service name, username, and password for the PPPoE session.
5. Enter a priority value for the VLAN ID in the Uplink Priority field. By default, all wired uplink interfaces have
the same priority. If you want to use an active-standby topology then prioritize each uplink interfaces by
entering a different priority value (1– 4) for each uplink interface.
6. Click Apply.
Using CLI
In this example, a PPoE service name, username and password are assigned. The interface VLAN 14 has an uplink
priority of 3.
interface vlan 14
ip address pppoe
interface vlan 14 ip pppoe-service-name <service_name>
interface vlan 14 ip pppoe-username <username>
interface vlan 14 ip pppoe-password *****
uplink wired vlan 14 priority 3
Default Gateway from DHCP/PPPoE
You can specify that the router IP address obtained from the DHCP or PPPoE server be used as the default
gateway for the controller.
Using the WebUI
1. Navigate to the Configuration > Network > IP > IP Routes page.
2. For Default Gateway, select (Obtain an IP address automatically).
3. Select Apply.
Using CLI
ip default-gateway import
Configuring DNS/WINS Server from DHPC/PPPoE
The DHCP or PPPoE server can also provide the IP address of a DNS server or NetBIOS name server, which can
be passed to wireless clients through the controller’s internal DHCP server.