Associating a DCC dial ACL with the dialup interface

You can configure a dial ACL to filter traffic traversing a dialup interface. Packets include the following categories, depending on whether they comply with the permit or deny statements in the dial ACL:

For DCC to send packets correctly, configure a dial ACL and associate it with the concerned dialup interface (physical or dialer interface) by using the dialer-group command. You can either configure a dial ACL directly using the dialer-rule command or reference an existing ACL.

To associate a dial ACL with the dialup interface:

Step

Command

1. Enter system view.

system-view

2. Configure a dial ACL for a dialer access group, specifying the conditions triggering DCC calls.

dialer-rule group-number { protocol-name { deny | permit } | acl { acl-number | name acl-name } }

3. Enter dialup interface (physical or dialer interface) view.

interface interface-type interface-number

4. Associate the dialup interface with the dial ACL by associating the interface with the corresponding dialer access group.

dialer-group group-number

Make sure that the group-number arguments in the dialer-rule and dialer-group commands take the same value.