5-1
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
5.
Router Configuration Examples
All IP addresses and PVC values stated in this manual serve only as
examples for your better understanding. You are required to replace
these values with those given by your ADSL Service Provider /
System Administrator.
For your better understanding, this section contains examples on configuring your
router. Do not duplicate these examples for your configuration. Check with your ADSL
Service Provider / System Administrator for actual IP addresses, PVC values and options
to use.
5.1
Example on RFC 2684 (RFC 1483) IP Framing
i)
To reset all IP configurations:
ppp
1
clear
ip device flush
bridge device flush
ip subnet flush
ip route flush
ii)
Configuring the LAN:
ip device add lan ether //edd
192.168.1.1
ip subnet add lan.home .
192.168.1.1 ff:ff:ff:0
iii)
Configuring the WAN (for LLC-SNAP encapsulation):
ip device add wan ptp //bun/port=atm/rfc1483=true/mode=llcrouted/
txvpi=
0
/txvci=
35
/rxvpi=
0
/rxvci=
35
202.166.29.154
(all in one line)
ip subnet add wan.home .
202.166.29.154
ff:ff:ff:0
v)
Configuring the Routing Table:
ip route add default 0.0.0.0
202.166.29.2
0:0:0:0
vi)
To disable dynamic routing:
ip rip accept all none
ip rip send all none