Heritage Series ADSL Bridge/ Router | 39 |
Basic Configurations |
3.6 PPP Over Ethernet (RFC2516)
*Supported by firmware version 2.0 and above!
[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 2516(PPP over Ethernet) with following procedure. Before setup RFC 2516, you have to ensure remove existing RFC 1483 or RFC 1577 or RFC 2364 configuration with the procedure mentioned above.
•IP dial out over PPPoE
>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 ↵
>ppp 1 pppoe 0 32 ↵
(Set channel 1 to VPI=0, VCI=32)
>ppp 1 welogin <name> <password> chap↵
(This is the login name and password of PPP server)
>ppp 1 enable ↵
>config save ↵
>restart ↵