XpressLearn Home

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
Using TACACS with Dynagen-Dynamips

Here is a network Diagram containing a Windows host running Dynamips and Dynagen using a loopback adapter to communicate with a single virtual 3640 router.

Windows Host running TACACS and Dynamips

The TACACS+ Windows executable can be downloaded from here.

First step is to extract TACACS+ zip file into a directory of your choice (in this example, I used c:\tacacs). Next, edit the configuration file as needed to define server characteristics and users. Be sure to edit the configuration file in an editor that supports UNIX file types. You will be fine if you open the existing file in an editor that doesn’t add <CRLF> characters at the end of each line (so don’t use Windows notepad, although Wordpad will be fine).

Start the TACACS server with the following command:

tac_plus -C tac.cfg

The warning regarding not running tac_plus as root can safely be ignored. To verify the tacacs+ server is running, open task manager and go to the processes tab – you should see tac_plus.exe running:

If you need to stop the tacacs server, just select it in the task manager list and click on End Process.

Dynagen configuration with one 3640 router instance

Author Info:

 
 
Scott's profession is a Senior Network Engineer at a Healthcare related company in Nashville, TN. When he is not trying to secure a network or come up with a design for a new project, he enjoys spending time with his family. You can find out more at: http://www.scottp.net

Similar Posts:

 

One Response to “Using TACACS with Dynagen-Dynamips”

  1. sanj Says:

    thanks.

    u made the life easier

Leave a Reply