Specifications
Configuring Resource Pool Management
How to Configure RPM
DC-734
Cisco IOS Dial Technologies Configuration Guide
To configure VPDN profile session counting, use the following commands beginning in global
configuration mode:
To verify session counting and view VPDN group information configured under resource pooling, use
the show resource-pool vpdn group command. In this example, two different VPDN groups are
configured under two different customer profiles:
Router# show resource-pool vpdn group
List of VPDN Groups under Customer Profiles
Customer Profile customer1:customer1-vpdng
Customer Profile customer2:customer2-vpdng
List of VPDN Groups under VPDN Profiles
VPDN Profile customer1-profile:customer1-vpdng
To display the contents of a specific VPDN group, use the show resource-pool vpdn group name
command. This example contains one domain name, two DNIS called groups, and two endpoints:
Router# show resource-pool vpdn group customer2-vpdng
VPDN Group customer2-vpdng found under Customer Profiles: customer2
Tunnel (L2TP)
------
dnis:cg1
dnis:cg2
dnis:jan
Endpoint Session Limit Priority Active Sessions Status Reserved Sessions
-------- ------------- -------- --------------- ------ -----------------
172.21.9.67 * 1 0 OK -
10.1.1.1 * 2 0 OK -
--------------- ------------- --------------- -----------------
Total * 0 0
To display the contents of a specific VPDN profile, use the show resource-pool vpdn profile name
command, as follows:
Router# show resource-pool vpdn profile ?
WORD VPDN profile name
<cr>
Router# show resource-pool vpdn profile customer1-profile
0 active connections
0 max number of simultaneous connections
0 calls rejected due to profile limits
Command Purpose
Step 1
Router(config)# resource-pool profile vpdn
name
Creates a VPDN profile.
Step 2
Router(config-vpdn-profile)# vpdn-group
name
Router(config-vpdn-profile)# exit
Associates a VPDN group to the VPDN profile. VPDN
sessions done within this VPDN group will be counted
by the VPDN profile.
Step 3
Router(config)# resource-pool profile customer
name
Router(config-customer-profi)# vpdn profile
name
Links the VPDN group to a customer profile.
Step 4
Router(config-customer-profi)# ^Z
Router#
Returns to EXEC mode to perform verification steps.