Step 1 | Router(config)#interface dialer number | Creates a dialer interface and enters interface configuration mode. |
Step 2 | Router(config-if)#ip address address mask | Specifies the IP address and mask of the dialer interface as a node in the destinatiopn network to be called. |
Step 3 | Router(config-if)#encapsulation type | Specifies the ecapsulation type. |
Step 4 | Router(config-if)#dialer string dial-string class class-name | Specifies the remote destination to call and the map class that defines characteristics for calls to this destination. |
Step 5 | Router(config-if)#dialer pool number | Specifies the dialing pool to use for calls to this destination. |
Step 6 | Router(config-if)#dialer-group group-number | Assigns the dialer interface to a dialer group. |
Step 7 | Router(config-if)#dialer list dialer-group protocol protocol-name {permit | deny | list access-list-number} | Specifies an access list by list number or by protocol and list number to define the interesting packets that can trigger a call. |
Step 8 | Router(config-if)#dialer remote-name user-name | (Optional) Specifies the authentication name of the remote router on the destination subnetwork for a dialer interface. |
Step 9 | Router(config-if)#dialer persistent [delay [initial] seconds | max-attempts number] | Forces a dialer interface to be connected at all times, even in the absence of interesting traffic. |