Avaya P330-ML-ML User Manual
Page 51

Chapter 2 Avaya P330-ML Layer 2 CLI Commands
Avaya P330-ML Reference Guide
37
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
{ wildcard>|any |host [ Example: 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 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 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
list (an invalid rule invalidates entire list)
optional — rule is optional for this access list
(an invalid rule does not invalidate entire list)