dialer-rule
Function
The dialer-rule command configures a dialer access control list (ACL) to define conditions for initiating DCC calls.
The undo dialer-rule command deletes a dialer ACL.
By default, no dialer ACL is configured.
Format
dialer-rule { acl { acl-number | name acl-name } | ip { deny | permit } }
undo dialer-rule [ acl | ip ]
Parameters
Parameter | Description | Value |
---|---|---|
acl { acl-number | name acl-name } | Indicates the number or name of the dialer ACL. | The value of acl-number is an integer that ranges from 2000 to 3999. The value of acl-name is a string of 1 to 32 case-sensitive characters without space. The name must start with an English letter and can be a mixture of English letters, digits, hyphens (-), or underlines (_). |
ip { deny | permit } | Indicates whether the dialer ACL allows or forbids IPv4 packets. | - |
Usage Guidelines
Usage Scenario
A dialer ACL filters all the packets passing a dialer interface.
The DCC dialer ACL must be configured; otherwise, DCC packets cannot be sent. You can configure filtering rules for a dialer ACL or associate an existing ACL to the dialer ACL.
Prerequisites
The ACL to be associated to the dialer ACL has been created.