<SsidObj>[] | context.network.ssids | Map of SSID objects indexed by its name (usage see next lines). |
string[] | context.network.ssids[<SSID>].ifcNumber | List with interface numbers for SSID. |
string[] | context.network.ssids[<SSID>].ifcName | List with interface names for SSID. |
string | context.network.ssids[<SSID>].radiusName | Radius name for SSID. |
string | context.network.ssids[<SSID>].name | The SSID (always same as ) |
string | context.network.name | Network name |
string | context.network.configName | Network configuration name |
string | context.network.configNameLong | Long network configuration name |
string | context.network.ifcNumber | Network interface number |
string | context.network.tag | Network Vlan Id |
string | context.network.vpnGateway | Central Site Gateway address |
string[] | context.network.vpnConnections | List of peer ident names for vpn connetions |
<Variables> | context.network.vpnSiteVars[<SubnetGroupConfigName> or <PeerIdent>] | User variablen for vpn location |
string | context.network.vpnCredentials[<SubnetGroupConfigName> or <PeerIdent>].remote.identity | VPN remote identity for site |
string | context.network.vpnCredentials[<SubnetGroupConfigName> or <PeerIdent>].remote.psk | VPN remote psk for site |
string | context.network.vpnCredentials[<SubnetGroupConfigName> or <PeerIdent>].local.identity | VPN local identity for site |
string | context.network.vpnCredentials[<SubnetGroupConfigName> or <PeerIdent>].local.psk | VPN local psk for site |
string | context.network.vpnRemoteData[peerName].subnetMask |
|
string | context.network.vpnRemoteData[peerName].subnetId |
|
boolean | context.network.isCentralGateway | true if vpn & gateway & central-site |
boolean | context.network.isBranchGateway | true if vpn & gateway & not central-site |
number | context.network.gatewayNumber | gateway number |
<DevRolObj> | context.network.deviceRoles | return device roles object (usage see next 2 lines) |
boolean | context.network.deviceRoles.contains(role string) | Check if device has role gateway with GW, access point with AP or switch with SW |
string[] | context.network.deviceRoles.list() | Get list of device roles, e.g. {"GW", "AP", "SW"} |