Check: RCKS-RTR-000490
RUCKUS ICX Router STIG:
RCKS-RTR-000490
(in version v1 r1)
Title
The RUCKUS ICX router must be configured to only permit management traffic that ingresses and egresses the OOBM interface. (Cat II impact)
Discussion
The OOBM access switch will connect to the management interface of the managed network elements. The management interface can be a true OOBM interface or a standard interface functioning as the management interface. In either case, the management interface of the managed network element will be directly connected to the OOBM network. An OOBM interface does not forward transit traffic, thereby providing complete separation of production and management traffic. Since all management traffic is immediately forwarded into the management network, it is not exposed to possible tampering. The separation also ensures that congestion or failures in the managed network do not affect the management of the device. If the device does not have an OOBM port, the interface functioning as the management interface must be configured so that management traffic does not leak into the managed network and that production traffic does not leak into the management network.
Check Content
Verify the OOBM interface does not forward transit traffic. 1. Verify the managed interface has an inbound and outbound ACL configured. 2. Verify the ingress filter only allows management, IGP, and ICMP traffic. Note: If the management interface is a true OOBM interface, this requirement is not applicable. If the router does not restrict traffic that ingresses and egresses the management interface, this is a finding.
Fix Text
Configure the OOBM interface with both an ingress and egress ACL. 1. Configure an ingress ACL a shown in the example below: ICX(config)#ip access-list ext INGRESS_MGMT_ACL ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#permit tcp any host 10.11.1.22 eq radius ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#permit tcp any host 10.11.1.22 eq ssh ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#permit tcp any host 10.11.1.22 eq snmp ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#permit udp any host 10.11.1.22 eq ntp ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#permit icmp any host 10.11.1.22 ICX(config-ext-ipacl-INGRESS_MGMT_ACL)#deny ip any any log 2. Configure an egress ACL a shown in the example below: ICX(config)#enable egress-acl-on-cpu-traffic ICX(config)#ip access-list ext EGRESS_MGMT_ACL ICX(config-ext-ipacl-EGRESS_MGMT_ACL)#permit ip host 10.11.1.22 any ICX(config-ext-ipacl-EGRESS_MGMT_ACL)#deny ip any any log 3. Apply the ACLs to the OOBM interfaces. ICX(config-ext-ipacl-EGRESS_MGMT_ACL)#interface ethernet 1/2/1 ICX(config-if-e10000-1/2/1)#port-name Link_to_OOBM_ACCESS_SW ICX(config-if-e10000-1/2/1)#ip addr 10.11.1.22/24 ICX(config-if-e10000-1/2/1)#ip access-group INGRESS_MGMT_ACL in logging enable ICX(config-if-e10000-1/2/1)#ip access-group EGRESS_MGMT_ACL out logging enable
Additional Identifiers
Rule ID: SV-273616r1110927_rule
Vulnerability ID: V-273616
Group Title: SRG-NET-000205-RTR-000012
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 |