10. CLI Configuration
10.1. Setting up PPP Over ATM (RFC2364) using CLI
[System configuration]
[ISP/DSLAM Configuration]
IP Address : 192.168.1.1
Subnet Mask : 255.255.255.0
DSLAM/NSP
192.168.1.1
Ethernet
10Base-T Port
192
202.1.13
Default Gateway : 192.168.1.2
[Local PC Configuration]
IP Address : 202.1.136.100
Subnet Mask : 255.255.255.0
Default Gateway : 202.1.136.254
The ADSL Router also can be setup to support RFC 2364(PPP over ATM) with following procedure. Before setup RFC
2364, you have to ensure remove existing RFC 1483 or RFC 1577 configuration with the procedure mentioned above.
• IP dial out over PPPoA
> ip device add Ethernet ether //edd 202.1.136.254 ↵
(This is the IP of Ethernet port of ADSL Router)
> ip device add ppp_device ether //ppp/DEVICE=1 ↵
> config save ↵
> restart ↵
> ppp 1 pvc 0 32 ↵
(Set channel 1 to VPI=0, VCI=32)
> ppp 1 welogin <name> <password> ↵
(This is the login name and password of PPP server)
> ppp 1 enable ↵
> config save ↵
> restart ↵
> ip relay all ↵
> config save ↵
- 20 -
Comments to this Manuals