[previous] Clear Spacer [next]

Administering IP Routing

To route packets using the Internet Protocol (IP), you:

An IP routing interface defines the relationship between an IP virtual LAN (VLAN) and the subnetworks in the IP network. Each routing IP VLAN interface is associated with one VLAN that supports IP. The system has one interface defined for each subnetwork that is directly connected to it. You must first define a VLAN, as described in Chapter 13, before you define an associated IP VLAN interface.

This chapter provides guidelines and other key information about how to configure IP in your system. For information about IP multicast, see Chapter 16. For information about OSPF routing using IP, see Chapter 17.

For more information about IP routing, see the Implementation Guide for your system.

For the CoreBuilder 9000 platform: The commands in this chapter apply to Layer 3 switching modules only.


Menu Structure

The commands that you can use depend on the system that you have, your level of access, and the types of modules and other hardware options that are configured for your system. The following diagram shows the complete list of commands for all systems. See the checklist at the beginning of each command description in this chapter for whether your system supports the command.

ip interface summary

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays summary information about the IP interfaces that are configured on the system.

Valid Minimum Abbreviation

ip i su

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Interface index

Interface number for which you want to display summary information

-

Fields in the IP Interface Summary Display

Field

Description

Index

Number associated with the interface

IP address

IP address of the interface, chosen from the range of addresses assigned to your organization by the central agency. This address is specific to your network and system.

State

State of the IP interface. It indicates whether the interface is available for communications (up) or unavailable (down).

Subnet mask

32-bit number that uses the same format and representation as an IP address. The subnet mask determines which bits in the IP address are interpreted as the network number, the subnet number, and the host number. Each IP address bit that corresponds to a 1 in the subnet mask is in the network/subnet part of the address. Each IP address bit that corresponds to a 0 is in the host part of the IP address.

Type

Type of interface (for example, VLAN)

VLAN index

Number of the IP VLAN that is associated with the IP interface.

ip interface detail

Displays detailed information about the specified interfaces or all interfaces.

Valid Minimum Abbreviation

ip i det

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

Interface index

Interface number for which you want to display detail information

-

Fields in the IP Interface Detail Display

Field

Description

ARP proxy

Whether ARP proxy is enabled or disabled for the specified interface.

Broadcast address

Broadcast address for the specified interface

Directed broadcast

Whether the forwarding of a directed broadcast (all 1s in the host portion of the address) is enabled or disabled for the specified interface. (A directed broadcast is a packet sent to a specific network or series of networks.)

ICMP redirect

Whether ICMP redirect is enabled or disabled for the specified interface

ICMP router discovery

Whether the ICMP Router Discovery is enabled or disabled for the specified interface

Index

Number associated with the interface

IP address

IP address of the interface, chosen from the range of addresses assigned to your organization by the central agency. This address is specific to your network and system.

Preference

Whether there is a preference being used for the specified interface. If ICMP Router Discovery is enabled, the system uses the routing interface with the highest preference level.

State

State of the IP interface. It indicates whether the interface is available for communications (up) or unavailable (down).

Subnet mask

32-bit number that uses the same format and representation as an IP address. The subnet mask determines which bits in the IP address are interpreted as the network number, the subnet number, and the host number. Each IP address bit that corresponds to a 1 in the subnet mask is in the network/subnet part of the address. Each IP address bit that corresponds to a 0 is in the host part of the IP address.

Type

Type of interface (for example, VLAN)

VLAN index

Number of the IP VLAN that is associated with the IP interface.

ip interface define

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Defines an IP interface.

Valid Minimum Abbreviation

ip i def

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

IP address

IP address of the interface, chosen from the range of addresses assigned to your organization by the central agency. This address is specific to your network and system.

A valid IP address in the range of addresses assigned to your organization

-

Subnet mask

32-bit number that uses the same format and representation as an IP address. The subnet mask determines which bits in the IP address are interpreted as the network number, the subnet number, and the host number. Each IP address bit that corresponds to a 1 in the subnet mask is in the network/subnet part of the address. Each IP address bit that corresponds to a 0 is in the host part of the IP address.

A valid subnet mask in accordance with the bits used for network number, subnet, and host number

Depends on specified IP address

VLAN interface index

Number of the IP VLAN that is associated with the IP interface.

Not applicable if you have more than one VLAN

IP Interface Define Example

Enter IP address: 158.101.1.1
Enter subnet mask [255.255.0.0]: 255.255.255.0
Enter VLAN interface index {2|?}[2]:2

ip interface modify

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Changes the configuration of an interface that you have already defined.

Valid Minimum Abbreviation

ip i m

Options

Prompt

Description

Possible Values

[Default]

IP interface

Index number associated with the interface that you want to modify. Depends on number of IP interfaces configured.

Not applicable if you have more than one interface

IP address

IP address of the interface that you want to modify

A valid IP address in the range of addresses assigned to your organization

Current IP address

Subnet mask

Subnet mask for the interface that you want to modify

A valid subnet mask in accordance with the bits used for network number, subnet, and host number

Current subnet mask

VLAN interface index

Number of the IP VLAN that is associated with the IP interface. Depends on number of VLANs configured.

VLAN associated with the current interface

IP Interface Modify Example

Select menu option (ip/interface): modify
Select IP interface {1,2|?} :1
Enter IP address [158.101.100.10]: 158.101.100.12
Enter subnet mask [255.255.255.0]:
Enter VLAN interface index {2|?} [2]:

ip interface remove

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Removes an interface if you are no longer using it on your system.

Valid Minimum Abbreviation

ip i re

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Number associated with the interfaces that you want to remove

Not applicable if you have more than one interface

ip interface arpProxy

On a per-interface basis, enables or disables ARP proxy, which helps end stations on a subnetwork reach remote subnets that do not have routing capabilities or a default gateway configured.

Valid Minimum Abbreviation

ip i a

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Interface

Interface number for which you want to enable or disable ARP proxy

Not applicable if you have more than one interface

ARP proxy state

ARP proxy state that you want to assign to an interface. The system prompts you for a state for each interface.

Current value

IP Interface ARP Proxy Example

Select menu option (ip/interface): arpproxy
Select IP interfaces (1,2|?|all):2
Interface 2 - Enter proxy state (disabled, enabled)
[enabled]: enabled

ip interface broadcastAddress

On a per-interface basis, assigns the broadcast address that the system uses to forward the received directed broadcasts and advertise RIP packets.

Valid Minimum Abbreviation

ip i b

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Number of the interfaces to which you want to assign a broadcast address

Not applicable if you have more than one interface

Broadcast address per interface

Broadcast address that you want to assign to an interface

A valid address

Current address

IP Interface Broadcast Address Example

This example shows a directed broadcast address for 158.101.150.0:

Select menu option (ip/interface): broadcastAddress
Select IP interfaces (1,2|all|?):1
Interface 1 - Enter broadcast IP address [255.255.255.255]:
158.101.150.255

ip interface directedBroadcast

Specifies whether the forwarding of a directed broadcast (all 1s in the host portion of the address) is enabled or disabled for a specified interface. A directed broadcast is a packet that is sent to a specific network or series of networks.

Valid Minimum Abbreviation

ip i di

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Numbers of the interfaces to which you want to enable or disable the forwarding of a directed broadcast

Not applicable if you have more than one interface

Directed broadcast state

State that you want to assign to an interface. The system prompts you for a state for each interface.

Current value

IP Interface Directed Broadcast Example

Select menu option (ip/interface): directedBroadcast
Select IP interfaces (1,2|all|?):2
Interface 2 - Enter directed broadcast state
(disabled, enabled) [enabled]:

ip interface icmpRedirect

On a per-interface basis, enables or disables the transmission of an ICMP redirect to the sender of a frame to indicate that there is a better gateway available to handle the frame than this routing interface.

Valid Minimum Abbreviation

ip i icmpre

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Number of the interfaces to which you want to enable or disable the transmission of an ICMP redirect to the sender of a frame

Not applicable if you have more than one interface

ICMP redirect state

ICMP redirect state that you want to assign to an interface. The system prompts you for a state for each interface.

Current value

ip interface icmpRouterDiscovery

On a per-interface basis, enables or disables Internet Control Message Protocol (ICMP) Router Discovery, which enables hosts that are attached to multicast or broadcast networks to discover the IP addresses of their neighboring routers and determine which router to use for a default gateway.

Valid Minimum Abbreviation

ip i icmpro

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Number of the interfaces for which you want to enable or disable ICMP router discovery

Not applicable if you have more than one interface

Router discovery state

Router discovery state that you want to assign to an interface. The system prompts you for a state for each interface.

Current value

Preference

If you select enabled, the host interprets an unsigned integer as a 32-bit signed twos-complement integer that represents the preference level to associate with the interface. Higher values produce higher preference levels. The minimum value is reserved so that the address is not used as a default router address, only for specific IP destinations.

minimum value (hex 80000000)

-231 to 231

0

IP Interface ICMP Router Discovery Example

Select menu option (ip/interface): icmprouterDiscovery
Select IP interfaces (1,2|all|?):2
Interface 2 - Enter router discovery state
(disabled, enabled) [disabled]: enabled
Interface 2 - Enter router discovery preference [0]:

ip interface statistics

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays IP interface statistics on a per-interface basis.

Valid Minimum Abbreviation

ip i st

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

Interface index

Interface number for which you want to display statistics

-

Fields in the IP Interface Statistics Display

Field

Description

inAddrErrors

Number of datagrams that the IP station discarded because of an error in the source or destination IP address

inCsumErrors

Number of datagrams that were dropped because of a checksum error

inDelivers

Number of datagrams that the IP station delivered to local IP client protocols

inDiscards

Number of packet receive discards

inForwards

Total number of packets forwarded (that is, routed through hardware or software or both)

inHdrErrors

Number of datagrams that the IP station discarded because the IP header contained errors

inReceives

Total number of IP datagrams received, including those with errors

inSameSegment

Number of packets that were received on an interface and that need to be forwarded out on the same interface

inTtlExceeds

Number of packets that were received on an interface and that need to be forwarded, but that have an IP header TTL value of less than 2

outDiscards

Number of packet transmit discards

outForwards

Total number of packets that a router has forwarded to an outbound interface (that is, routed through hardware or software or both)

ip route display

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays the system's routing table to determine which routes to other IP networks are configured and whether the routes are operational.

Valid Minimum Abbreviation

ip route di

Important Considerations

Options (3500 only)

Prompt

Description

Possible Values

[Default]

IP address (3500 only)

IP address (and its corresponding subnet mask) for which to display only those routes that match the bits set in it

A valid IP address

0.0.0.0 (displays all entries)

Subnet mask (3500 only)

Subnet mask for the specified IP address for which to display only those routes that match the bits set in it

A valid subnet mask of a specified IP address

Most recent IP address

Fields in the IP Route Display

Field

Description

Destination

IP address of the destination network, subnetwork, or host. This field can also identify a default route, which the system uses to forward packets that do not match any other routing table entry. You may want to use the default route in place of routes to numerous destinations that all have the same gateway IP address.

Subnet mask

Subnet mask that is associated with the IP address of the destination network, subnetwork, or host.

Metric

Number of networks through which a packet must pass to reach a given destination. The system includes the metric in its RIP updates to allow other routers to compare routing information received from different sources.

Gateway

Address that directs the router how to forward packets whose destination addresses match the route's IP address and subnet mask. The system forwards such packets to the indicated gateway.

Status

Status of the route. See the following status table.

Status for Routes

Field

Description

Direct

Route is for a directly connected network

Learned

Route was learned using indicated protocol

Learned RIP-Zombie

Route was learned but is partially timed out

Learned RIP2

Route was learned using RIP-2 protocol

Local

Actual interface address

Static

Route was statically configured

Timed out

Route has timed out and is no longer valid

ip route static

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Defines a static route.

Valid Minimum Abbreviation

ip route s

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Destination IP address

IP address of the destination network, subnetwork, or host for this route

A valid IP address

-

Subnet mask

Subnet mask for the specified IP address

A valid subnet mask

Based on specified IP address

Gateway IP address

IP address of the gateway that this route uses

A valid router address

-

ip route remove

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes an existing route.

Valid Minimum Abbreviation

ip route r

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

Destination IP address

IP address of the route that you want to delete

A valid IP address

-

Subnet mask

Subnet mask for the specified IP address

A valid subnet mask

Based on specified IP address

ip route flush

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes all learned routes from the routing table.

Valid Minimum Abbreviation

ip route fl

Important Considerations

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Adds a default route to the routing table immediately.

Valid Minimum Abbreviation

ip route de

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Gateway IP address

IP address of the route that you want to add as the default

A valid IP address

-

ip route noDefault

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes the default route.

Valid Minimum Abbreviation

ip route n

Important Consideration

Searches for a route in the routing table.

Valid Minimum Abbreviation

ip route fi

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP address (or host name)

IP address of the route that you want to find, or a host name, if DNS is configured

A valid IP address or host name

0.0.0.0

ip arp display

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays the contents of the Address Resolution Protocol (ARP) cache for each interface on the system.

Valid Minimum Abbreviation

ip ar d

Important Considerations

Fields in the IP ARP Display

Field

Description

Circuit

The circuit

Hardware address

MAC address that is mapped to the IP address

I/F

Number of the associated interface

IP address

IP address of the interface

Type

Type of entry - static or dynamic

ip arp static

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Defines a static ARP cache entry on the system.

Valid Minimum Abbreviation

ip ar s

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Interface index

Number of the interface for which you want to define a static ARP entry

-

IP address

IP address to be used in the entry

A valid IP address

-

MAC address

Hardware address to be used in the entry

A valid MAC address in the format xx-xx-xx-xx-xx-xx

-

IP ARP Static Example

Select interface index {1-2|?} 2
Enter IP address: 158.101.12.12
Enter MAC address: 00-00-00-00-00-01

ip arp remove

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes an entry from the ARP cache (for example, if the MAC address has changed).

Valid Minimum Abbreviation

ip ar rem

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP address

IP address for the entry that you want to delete

A valid IP address

-

ip arp flush

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes all entries from the ARP cache.

Valid Minimum Abbreviation

ip ar f

Important Considerations

Deletes all entries from the ARP cache.

Valid Minimum Abbreviation

ip ar flushA

Important Considerations

Deletes all dynamic (learned) entries from the ARP cache.

Valid Minimum Abbreviation

ip ar flushD

Important Considerations

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Sets the age time for dynamic ARP cache entries.

Valid Minimum Abbreviation

ip ar a

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Age time

Age time, in minutes

15 (factory default), or current value

ip dns display

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays the current domain name and the name servers that are associated with it.

Valid Minimum Abbreviation

ip d di

Important Considerations

Fields in the IP DNS Display

Field

Description

Domain name

Name of the domain name (up to 79 alphanumeric characters)

Name server

Name server that is associated with the domain

ip dns domainName

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Changes the name of a currently defined domain.

Valid Minimum Abbreviation

ip d do

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Domain name

Name of the domain. The name can be up to 79 characters long

Current name (shown in brackets, if one exists)

ip dns define

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Defines a new name server IP address to associate with the current domain name.

Valid Minimum Abbreviation

ip d de

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Name server IP address

IP address of the name server that you want to define

A valid IP address

-

ip dns modify

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Modifies a currently defined name server IP address.

Valid Minimum Abbreviation

ip d m

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

Index

Index number of the name server IP address that you want to modify

-

Name server IP address

New IP address of the name server that you want to use

A valid IP address

-

ip dns remove

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Deletes a previously defined name server IP address.

Valid Minimum Abbreviation

ip d r

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

Index

Index number of the name server IP address that you want to remove

-

ip dns nslookup

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Maps an IP address to a host name or a host name to an IP address on a name server.

Valid Minimum Abbreviation

ip d n

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP address/name

IP address or name that you want to map

-

ip udpHelper display

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays the BOOTP (boot protocol) hop count and the threshold configuration. Also lists the ports with their IP forwarding addresses that are defined in your system.

Valid Minimum Abbreviation

ip u di

Important Considerations

Fields in the IP udpHelper Display

Field

Description

UDP port

UDP port number - 67

Forwarding address

Forwarding address used for UDP packets

ip udpHelper define

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Defines port numbers or IP forwarding addresses for the UDP Helper.

Valid Minimum Abbreviation

ip u de

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

UDP port number

Port number for UDP

1 - 65535

67 (factory default), or current value

IP forwarding address

Forwarding addresses used for UDP packets

A valid IP address

-

ip udpHelper remove

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Removes a port number or IP forwarding address that has been defined for UDP Helper.

Valid Minimum Abbreviation

ip u r

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

UDP port number

UDP port number that you want to remove

1 - 65535

67 (factory default), or current value

IP forwarding address

Forwarding addresses that you want to remove

A valid IP address

-

ip udpHelper hopCountLimit

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Sets the maximum hop count to specify how many steps the system uses to forward a packet through the router.

Valid Minimum Abbreviation

ip u h

Options

Prompt

Description

Possible Values

[Default]

BOOTP hop count limit

Maximum number of hops to allow for UDP packet forwarding

0 - 16

4 (factory default), or current value

ip udpHelper threshold

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Sets the maximum number of times that the system forwards a packet to the network.

Valid Minimum Abbreviation

ip u t

Important Consideration

Options

Prompt

Description

Possible Values

[Default]

BOOTP relay threshold

Maximum number of times that the system forwards a packet to the network

0 - 65535

0 (factory default), or current value

ip udpHelper interface first

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Configures UDP Helper to support overlapped IP interfaces by using the first interface.

Valid Minimum Abbreviation

ip u i f

Important Considerations

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Configures UDP Helper to support overlapped IP interfaces by evenly distributing interfaces.

Valid Minimum Abbreviation

ip u i e

Important Considerations

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Configures UDP Helper to support overlapped IP interfaces by distributing the interfaces sequentially.

Valid Minimum Abbreviation

ip u i s

Important Considerations

ip routing

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Controls whether the system forwards or discards IP packets that are addressed to other hosts.

Valid Minimum Abbreviation

ip routi

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP routing state

State of IP routing on the system

disabled

ip icmpRouterDiscovery

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Enables or disables the Internet Control Message Protocol (ICMP) Router Discovery protocol for the entire system.

Valid Minimum Abbreviation

ip icmprouter

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

ICMP Router Discovery state

State of this feature on the system

disabled

ip rip display

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Displays information about the Routing Information Protocol (RIP) interfaces on the system. RIP is one of the IP Interior Gateway Protocols (IGPs). When enabled, RIP allows the system to dynamically configure its routing tables.

Valid Minimum Abbreviation

ip ri d

Important Considerations

Fields in the IP RIP Display

Field

Description

Advertisement Addresses (3500 and 9000 only)

List of available advertisement addresses. The list is used for RIP-2 updates only if the RIP-1 compatibility mode is enabled. RIP-1 always uses advertisement addresses.

Compatibility Mode (3500 only)

Whether RIP 1 compatibility mode is enabled or disabled (by default, disabled)

Cost (3500 and 9000 only)

RIP cost for the interface (by default, 1)

Index

Index number of the interface

Poison Reverse (3500 and 9000 only)

Whether poison reverse mode is enabled or disabled (by default, enabled)

RIP-1 Mode

Mode for RIP-1. If you disable RIP-1, the output lists the state as off. Other modes are learn (default), advertise, and enabled.

RIP-2 Mode

Mode for RIP-2. If you disable RIP-2, the output lists the state as off. Other modes are learn (default), advertise, and enabled.

Route Aggregate (3500 only)

Whether Route Aggregation mode is enabled or disabled

ip rip mode

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

On a per-interface basis, sets one of four RIP Version 1 (RIP-1) modes on the system. For those platforms except the CoreBuilder 9000, also allows you to set RIP Version 2 (RIP-2) modes.

Valid Minimum Abbreviation

ip ri m

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to set the RIP mode. Depends on interfaces configured.

Previous entry, if applicable

RIP mode, Version 1

Selected RIP Version 1 mode that determines how the interface handles RIP 1 packets and updates

learn (factory default), or current value

RIP mode, Version 2 (not 9000)

Selected RIP mode that determines how the interface handles RIP 2 packets and updates

learn (factory default), or current value

IP RIP Mode Example

Select IP interfaces (1,2|all|?): 1

Interface 1 - Enter RIP Version 1 mode (disabled,learn,advertise,enabled) [learn]: disabled

Interface 1 - Enter RIP Version 2 mode (disabled,learn,advertise,enabled) [learn]: enabled

ip rip compatibilityMode

On a per-interface basis, sets the RIP Version 1 compatibility mode.

Valid Minimum Abbreviation

ip ri com

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to set the RIP compatibility mode. Depends on interfaces configured.

Previous entry, if applicable

RIP-1 compatibility mode

Selected RIP Version 1 compatibility mode that determines how the system handles RIP-2 updates

disabled

IP RIP Compatibility Mode Example

Select IP interfaces (1,2|all|?) [1]: 1

Interface 1 - Enter RIP-1 Compatibility mode

(disabled,enabled) [disabled]: enabled

ip rip cost

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

On a per-interface basis, sets the RIP cost.

Valid Minimum Abbreviation

ip ri cos

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to set the RIP cost. Depends on interfaces configured.

Previous entry, if applicable

RIP cost

Selected RIP cost for the interface

1 - 15

1 (factory default), or current value

ip rip poisonReverse

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Enables or disables RIP Poison Reverse mode on the system.

Valid Minimum Abbreviation

ip ri poi

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to set the poison reverse mode

Previous entry, if applicable

Poison Reverse mode

Selected poison reverse mode

Current value

IP RIP Poison Reverse Example (3500)

Select IP interfaces (1,2|all|?) [1]: 1
Interface 1 - Enter RIP poison reverse mode (disabled,enabled) [enabled]:

ip rip routeAggregation Mode

Sets the route aggregation mode.

Valid Minimum Abbreviation

ip ri ro

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to set the route aggregation mode (depends on interfaces configured)

Previous entry, if applicable

Route aggregation mode

Selected route aggregation mode

Current value

IP RIP Route Aggregation Mode Example

Select menu option (ip/rip): routeAggregationMode
Select IP interfaces (1,2|all|?) [1]: 2
Interface 1 - Enter Route Aggregation Mode (disabled,enabled) [disabled]: enabled

ip rip password

Sets the IP RIP-2 password, which allows you to choose the IP interfaces that can put RIP-2 updates into their routing tables.

Valid Minimum Abbreviation

ip ri pa

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Number of IP interfaces that you want to allow to receive route updates

-

Password

Combination of characters that you set as the RIP-2 password

none

IP RIP Password Example

Select menu option (ip/rip): password
Select IP interfaces (1,2|all|?): 1
Interface 1 - Enter password {?} [none]: wings

ip rip addAdvertisement

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Adds an advertisement address to an IP RIP interface.

Valid Minimum Abbreviation

ip ri a

Important Considerations

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to add the advertisement address. Depends on interfaces configured

Previous entry, if applicable

Advertisement address

Selected IP address to be added to the list of advertisement addresses

A valid IP address

-

IP RIP Add Advertisement Example (3500)

Select interface index {1-4|?} [1]: 1
Interface 1 - Enter advertisement address: 158.101.255.1

ip rip remove Advertisement

For CoreBuilder 9000: Applies to Layer 3 switching modules only.

Removes an advertisement address from the list of RIP advertisement addresses for an interface.

Valid Minimum Abbreviation

ip ri re

Options

Prompt

Description

Possible Values

[Default]

IP interfaces

Index number of the interfaces for which you want to remove the advertisement address; depends on interfaces configured

Previous entry, if applicable

Advertisement address

Advertisement address that you want to remove

An address from the advertisement list

-

ip rip policy summary

Displays summary information about RIP routing policies.

Valid Minimum Abbreviation

ip ri pol s

Important Considerations

Fields in the IP RIP Policy Summary Display

Field

Description

Action

Action for the route - accept or reject

Index

Index number of the policy

Protocol

Protocol (for example, RIP)

Route

Route that is affected by the policy

Source

Source router (all is from all routers)

Type

Whether the policy is an import or export policy

Weight

Administrative weight - 1 through 16

ip rip policy detail

Displays detailed information about RIP routing policies.

Valid Minimum Abbreviation

ip ri pol det

Important Considerations

Fields in the IP RIP Policy Detail Display

Field

Description

Action

Action for the route - accept or reject

Index

Index number of the policy

Interface

Interface that is associated with the policy (all applies to all interfaces)

Metric

Assigned metric, a value 0 through 16 for RIP-1 or RIP-2 (metrics can use options +, -, /, *, and %)

Protocol

Protocol (for example, RIP)

Route

Route that is affected by the policy

Source

Source router (all is from all routers)

Type

Whether the policy is an import or export policy

Weight

Administrative weight - 1 through 16

ip rip policy define

Defines an import or export route policy for RIP.

Valid Minimum Abbreviation

ip ri pol def

Important Considerations

Options

Prompt

Description

Possible Values