Ip rtdelete, Delete a route from the routing table, Ip commands – Technicolor - Thomson ST585 V6 User Manual
Page 477: Syntax, Example: related commands
E-DOC-CTC-20061027-0004 v1.0
IP Commands
453
ip rtdelete
Delete a route from the routing table.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
ip rtdelete
dst =
[dstmsk =
[label =
[gateway =
[intf =
dst
The destination IP address(es) for this route.
Note
Supports cidr notation.
REQUIRED
dstmsk
The destination IP address mask.
OPTIONAL
label
The name of the label.
OPTIONAL
gateway
The IP address of the next hop. The next hop must be directly connected.
Note
The parameters
gateway
and
intf
are mutually exclusive.
OPTIONAL
intf
Only for special interface routes: the outgoing IP interface name.
Note
The parameters
gateway
and
intf
are mutually exclusive.
OPTIONAL
=>ip rtlist
Destination Label
Gateway
Intf Mtrc Status
10.0.0.0/24
10.0.0.140
eth0
0
[UP]
10.10.0.0/24 Interactive
10.0.0.140
eth0
0
[UP]
10.0.0.140/32
10.0.0.140
eth0
0
[UP]
127.0.0.1/32
127.0.0.1
loop
0
[UP]
=>ip rtdelete dst=10.10.0.0/24 label=Interactive gateway=10.0.0.140
=>ip rtlist
Destination Label
Gateway
Intf Mtrc Status
10.0.0.0/24
10.0.0.140
eth0
0
[UP]
10.0.0.140/32
10.0.0.140
eth0
0
[UP]
127.0.0.1/32
127.0.0.1
loop
0
[UP]
=>