mac

370
non-all-digit characters of length of 1 to 32.
Command Mode: Global Mode.
Default: No access list is configured by default.
Usage Guide: When this command is issued for the first time, an empty access list will be
created.
Example: To create a extended IP access list name tcpFlow.
Switch(config)#ip access-list extended tcpFlow
24.12 ip access standard
Command: ip access standard <name>
no ip access standard <name>
Function: Create a named standard access list. The no prefix will remove the named
standard access list including all the rules in the list.
Parameters: <name> is the name of the access list. The name can be formed by
non-all-digit characters of length of 1 to 32.
Command Mode: Global Mode.
Default: No access list is configured by default.
Usage Guide: When this command is issued for the first time, an empty access list will be
created.
Example: To create a standard IP access list name ipFlow.
Switch(config)#ip access-list standard ipFlow
24.13 ipv6 access-list
Command: ipv6 access-list <num-std> {deny | permit} {<sIPv6Prefix/sPrefixlen> |
any-source | {host-source <sIPv6Addr>}}
no ipv6 access-list <num-std>
Functions: Creates a numbered standard IP access-list, if the access-list already exists,
then a rule will add to the current access-list; the ―no access-list {<num-std>|<num-ext>}
―command deletes a numbered standard IP access-list.
Parameters: <num-std> is the list number, list range is between 500 599;
<sIPv6Prefix> is the prefix of the ipv6 source address; <sPrefixlen> is the length of
prefix of the ipv6 source address, range is between 1128; <sIPv6Addr> is the ipv6
source address.
Command Mode: Global Mode.
Default: No access-list configured.