STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated just now
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to RUCKUS ICX Router Security Technical Implementation Guide

V-273609

CAT II (Medium)

The RUCKUS ICX perimeter router must be configured to filter egress traffic at the internal interface on an inbound direction.

Rule ID

SV-273609r1111034_rule

STIG

RUCKUS ICX Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001097

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 internal interfaces on the inbound direction:
interface ethernet x/x/x
  port-name internal-interface
  ip address x.11.1.2/31 
  ip access-group INT-ACL in logging enable
!

If the perimeter router is not configured to filter traffic leaving the network on the inbound direction of internal interface(s), this is a finding.

Fix Text

This requirement is not applicable for the DODIN Backbone.

Configure ACLs to internal interface(s):
ICX(config)# interface ethernet x/x/x
ICX(config-if-e1000-x/x/x)# port-name internal-interface
ICX(config-if-e1000-x/x/x)#ip access-group INT-ACL in logging enable