STIGQter STIGQter: STIG Summary: RUCKUS ICX Router Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 27 May 2025:

The RUCKUS ICX router must be configured to restrict traffic destined to itself.

DISA Rule

SV-273605r1110875_rule

Vulnerability Number

V-273605

Group Title

SRG-NET-000205-RTR-000001

Rule Version

RCKS-RTR-000380

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure all routers with receive path filters to restrict traffic destined to the router.

1. Create ACLs for external and internal interfaces in accordance with site security policy (addresses and protocols may vary).
ICX(config)#ip access-list ext EXT-ACL
ICX(config-ext-ipacl-EXT-ACL)#permit tcp host x.11.1.1 eq bgp host x.11.1.2
ICX(config-ext-ipacl-EXT-ACL)#permit tcp host x.11.1.1 host x.11.1.2 eq bgp
ICX(config-ext-ipacl-EXT-ACL)#permit icmp host x.11.1.1 host x.11.1.2 echo
ICX(config-ext-ipacl-EXT-ACL)#permit icmp host x.11.1.1 host x.11.1.2 echo-reply
ICX(config-ext-ipacl-EXT-ACL)#deny ip host x.11.1.1 host x.11.1.2 log
ICX(config-ext-ipacl-EXT-ACL)#exit

ICX(config)#ip access-list ext INT-ACL
ICX(config-ext-ipacl-INT-ACL)#permit icmp any any
ICX(config-ext-ipacl-INT-ACL)#permit ospf host 10.1.12.1 host 10.1.12.2
ICX(config-ext-ipacl-INT-ACL)#permit tcp 10.2.1.0/24 host 10.1.12.2 eq 22
ICX(config-ext-ipacl-INT-ACL)#permit tcp 10.2.1.0/24 host 10.1.12.2 eq radius
ICX(config-ext-ipacl-INT-ACL)#permit udp 10.2.1.0/24 host 10.1.12.2 eq snmp
ICX(config-ext-ipacl-INT-ACL)#permit udp 10.2.1.0/24 host 10.1.12.2 eq ntp
ICX(config-ext-ipacl-INT-ACL)#deny ip any host 10.1.12.2 log

2. Apply ACLs to appropriate interfaces.
ICX(config)# interface ethernet x/x/x
ICX(config-if-e1000-x/x/x)#ip access-group EXT-ACL in logging enable
ICX(config-if-e1000-x/x/x)# interface ethernet y/y/y
ICX(config-if-e1000-y/y/y)#ip access-group INT-ACL in logging enable

Check Contents

Review the external and internal Access Control Lists (ACLs) to verify the router is configured to only allow specific management and control plane traffic from specific sources destined to itself (addresses and protocols may vary).

1. Review the access lists.
ip access-list extended EXT-ACL
sequence 10 permit tcp host x.11.1.1 eq bgp host x.11.1.2
sequence 20 permit tcp host x.11.1.1 host x.11.1.2 eq bgp
sequence 30 permit icmp host x.11.1.1 host x.11.1.2 echo
sequence 40 permit icmp host x.11.1.1 host x.11.1.2 echo-reply
sequence 50 deny ip host x.11.1.1 host x.11.1.2 log
permit …



deny ip any any log
!

ip access-list extended INT-ACL
sequence 10 permit icmp any any
sequence 20 permit ospf host 10.1.12.1 host 10.1.12.2
sequence 30 permit tcp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq ssh
sequence 40 permit tcp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq radius
sequence 50 permit udp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq snmp
sequence 60 permit udp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq ntp
sequence 70 deny ip any host 10.1.12.2 log
permit …



deny ip any any log
!

2. Verify ACLs are applied to desired interfaces.
interface ethernet x/x/x
ip address x.11.1.2/31
ip access-group EXT-ACL in logging enable
!
interface ethernet x/x/x
ip address 10.1.12.2 255.255.255.0
ip access-group INT-ACL in logging enable

If the router is not configured to restrict traffic destined to itself, this is a finding.

Vulnerability Number

V-273605

Documentable

False

Rule Version

RCKS-RTR-000380

Severity Override Guidance

Review the external and internal Access Control Lists (ACLs) to verify the router is configured to only allow specific management and control plane traffic from specific sources destined to itself (addresses and protocols may vary).

1. Review the access lists.
ip access-list extended EXT-ACL
sequence 10 permit tcp host x.11.1.1 eq bgp host x.11.1.2
sequence 20 permit tcp host x.11.1.1 host x.11.1.2 eq bgp
sequence 30 permit icmp host x.11.1.1 host x.11.1.2 echo
sequence 40 permit icmp host x.11.1.1 host x.11.1.2 echo-reply
sequence 50 deny ip host x.11.1.1 host x.11.1.2 log
permit …



deny ip any any log
!

ip access-list extended INT-ACL
sequence 10 permit icmp any any
sequence 20 permit ospf host 10.1.12.1 host 10.1.12.2
sequence 30 permit tcp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq ssh
sequence 40 permit tcp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq radius
sequence 50 permit udp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq snmp
sequence 60 permit udp 10.2.1.0 0.0.0.255 host 10.1.12.2 eq ntp
sequence 70 deny ip any host 10.1.12.2 log
permit …



deny ip any any log
!

2. Verify ACLs are applied to desired interfaces.
interface ethernet x/x/x
ip address x.11.1.2/31
ip access-group EXT-ACL in logging enable
!
interface ethernet x/x/x
ip address 10.1.12.2 255.255.255.0
ip access-group INT-ACL in logging enable

If the router is not configured to restrict traffic destined to itself, this is a finding.

Check Content Reference

M

Target Key

5696