Setup guide

SmartSwitch 6A000 Installation and Setup Guide 4-9
ATM Administrator Managing Your ATM Network
2. Add routes on Switches 4 and 5 that specify the LANE client of their adjacent switches as the
gateway to the Ethernet network (126.231.44.0 in this example).
Note All switches specified as gateways must have connectivity to both the Ethernet
and ATM networks.
For instance, in Figure 4-8, after the route is added to the NMS, a route must be added to Switch 4 that specifies Switch
1’s LANE client as the gateway to the Ethernet network. To add the route on Switch 4, use the
add route console
command:
SmartSwitch # add route
DestNetIP() : 206.61.237.0
GatewayIP() : 90.1.1.22
— Switch 1’s LANE client
SmartSwitch #
Similarly, a route must be added to Switch 5 that specifies Switch 2’s LANE client as the gateway to the Ethernet
network:
SmartSwitch # add route
DestNetIP() : 206.61.237.0
GatewayIP() : 90.1.1.15
— Switch 2’s LANE client
SmartSwitch #
To see the new route, enter the show route command. As an example, we do this on Switch 4:
SmartSwitch # show route
ROUTE NET TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
90.0.0.0 90.1.1.20 1 0 0 zn5
206.61.237.0 90.1.1.22 3 0 0 zn5
— Switch 4’s new route to Ethernet network
------------------------------------------------------------------------
ROUTE HOST TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
127.0.0.1 127.0.0.1 5 0 0 lo0
------------------------------------------------------------------------
SmartSwitch #