SV-220468r622190_rule
V-220468
SRG-NET-000230-RTR-000001
CISC-RT-000020
CAT II
10
Configure authentication to be enabled for every protocol that affects the routing or forwarding tables. The example configuration commands below enables OSPF and EIGRP authentication. 
EIGRP example: 
SW1(config)#key chain EIGRP_KEY 
SW1(config-keychain)#key 1 
SW1(config-keychain-key)#key-string xxxxx 
SW1(config-keychain-key)#exit 
SW1(config-keychain)#exit 
SW1(config)#int g0/0 
SW1(config-if)#ip authentication mode eigrp 1 md5 
SW1(config-if)#ip authentication key-chain eigrp 1 EIGRP_KEY 
SW1(config-if)#end 
OSPF example: 
SW1(config)#int g0/0 
SW1(config-if)#ip ospf authentication-key xxxxx 
SW1(config-if)#end
Review the switch configuration. Verify that authentication is enabled for all routing protocols. The configuration examples below depict OSPF and EIGRP authentication. 
EIGRP example: 
key chain EIGRP_KEY 
 key 1 
 key-string xxxxxxx 
… 
… 
… 
interface GigabitEthernet0/0 
 no switchport 
 ip address x.x.x.x 255.255.255.0 
 ip authentication mode eigrp 1 md5 
 ip authentication key-chain eigrp 1 EIGRP_KEY 
OSPF example: 
interface GigabitEthernet0/0 
 no switchport 
 ip address x.x.x.x 255.255.255.0 
 ip ospf authentication-key xxxxx 
If authentication is not enabled on all routing protocols, this is a finding.
V-220468
False
CISC-RT-000020
Review the switch configuration. Verify that authentication is enabled for all routing protocols. The configuration examples below depict OSPF and EIGRP authentication. 
EIGRP example: 
key chain EIGRP_KEY 
 key 1 
 key-string xxxxxxx 
… 
… 
… 
interface GigabitEthernet0/0 
 no switchport 
 ip address x.x.x.x 255.255.255.0 
 ip authentication mode eigrp 1 md5 
 ip authentication key-chain eigrp 1 EIGRP_KEY 
OSPF example: 
interface GigabitEthernet0/0 
 no switchport 
 ip address x.x.x.x 255.255.255.0 
 ip ospf authentication-key xxxxx 
If authentication is not enabled on all routing protocols, this is a finding.
M
4065