Cisco Cisco IOS Software Release 12.2(27)SBC

Page de 4
 
Shell-Based Authentication of VPDN Users
aaa dnis map authentication group
3
 
Examples
The following example maps DNIS number 7777 to the RADIUS server group called group1. Server 
group group1 uses RADIUS server 172.30.0.0 for authentication requests for users dialing in with DNIS 
number 7777.
aaa new-model
radius-server host 172.30.0.0 auth-port 1645 key cisco1
aaa group server radius group1
server 172.30.0.0
aaa dnis map enable
aaa dnis map 7777 authentication ppp group group1
aaa dnis map 7777 authentication login group group1
Related Commands
Command
Description
aaa dnis map 
accounting network 
group
Maps a DNIS number to a particular accounting server group.
aaa dnis map enable
Enables AAA server selection based on DNIS.
aaa group server
Groups different server hosts into distinct lists and distinct methods.
aaa new-model 
Enables the AAA access control model.
radius-server host
Specifies a RADIUS server host.