Versionen im Vergleich

Schlüssel

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


Deutsch

Beschreibung:

Mit dem folgenden Add-in Skript können Sie einen externen RADIUS-Server auf LANCOM Switches der GS-23xx Serie konfigurieren.

Liste der verwendeten Variablen:

VariableBeschreibung




Add-in Code:

/**
 * @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");
};

Add-in als JSON-Datei:

View file
nameGS-23XX-External-RADIUS-Server.json
height150

Englisch

Description:

With the following Add-in

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.

List of used variables:

VariableDescription




Addin code:

/**


 *

@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

Add-in as JSON file:

View file
nameGS-23XX-External-RADIUS-Server.json
height150