access-list resequence
Syntax
access-list {ip|ipv6|mac} resequence
描述
Resequences the ACE sequence numbers in an ACL.
Command context
config
Parameters
-
{ip|ipv6|mac}
-
Specifies the ACL type.
-
-
Specifies the ACL name.
-
-
Specifies the starting sequence number.
-
-
Specifies the sequence number increment.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Resequencing an IPv4 ACL to start at 1 with an increment of 1:
switch(config)#access-list ip MY_IP_ACL resequence 1 1switch(config-acl-ip)#exitswitch(config)#do show access-listType Name Sequence Comment Action L3 Protocol Source IP Address Source L4 Port(s) Destination IP Address Destination L4 Port(s) Additional Parameters ------------------------------------------------------------------------------- IPv4 MY_IP_ACL 1 permit udp any 172.16.1.0/255.255.255.0 2 permit tcp 172.16.2.0/255.255.0.0 > 1023 any 3 permit tcp 172.26.1.0/255.255.255.0 any dscp: AF11 ack syn 4 deny any any any Hit-counts: enabled
Resequencing an IPv6 ACL to start at 1 with an increment of 1:
switch(config)#访问列表ipv6 MY_IPV6_ACL resequence 1 1switch(config-acl-ip)#exitswitch(config)#do show access-listType Name Sequence Comment Action L3 Protocol Source IP Address Source L4 Port(s) Destination IP Address Destination L4 Port(s) Additional Parameters ------------------------------------------------------------------------------- IPv6 MY_IPV6_ACL 1 permit udp any 2001::1/64 2 Permit all TCP ephemeral ports permit tcp 2001:2001::2:1 > 1023 any 3 permit tcp 2001:2011::1/64 any 4 deny any any any Hit-counts: enabled
Resequencing a MAC ACL to start at 1 with an increment of 1:
switch(config)#access-list mac MY_MAC_ACL resequence 1 1switch(config-acl-mac)#exitswitch(config)#do show access-listType Name Sequence Comment Action EtherType Source MAC Address Destination MAC Address Additional Parameters ------------------------------------------------------------------------------- MAC MY_MAC_ACL 1 permit ipv6 1122.3344.5566/ffff.ffff.0000 any 2 permit any aaaa.bbbb.cccc 1111.2222.3333 QoS Priority Code Point: 4 3 Permit all vlan-40 tagged Appletalk traffic permit appletalk any any VLAN: 1 4 deny any any any Hit-counts: enabled