Avaya P330-ML-ML Manuel D’Utilisation

Page de 320
Chapter 3        Avaya P330-ML Layer 3 CLI Commands
228
Avaya P330-ML Reference Guide
action>
Example:
ip access-group
User level: privileged, supervisor.
Use the  ip access group command to activate a specific policy list.
The syntax for this command is:
ip access-group 
<policy-list-number> <default-action>
Example:
ip access-list
User level: privileged, supervisor.
Use the ip access list command to create a specific policy rule. The access list 
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>
 
                    <command> <protocol> {<source-ip> 
 
                    <source-wildcard> | any |host 
 
<policy-list-number>
integer (100 - 149)
<default-action>
permit|deny
Router-N(configure)# ip access-default-action 101 default-
action-deny
Done!
<policy-list-number>
integer (100 - 149)
<default-action>
permit|deny
Router-N(configure)# ip access-group 101
Done!