CISC-RT-000040 - The Cisco switch must be configured to use encryption for routing protocol authentication - bgp

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

A rogue switch could send a fictitious routing update to convince a site's perimeter switch to send traffic to an incorrect or even a rogue destination. This diverted traffic could be analyzed to learn confidential information about the site's network or used to disrupt the network's ability to communicate with other networks. This is known as a 'traffic attraction attack' and is prevented by configuring neighbor switch authentication for routing updates. However, using clear-text authentication provides little benefit since an attacker can intercept traffic and view the authentication key. This would allow the attacker to use the authentication key in an attack.

This requirement applies to all IPv4 and IPv6 protocols that are used to exchange routing or packet forwarding information; this includes all Interior Gateway Protocols (such as OSPF, EIGRP, and IS-IS) and Exterior Gateway Protocols (such as BGP), MPLS-related protocols (such as LDP), and multicast-related protocols.

Solution

Configure all routing protocol authentications to encrypt the authentication key.

BGP Example

SW1(config)#switch bgp nn
SW1(config-switch)#neighbor x.x.x.x password xxxxxx

EIGRP Example

SW1(config)# router eigrp 1
SW1(config-router)# authentication mode md5
SW1(config-router)# end

or

Authentication for the EIGRP neighbor

SW1(config)# int e2/21
SW1(config-if)# ip authentication mode eigrp 1 md5
SW1(config-if)# end

Note: Interface authentication overrides process authentication.

IS-IS Example

SW1(config)# int e2/20
SW1(config-if)# isis authentication-type md5 level-1

OSPF Example

SW1(config)# int e2/2
SW1(config-if)# ip ospf authentication message-digest
SW1(config-if)# ip ospf message-digest-key 1 md5 xxxxxxxxxxx

RIP Example

SW1(config)# int e2/8
SW1(config-if)# ip rip authentication mode md5

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Cisco_NX-OS_Switch_Y21M10_STIG.zip

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-7, CAT|II, CCI|CCI-000803, Rule-ID|SV-221074r622190_rule, STIG-ID|CISC-RT-000040, STIG-Legacy|SV-110967, STIG-Legacy|V-101863, Vuln-ID|V-221074

Plugin: Cisco

Control ID: d907e03a2de11eab9c0e8e0178cd4fe4a8020a1355f9bda53bd77dcf5bf133cb