Deleting the default route, Example – ADC CUDA 3 User Manual

Page 285

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Configuring Static Routes

283

Deleting the Default Route

To add the default route, perform the following task:

Example

cli:192.168.208.3:root# show ip

row count: 8

Protocol Route Destination Net Mask Next Hop Metric C/S/I

Type

-------- ------ --------------- --------------- --------------- ------ ------

Net Mgmt Remote 0.0.0.0 0.0.0.0 201.1.1.10 1 1/1/1

Local Local 155.144.1.0 255.255.255.0 155.144.1.1 0 1/8/1

Local Local 199.3.1.0 255.255.255.0 199.3.1.1 0 131/1/1

Net Mgmt Remote 199.3.2.0 255.255.255.0 199.3.1.3 1 131/1/1

Local Local 201.1.1.0 255.255.255.0 201.1.1.1 0 1/1/1

Local Local 201.1.2.0 255.255.255.0 201.1.2.1 0 1/1/1

Local Local 222.2.2.0 255.255.255.0 222.2.2.2 0 1/11/1

Net Mgmt Remote 222.2.3.0 255.255.255.0 222.2.2.1 1 1/11/1

cli:192.168.208.3:root# no ip route default

cli:192.168.208.3:root# show ip

row count: 7

Protocol Route Destination Net Mask Next Hop Metric C/S/I

Type

-------- ------ --------------- --------------- --------------- ------ ------

Local Local 155.144.1.0 255.255.255.0 155.144.1.1 0 1/8/1

Local Local 199.3.1.0 255.255.255.0 199.3.1.1 0 131/1/1

Net Mgmt Remote 199.3.2.0 255.255.255.0 199.3.1.3 1 131/1/1

Local Local 201.1.1.0 255.255.255.0 201.1.1.1 0 1/1/1

Local Local 201.1.2.0 255.255.255.0 201.1.2.1 0 1/1/1

Local Local 222.2.2.0 255.255.255.0 222.2.2.2 0 1/11/1

Net Mgmt Remote 222.2.3.0 255.255.255.0 222.2.2.1 1 1/11/1

Task

Command

From any mode, delete the default
route.

no ip route default

Advertising