Mini PIM Configuration 33
To configure the user name roswell and password area51 for PPPoE and bind the
PPPoE configuration to the adsl1/0 interface:
WebUI
Network > PPP > PPPoE Profile> New: Enter the following, click OK:
PPPoE Instance: poe1
Bound to Interface: adsl1/0 (select)
Username: roswell
Password: area51
CLI
set pppoe name poe1 username roswell password area51
set pppoe name poe1 interface adsl1/0
save
There are other PPPoE or PPPoA parameters that you can configure on the device,
including method of authentication (by default, the device supports either
Challenge Handshake Authentication Protocol or Password Authentication Protocol),
idle timeout (default is 30 minutes), and so on. Ask your service provider if there
are additional PPPoE or PPPoA parameters that you need to configure to enable
proper communications with the service provider’s server.
Static IP Address and Netmask
If your ISP gave you a specific, fixed IP address and netmask for your network, then
configure the IP address and netmask for the network and the IP address of the
router port connected to the device. You need to also specify that the device is to
use the static IP address. (Typically, the device acts as a PPPoE or PPPoA client and
receives an IP address for the ADSL interface through negotiations with the PPPoE
or PPPoA server.)
You need to configure a PPPoE or PPPoA instance and bind it to the adsl1/0
interface, as described in “PPPoE or PPPoA” on page 32. Make sure that you select
Obtain IP using PPPoE or Obtain IP using PPPoA and the name of the PPPoE or
PPPoA instance.
To configure the static IP address 1.1.1.1/24 for the network:
WebUI
Network > Interfaces > List > Edit (for the adsl1/0 interface): Enter the
following, click Apply:
IP Address/Netmask: 1.1.1.1/24
Static IP: (select)
CLI
set interface adsl1/0 ip 1.1.1.1/24
set pppoe name poe1 static-ip
save
or
set interface adsl1/0 ip 1.1.1.1/24
set pppoa name poa1 static-ip
save