Custom Search
|
|
Cisco Ccna (640-553) Security Exam Training: Using The Aaa User Profile Command
CCNA’s (like you) use the “aaa user profile” command to create an AAA “named” user profile. Most network administrators use the “aaa user profile” command in conjunction with the “aaa attribute” command; the “aaa attribute” command adds the calling line identification (CLID) and dialed number identification service (DNIS) attribute values to the user profile. And, the user profile is then associated with a record, that record is then sent to a RADIUS server. Below is the command’s syntax: aaa user profile profile-name The “name” of the user profile or you can say the profile-name argument, has a maximum length of 63 characters. Any names longer than 63 characters will be truncated. Below is an example of the command being used: Router>enable Router#configure terminal Router(config)#aaa new-model Router(config)#aaa user profile profile_1 Router(config)#aaa attribute dnis Router(config)#aaa attribute dnis dnisvalue Router(config)#exit Router#copy run start In the example above, the user profile named “profile_1” is being created; and, the dialed number identification service (dnis) attribute value will be “dnisvalue”. And, just like mostly all Cisco IOS commands; you can use the word “no” in front of the command to remove (disable) the configured command; like you see below: Router(config)#no aaa user profile profile_1 By the way, if you decide to use the command, make sure your router(s) is running Cisco IOS 12.3(3.8) or higher. I hope this article was very informative and helped you quickly understand the usage of the aaa user profile command. If you need to learn more; I suggest you visit my website, were you’ll find the latest information regarding the Cisco CCNA (640-553) Security exam techniques. To your success, Article Directory: http://www.articledashboard.com Charles Ross, CCNP #CSCO10444244 is the owner of Ittechtips.com; where you'll find free comprehensive information and videos on how to pass the CCNA (640-553) security exam. Sign-Up for "100 Free Videos" and, also learn more about the new "Cisco CCNA (640-553) Video Accelerated Training Course" at his website. www.ccnaittechtips.com |
|
© 2005-2011 Article Dashboard