Nokia M1122 User Manual

Page 38

Advertising
background image

E

Copyright Nokia Networks Oy

C33906001SE_00

5-3

for all relevant interfaces. The result is that IP packets will be routed
and all other packets will be bridged. In the configuration example
below, LAN interface routes IP traffic and bridges all other protocols.
ATM VCC1 routes IP traffic and ATM VCC2 interfaces bridges all
traffic.

M1122> show config running

eth

ip address 192.168.1.1 255.255.255.0

bridging

vcc1

pvc 0 101 ip-llc

ip address 10.98.16.1 255.255.255.0

vcc2

pvc 0 102 eth-llc

bridging

M1122>

5.1.3

Routing/tunneling IP, bridging all protocols including IP

When IP packets that are received from LAN must be routed/tunneled
to some ATM VCC and bridged to some other ATM VCC, then the
VBRIDGE interface must be used as this common IP interface for all
bridged interfaces. LAN interface is in this case configured as bridge
only.

M1122> show config running

eth

bridging

vcc1

pvc 0 101 ip-llc

ip address 10.98.16.1 255.255.255.0

vcc2

pvc 0 102 tunneled-ppp-vc

vcc3

pvc 0 103 eth-llc

bridging

vbridge

ip address 192.168.1.1 255.255.255.0

M1122>

Advertising