24
3.5 PPP Over ATM (RFC2364)
[System configuration]
[ISP/DSLAM Configuration]
IP Address :
192.168.1.1
Subnet Mask :
255.255.255.0
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
↵
> restart
↵
•
Remote bridging over PPPoA
> bridge device add edd
↵
> bridge device add ppp/DEVICE=2
↵
> config save
↵
> restart
↵
> ppp 1 pvc 32 mac
↵
> ppp 1 interface 2
↵
> ppp 1 enable
↵
> restart
↵
DSLAM/NSP
192.168.1.1
Ethernet
10Base-T Port
202.1.136.100
202.1.136.254
192.168.1.2
DSLAM/ISP2