User Manual
Chapter 4 - Operation and Administration Using the CLI NPU Configuration
4Motion 213 System Manual
4.3.8.2 Deleting a Static Route
To delete a static route, run the following command:
npu(config)# no ip route <ip_address> <ip_mask> <ip_nexthop>
For example, run the following command to delete an entry for a static route with
the destination IP address, 11.0.0.2, and the address mask, 255.255.255.255,
and next-hop IP address, 192.168.10.1.
npu(config)# no ip route 11.0.0.2 255.255.255.255 192.168.10.1
Privilege
Level
10
Syntax
Description
Parameter Description Presence Default
Value
Possible
Values
<ip_address> Indicates the destination host
or network IP address, for
which the route is to be
added.
Mandatory N/A Valid IP
address
<ip_mask> Indicates the address mask
for the static route to be
added.
Mandatory N/A Valid address
mask
<ip_nexthop> Indicates the next hop IP
address, for the route to be
added.
Mandatory N/A Valid IP
address
Command
Modes
Global configuration mode
IMPORTANT
An error may occur if a route matching the specified parameters does not exist.
Command
Syntax
npu(config)# no ip route <ip_address> <ip_mask> <ip_nexthop>
Privilege
Level
10