Example Dell(conf)#ip access-list standard TestListDell(config-std-nacl)#RelatedCommandsip access-list extended — creates an extended access list.show config — displays the current configuration.permitConfigure a filter to permit packets from a specific source IP address to be processed and forwarded toanother interface on the switch.C9000 SeriesSyntax permit {source [mask]| any | host ip-address}[count [byte]] [dscpvalue] [order] [fragments] [log [interval minutes] [threshold-in-msgs [count]] [monitor]To remove this filter, you have two choices:• Use the no seq sequence-number command if you know the filter’s sequencenumber.• Use the no permit {source [mask] | any | host ip-address}command.Parameters source Enter the IP address in dotted decimal format of the networkfrom which the packet was sent.mask (OPTIONAL) Enter a network mask in /prefix format (/x) orA.B.C.D. The mask, when specified in A.B.C.D format, may beeither contiguous or non-contiguous.any Enter the keyword any to specify that all routes are subject tothe filter.host ip-address Enter the keyword host then the IP address to specify a host IPaddress.count (OPTIONAL) Enter the keyword count to count packets that thefilter processes.byte (OPTIONAL) Enter the keyword byte to count bytes that thefilter processes.dscp (OPTIONAL) Enter the keyword dcsp to match to the IP DSCPvalues.order (OPTIONAL) Enter the keyword order to specify the QoSpriority for the ACL entry. The range is from 0 to 254 (where 0 isthe highest priority and 254 is the lowest; lower-order numbersAccess Control Lists (ACL) 280