Skip to content
Barry O'Donovan edited this page Sep 5, 2013 · 3 revisions

RADIUS AAA is used by some IXPs to manage access to, for example, smart PDUs for co-located member equipment.

IXP Manager can configure you RADIUS user list for you via the TACACS mechanism.

Let's assume myskin is you skinned folder, then proceed as follows:

cd APPLICATION_PATH/views
mkdir -p ./_skins/router-cli/tacacs/radius
cp ./router-cli/tacacs/tacplus/* ./_skins/router-cli/tacacs/radius

Then edit these files for a working RADIUS users configuration and generate the configuration by using the target parameter:

APPLICATION_PATH/bin/ixptool.php -a router-cli.gen-radius-conf -p target=radius

Note that gen-radius-conf is just an alias for gen-tacacs-conf but it helps avoid confusion!

See the TACACS documentation for full details.