SV-269901r1052088_rule
V-269901
SRG-NET-000512-RTR-000001
OS10-RTR-000910
CAT III
10
Ensure that the router's loopback address is used as the source address when originating traffic.
OS10(config)# router bgp 10
OS10(conf-router-bgp-10)# neighbor 192.0.2.4
OS10(conf-router-neighbor)# update-source Loopback 1
Review the router configuration to verify that a loopback address has been configured.
!
interface loopback2
no shutdown
ip address 10.11.12.13/32
Verify that a loopback interface is used as the source address for all iBGP sessions.
!
router bgp 10
!
neighbor 192.0.2.4
update-source loopback2
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-269901
False
OS10-RTR-000910
Review the router configuration to verify that a loopback address has been configured.
!
interface loopback2
no shutdown
ip address 10.11.12.13/32
Verify that a loopback interface is used as the source address for all iBGP sessions.
!
router bgp 10
!
neighbor 192.0.2.4
update-source loopback2
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
5668