Alteon Application Switch Operating System Application Guide
Basic IP Routing
120 Document ID: RDWR-ALOS-V2900_AG1302
To remove an IPv4 static route
The IPv4 static routes that are currently part of the configuration can be displayed using the /cfg/
l3/route/ip4/cur
command.
IPv6 Static Routes
IPv6 static routes support static connectivity to an IPv6 network. IPv6 static routes are conceptually
identical to their IPv4 counterparts and only differ in the addressing format used. For information
about IPv6 concepts and addressing formats, see IPv6, page 835
.
IPv6 static routes are added using the /cfg/l3/route/ip6/add command, using the following
syntax:
IPv6 static routes are removed from the switch using the /cfg/l3/route/ip6/rem command,
using the following syntax:
The IPv6 static routes that are currently part of the switch configuration can be displayed using the
/cfg/l3/route/ip6/cur command.
>> Main#/cfg/l3/route/ip4/rem <destination> <mask>
>> Main#/cfg/l3/route/ip6/add <destination> <prefix length> <next hop>
[interface number]
>> Main#/cfg/l3/route/ip6/rem <destination> <prefix length> <next hop>