Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

Version 1 Nächste Version anzeigen »

With the following Addin script you can configure an external RADIUS Server on LANCOM Switches of the GS-23xx series:


/**
 * @param {Config} config
 * @param {Context} context
 * Do not edit this comment or parameter types. Required for code suggestions
*/
exports.main = function (config, context) {
    config.addScriptLine("aaa");
    config.addScriptLine("radius 1 enable 10.20.0.81 1812 macmon123");
    config.addScriptLine("exit");
};

download json file



  • Keine Stichwörter