SV-221112r622190_rule
V-221112
SRG-NET-000512-RTR-000001
CISC-RT-000580
CAT III
10
Configure the switch to use its loopback address as the source address for all iBGP peering.
SW1(config)# router bgp xx
SW1(config-router)# neighbor 10.1.12.2
SW1(config-router-neighbor)# update-source lo0
SW1(config-router-neighbor)# end
Step 1: Review the switch configuration to verify that a loopback address has been configured.
interface loopback0
ip address 10.1.1.1/32
Step 2: Verify that the loopback interface is used as the source address for all iBGP sessions.
router bgp xx
router-id 10.1.1.1
address-family ipv4 unicast
neighbor 10.1.12.2 remote-as xx
password 3 7b07d1b3023056a9
update-source loopback0
If the switch does not use its loopback address as the source address for all iBGP sessions, this is a finding.
V-221112
False
CISC-RT-000580
Step 1: Review the switch configuration to verify that a loopback address has been configured.
interface loopback0
ip address 10.1.1.1/32
Step 2: Verify that the loopback interface is used as the source address for all iBGP sessions.
router bgp xx
router-id 10.1.1.1
address-family ipv4 unicast
neighbor 10.1.12.2 remote-as xx
password 3 7b07d1b3023056a9
update-source loopback0
If the switch does not use its loopback address as the source address for all iBGP sessions, this is a finding.
M
4075