Check: JUEX-RT-000990
Juniper EX Series Switches Router STIG:
JUEX-RT-000990
(in versions v1 r3 through v1 r1)
Title
The Juniper router must be configured to advertise a hop limit of at least 32 in Router Advertisement messages for IPv6 stateless auto-configuration deployments. (Cat III impact)
Discussion
The Neighbor Discovery protocol allows a hop limit value to be advertised by routers in a Router Advertisement message being used by hosts instead of the standardized default value. If a very small value was configured and advertised to hosts on the LAN segment, communications would fail due to the hop limit reaching zero before the packets sent by a host reached its destination.
Check Content
This requirement is not applicable for the DODIN Backbone. Review the router configuration to determine if the hop limit has been configured for Router Advertisement messages. Verify each interface configured for router advertisements contains a hop limit of at least 32. [edit protocols] router-advertisement { interface ge-0/0/0.0 { : current-hop-limit 32; <<< Supported values: 0 - 255 : } } If it has been configured and has not been set to at least 32, it is a finding.
Fix Text
Configure the router to advertise a hop limit of at least 32 in Router Advertisement messages. set protocols router-advertisement interface <internal interface> current-hop-limit <32 or greater>
Additional Identifiers
Rule ID: SV-254071r844246_rule
Vulnerability ID: V-254071
Group Title: SRG-NET-000512-RTR-000012
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |