Ip rip send-version, Ip route, Ip route -11 – Carrier Access Adit 3000 Series and Multi-Service Router (MSR) Card none User Manual

Page 353

Advertising
background image

Adit 3000 (Rel. 1.6) and MSR Card (Rel 2.0) CLI

15-11

Configuration - L2TPC Mode

ip rip send-version

Use the L2TPC ip rip send-version command to configure the send RIP messages on this interface.

Syntax:

(config-l2tpc-{n})# ip rip send-version {1|2-bcast|2-mcast

|none}

Example:

(config-l2tpc-1)# ip rip send-version 2-bcast

Supported Platforms:

Adit 3104, Adit 3200, Adit 3500, MSR

ip route

Use the L2TPC ip route command to configure the IP routing on this interface. To delete a route, see
no ip route command on page 15-17.

Syntax:

(config-l2tpc-{n})# ip route

dest-ip-addr mask mask gateway

gateway metric metric

Example:

(config-l2tpc-1)# ip route 192.168.100.200 mask 255.255.255.0

gateway 192.168.100.254 mask 125

Supported Platforms:

Adit 3104, Adit 3200, Adit 3500, MSR

Field

Definition

1

Send RIP version 1.

2-bcast

Send RIP version 2 - Broadcast.

2-mcast

Send RIP version 2 - Multicast.

none

Set RIP version to none.

Field

Definition

dest-ip-addr

Enter the destination IP address.

mask

Enter the mask of the above address.

gateway

Enter the gateway IP address.

metric

Metric of IP network on this interface in Adit 3500 Routing Table.
Range is 0-255, with a default is 10.

Advertising