aguilera
12-13-2006, 08:43 AM
The following command will be used to configure a firewall to communicate with a AAA server.
(config)# aaa-server <server-tag> protocol <protocol>
<server-tag> is the Name you want to associate with your server
<protocol> is the type of protocol you will use to communicate with the server
After you identify the server tag and protocol, you need to let the firewall know where that server is located on the network. To do so use the following commands;
(config)# aaa-server <server-tag> (if-name) host <host-ip>
(config-aaa-server)# key key
Example:
(config)# aaa-server ABC123 (inside) host 10.1.1.1
(config-aaa-server)# key cisco123
(config)# aaa-server <server-tag> protocol <protocol>
<server-tag> is the Name you want to associate with your server
<protocol> is the type of protocol you will use to communicate with the server
After you identify the server tag and protocol, you need to let the firewall know where that server is located on the network. To do so use the following commands;
(config)# aaa-server <server-tag> (if-name) host <host-ip>
(config-aaa-server)# key key
Example:
(config)# aaa-server ABC123 (inside) host 10.1.1.1
(config-aaa-server)# key cisco123