3-17
Parameters
time
: RIP packet sending interval, in milliseconds. It is in the range 10 to 100.
count
: Maximum number of RIP packets sent at each interval. It is in the range 1 to 20.
Description
Use the
output-delay
command to configure the maximum RIP packets that can be sent at the
specified interval for all interfaces under the RIP process.
Use the
undo output-delay
command to restore the default.
By default, an interface sends up to three RIP packets every 20 milliseconds.
Examples
# Configure all the interfaces under RIP process 1 to send up to 10 RIP packets every 30
milliseconds.
<Sysname> system-view
[Sysname] rip 1
[Sysname-rip-1] output-delay 30 count 10
peer
Syntax
peer ip-address
undo peer ip-address
View
RIP view
Default Level
2: System level
Parameters
ip-address
: IP address of a RIP neighbor, in dotted decimal format.
Description
Use the
peer
command to specify the IP address of a neighbor in the non-broadcast
multi-access (NBMA) network, where routing updates destined for the peer are unicast, rather
than multicast or broadcast.
Use the
undo peer
command to remove the IP address of a neighbor.
By default, no neighbor is specified.
Note that you need not use the
peer
ip-address
command when the neighbor is directly
connected; otherwise the neighbor may receive both the unicast and multicast (or broadcast) of
the same routing information.
Examples
# Specify RIP to unicast updates to peer 202.38.165.1.
<Sysname> system-view
[Sysname] rip 1
[Sysname-rip-1] peer 202.38.165.1