Removing ip source routes – ADC CUDA 3 User Manual

Page 326

Advertising
background image

ADC Telecommunications, Inc.

324

C

HAPTER

14: C

ONFIGURING

IP

Removing IP Source Routes

To remove an IP source route entry from a particular interface, perform the
following tasks:

The following example configures interface 1/1/1 to forward any packets
received from the 172.16.19.0 network to the router at 172.20.19.4:

cli:172.16.19.10:interface:cable:csi(1/1/1)# no ip source-route

172.16.19.0 255.255.255.0 172.20.19.4

cli:172.16.19.10:interface:cable:csi(1/1/1)# show ip interface

source-route

Address Mask NextHop

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

172.16.19.0 255.255.255.0 172.20.19.4

row count: 1

cli:172.16.19.10:interface:cable:csi(1/1/1)# show ip interface

source-route

Address Mask NextHop

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

row count: 0

cli:172.16.19.10:interface:cable:csi(1/1/1)#

Task

Command

1. Enter interface mode.

interface <c/s/i>

2. Remove a source route

entry.

no ip source-route <ip address> <mask> <next
hop gateway>

Advertising