U.S. Robotics SureConnect ADSL Ethernet/USB Router User Guide
Sets up a PPPoA profile.
Profile Profile number to configure. Specify an integer number from 0 through 7.
-if <interface> Interface name with unit number. Eight PPP interfaces are available: ppp0, ppp1, ppp2, ppp3, ppp4, ppp5, ppp6, and ppp7.
-encap <encapsulation> Encapsulation type. Possible values are LLC or VC.
-restarttime <timeout> Timeout in milliseconds. The default is 3 seconds (3000 milli seconds). -auth <authentication> Authentication type (PAP or CHAP).
-myaddr <ip_addr> Desired self IP Address (eg 192.168.26.7). Expressed in dot notation.
-peer <peer_addr> Peer IP Address to optionally specify the IP address of the Internet Service Provider. Expressed in dot notation.
-mtu <mtu> Maximum Transmission Unit expressed in bytes. The default is 1500. -mru <mru> Maximum Receive Unit, negotiated in LCP. The default is 1500. -user <user> Username.
-pass <password> Password.
-vpi <vpi> The ATM vpi value which was assigned in a vcadd command or listed in a atmshowconn command.
-vci <vci> The ATM vci value which was assigned in a vcadd command or listed in a atmshowconn command.
-nat enabledisable
Enables or disables NAT (Network Address Translation) for this PPP interface. The default is for NAT to be disabled.
-netmask <mask> Specifies the netmask for the PPP interface. The mask is specified in dot notation (i.e. 255.255.255.0).
-vpn <OUI> <vpnId> Specifies the VPN encapsulation. The OUI (Organizationally Unique Identifier) and VPN identifier are specified as numbers.
Example:
pppoa 1 –o -if ppp0 -vpi 0 -vci 100 -user jones -pass Indiana
Defines a PPPoA profile. The ppp0 interface is used with the ATM connection with vpi 0 and vci 100. The user name is “jones” and the password is “Indiana”.