Changes

Created page with "<!-- Template uses {{{name}}}, {{{series}}}, {{{mobile}}} (0), {{{gps}}} (1), {{{wireless}}} (1), {{eth}} (1) --> {{Template: Networking_rutos_manual_fw_disclosure | fw_versio..."
<!-- Template uses {{{name}}}, {{{series}}}, {{{mobile}}} (0), {{{gps}}} (1), {{{wireless}}} (1), {{eth}} (1) -->
{{Template: Networking_rutos_manual_fw_disclosure
| fw_version ={{Template: Networking_rutos_manual_latest_fw
| series = {{{series}}}
| name = {{{name}}}
}}
}}
__TOC__
==Summary==

<b>Simple Network Management Protocol (SNMP)</b> is a network management protocol used for collecting information and configuring network devices. This page is an overview of the SNMP function in {{{name}}} devices.

==SNMP settings==

The <b>SNMP settings</b> page is used to configure SNMP accessibility and general SNMP information for your device.

===SNMP agent settings===
----
[[File:Networking_tswos_manual_snmp_snmp_agent_settings.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enable SNMP service</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enable SNMP (Simple Network Management Protocol) service on systems startup.</td>
</tr>
<tr>
<td>IP type</td>
<td>IPv4 {{!}} IPv6 {{!}} IPv4v6; default: '''IPv4'''</td>
<td>IP type used by SNMP.</td>
</tr>
<tr>
<td>Port</td>
<td>integer [0..65535]; default: '''161'''</td>
<td>TCP/UDP port number used for the connection.</td>
</tr>
<tr>
<td>SNMP v1 Mode</td>
<td>off {{!}} on; default: '''on'''</td>
<td>Enable SNMP v1 compatibility.</td>
</tr>
<tr>
<td>SNMP v2c Mode</td>
<td>off {{!}} on; default: '''on'''</td>
<td>Enable SNMP v2 compatibility.</td>
</tr>
<tr>
<td>SNMP v3 Mode</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enable SNMP v3 compatibility.</td>
</tr>
</table>

===SNMP System Summary===
----
The <b>SNMP System Summary</b> section contains general information about SNMP on this device. You can also download this device's <b>MIB file</b> from this section.

[[File:Networking_tswos_manual_snmp_snmp_system_summary.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>MIB file</td>
<td>-(interactive button)</td>
<td>Downloads the device's MIB file.</td>
</tr>
<tr>
<td>System OID</td>
<td>1.3.6.1.4.1.48690</td>
<td>An OID is an Object Identifier. It's an address used to identify devices and their statuses.</td>
</tr>
<tr>
<td>Location</td>
<td>string; default: <b>location</b></td>
<td>Location of the system. If the field is empty, the option will have read-write permissions. If not, the option will become read-only.</td>
</tr>
<tr>
<td>Contact</td>
<td>string; default: <b>[email protected]</b></td>
<td>Contact email. If the field is empty, the option will have read-write permissions. If not, the option will become read-only.</td>
</tr>
<tr>
<td>Name</td>
<td>string; default: <b>name</b></td>
<td>Name of the system. If the field is empty, the option will have read-write permissions. If not, the option will become read-only. </td>
</tr>
</table>

==SNMP v3 users==

The <b>SNMP v3 users</b> page is used to create and manage users, who can be authenticated using SNMP v3. To configure an SNMP user, you must first create it:

<ol>
<li>Enter a custom name for the new user in the 'Name' field.</li>
<li>Click the 'Add' button.</li>
<li>Click the 'Edit' button next to the newly created user.</li>
</ol>
[[File:Networking_tswos_manual_snmp_snmp_v3_users_add_button.png|border|class=tlt-border]]
----
The SNMP user configuration window should look similar to this:

[[File:Networking_tswos_manual_snmp_snmp_v3_users_snmp_user_configuration.png|border|class=tlt-border]]

<b>Note</b>: this table has coloring scheme to indicate which fields can be seen with different configuration.

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enable </td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enable SNMP user configuration.</td>
</tr>
<tr>
<td>Username</td>
<td>string; default: <b>none</b> </td>
<td>Set username to access SNMP.</td>
</tr>
<tr>
<td>Access Mode</td>
<td>Read-Only {{!}} Read-Write; default: '''Read-Only'''</td>
<td>The access mode specifies the access the hosts in the community are allowed with respect to retrieving and modifying the MIB variables from a specific SNMP agent.</td>
</tr>
<tr>
<td>MIB subtree</td>
<td>string; default: <b>none</b></td>
<td>Leave empty to access full MIB tree.</td>
</tr>
<tr>
<td>Security level</td>
<td>No authentication, no privacy {{!}} <span style="color:blue">Authentication, no privacy</span> {{!}} <span style="color:red">Authentication and privacy</span>;
default: '''No authentication, no privacy'''</td>
<td>A security level is an authentication strategy that is set up for the user.
No authentication, no privacy - authenticates with a username.
Authentication - provides MD5 or SHA algorithms for authentication.
Privacy - Provides DES or AES encryption.</td>
</tr>
<tr>
<td><span style="color:blue">Authentication, no privacy </span>{{!}} <span style="color:red">Authentication and privacy:</span> Authentication type</td>
<td>SHA {{!}} MD5; default: '''SHA'''</td>
<td>Set authentication type to use with SNMP v3.</td>
</tr>
<tr>
<td><span style="color:blue">Authentication, no privacy </span>{{!}} <span style="color:red">Authentication and privacy:</span> Authentication passphrase</td>
<td>string; default: <b>none</b></td>
<td>Set authentication passpharse to generate key for SNMP v3.</td>
</tr>
<tr>
<td><span style="color:red">Authentication and privacy:</span> Privacy type</td>
<td>DES {{!}} AES; default: '''DES'''</td>
<td>Set privacy type to use with SNMP v3.</td>
</tr>
<tr>
<td><span style="color:red">Authentication and privacy:</span> Privacy passphrase</td>
<td>string; default: <b>none</b></td>
<td>Set privacy passpharse to generate key for SNMP v3.</td>
</tr>
</table>

==Communities==

The <b>SNMP Community</b> section is used to manage access rights. You can edit an SNMP community by clicking the 'Edit' button next to it:

[[File:Networking_tswos_manual_snmp_communities_edit_button.png|border|class=tlt-border]]

This will redirect you to the community's configuration page.

[[File:Networking_tswos_manual_snmp_communities_snmp_community_configuration.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Community name</td>
<td>string; default: <b>none</b></td>
<td>Name of the community.</td>
</tr>
<tr>
<td>IP Address</td>
<td>ip; default: <b>none</b></td>
<td>IP address of the community.</td>
</tr>
<tr>
<td>IP Mask</td>
<td>ip; default: <b>none</b></td>
<td>Netmask for IP of the community.</td>
</tr>
<tr>
<td>Access Mode</td>
<td>Read-Only {{!}} Read-Write; default: <b>Read-Only</b></td>
<td>Access mode for current community.</td>
</tr>
</table>

SNMPv6 community configuration page:

[[File:Networking_tswos_manual_snmp_communities_snmpv6_community_configuration.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Community name</td>
<td>string; default: <b>public</b></td>
<td>Name of the community.</td>
</tr>
<tr>
<td>Source</td>
<td>ip6 {{!}} domain name; default: <b>default</b></td>
<td>Source of the community.</td>
</tr>
<tr>
<td>Access Mode</td>
<td>Read-Only {{!}} Read-Write; default: <b>Read-Only</b></td>
<td>Access mode for current community.</td>
</tr>
</table>

==SNMP variables list==

<table class="nd-mantable">
<tr>
<th style="width: 250px">Name</th>
<th style="width: 250px">OID</th>
<th style="width: 579px">Description</th>
</tr>
<tr>
<th>Device</th>
<th></th>
<th></th>
</tr>
<tr>
<td>serial</td>
<td>.1.3.6.1.4.1.48690.1.1.0</td>
<td>Device serial number</td>
</tr>
<tr>
<td>routerName.0</td>
<td>.1.3.6.1.4.1.48690.1.2.0</td>
<td>Device name</td>
</tr>
<tr>
<td>productCode</td>
<td>.1.3.6.1.4.1.48690.1.3.0</td>
<td>Device product (ordering) code</td>
</tr>
<tr>
<td>batchNumber</td>
<td>.1.3.6.1.4.1.48690.1.4.0</td>
<td>Device batch number</td>
</tr>
<tr>
<td>hardwareRevision</td>
<td>.1.3.6.1.4.1.48690.1.5.0</td>
<td>Device hardware revision</td>
</tr>
<tr>
<td>fwVersion</td>
<td>.1.3.6.1.4.1.48690.1.6.0</td>
<td>Device RutOS firmware version</td>
</tr>
<tr>
<td>deviceUptime</td>
<td>.1.3.6.1.4.1.48690.1.7.0</td>
<td>Device uptime</td>
</tr>{{#ifeq: {{{mobile}}} | 1 |
<tr>
<th>Mobile</th>
<th></th>
<th></th>
</tr>
<tr>
<td>modemNum</td>
<td>.1.3.6.1.4.1.48690.2.1.0</td>
<td>The number of modems (regardless of their current state) present on this system</td>
</tr>
<tr>
<td>mIndex</td>
<td>.1.3.6.1.4.1.48690.2.2.1.1.1</td>
<td>Available modem indexes; used to index OIDs between when the device has multiple modems</td>
</tr>
<tr>
<td>mDescr</td>
<td>.1.3.6.1.4.1.48690.2.2.1.2.1</td>
<td>Modem description</td>
</tr>
<tr>
<td>mImei</td>
<td>.1.3.6.1.4.1.48690.2.2.1.3.1</td>
<td>Modem IMEI</td>
</tr>
<tr>
<td>mModel</td>
<td>.1.3.6.1.4.1.48690.2.2.1.4.1</td>
<td>Modem model</td>
</tr>
<tr>
<td>mManufacturer</td>
<td>.1.3.6.1.4.1.48690.2.2.1.5.1</td>
<td>Modem manufacturer</td>
</tr>
<tr>
<td>mRevision</td>
<td>.1.3.6.1.4.1.48690.2.2.1.6.1</td>
<td>Modem firmware version</td>
</tr>
<tr>
<td>mSerial</td>
<td>.1.3.6.1.4.1.48690.2.2.1.7.1</td>
<td>Modem serial number</td>
</tr>
<tr>
<td>mIMSI</td>
<td>.1.3.6.1.4.1.48690.2.2.1.8.1</td>
<td>Modem IMSI number</td>
</tr>
<tr>
<td>mSimState</td>
<td>.1.3.6.1.4.1.48690.2.2.1.9.1</td>
<td>SIM card status</td>
</tr>
<tr>
<td>mPinState</td>
<td>.1.3.6.1.4.1.48690.2.2.1.10.1</td>
<td>PIN status</td>
</tr>
<tr>
<td>mNetState</td>
<td>.1.3.6.1.4.1.48690.2.2.1.11.1</td>
<td>Mobile network registration status</td>
</tr>
<tr>
<td>mSignal</td>
<td>.1.3.6.1.4.1.48690.2.2.1.12.1</td>
<td>Signal strength level</td>
</tr>
<tr>
<td>mOperator</td>
<td>.1.3.6.1.4.1.48690.2.2.1.13.1</td>
<td>Current mobile network operator</td>
</tr>
<tr>
<td>mOperatorNumber</td>
<td>.1.3.6.1.4.1.48690.2.2.1.14.1</td>
<td>Mobile operator number (MCC+MNC)</td>
</tr>
<tr>
<td>mConnectionState</td>
<td>.1.3.6.1.4.1.48690.2.2.1.15.1</td>
<td>Mobile data connection state</td>
</tr>
<tr>
<td>mConnectionType</td>
<td>.1.3.6.1.4.1.48690.2.2.1.16.1</td>
<td>Mobile data connection type</td>
</tr>
<tr>
<td>mTemperature</td>
<td>.1.3.6.1.4.1.48690.2.2.1.17.1</td>
<td>Modem's temperature in 0.1 degrees Celsius</td>
</tr>
<tr>
<td>mCellID</td>
<td>.1.3.6.1.4.1.48690.2.2.1.18.1</td>
<td>Cell (Base transceiver station) ID</td>
</tr>
<tr>
<td>mSINR</td>
<td>.1.3.6.1.4.1.48690.2.2.1.19.1</td>
<td>SINR value in dB</td>
</tr>
<tr>
<td>mRSRP</td>
<td>.1.3.6.1.4.1.48690.2.2.1.20.1</td>
<td>RSRP value in dBm</td>
</tr>
<tr>
<td>mRSRQ</td>
<td>.1.3.6.1.4.1.48690.2.2.1.21.1</td>
<td>RSRQ value in dB</td>
</tr>
<tr>
<td>mSent</td>
<td>.1.3.6.1.4.1.48690.2.2.1.22.1</td>
<td>Total bytes sent</td>
</tr>
<tr>
<td>mReceived</td>
<td>.1.3.6.1.4.1.48690.2.2.1.23.1</td>
<td>Total bytes received</td>
</tr>
<tr>
<td>mIP</td>
<td>.1.3.6.1.4.1.48690.2.2.1.24.1</td>
<td>Modem IP address(es)</td>
</tr>
<tr>
<td>mSentToday</td>
<td>.1.3.6.1.4.1.48690.2.2.1.25.1</td>
<td>Bytes sent today</td>
</tr>
<tr>
<td>mReceivedToday</td>
<td>.1.3.6.1.4.1.48690.2.2.1.26.1</td>
<td>Bytes received today</td>
</tr>
<tr>
<td>mICCID</td>
<td>.1.3.6.1.4.1.48690.2.2.1.27.1</td>
<td>SIM ICCID</td>
</tr>
<tr>
<td>mSentCurrentWeek</td>
<td>.1.3.6.1.4.1.48690.2.2.1.28.1</td>
<td>Bytes sent this week</td>
</tr>
<tr>
<td>mReceivedCurrentWeek</td>
<td>.1.3.6.1.4.1.48690.2.2.1.29.1</td>
<td>Bytes received this week</td>
</tr>
<tr>
<td>mSentCurrentMonth</td>
<td>.1.3.6.1.4.1.48690.2.2.1.30.1</td>
<td>Bytes sent this month</td>
</tr>
<tr>
<td>mReceivedCurrentMonth</td>
<td>.1.3.6.1.4.1.48690.2.2.1.31.1</td>
<td>Bytes received this month</td>
</tr>
<tr>
<td>connectionUptime</td>
<td>.1.3.6.1.4.1.48690.2.3.0.1</td>
<td>Mobile connection uptime</td>
</tr>|}}{{#ifeq: {{{gps}}} | 1 |
<tr>
<th>GPS</th>
<th></th>
<th></th>
</tr>
<tr>
<td>latitude</td>
<td>.1.3.6.1.4.1.48690.3.1.0</td>
<td>GPS Latitude value</td>
</tr>
<tr>
<td>longitude</td>
<td>.1.3.6.1.4.1.48690.3.2.0</td>
<td>GPS Longitude value</td>
</tr>

<tr>
<td>accuracy</td>
<td>.1.3.6.1.4.1.48690.3.3.0</td>
<td>GPS coordinate accuracy</td>
</tr>
<tr>
<td>datetime</td>
<td>.1.3.6.1.4.1.48690.3.4.0</td>
<td>GPS coordinate fix time</td>
</tr>
<tr>
<td>numSatellites</td>
<td>.1.3.6.1.4.1.48690.3.5.0</td>
<td>Number of available GPS satelites</td>
</tr>|}}{{#ifeq: {{{notifications}}} | 1 | {{#ifeq: {{{mobile}}} | 1 |
<tr>
<th>Mobile notifications</th>
<th></th>
<th></th>
</tr>
<tr>
<td>signalChangeNotification</td>
<td>.1.3.6.1.4.1.48690.4.1.1</td>
<td>Signal strength trap</td>
</tr>
<tr>
<td>networkTypeNotification</td>
<td>.1.3.6.1.4.1.48690.4.1.2</td>
<td>Network type trap</td>
</tr>|}}
<tr>
<th>Input/Output notifications</th>
<th></th>
<th></th>
</tr>{{#switch:{{{name}}} |RUTX08|RUTX09|RUTX10|RUTX11|RUTX12|RUTX14|RUT950|RUT951|RUT952|RUT260|RUT955|RUT956|RUT240|RUT241|RUTX50|RUT901|RUT906|RUTM08|RUTM09|RUTM10|RUTM11|RUTM12|RUTM14 =
<tr>
<td>digitalInputNotification</td>
<td>.1.3.6.1.4.1.48690.4.2.1</td>
<td>Digital input trap</td>
</tr>
<tr>
<td>digitalOutputNotification</td>
<td>.1.3.6.1.4.1.48690.4.2.2</td>
<td>Digital output trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT360|RUT361|RUT300|RUT301|TRB140|TRB141|TRB143|TRB500|TRB245|TRB255 =
<tr>
<td>digitalio0Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.3</td>
<td>Digital I/O 0 trap</td>
</tr>
<tr>
<td>digitalio1Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.4</td>
<td>Digital I/O 1 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |TRB245|TRB255 =
<tr>
<td>digitalio2Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.5</td>
<td>Digital I/O 2 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |TRB141 =
<tr>
<td>drywetio0Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.6</td>
<td>Dry/Wet I/O 0 trap</td>
</tr>
<tr>
<td>drywetio1Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.7</td>
<td>Dry/Wet I/O 1 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906|TRB141 =
<tr>
<td>relay0Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.8</td>
<td>Relay 0 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |TRB141 =
<tr>
<td>relay1Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.9</td>
<td>Relay 1 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906|TRB141 =
<tr>
<td>acl0Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.10</td>
<td>ACL trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906|TRB245|TRB255|TRB141 =
<tr>
<td>adc0Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.11</td>
<td>ADC trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906 =
<tr>
<td>digitalInput2Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.12</td>
<td>Digital input2 trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906|TRB141 =
<tr>
<td>digitalIioNotification</td>
<td>.1.3.6.1.4.1.48690.4.2.13</td>
<td>Isolated Input trap</td>
</tr>| #default =}}{{#switch:{{{name}}} |RUT955|RUT956|RUT906 =
<tr>
<td>digitalOutput2Notification</td>
<td>.1.3.6.1.4.1.48690.4.2.14</td>
<td>Digital output2 trap</td>
</tr>| #default =}}|}}{{#ifeq: {{{hotspot}}} | 1 |
<tr>
<th>Hotspot Notifications</th>
<th></th>
<th></th>
</tr>
<tr>
<td>clientConnectedNotification</td>
<td>.1.3.6.1.4.1.48690.4.3.1</td>
<td>Hotspot client connected trap</td>
</tr>
<tr>
<td>clientDisconnectedNotification</td>
<td>.1.3.6.1.4.1.48690.4.3.2</td>
<td>Hotspot client disconnected trap</td>
</tr>| #default =}}|}}{{#ifeq: {{{hotspot}}} | 1 |
<tr>
<th>Hotspot</th>
<th></th>
<th></th>
</tr>
<tr>
<td>hsState</td>
<td>.1.3.6.1.4.1.48690.5.1.0</td>
<td>Current Hotspot state</td>
</tr>
<tr>
<td>hsIP</td>
<td>.1.3.6.1.4.1.48690.5.2.0</td>
<td>Hotspot IP address</td>
</tr>
<tr>
<td>hsNet</td>
<td>.1.3.6.1.4.1.48690.5.3.0</td>
<td>WiFi interface ID</td>
</tr>
<tr>
<td>hsAuth</td>
<td>.1.3.6.1.4.1.48690.5.4.0</td>
<td>Hotspot authentication type</td>
</tr>
<tr>
<td>hsSessionCount</td>
<td>.1.3.6.1.4.1.48690.5.5.0</td>
<td>Hotspot current active session (connected user) count</td>
</tr>
<tr>
<th>Hotspot Sessions</th>
<th></th>
<th></th>
</tr>
<tr>
<td>hssIndex</td>
<td>.1.3.6.1.4.1.48690.5.6.1.1.1</td>
<td>Connected Hotspot user indexes</td>
</tr>
<tr>
<td>hssMAC</td>
<td>.1.3.6.1.4.1.48690.5.6.1.2.1</td>
<td>Hotspot user MAC addresses</td>
</tr>
<tr>
<td>hssIP</td>
<td>.1.3.6.1.4.1.48690.5.6.1.3.1</td>
<td>Hotspot user local IP addresses</td>
</tr>
<tr>
<td>hssID</td>
<td>.1.3.6.1.4.1.48690.5.6.1.4.1</td>
<td>Hotspot user session unique IDs</td>
</tr>
<tr>
<td>hssUsername</td>
<td>.1.3.6.1.4.1.48690.5.6.1.5.1</td>
<td>Hotspot connected user usernames</td>
</tr>
<tr>
<td>hssState</td>
<td>.1.3.6.1.4.1.48690.5.6.1.6.1</td>
<td>Hotspot user session states</td>
</tr>
<tr>
<td>hssDwLimit</td>
<td>.1.3.6.1.4.1.48690.5.6.1.7.1</td>
<td>Hotspot user download limits</td>
</tr>
<tr>
<td>hssUpLimit</td>
<td>.1.3.6.1.4.1.48690.5.6.1.8.1</td>
<td>Hotspot user upload limits</td>
</tr>
<tr>
<td>hssTimeLimit</td>
<td>.1.3.6.1.4.1.48690.5.6.1.9.1</td>
<td>Hotspot user session time limit</td>
</tr>
<tr>
<td>hssIdleTimeout</td>
<td>.1.3.6.1.4.1.48690.5.6.1.10.1</td>
<td>Hotspot user maximum idle timeout values</td>
</tr>
<tr>
<td>hssDwBandwidth</td>
<td>.1.3.6.1.4.1.48690.5.6.1.11.1</td>
<td>Hotspot user maximum download speed</td>
</tr>
<tr>
<td>hssUpBandwidth</td>
<td>.1.3.6.1.4.1.48690.5.6.1.12.1</td>
<td>Hotspot user maximum upload speed</td>
</tr>
<tr>
<td>hssURL</td>
<td>.1.3.6.1.4.1.48690.5.6.1.13.1</td>
<td>Hotspot URL</td>
</tr>|}}{{#ifeq: {{{io}}} | 1 |
<tr>
<th>Input/Output</th>
<th></th>
<th></th>
</tr>
<tr>
<td>ioCount</td>
<td>.1.3.6.1.4.1.48690.6.1</td>
<td>Count of I/O</td>
</tr>
<tr>
<td>ioTable</td>
<td>.1.3.6.1.4.1.48690.6.2</td>
<td>A list of I/O. The number of entries is given by the value of ioCount</td>
</tr>

<tr>
<td>ioEntry</td>
<td>.1.3.6.1.4.1.48690.6.2.1</td>
<td>An entry containing information of a particular I/O</td>
</tr>
<tr>
<td>ioIndex</td>
<td>.1.3.6.1.4.1.48690.6.2.1.1</td>
<td>A unique value, greater than zero, for each session</td>
</tr>
<tr>
<td>ioSystemName</td>
<td>.1.3.6.1.4.1.48690.6.2.1.2</td>
<td>The name of the I/O</td>
</tr>
<tr>
<td>ioName</td>
<td>.1.3.6.1.4.1.48690.6.2.1.3</td>
<td>The name of the I/O, as displayed in WebUI</td>
</tr>
<tr>
<td>ioType</td>
<td>.1.3.6.1.4.1.48690.6.2.1.4</td>
<td>A description of I/O type</td>
</tr>
<tr>
<td>ioBidirectional</td>
<td>.1.3.6.1.4.1.48690.6.2.1.5</td>
<td>Is I/O bidirectional?</td>
</tr>
<tr>
<td>ioState</td>
<td>.1.3.6.1.4.1.48690.6.2.1.6</td>
<td>State of I/O</td>
</tr>
<tr>
<td>ioInput</td>
<td>.1.3.6.1.4.1.48690.6.2.1.7</td>
<td>Is I/O an input?</td>
</tr>
<tr>
<td>ioInverted</td>
<td>.1.3.6.1.4.1.48690.6.2.1.8</td>
<td>Is value of I/O inverted?</td>
</tr>
<tr>
<td>ioCurrent</td>
<td>.1.3.6.1.4.1.48690.6.2.1.9</td>
<td>Current amount flowing though ACL</td>
</tr>
<tr>
<td>ioPercentage</td>
<td>.1.3.6.1.4.1.48690.6.2.1.10</td>
<td>Percentage of ACL</td>
</tr>|}}{{#ifeq: {{{wireless}}} | 1 |
<tr>
<th>Wireless</th>
<th></th>
<th></th>
</tr>
<tr>
<td>radioCount</td>
<td>.1.3.6.1.4.1.48690.7.1</td>
<td>Amount of wireless radios</td>
</tr>
<tr>
<td>radioTable</td>
<td>.1.3.6.1.4.1.48690.7.2</td>
<td>A list of wireless radios</td>
</tr>

<tr>
<td>radioEntry</td>
<td>.1.3.6.1.4.1.48690.7.2.1</td>
<td>An entry containing information of a particular wireless radio</td>
</tr>
<tr>
<td>radioIndex</td>
<td>.1.3.6.1.4.1.48690.7.2.1.1</td>
<td>A unique value, greater than zero, for each wireless radio</td>
</tr>
<tr>
<td>radioName</td>
<td>.1.3.6.1.4.1.48690.7.2.1.2</td>
<td>The name of the wireless radio</td>
</tr>
<tr>
<td>radioUpState</td>
<td>.1.3.6.1.4.1.48690.7.2.1.3</td>
<td>Is the radio currently turned on?</td>
</tr>
<tr>
<td>radioDisabledState</td>
<td>.1.3.6.1.4.1.48690.7.2.1.4</td>
<td>Is the radio currently disabled?</td>
</tr>
<tr>
<td>radioChannel</td>
<td>.1.3.6.1.4.1.48690.7.2.1.5</td>
<td>Current active channel of the wireless radio</td>
</tr>
<tr>
<td>wIfaceCount</td>
<td>.1.3.6.1.4.1.48690.7.3</td>
<td>Amount of wireless interfaces</td>
</tr>
<tr>
<td>wIfaceTable</td>
<td>.1.3.6.1.4.1.48690.7.4</td>
<td>A list of wireless interfaces</td>
</tr>
<tr>
<td>wIfaceEntry</td>
<td>.1.3.6.1.4.1.48690.7.4.1</td>
<td>An entry containing information of a particular wireless interface</td>
</tr>
<tr>
<td>wIfaceIndex</td>
<td>.1.3.6.1.4.1.48690.7.4.1.1</td>
<td>The SSID of a wireless interface</td>
</tr>
<tr>
<td>wIfaceSSID</td>
<td>.1.3.6.1.4.1.48690.7.4.1.2</td>
<td>The SSID of a wireless interface</td>
</tr>
<tr>
<td>wIfaceHidden</td>
<td>.1.3.6.1.4.1.48690.7.4.1.3</td>
<td>Is the wireless interface hidden?</td>
</tr>
<tr>
<td>wIfaceEncryption</td>
<td>.1.3.6.1.4.1.48690.7.4.1.4</td>
<td>The encryption used by the wireless interface</td>
</tr>
<tr>
<td>wIfaceMode</td>
<td>.1.3.6.1.4.1.48690.7.4.1.5</td>
<td>The mode of the wireless interface</td>
</tr>|}}{{#ifeq: {{{pvlan}}} | 1 |
<tr>
<th>Port based vlan</th>
<th></th>
<th></th>
</tr>
<tr>
<td>pVlanCount</td>
<td>.1.3.6.1.4.1.48690.8.1</td>
<td>Amount of port-based virtual networks</td>
</tr>
<tr>
<td>pVlanTable</td>
<td>.1.3.6.1.4.1.48690.8.2</td>
<td>A list port-based virtual networks</td>
</tr>
<tr>
<td>pVlanEntry</td>
<td>.1.3.6.1.4.1.48690.8.2.1</td>
<td>An entry containing information about a port-based VLAN</td>
</tr>
<tr>
<td>pVlanIndex</td>
<td>.1.3.6.1.4.1.48690.8.2.1.1</td>
<td>The index of the port-based VLAN</td>
</tr>
<tr>
<td>pVlanNum</td>
<td>.1.3.6.1.4.1.48690.8.2.1.2</td>
<td>The vlan number of the port-based VLAN</td>
</tr>
<tr>
<td>pVlanPorts</td>
<td>.1.3.6.1.4.1.48690.8.2.1.3</td>
<td>The assigned ports of the port-based VLAN</td>
</tr>
<tr>
<td>pVlanVID</td>
<td>.1.3.6.1.4.1.48690.8.2.1.4</td>
<td>The vlan ID of the port-based VLAN</td>
</tr>|}}{{#ifeq: {{{ivlan}}} | 1 |
<tr>
<th>Interface based vlan</th>
<th></th>
<th></th>
</tr>
<tr>
<td>iVlanCount</td>
<td>.1.3.6.1.4.1.48690.8.3</td>
<td>Amount of interface-based virtual networks</td>
</tr>
<tr>
<td>iVlanTable</td>
<td>.1.3.6.1.4.1.48690.8.4</td>
<td>A list interface-based virtual networks</td>
</tr>
<tr>
<td>iVlanEntry</td>
<td>.1.3.6.1.4.1.48690.8.4.1</td>
<td>An entry containing information about an interface-based VLAN</td>
</tr>
<tr>
<td>iVlanIndex</td>
<td>.1.3.6.1.4.1.48690.8.4.1.1</td>
<td>The index of an iface-based VLAN</td>
</tr>
<tr>
<td>iVlanName</td>
<td>.1.3.6.1.4.1.48690.8.4.1.2</td>
<td>The name of an iface-based VLAN</td>
</tr>
<tr>
<td>iVlanType</td>
<td>.1.3.6.1.4.1.48690.8.4.1.3</td>
<td>The type of an iface-based VLAN</td>
</tr>
<tr>
<td>iVlanIfName</td>
<td>.1.3.6.1.4.1.48690.8.4.1.4</td>
<td>The interface name of an iface-based VLAN</td>
</tr>
<tr>
<td>iVlanVID</td>
<td>.1.3.6.1.4.1.48690.8.4.1.5</td>
<td>The VLAN ID of an iface-based VLAN</td>
</tr>|}}{{#ifeq: {{{sqm}}} | 1 |
<tr>
<th>Smart Queue Management</th>
<th></th>
<th></th>
</tr>
<tr>
<td>queueCount</td>
<td>.1.3.6.1.4.1.48690.9.1</td>
<td>Amount of traffic shaping configs</td>
</tr>
<tr>
<td>queueTable</td>
<td>.1.3.6.1.4.1.48690.9.2</td>
<td>A list of traffic shaping configs</td>
</tr>
<tr>
<td>queueEntry</td>
<td>.1.3.6.1.4.1.48690.9.2.1</td>
<td>Entry containg info of a traffic shaping config</td>
</tr>
<tr>
<td>queueIndex</td>
<td>.1.3.6.1.4.1.48690.9.2.1.1</td>
<td>The index of the queue</td>
</tr>
<tr>
<td>queueName</td>
<td>.1.3.6.1.4.1.48690.9.2.1.2</td>
<td>The internal name of the queue</td>
</tr>
<tr>
<td>queueEnabled</td>
<td>.1.3.6.1.4.1.48690.9.2.1.3</td>
<td>Is the queue enabled?</td>
</tr>
<tr>
<td>queueIface</td>
<td>.1.3.6.1.4.1.48690.9.2.1.4</td>
<td>The assigned interface of the queue</td>
</tr>
<tr>
<td>queueDownLimit</td>
<td>.1.3.6.1.4.1.48690.9.2.1.5</td>
<td>The download limit of the queue</td>
</tr>
<tr>
<td>queueUpLimit</td>
<td>.1.3.6.1.4.1.48690.9.2.1.6</td>
<td>The upload limit of the queue</td>
</tr>
<tr>
<td>queueQdisk</td>
<td>.1.3.6.1.4.1.48690.9.2.1.7</td>
<td>The queuing discipline in use for this queue</td>
</tr>
<tr>
<td>queueScript</td>
<td>.1.3.6.1.4.1.48690.9.2.1.8</td>
<td>The queuing discipline setup script used in this queue</td>
</tr>|}}{{#ifeq: {{{port}}} | 1 |
<tr>
<th>Port</th>
<th></th>
<th></th>
</tr>
<tr>
<td>portCount</td>
<td>.1.3.6.1.4.1.48690.10.1.0</td>
<td>Number of ports on device</td>
</tr>
<tr>
<td>portTable</td>
<td>.1.3.6.1.4.1.48690.10.2.0</td>
<td>A list of port entries. The number of entries is given by the value of portCount</td>
</tr>
<tr>
<td>portEntry</td>
<td>.1.3.6.1.4.1.48690.10.2.1.0</td>
<td>An entry containing information of a particular port</td>
</tr>
<tr>
<td>pIndex</td>
<td>.1.3.6.1.4.1.48690.10.2.1.1</td>
<td>A unique value, greater than zero, for each port</td>
</tr>
<tr>
<td>pName</td>
<td>.1.3.6.1.4.1.48690.10.2.1.2</td>
<td>Port's name</td>
</tr>
<tr>
<td>pNumber</td>
<td>.1.3.6.1.4.1.48690.10.2.1.3</td>
<td>Port's number</td>
</tr>
<tr>
<td>pPosition</td>
<td>.1.3.6.1.4.1.48690.10.2.1.4</td>
<td>Port's physical position</td>
</tr>
<tr>
<td>pState</td>
<td>.1.3.6.1.4.1.48690.10.2.1.5</td>
<td>Port's state</td>
</tr>
<tr>
<td>pSpeed</td>
<td>.1.3.6.1.4.1.48690.10.2.1.6</td>
<td>Port's speed</td>
</tr>
<tr>
<td>pDuplex</td>
<td>.1.3.6.1.4.1.48690.10.2.1.7</td>
<td>Boolean value whether port is duplex or not</td>
</tr>|}}
</table>

[[Category:{{{name}}} Services section]]

Navigation menu