User guide

ADSL connection via RFC1483 bridged mode ADSL System description
8-3
iMG/RG Software Reference Manual (ADSL Port)
TCP/IP Stack allowing the termination of IP frames belonging to a specific VLAN to a well defined IP interface
(see proper chapter of this manual for further information about ATI Bridge module).
Example #Typical set up for ADSL B and ADSL C group of devices
#Create a vlan with vid 666 and name vlan666
-->vlan create vlan666 666
#Create rfc1483 transport with VPI/VCI: 1/34
-->rfc1483 add transport pvc_1_34 a1 1 34
#Create a bridge interface
-->bridge add interface pvc_1_34_if
#Attach the bridge interface to the bridge
-->bridge attach pvc_1_34_if pvc_1_34
#Put the interface in the correct vlan on the bridge
-->bridge add vlaninterface vlan666 untagged pvc_1_34_if
#Create IP interface
-->ip add interface ip666
#Attach rfc1483 transport to the defined IP interface
-->ip attach ip666 vlan666
#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)
rfc1483 (chapter 7-ADSL Port)
bridge (chapter 7-ADSL Port)
ip (chapter 2-Layer 2 functions)
Example #Typical set up for ADSL A group of devices
#Create a vlan with vid 666 and name vlan666
-->vlan add vlan666 vid 666
#Add ethernet transport type named vlan666
-->ethernet add transport vlan666
#Create rfc1483 transport with VPI/VCI: 1/34
-->rfc1483 add transport pvc_1_34 a1 1 34
# set transport to manage frame untagged on vlan666
-->rfc1483 set transport pvc_1_34 vlan vlan666 frame untagged
#Create BRIDGE interface and attach to the transport
bridge add interface pvc_1_34_if
bridge attach pvc_1_34_if pvc_1_34
#Create IP interface
-->ip add interface ip666
#Attach rfc1483 transport to the defined IP interface
-->ip attach ip666 vlan666