13: Configuring an ADSL interface
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW6600 Series User manual
Issue: 1.7
Page 139 of 519
13.10
Configuring an ADSL PPPoEoA connection using UCI
The configuration file is stored on: 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 'pppoe'
option ifname 'nas0'
option username '[email protected]'
option password 'test5'
option ac 'test'
option service 'test'
option defaultroute '1'
option metric ‘1’
config atm-bridge
option unit '0'
option atmdev '0'
option encaps 'llc'
option payload 'bridged'
option vci '35'
option vpi '0'
To view uci commands, enter:
uci show network
network.adsl=adsl-device
network.adsl.fwannex=a
network.adsl.annex=a
network.adsl.Enabled=yes
network.ADSL=interface
network.ADSL.proto=pppoe
network.ADSL.ifname=nas0