Specifications

Configuring Resource Pool Management
How to Configure RPM
DC-731
Cisco IOS Dial Technologies Configuration Guide
Configuring AAA Server Groups
To configure AAA server groups, use the following commands beginning in global configuration mode:
AAA server groups are lists of AAA server hosts of a particular type. The Cisco RPM currently supports
RADIUS and TACACS+ server hosts. A AAA server group lists the IP addresses of the selected server
hosts.
You can use a AAA server group to define a distinct list of AAA server hosts and apply this list to the
Cisco RPM application. Note that the AAA server group feature works only when the server hosts in a
group are of the same type.
Configuring VPDN Profiles
A VPDN profile is required only if you want to impose limits on the VPDN tunnel that are separate from
the customer limits.
Command Purpose
Step 1
Router(config)# aaa new-model
Enables AAA on the NAS.
Step 2
Router(config)# radius-server key
key
or
Router(config)# tacacs-server key
key
Set the authentication and encryption key used for
all RADIUS or TACACS+ communications
between the NAS and the RADIUS or TACACS+
daemon.
Step 3
Router(config)# radius-server host {
hostname
|
ip-address key
} [auth-port
port
acct-port
port
]
or
Router(config)# tacacs-server host
ip-address
key
Specifies the host name or IP address of the server
host before configuring the AAA server group. You
can also specify the UDP destination ports for
authentication and for accounting.
Step 4
Router(config)# aaa group server {
radius
|
tacacs+
}
group-name
Selects the AAA server type you want to place into
a server group and assign a server group name.
Step 5
Router(config-sg radius)# server
ip-address
Specifies the IP address of the selected server type.
This must be the same IP address that was assigned
to the server host in Step 3.
Step 6
Router(config-sg radius)# exit
Returns to global configuration mode.
Step 7
Router(config)# resource-pool profile customer
name
Enters customer profile configuration mode for the
customer to which you wish to assign this AAA
server group.
Step 8
Router(config-customer-profil)# aaa
group-configuration
group-name
Associates this AAA server group (named in Step 4)
with the customer profile named in Step 7.