SV-283830r1203739_rule
V-283830
SRG-NET-000512-RTR-000001
NOKI-RT-000120
CAT III
10
Ensure the router's loopback address is used as the source address when originating traffic.
Configure the local address, as shown in the example below:
- configure router bgp
- config>router>bgp# group "iBGP"
- config>router>bgp>group# local-address 3.3.3.3
- config>router>bgp>group# exit all
Review the router configuration to verify a loopback address has been configured.
Verify a loopback interface is used as the source address for all iBGP sessions.
Use the command below and verify the "BGP Router ID" IP address matches the loopback address:
- show router bgp neighbor 4.4.4.4 detail | match "Local Address"
Local Address : 3.3.3.3
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-283830
False
NOKI-RT-000120
Review the router configuration to verify a loopback address has been configured.
Verify a loopback interface is used as the source address for all iBGP sessions.
Use the command below and verify the "BGP Router ID" IP address matches the loopback address:
- show router bgp neighbor 4.4.4.4 detail | match "Local Address"
Local Address : 3.3.3.3
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
5746