SV-216999r531086_rule
V-216999
SRG-NET-000362-RTR-000124
CISC-RT-000470
CAT III
10
Configure TTL security on all external BGP neighbors as shown in the example below:
R1(config)#router bgp xx
R1(config-router)#neighbor x.1.1.9 ttl-security hops 1
R1(config-router)#neighbor x.2.1.7 ttl-security hops 1
Review the BGP configuration to verify that TTL security has been configured for each external neighbor as shown in the example below:
router bgp xx
no synchronization
bgp log-neighbor-changes
neighbor x.1.1.9 remote-as yy
neighbor x.1.1.9 password xxxxxxxx
neighbor x.1.1.9 ttl-security hops 1
neighbor x.2.1.7 remote-as zz
neighbor x.2.1.7 password xxxxxxxx
neighbor x.2.1.7 ttl-security hops 1
If the router is not configured to use GTSM for all Exterior Border Gateway Protocol peering sessions, this is a finding.
V-216999
False
CISC-RT-000470
Review the BGP configuration to verify that TTL security has been configured for each external neighbor as shown in the example below:
router bgp xx
no synchronization
bgp log-neighbor-changes
neighbor x.1.1.9 remote-as yy
neighbor x.1.1.9 password xxxxxxxx
neighbor x.1.1.9 ttl-security hops 1
neighbor x.2.1.7 remote-as zz
neighbor x.2.1.7 password xxxxxxxx
neighbor x.2.1.7 ttl-security hops 1
If the router is not configured to use GTSM for all Exterior Border Gateway Protocol peering sessions, this is a finding.
M
4028