Specifications

Configuring Resource Pool Management
How to Configure RPM
DC-729
Cisco IOS Dial Technologies Configuration Guide
To configure a template in RPM, use the following commands beginning in global configuration mode:
Typical Template Configuration
The following example shows a typical template configuration:
template Word
multilink {max-fragments frag-num | max-links num | min-links num}
peer match aaa-pools
peer default ip address {pool pool-name1 [pool-name2] | dhcp}
ppp ipcp {dns | wins} A.B.C.D [W.X.Y.Z]
resource-pool profile customer WORD
source template Word
aaa group-configuration aaa-group-name
template acme_direct
peer default ip address pool tahoe
ppp authentication chap isdn-users
ppp multilink
Verifying Template Configuration
To verify your template configuration, perform the following steps:
Step 1 Enter the show running-config EXEC command (where the template name is “PPP1”):
Router#
Router# show running-config begin template
.
.
.
Command Purpose
Step 1
Router(config)# template name
Creates a customer profile template and assign a unique
name that relates to the customer that will be receiving it.
Note Steps 2, 3, and 4 are optional. Enter multilink, peer,
and ppp commands appropriate to the application
requirements of the customer.
Step 2
Router(config-template)# peer default ip
address pool
pool-name
(Optional) Specifies that the customer profile to which this
template is attached will use a local IP address pool with the
specified name.
Step 3
Router(config-template)# ppp authentication
chap
(Optional) Sets the PPP link authentication method.
Step 4
Router(config-template)# ppp multilink
(Optional) Enables Multilink PPP for this customer profile.
Step 5
Router(config-template)# exit
Exits from template configuration mode; returns to global
configuration mode.
Step 6
Router(config)# resource-pool profile customer
name
Enters customer profile configuration mode for the customer
to which you wish to assign this template.
Step 7
Router(config-customer-profi)# source template
name
Attaches the customer profile template you have just
configured to the customer profile.