○
○
○
○
○
3 — Configuring Your Router
3-8
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
ii)
Configuring the WAN - For RFC 2684 (RFC 1483) IP Framing
a) To set the IP configuration of your WAN connection, assuming the PVC
and WAN IP given by your ADSL Service Provider are
0/35
and
202.166.29.154
respectively:
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
For VCMUX encapsulation:
ip device add wan ptp //bun/port=atm/rfc1483=true/mode=vcmuxrouted/
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
For multiple PVCs,
- Repeat (a) with
different PVCs values
.
- Append
wan
with an
underscore
('_') followed by a
unique digit
for
each of the different PVC configured.
- Issue a
unique WAN IP
for each of the different PVC configured
Examples:
For first PVC value (0/35)
ip device add wan_1 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_1.home .
202.166.29.154
ff:ff:ff:0
For second PVC value (0/100),
ip device add wan_2 ptp //bun/port=atm/rfc1483=true/mode=llcrouted/txvpi=
0
/txvci=
100
/
rxvpi=
0
/rxvci=
100
202.166.29.155
(all in one line)
ip subnet add wan_2.home .
202.166.29.155
ff:ff:ff:0
append with a unique digit
append with a unique digit
unique WAN IP