SV-217062r639663_rule
V-217062
SRG-NET-000512-RTR-000001
JUNI-RT-000560
CAT III
10
Configure the router to use its loopback address as the source address for all iBGP peering.
[edit protocols bgp group IBGP_PEERS]
set local-address 2.2.2.2
Review the router configuration to verify that a loopback address has been configured.
interfaces {
…
…
…
}
lo0 {
unit 0 {
family inet {
address 2.2.2.2/32;
}
}
}
}
Verify that the loopback interface is used as the source address for all iBGP sessions.
protocols {
bgp {
…
…
…
}
group IBGP_PEERS {
type internal;
local-address 2.2.2.2;
neighbor x.x.x.x;
}
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-217062
False
JUNI-RT-000560
Review the router configuration to verify that a loopback address has been configured.
interfaces {
…
…
…
}
lo0 {
unit 0 {
family inet {
address 2.2.2.2/32;
}
}
}
}
Verify that the loopback interface is used as the source address for all iBGP sessions.
protocols {
bgp {
…
…
…
}
group IBGP_PEERS {
type internal;
local-address 2.2.2.2;
neighbor x.x.x.x;
}
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
4032