○
○
○
○
○
4 — Configuring Your Transparent Bridge
4-3
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
4.2.2
Step 2: Configuring the LAN
i)
To add Ethernet device to the bridge:
bridge device add edd
ii)
To add a bridge device, assuming the PVC given by your ADSL Service Provider
is
0/35
:
For LLC-SNAP encapsulation:
bridge device add //bun/port=atm/rfc1483=true/mode=llcbridged/txvpi=
0
/
txvci=
35
/rxvpi=
0
/rxvci=
35
(all in one line)
For VCMUX encapsulation:
bridge device add //bun/port=atm/rfc1483=true/mode=vcmuxbridged/txvpi=
0
/
txvci=
35
/rxvpi=
0
/rxvci=
35
(all in one line)
For multiple PVCs, repeat the above commands with the different VPI and
VCI values.
iii)
Set the IP address of your router ether port with the address given by your
System Administrator. (This is required in order to run the DSL Router
Commander.):
ip device add bridge ether //bridge
192.168.1.1
ip subnet add bridge.home .
192.168.1.1
ff:ff:ff:0
4.2.3
Step 3: Saving the Configurations
config save
<wan_interface>