Hey guys! I am at page 208-209 of the official cert guide by wendell (Latest edtion). I am using a simulation which for the most part has helped me in my learning. This topic is about securing access with external authentication servers. Since I don't know how to make a AAA server for authentication I need to go in the switch and configure the local log in entries. My problem is either way it requires a server of some sort and I can't seem to get a simple DNS and Web server to work.
Step 1. Configure the vty lines using usernames, with either locally configured usernames (using the login local command) or a AAA server. (I decided to choose to locally configure the usernames through the switch)
Step 2. If using locally defined usernames, add one or more username global configuration commands to configure username/password pairs. (Done this step with no problems)
Step 3. Configure the switch to generate a matched public and private key pair to use for encryption, using two commands.
A. As a requisite for the next command, configure the DNA domain name with the ip domain-name name global configuration command. (I went into the configure terminal in the switch CLI and attempted to do this without a DNS. Either I am using this command wrong or I need a DNS server.)
B. Create the encryption keys using the cypto key generate esa global configuration command. (Didn't get this far. Stuck on step A)
Any thoughts and helps would be greatly appreciated.