User guide

ADSL System description ADSL connection via RFC1483 routed mode
iMG/RG Software Reference Manual (ADSL Port)
8-4
#Set a static IP address on the IP interface
-->ip set interface ip666 ipaddress 192.168.99.1 255.255.255.0
See also vlan (chapter 2-Layer 2 functions)
ethernet (chapter 7-ADSL Port)
rfc1483 (chapter 7-ADSL Port)
bridge (chapter 7-ADSL Port)
ip (chapter 2-Layer 2 functions)
8.2.3 ADSL connection via RFC1483 routed mode
When it is not necessary to make ATI media gateway manage virtual vlans but it is preferable to leave the
Ethernet DSLAM manages directly one or more IP interfaces on different ADSL permanent virtual circuit then
the connection between the physical adsl port and the TCP/IP stack will be done using directly a transport of
type RFC1483 since not using ATI Bridge it will be routed directly to the ADSL port
This approach let the Ethernet DSLAM to manage a multiple ADSL PVC connection and multiple vlan network.
Example #Typical set up for all ADSL group of devices
#Create rfc1483 transport with VPI/VCI: 1/34
-->rfc1483 add transport pvc_1_34 a1 1 34
#Create IP interface
-->ip add interface ip666
#Attach rfc1483 transport to the defined IP interface
-->ip attach ip666 pvc_1_34
#Set a static IP address on the IP interface
-->ip set interface ip666 ipaddress 192.168.99.1 255.255.255.0
See also rfc1483 (chapter 7-ADSL Port)
ip (chapter 2-Layer 2 functions)
8.2.4 ADSL connection via Point to Point Protocol over ATM (PPPOA)
To maintain the compatibility with old type of network topography it is possible to set up a connection
between Allied Telesis media gateway TCP/IP stack and an ATM DSLAM using a Point to Point Protocol con-
nection transport over ATM cells.
Example #Typical set up for all ADSL group of devices
#Create PPPoA transport with VPI/VCI: 8/35
-->pppoa add transport trpppoa dialout pvc 2 a1 8 35
#Create IP interface
-->ip add interface ip_pppoa
#Attach PPPoA transport to the defined IP interface
-->ip attach ip_pppoa trpppoa
# Set PPPoA account parameters
-->pppoa set transport trpppoa username <username>