User manual
CLI Reference Guide 49
disable ip routing
Disables all routing protocols on all IP networks. Currently, the only routing
protocol is RIP, which means that
disable ip rip
performs the same function.
You can use
show ip routing
to see the current status of IP routing.
disable ip static_remote_routes
Disables all statically defined remote routes on all IP networks, that you
previously defined using
add ip route
. You can list the current IP routes using
list ip routes
.
disable ipx network <
network_name
>
Disables the specified IPX network. Use
list ipx networks
to see which IPX
networks are defined, and their current status.
disable ipx rip network <
network_name
>
Disables the RIP routing protocol on the specified IPX network. This saves
system space by barring a large RIP database from growing, which is useful
for networks connecting over the WAN interface. Use
enable ipx rip network
to restart RIP on this IPX network.
disable ipx sap network <
network_name
>
Disables the Service Advertising Protocol (SAP) on the specified network.
This saves system space by barring a large SAP database from growing, which
is useful for networks connecting over the WAN interface. Use
enable ipx sap
network
to restart SAP on this IPX network.
disable link_traps interface <
interface_name
>
Prevents SNMP from sending linkup and linkdown traps for the specified
interface. You can see if the interface is currently enabled for traps by using
the
show interface settings
command.