SV-216606r531085_rule
V-216606
SRG-NET-000512-RTR-000001
CISC-RT-000580
CAT III
10
Configure the router to use its loopback address as the source address for all iBGP peering.
R1(config)#router bgp xx
R1(config-router)#neighbor 10.1.1.1 update-source Loopback0
Step 1: Review the router configuration to verify that a loopback address has been configured.
interface Loopback0
ip address 10.1.1.1 255.255.255.255
Step 2: Verify that the loopback interface is used as the source address for all iBGP sessions.
router bgp xx
no synchronization
no bgp enforce-first-as
bgp log-neighbor-changes
redistribute static
neighbor 10.1.1.1 remote-as xx
neighbor 10.1.1.1 password xxxxxxxx
neighbor 10.1.1.1 update-source Loopback0
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-216606
False
CISC-RT-000580
Step 1: Review the router configuration to verify that a loopback address has been configured.
interface Loopback0
ip address 10.1.1.1 255.255.255.255
Step 2: Verify that the loopback interface is used as the source address for all iBGP sessions.
router bgp xx
no synchronization
no bgp enforce-first-as
bgp log-neighbor-changes
redistribute static
neighbor 10.1.1.1 remote-as xx
neighbor 10.1.1.1 password xxxxxxxx
neighbor 10.1.1.1 update-source Loopback0
If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
4027