IBM ADSL Bridge/ Router Heritage User Manual
Page 37

3-6
Basic Configurations
> ip device add mpoa ptp //bun/port=r1483/rfc1483=true/mode=<x>/
txvpi=<y>/txvci=<z>/rxvpi=<y>/rxvci=<z> 10.99.48.50
↵
(assume 10.99.48.50 is the static IP address assigned by your service provider for
the PC); (<x> is the encapsulation mode of RFC1483, it can be one of LlcRouted
and VcMuxRouted, and the setting of encapsulation mode is case sensitivity. <y>
is the VPI value, and <z> is the VCI value)
> ip route add default 0.0.0.0 10.99.48.1 0:0:0:0
↵
(10.99.48.1 is the IP address of your service provider)
> ip relay all
↵
(enable routing between rfc1483 and ethernet ports)
config save
↵
restart
↵
You can use following procedure to remove existing RFC 1483 setting.
> isfs rm resolve
↵
> isfs rm initbridge
↵
> isfs rm initppp
↵
> restart
↵