SV-273616r1110927_rule
V-273616
SRG-NET-000205-RTR-000012
RCKS-RTR-000490
CAT II
10
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
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.
V-273616
False
RCKS-RTR-000490
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.
M
5696