SV-254060r844213_rule
V-254060
SRG-NET-000512-RTR-000001
JUEX-RT-000880
CAT III
10
Ensure that the router’s loopback address is used as the source address when originating traffic.
set protocols bgp group <group name> type internal
set protocols bgp group <group name> local-interface lo0.0
Review the router configuration to verify that a loopback address has been configured.
Verify that a loopback interface is used as the source address for all iBGP sessions.
bgp {
group iBGP {
type internal;
local-interface lo0.0;
:
}
}
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-254060
False
JUEX-RT-000880
Review the router configuration to verify that a loopback address has been configured.
Verify that a loopback interface is used as the source address for all iBGP sessions.
bgp {
group iBGP {
type internal;
local-interface lo0.0;
:
}
}
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
5479