Specifications

SmartSwitch ATM Switch Reference Manual 2-267
Route
Descriptions
Examples
switch_prompt # add route
DestNetIP() : 204.95.77.187
GatewayIP() : 204.95.77.186
switch_prompt #
switch_prompt # show route
ROUTE NET TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
90.1.1.0 90.1.1.186 1 0 6508 zn1
204.95.77.0 204.95.77.186 1 3 6312 ei0
------------------------------------------------------------------------
ROUTE HOST TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
127.0.0.1 127.0.0.1 5 0 0 lo0
204.95.77.187 204.95.77.186 5 0 0 ei0
------------------------------------------------------------------------
switch_prompt #
switch_prompt # delete route
DestNetIP() : 204.95.77.187
GatewayIP() : 204.95.77.186
switch_prompt #
Operator Parameters/Permissions Description
add route [DestNetIP] <destnetip>
[GatewayIP] <gatewayip>
Administrator
Creates an IP route to an ATM client when it is not
directly connected to the NMS (network management
system). You must assign both the destination IP
address and the gateway IP address to reach the ATM
client, and these addresses must already exist.
delete route [DestNetIP] <destnetip>
[GatewayIP] <gatewayip>
Administrator
Removes an IP route from the switch configuration
when it is not directly connected to the NMS.
show route
All Displays IP routes used by the switch. The flag
numbers shown in the flags column relate to the
hexadecimal figures listed in the Output Parameter
table above. Whatever number is shown defines what
flags are active. For example, 1 equals flag 0x1; 5
equals flag 0x1 + flag 0x4; 7 equals flag 0x1 + flag 0x2
+ flag 0x4 and so on.