Avaya P330-ML-ML Reference Manual page 51

Stackable switch software version 4.5
Table of Contents

Advertisement

contains several of these rules: each rule pertains to the source IP address, the
destination IP address, the protocol, the protocol ports (if relevant), and to the ACK
bit (if relevant).
Use the no ip access list command to delete a specific rule.
The syntax for this command is:
[no] ip access-list <access-list-number> <access-list-index>
<access-list-number>
<access-list-index>
<action>
<protocol>
<source-ip>
<source-wildcard>
<operator>
<port>
<destination-ip>
<destination-wildcard>
<precedence>
Example:
Router-N# ip access-list 101 23 deny ip any
1.2.0.0 0.0.255.255
Router-N# ip access-list 101 24 fwd3 udp any host 10.1.1.1
range 20 23 optional
Avaya P330-ML Reference Guide
Chapter 2
Avaya P330-ML Layer 2 CLI Commands
<action> <protocol> {<source-ip>
<source-wildcard> | any |host
<source-ip>}[<operator> <port> [<port]]
{<destination-ip> <destination-
wildcard>|any |host
<destination-ip>}[<operator> <port>
[<port>]][established] [precedence]
integer (100...149)
integer (1...254)
permit | deny | deny-and-notify | fwd0-7
ip | tcp | udp | integer (1...255)
ip address of the source network
ip address wildcard of the source network
eq | lt | gt | range
integer (1...65535)
ip address of the destination network
ip address wildcard of the destination network
mandatory — rule is mandatory for this access
list (an invalid rule invalidates entire list)
optional — rule is optional for this access list
(an invalid rule does not invalidate entire list)
37

Advertisement

Table of Contents
loading

Table of Contents