11 ip access standard, 12 ipv6 access-list, Ip access standard – PLANET XGS3-24042 User Manual

Page 947: Access, List

Advertising
background image

47-13

47.11 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

47.12 ipv6 access-list

Command:

ipv6 access-list <num-std> {deny | permit} {<sIPv6Prefix/sPrefixlen> | any-source |

{host-source <sIPv6Addr>}}

ipv6 access-list <num-ext> {deny | permit} icmp {{ <sIPv6Prefix/sPrefixlen> } | any-source |

{host-source <sIPv6Addr> }} { <dIPv6Prefix/dPrefixlen> | any-destination | {host-destination

<dIPv6Addr> }} [ <icmp-type> [ <icmp-code> ]] [dscp <dscp> ] [flow-label <fl> ][time-range

<time-range-name> ]

ipv6 access-list <num-ext> {deny | permit} tcp {{ <sIPv6Prefix/<sPrefixlen> } | any-source |

{host-source <sIPv6Addr> }} [s-port { <sPort> | range <sPortMin> <sPortMax> }]

{{ <dIPv6Prefix/<dPrefixlen> } | any-destination | {host-destination <dIPv6Addr> }} [dPort

{ <dPort> | range <dPortMin> <dPortMax> }] [syn | ack | urg | rst | fin | psh] [dscp <dscp> ]

[flow-label <flowlabel> ][time-range <time-range-name> ]

ipv6 access-list <num-ext> {deny | permit} udp {{ <sIPv6Prefix/<sPrefixlen> } | any-source |

Advertising