Specifications
Configuring Resource Pool Management
Configuration Examples for RPM
DC-749
Cisco IOS Dial Technologies Configuration Guide
Standard Configuration for RPM Example
The following example demonstrates a basic RPM configuration:
resource-pool enable
resource-pool call treatment resource busy
resource-pool call treatment profile no-answer
!
resource-pool group resource isdn-ports
range limit 46
resource-pool group resource MICA-modems
range port 1/0 2/23
!
resource-pool profile customer ACME
limit base-size 30
limit overflow-size 10
resource isdn-ports digital
resource MICA-modems speech service gold
dnis group ACME_dnis_numbers
!
resource-pool profile customer DEFAULT
limit base-size 10
resource MICA-modems speech service silver
dnis group default
resource-pool profile discriminator deny_DNIS
call-type digital
dnis group bye-bye
!
resource-pool profile service gold
modem min-speed 33200 max-speed 56000 modulation v90
resource-pool profile service silver
modem min-speed 19200 max-speed 33200 modulation v34
!
resource-pool aaa protocol local
!
dialer dnis group ACME_dnis_numbers
number 301001
dialer dnis group bye-bye
number 301005
Tips • Replace the command string resource isdn-ports digital in the previous example with resource
isdn-ports speech to set up DoVBS. See the section, “Customer Profile Configuration for
DoVBS Example,” for more information.
Digital calls to 301001 are associated with the customer ACME by using the resource group
“isdn-ports.”
• Speech calls to 301001 are associated with the customer ACME by using the resource group
“mica-modems” and allow for V.90 connections (anything less than V.90 is also allowed).
• Digital calls to 301005 are denied.
• All other speech calls to any other DNIS number are associated with the customer profile
“DEFAULT” by using the resource group “mica-modems” and allow for V.34 connections (anything
more than V.34 is not allowed; anything less than V.34 is also allowed).
• All other digital calls to any other DNIS number are not associated with a customer profile and are
therefore not allowed.