Adding ip source routes – ADC CUDA 3 User Manual

Page 324

Advertising
background image

ADC Telecommunications, Inc.

322

C

HAPTER

14: C

ONFIGURING

IP

Adding IP Source Routes

Source routes are added on a per-interface basis. You add a source route
entry on a particular interface by performing the following tasks:

Examples

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:root# interface 1/1/1

mode: interface:cable:csi(1/1/1)

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

172.16.19.0 255.255.255.0 172.20.19.4

Similarly, the following example configures interface 1/1/1 to forward any
packets received from host 172.16.19.4 to a next-hop destination of
171.16.19.50:

cli:172.16.19.10:root# interface 1/1/1

mode: interface:cable:csi(1/1/1)

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

172.16.19.4 255.255.255.255 172.20.19.50

Task

Command

1. Enter interface mode.

interface <c/s/i>

2. Add a source route.

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

Advertising