ADSL Configuration
NetScreen-5GT Wireless
23
WebUI
Network > Interfaces > Edit (for the adsl1 interface): Select DT for the Annex B
Mode, and then click Apply.
CLI
set interface adsl1 phy annex-b-mode dt
save
You do not need to configure this setting if you are using the Annex A model of the device
or if you are connecting the device to non-Deutsch Telecom equipment.
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 NetScreen device. You need to also specify that the device use the
static IP address. (By default, the NetScreen 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.)
To configure the static IP address 1.1.1.1/24 for the network:
WebUI
Network > Interfaces > Edit (for the adsl1 interface): Enter the following, and
then click Apply:
IP Address/Netmask: 1.1.1.1/24
Static IP: (select)
CLI
set interface adsl1 ip 1.1.1.1/24
set pppoe name poe1 static-ip
save
or
set interface adsl1 ip 1.1.1.1/24
set pppoa name poa1 static-ip
save
Note: You need to configure a PPPoE or PPPoA instance and bind it to the adsl1
interface, as described in the previous section. Make sure that you select “Obtain IP
using PPPoE” or “Obtain IP using PPPoA” and the name of the PPPoE or PPPoA
instance.