Check: RCKS-RTR-000410
RUCKUS ICX Router STIG:
RCKS-RTR-000410
(in version v1 r1)
Title
The RUCKUS ICX perimeter router must be configured to filter ingress traffic at the external interface on an inbound direction. (Cat II impact)
Discussion
Access lists are used to separate data traffic into that which it will route (permitted packets) and that which it will not route (denied packets). Secure configuration of routers makes use of access lists for restricting access to services on the router itself as well as for filtering traffic passing through the router. Inbound versus Outbound: Note that some operating systems default access lists are applied to the outbound queue. The more secure solution is to apply the access list to the inbound queue for three reasons: - The router can protect itself before damage is inflicted. - The input port is still known and can be filtered on. - It is more efficient to filter packets before routing them.
Check Content
This requirement is not applicable for the DODIN Backbone. Verify ACLs are applied to desired external interfaces on the inbound direction: interface ethernet x/x/x ip address x.11.1.2/31 ip access-group EXT-ACL in logging enable ! If the perimeter router is not configured to filter ingress traffic on the external interface(s), this is a finding.
Fix Text
This requirement is not applicable for the DODIN Backbone. Configure ACLs to external interface(s): ICX(config)# interface ethernet x/x/x ICX(config-if-e1000-x/x/x)#ip access-group EXT-ACL in logging enable
Additional Identifiers
Rule ID: SV-273608r1111033_rule
Vulnerability ID: V-273608
Group Title: SRG-NET-000205-RTR-000004
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001097 |
Monitor and control communications at the external managed interfaces to the system and at key managed interfaces within the system. |
Controls
Number | Title |
---|---|
SC-7 |
Boundary Protection |