use

interface-config-wwan-instance

Associates an IP ACL with this interface. The ACL should be existing and configured.

The ACL applies an IP based firewall to all incoming packets. The ACL identifies a single IP or a range of IPs that are to be allowed or denied access on this interface.

Supported in the following platforms:

  • Access Point — AP7161, AP8163
  • Wireless Controllers — RFS4000

Syntax

use ip-access-list in <ACCESS-LIST-NAME>

Parameters

use ip-access-list in <ACCESS-LIST-NAME>
use ip-access-list in <ACCESS-LIST-NAME> Associates an inbound IPv4 ACL with this interface. This setting applies to IPv4 inbound traffic only and not IPv6 traffic. IPv4 operates as a best effort delivery method, as it does not guarantee delivery, and does not ensure proper sequencing or duplicate delivery (unlike TCP). IPv4 hosts can use link local addressing to provide local connectivity.
  • <ACCESS-LIST-NAME> – Specify the IP ACL name.

Example

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#use ip-access-list in test

nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#show context
 interface wwan1
  password TechPubsTesting@123
  crypto map test
  ip nat inside
  use ip-access-list in test
  ip default-gateway priority 1
nx9500-6C8809(config-profile-testRFS4000-if-wwan1)#

Related Commands

no Removes the IP ACL associated with this interface