Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.



Englisch

Configure an external RADIUS server on LANCOM GS-23xx Switches


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

...

english

/**
 * @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