Technical data

7-18 Dial Solutions Quick Configuration Guide
Security Configuration Examples
Security Configuration Examples
This series of examples shows complete security configuration components of a configuration file
on an access server. Each of these examples shows authentication and authorization.
Simple Local Security Example
This sample configuration uses AAA to configure default authentication using a local security
database on the access server. All lines and interfaces have the default authentication lists applied.
Users judithn, jnieters, and enieters have been assigned privilege level 7, which prevents them from
issuing the ppp arap, and slip commands, because these commands have been assigned to privilege
level 8.
aaa new-model
aaa authentication login default local
aaa authentication arap default local
aaa authentication ppp default local
aaa authorization exec local
aaa authorization network local
aaa authorization
!
username judithn privilege exec level 7 privilege network level 8 password 7 095E470B1110
username jnieters privilege network level 7 password 7 0215055500070C294D
username enieters privilege network level 7 password 7 095E4F10140A1916
!
privilege exec level 8 ppp
privilege exec level 8 arap
privilege exec level 8 slip
!
interface Group-Async1
ppp authentication chap default
group-range 1 16
!
line console 0
login authentication default
!
line 1 16
arap authentication default
!
With this configuration, the sign-on dialog from a remote PC appears as follows:
atdt5551234
CONNECT 14400/ARQ/V32/LAPM/V42BIS
User Access Verification
Username: judithn
Password:
Router> enable
Password:
Router#