[Contents] [Prev] [Next] [Index] [Report an Error]

neighbor

Syntax

neighbor neighbor-name {
authentication-key password;
authentication-type type;
bfd-liveness-detection {
detection-time {
threshold milliseconds;
}
minimum-interval milliseconds;
minimum-receive-interval milliseconds;
transmit-interval {
threshold milliseconds;
minimum-interval milliseconds;
}
multiplier number;
version (0 | 1 | automatic);
}
(check-zero | no-check-zero);
import policy-name;
message-size number;
metric-in metric;
metric-out metric;
receive receive-options;
route-timeout seconds;
send send-options;
update-interval seconds;
}

Hierarchy Level

[edit logical-systems logical-system-name protocols rip group group-name],
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols rip group group-name],
[edit protocols rip group group-name],
[edit routing-instances routing-instance-name protocols rip group group-name]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure neighbor-specific RIP parameters, thereby overriding the defaults set for the router.

Options

neighbor-name—Name of an interface over which a router communicates to its neighbors.

The remaining statements are explained separately.

Usage Guidelines

See Defining RIP Neighbor Properties.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.


[Contents] [Prev] [Next] [Index] [Report an Error]