12: Configuring an ADSL interface
_______________________________________________________________________________________________________
_____________________________________________________________________________________________________
© Virtual Access 2016
GW6600 Series and GW6600V Series User Manual
Issue: 1.5
Page 89 of 384
12.8
Creating an ADSL PPPoA connection using UCI
The configuration file is stored at:
Network file /etc/config/network
To view the configuration file, enter:
uci export network
config adsl-device 'adsl'
option fwannex 'a'
option annex 'a'
option Enabled 'yes'
config interface 'ADSL'
option proto 'pppoa'
option encaps 'vc'
option atmdev '0'
option vci '35'
option vpi '0'
option username '[email protected]'
option password 'test5'
To view uci commands, enter:
uci show network
network.adsl.fwannex=a
network.adsl.annex=a
network.adsl.Enabled=yes
network.ADSL=interface
network.ADSL.proto=pppoa
network.ADSL.encaps=vc
network.ADSL.atmdev=0
network.ADSL.vci=35
network.ADSL.vpi=0
network.ADSL.password=test5