Heritage Series ADSL Bridge/ Router | 35 |
Basic Configurations |
3.5 PPP Over ATM (RFC2364)
[System configuration]
|
| Ethernet |
| |
|
|
| ||
|
|
|
| |
202.1.136.100 |
| 202.1.136.254 |
| |
|
|
|
192.168.
1.2
[ISP/DSLAM Configuration] |
| ||
IP Address : | 192.168.1.1 | DSLAM/NSP | |
Subnet Mask : | 255.255.255.0 | ||
192.168.1.1 | |||
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 ↵