config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The description command associates a text string with a configuration context to help identify the context in the configuration file.
The no form of the command removes any description string from the context.
no description — no description associated with the configuration context.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The shutdown command administratively downs an entity. Administratively downing an entity changes the operational state of the entity to down and the operational state of any entities contained within the administratively down entity.
The no form of the command puts an entity into the administratively enabled state.
In the config>router>rip context, the shutdown command administratively enables/disables the RIP protocol instance. If RIP is globally shutdown, then all RIP group and neighbor interfaces transition to the operationally down state. Routes learned from a neighbor that is shutdown are immediately removed from the RIP database and route table manager (RTM). A RIP protocol instance is administratively enabled by default.
In the config>router>rip>group group-name context, the
shutdown command administratively enables/disables the RIP group. If a RIP group is shutdown, all member neighbor interfaces transition to the operationally down state. Routes learned from a neighbor that is shutdown are immediately removed from the RIP database and route table manager (RTM). A RIP group is administratively enabled by default.
In the config>router>rip>group group-name>neighbor
ip-int-name context, the
shutdown command administratively enables/disables the RIP neighbor interface. If a RIP neighbor is shutdown, the neighbor interface transitions to the operationally down state. Routes learned from a neighbor that is shutdown are immediately removed from the RIP database and route table manager (RTM). A RIP neighbor interface is administratively enabled by default.
The no form of the command deletes the RIP protocol instance removing all associated configuration parameters.
no rip — No RIP protocol instance defined.
The no form of the command deletes the RIP protocol instance removing all associated configuration parameters.
no ripng — No RIPng protocol instance defined.
config>router>rip>group group-name>neighbor
ip-int-name
The no form of the command removes the authentication password from the configuration and disables authentication.
Specifies the key is entered in a more complex encrypted form. If the
hash2 parameter is not used, the less encrypted
hash form is assumed.
config>router>rip>group group-name>neighbor
ip-int-name
The no form of the command removes the authentication type from the configuration and effectively disables authentication.
The none parameter explicity disables authentication at a given level (global, group, neighbor). If the command does not exist in the configuration, the parameter is inherited.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The check-zero enable command enables checking of the mandatory zero fields in the RIPv1 and RIPv2 specifications and rejecting non-compliant RIP messages.
The check-zero disable command disables this check and allows the receipt of RIP messages even if the mandatory zero fields are non-zero.
The no form of the command removes the
check-zero command from the configuration.
export policy-name [policy-name …up to 5 max]
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command removes all policies from the configuration.
no export — No export route policies specified.
The no form of the command removes the parameters from the configuration.
The no form of the command deletes the RIP neighbor interface group. Deleting the group will also remove the RIP configuration of all the neighbor interfaces currently assigned to this group.
no group — No group of RIP neighbor interfaces defined.
import policy-name [policy-name …up to 5 max]
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command removes all policies from the configuration.
no import — No import route policies specified.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default value.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default value.
metric-in 1 — Add 1 to the metric of routes received from a RIP neighbor.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default value.
[no
] neighbor
ip-int-name
The no form of the command deletes the RIP interface configuration for this interface. The
shutdown command in the config>router>rip>group
group-name>neighbor
ip-int-name context can be used to disable an interface without removing the configuration for the interface.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default value.
preference 100 — Preference of 100 for RIP routes.
receive {both
| none
| version-1
| version-2
}
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
If both or
version-2 is specified, the RIP instance listens for and accepts packets sent to the broadcast and multicast (224.0.0.9) addresses.
If version-1 is specified, the router only listens for and accept packets sent to the broadcast address.
The no form of the command reverts to the default value.
send {broadcast
| multicast
| none
| version-1
}
config>router>rip>group group-name>neighbor
ip-int-name
If version-1 is specified, the router need only listen for and accept packets sent to the broadcast address.
The no form of the command reverts to the default value.
send broadcast — RIPv2 formatted messages will be sent to the broadcast address.
send {none
| ripng | unicast
}
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default value.
send ripng — RIPng formatted messages will be sent to the RIPng IPv6 multicast address.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The split-horizon disable command enables split horizon without poison reverse. This allows the routes to be re-advertised on interfaces other than the interface that learned the route, with the advertised metric equaling an increment of the metric-in value.
The no form of the command disables split horizon command which allows the lower level to inherit the setting from an upper level.
config>router>rip>group group-name>neighbor
ip-int-name
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command reverts to the default values.
timers 30 180 120 — RIP update timer set to 30 seconds, timeout timer to 180 seconds and flush timer to 120 seconds.
config>router>ripng>group group-name>neighbor
ip-int-name
The no form of the command deletes the specified IPv6 unicast address from the configuration.
ipv6-address — IPv6 unicast address to which unicast RIPng updates should be sent.