Juniper JUNOS OS 10.4 - PROTECTED SYSTEM DOMAIN Configuration Manual page 193

Protected system domain configuration
Table of Contents

Advertisement

Results
Step-by-Step
Procedure
Copyright © 2010, Juniper Networks, Inc.
a. At the
[edit protocols ospf area 0.0.0.0]
statement to configure the internal Ethernet interface in the backbone
fxp0.1
area.
b. At the
[edit protocols ospf area 0.0.0.0 fxp0.1]
bfd-liveness-detection
c. At the
[edit protocols ospf area 0.0.0.0 fxp0.1 bfd-liveness-detection]
level, include the
minimum-interval 333
as the minimum interval at which the local router transmits a hello packet and
then expects to receive a reply from its BFD neighbor.
Display the results of the configuration:
routing-options {
autonomous-system 2;
}
protocols {
bgp {
group int {
type internal;
local-address 10.12.1.1;
cluster 1.2.3.4;
neighbor 10.12.1.2;
neighbor 10.12.1.3;
neighbor 10.12.1.4;
}
}
ospf {
overload;
area 0.0.0.0 {
interface fxp1.1 {
bfd-liveness-detection {
minimum-interval 333;
}
}
interface fxp0.1 {
bfd-liveness-detection {
minimum-interval 333;
}
}
}
}
}
PSD11 Configuration (Router 1)
To configure the route reflector (PSD11):
At the
[edit routing-options]
1.
statement to configure the router's AS number.
At the
[edit protocols]
2.
the router.
hierarchy level, include the
statement to specify bidirectional failure detection timers.
statement to specify 333 milliseconds
hierarchy level, include the
hierarchy level, include the
Chapter 14: Configuration Examples
interface
hierarchy level, include the
hierarchy
autonomous-system 2
statement to enable BGP on
bgp
169

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents