Deployment Guide

Table Of Contents
Dell(config-ext-nacl)#permit ip any any count monitor 65535
5. Associate the IP access list to an interface.
INTERFACE mode
ip mirror-access-group access-list-name {in | out} [implicit-permit] [vlan vlan-id]
[optimized]
Dell(conf-if-te-0/4)#ip mirror-access-group acl3 in
To view which IP mirror-access-group is applied to an interface, use the show config command in INTERFACE mode, or use
the show running-config command in EXEC mode.
Sample Configuration
Dell#configure terminal
Dell(conf)#cam-acl l2acl 2 ipv4acl 4 ipv6acl 2 ipv4qos 0 l2qos 1 l2pt 0 ipmacacl 0 vman-
qos 0 ipv4udfmirracl 4
Dell(conf)#end
Dell(conf)#monitor session 65535 type erpm
Dell(conf)#ip access-list extended test
Dell(config-ext-nacl)#permit ip any any count monitor 65535
Dell(config-ext-nacl)#end
Dell(conf)#interface TenGigabitEthernet 1/1/1
Dell(conf-if-te-1/1/1)#ip mirror-access-group test acl5
Dell(conf-if-te-1/1/1)#end
Example of viewing IP mirroraccessgroup applied to an Interface
Dell(conf-if-te-1/1/1)#show config
!
interface TenGigabitEthernet 1/1/1
no ip address
ip mirror-access-group acl5 in
shutdown
Dell(conf-if-te-1/1/1)#
124
Access Control Lists (ACLs)