PRIVATE-SW0657840-MIB: View SNMP OID List / Download MIB
VENDOR: RUBY TECH CORP.
Home | MIB: PRIVATE-SW0657840-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
privatetech | 1.3.6.1.4.1.5205 |
The MIB module is for xxx Tech. |
||
switch | 1.3.6.1.4.1.5205.2 | |||
sw0657840ProductID | 1.3.6.1.4.1.5205.2.9 | |||
sw0657840Produces | 1.3.6.1.4.1.5205.2.9.1 | |||
sw0657840System | 1.3.6.1.4.1.5205.2.9.1.1 | |||
sw0657840CommonSys | 1.3.6.1.4.1.5205.2.9.1.1.1 | |||
sw0657840Reboot | 1.3.6.1.4.1.5205.2.9.1.1.1.1 | integer | read-write |
Reboot the system. Get this OID always return zero. 0 - do nothing 1 - Reboot without saving start 2 - Reboot with saving start |
sw0657840BiosVsersion | 1.3.6.1.4.1.5205.2.9.1.1.1.2 | displaystring | read-only |
Get the BIOS version of the system. |
sw0657840FirmwareVersion | 1.3.6.1.4.1.5205.2.9.1.1.1.3 | displaystring | read-only |
Get the firmware version of the system. |
sw0657840HardwareVersion | 1.3.6.1.4.1.5205.2.9.1.1.1.4 | displaystring | read-only |
Get the hardware version of the system. |
sw0657840MechanicalVersion | 1.3.6.1.4.1.5205.2.9.1.1.1.5 | displaystring | read-only |
Get the mechanical version of the system. |
sw0657840SerialNumber | 1.3.6.1.4.1.5205.2.9.1.1.1.6 | displaystring | read-only |
Get the Serial number of the system. |
sw0657840HostMacAddress | 1.3.6.1.4.1.5205.2.9.1.1.1.7 | displaystring | read-only |
Get the MAC address of the system. |
sw0657840DevicePort | 1.3.6.1.4.1.5205.2.9.1.1.1.8 | displaystring | read-only |
Get the quantity of ports that this system owns now. |
sw0657840RamSize | 1.3.6.1.4.1.5205.2.9.1.1.1.9 | displaystring | read-only |
Get the RAM size of the system. |
sw0657840FlashSize | 1.3.6.1.4.1.5205.2.9.1.1.1.10 | displaystring | read-only |
Get the flash size of the system. |
sw0657840IP | 1.3.6.1.4.1.5205.2.9.1.1.2 | |||
sw0657840DhcpSetting | 1.3.6.1.4.1.5205.2.9.1.1.2.1 | integer | read-write |
Get/Set DHCP status of the system. 0 - DHCP disable 1 - DHCP enable |
sw0657840IPAddress | 1.3.6.1.4.1.5205.2.9.1.1.2.2 | ipaddress | read-write |
Get/Set the IP address of the system. You can't set this OID if DHCP status is enabled. |
sw0657840NetMask | 1.3.6.1.4.1.5205.2.9.1.1.2.3 | ipaddress | read-write |
Get/Set the subnet mask of the system. You can't set this OID if DHCP status is enabled. |
sw0657840DefaultGateway | 1.3.6.1.4.1.5205.2.9.1.1.2.4 | ipaddress | read-write |
Get/Set the default gateway of the system. You can't set this OID if DHCP status is enabled. |
sw0657840DnsSetting | 1.3.6.1.4.1.5205.2.9.1.1.2.5 | integer | read-write |
Get/Set the source of DNS server. You can't set this OID if DHCP status is disabled. 0 - manual, the DNS server is from manual setting 1 - auto, the DNS server is assigned by DHCP server. |
sw0657840DnsServer | 1.3.6.1.4.1.5205.2.9.1.1.2.6 | ipaddress | read-write |
Get/Set the DNS server of the system. |
sw0657840Time | 1.3.6.1.4.1.5205.2.9.1.1.3 | |||
sw0657840SystemCurrentTime | 1.3.6.1.4.1.5205.2.9.1.1.3.1 | displaystring | read-only |
Get the current time of the system. |
sw0657840ManualTimeSetting | 1.3.6.1.4.1.5205.2.9.1.1.3.2 | displaystring | read-write |
Get/Set the system time of the device. The input format is 'Year/Month/Day/Hour/Minute/Second'. ex: 2004/1/1/12/34/25 means 2004/1/1 - 12:24:25 . The value range: Year : 2000 - 2036, Mouth : 1 - 12, Day : 1 - 31, Hour : 0 - 23, Minute : 0 - 59, Sec : 0 - 59. |
sw0657840NTPServer | 1.3.6.1.4.1.5205.2.9.1.1.3.3 | displaystring | read-write |
Get/Set the NTP Time Server. You can use the IP address or domain name. |
sw0657840NTPTimeZone | 1.3.6.1.4.1.5205.2.9.1.1.3.4 | integer | read-write |
Get/Set the NTP Time Zone. The value range is between -12 and 13 -12 - GMT -12:00, -11 - GMT -11:00, -10 - GMT -10:00, -9 - GMT -09:00, -8 - GMT -08:00, -7 - GMT -07:00, -6 - GMT -06:00, -5 - GMT -05:00, -4 - GMT -04:00, -3 - GMT -03:00, -2 - GMT -02:00, -1 - GMT -01:00, 0 - GMT +00:00, 1 - GMT +01:00, 2 - GMT +02:00, 3 - GMT +03:00, 4 - GMT +04:00, 5 - GMT +05:00, 6 - GMT +06:00, 7 - GMT +07:00, 8 - GMT +08:00, 9 - GMT +09:00, 10 - GMT +10:00, 11 - GMT +11:00, 12 - GMT +12:00, 13 - GMT +13:00. |
sw0657840NTPTimeSync | 1.3.6.1.4.1.5205.2.9.1.1.3.5 | integer | read-write |
Sync time from NTP Server. Get this OID always return zero. Set the Time Server and Time Zone before doing time sync. Notice that time server must be correct! The value range (0|1): 1 - sync. 0 - do nothing. |
sw0657840DaylightSavingTime | 1.3.6.1.4.1.5205.2.9.1.1.3.6 | integer | read-write |
Get/Set the daylight saving time. The value range is between -5 and 5. (Unit: hour) |
sw0657840DaylightStartTime | 1.3.6.1.4.1.5205.2.9.1.1.3.7 | displaystring | read-write |
Get/Set the Start time of Daylight Saving. The input format is 'MM/DD/HH', and daylight saving start month can't equal end month. example: month/day/hour 10/01/00 month: 01~12, day: 01~31, hour: 00~23 . |
sw0657840DaylightEndTime | 1.3.6.1.4.1.5205.2.9.1.1.3.8 | displaystring | read-write |
Get/Set the End time of Daylight Saving. The input format is 'MM/DD/HH', and daylight saving start month can't equal end month. example: month/day/hour 04/01/00 month: 01~12, day: 01~31, hour: 00~23 . |
sw0657840Account | 1.3.6.1.4.1.5205.2.9.1.1.4 | |||
sw0657840AccountNumber | 1.3.6.1.4.1.5205.2.9.1.1.4.1 | integer | read-only |
Get the current account number(s) of the system. |
sw0657840AccountTable | 1.3.6.1.4.1.5205.2.9.1.1.4.2 | no-access |
This is a list of SW0657840AccountEntry. The numbers of entries are given by the value of sw0657840AccountNumber. |
|
1.3.6.1.4.1.5205.2.9.1.1.4.2.1 | no-access |
This is the Entry(s) for account information. |
||
sw0657840AccountIndex | 1.3.6.1.4.1.5205.2.9.1.1.4.2.1.1 | integer | read-only |
This is the index of the account entry. |
sw0657840AccountAuthorization | 1.3.6.1.4.1.5205.2.9.1.1.4.2.1.2 | displaystring | read-only |
This is the authorization of the account entry. |
sw0657840AccountName | 1.3.6.1.4.1.5205.2.9.1.1.4.2.1.3 | displaystring | read-write |
This is the username of the account entry. |
sw0657840AccountPassword | 1.3.6.1.4.1.5205.2.9.1.1.4.2.1.4 | displaystring | read-write |
This is the password of the account entry. The return value is always '********'. |
sw0657840AccountAddName | 1.3.6.1.4.1.5205.2.9.1.1.4.3 | displaystring | read-write |
This is the account name for adding operation. |
sw0657840AccountAddPassword | 1.3.6.1.4.1.5205.2.9.1.1.4.4 | displaystring | read-write |
This is the account password for adding operation. The return value is always '********'. |
sw0657840DoAccountAdd | 1.3.6.1.4.1.5205.2.9.1.1.4.5 | integer | read-write |
Add account name. OID sw0657840AccountAddName and sw0657840AccountAddPassword must be filled first. Get this OID always return zero. 1 - add account. 0 - do nothing. |
sw0657840AccountDel | 1.3.6.1.4.1.5205.2.9.1.1.4.6 | integer | read-write |
Delete account. The value is valid sw0657840AccountIndex(Can't delete administrator). |
sw0657840Snmp | 1.3.6.1.4.1.5205.2.9.1.2 | |||
sw0657840GetCommunity | 1.3.6.1.4.1.5205.2.9.1.2.1 | displaystring | read-write |
Get/Set the get-community of the SNMP. |
sw0657840SetCommunity | 1.3.6.1.4.1.5205.2.9.1.2.2 | displaystring | read-write |
Get/Set the set-community of the SNMP. |
sw0657840TrapHostNumber | 1.3.6.1.4.1.5205.2.9.1.2.3 | integer | read-only |
Get the number of trap hosts. |
sw0657840TrapHostTable | 1.3.6.1.4.1.5205.2.9.1.2.4 | no-access |
A list of trap host entry. The numbers of entries are given by the value of sw0657840TrapHostNumber. |
|
1.3.6.1.4.1.5205.2.9.1.2.4.1 | no-access |
This is the entry information for trap host. |
||
sw0657840TrapHostIndex | 1.3.6.1.4.1.5205.2.9.1.2.4.1.1 | integer | read-only |
The index of the trap host entry. |
sw0657840TrapHostIP | 1.3.6.1.4.1.5205.2.9.1.2.4.1.2 | ipaddress | read-write |
This is the IP of the trap host. |
sw0657840TrapHostPort | 1.3.6.1.4.1.5205.2.9.1.2.4.1.3 | integer | read-write |
This is the receiving-port number of the trap host. |
sw0657840TrapHostCommunity | 1.3.6.1.4.1.5205.2.9.1.2.4.1.4 | displaystring | read-write |
The community name for the trap PDU. |
sw0657840Alarm | 1.3.6.1.4.1.5205.2.9.1.3 | |||
sw0657840Event | 1.3.6.1.4.1.5205.2.9.1.3.1 | |||
sw0657840EventNumber | 1.3.6.1.4.1.5205.2.9.1.3.1.1 | integer | read-only |
Get the total number of alarm events. |
sw0657840EventTable | 1.3.6.1.4.1.5205.2.9.1.3.1.2 | no-access |
This is a list of alarm event entry. The numbers of entries are given by the value of sw0657840EventNumber. |
|
1.3.6.1.4.1.5205.2.9.1.3.1.2.1 | no-access |
This is the entry information for alarm event. |
||
sw0657840EventIndex | 1.3.6.1.4.1.5205.2.9.1.3.1.2.1.1 | integer | read-only |
This is the index of the alarm event entry. |
sw0657840EventName | 1.3.6.1.4.1.5205.2.9.1.3.1.2.1.2 | displaystring | read-only |
This is the alarm event name. |
sw0657840EventSendEmail | 1.3.6.1.4.1.5205.2.9.1.3.1.2.1.3 | integer | read-write |
Send email when alarm event is triggered. |
sw0657840EventSendSMS | 1.3.6.1.4.1.5205.2.9.1.3.1.2.1.4 | integer | read-write |
Send SMS when alarm event is triggered. |
sw0657840EventSendTrap | 1.3.6.1.4.1.5205.2.9.1.3.1.2.1.5 | integer | read-write |
Send trap when alarm event is triggered. |
sw0657840Email | 1.3.6.1.4.1.5205.2.9.1.3.2 | |||
sw0657840EmailServer | 1.3.6.1.4.1.5205.2.9.1.3.2.1 | displaystring | read-write |
This is the SMTP server for alarm event. |
sw0657840EmailUsername | 1.3.6.1.4.1.5205.2.9.1.3.2.2 | displaystring | read-write |
This is the Username of SMTP server. |
sw0657840EmailPassword | 1.3.6.1.4.1.5205.2.9.1.3.2.3 | displaystring | read-write |
This is the User Password of SMTP server. |
sw0657840EmailUserNumber | 1.3.6.1.4.1.5205.2.9.1.3.2.4 | integer | read-only |
The number of the email users that you want to send the alarm notification. |
sw0657840EmailUserTable | 1.3.6.1.4.1.5205.2.9.1.3.2.5 | no-access |
This is a list of email user entry. The numbers of entries are given by the value of sw0657840EmailUserNumber. |
|
1.3.6.1.4.1.5205.2.9.1.3.2.5.1 | no-access |
This is the Entry information for email user entry. |
||
sw0657840EmailUserIndex | 1.3.6.1.4.1.5205.2.9.1.3.2.5.1.1 | integer | read-only |
This is the index of the email user entry. |
sw0657840EmailUserAddress | 1.3.6.1.4.1.5205.2.9.1.3.2.5.1.2 | displaystring | read-write |
This is the email address of the email user entry. |
sw0657840SMS | 1.3.6.1.4.1.5205.2.9.1.3.3 | |||
sw0657840SMSServer | 1.3.6.1.4.1.5205.2.9.1.3.3.1 | displaystring | read-write |
This is the SMS server for alarm event. |
sw0657840SMSUsername | 1.3.6.1.4.1.5205.2.9.1.3.3.2 | displaystring | read-write |
This is the Username of SMS server. |
sw0657840SMSPassword | 1.3.6.1.4.1.5205.2.9.1.3.3.3 | displaystring | read-write |
This is the Password of SMS server. |
sw0657840SMSUserNumber | 1.3.6.1.4.1.5205.2.9.1.3.3.4 | integer | read-only |
The number of the SMS users that you want to send the alarm notification. |
sw0657840SMSUserTable | 1.3.6.1.4.1.5205.2.9.1.3.3.5 | no-access |
This is a list of SMS user entry. The numbers of entries are given by the value of sw0657840SMSUserNumber. |
|
1.3.6.1.4.1.5205.2.9.1.3.3.5.1 | no-access |
This is the Entry information for SMS user entry. |
||
sw0657840SMSUserIndex | 1.3.6.1.4.1.5205.2.9.1.3.3.5.1.1 | integer | read-only |
This is the index of the SMS user entry. |
sw0657840SMSUserMobilePhone | 1.3.6.1.4.1.5205.2.9.1.3.3.5.1.2 | displaystring | read-write |
The SMS phone number of the SMS user entry. |
sw0657840Tftp | 1.3.6.1.4.1.5205.2.9.1.4 | |||
sw0657840TftpServer | 1.3.6.1.4.1.5205.2.9.1.4.1 | ipaddress | read-write |
Get/Set the tftp server. |
sw0657840Configuration | 1.3.6.1.4.1.5205.2.9.1.5 | |||
sw0657840SaveRestore | 1.3.6.1.4.1.5205.2.9.1.5.1 | |||
sw0657840SaveStart | 1.3.6.1.4.1.5205.2.9.1.5.1.1 | integer | read-write |
Save current configuration into flash memory (Save as Start Configuration). Get this OID always return zero. 1 - save. 0 - do nothing. |
sw0657840SaveUser | 1.3.6.1.4.1.5205.2.9.1.5.1.2 | integer | read-write |
Save current configuration into flash memory (Save as User Configuration). Get this OID always return zero. 1 - save. 0 - do nothing. |
sw0657840RestoreDefault | 1.3.6.1.4.1.5205.2.9.1.5.1.3 | integer | read-write |
Restore factory default configuration. Get this OID always return zero. 2 - restore default included default ip address. 1 - restore default without changing current ip address. 0 - do nothing. |
sw0657840RestoreUser | 1.3.6.1.4.1.5205.2.9.1.5.1.4 | integer | read-write |
Restore user configuration. Get this OID always return zero. 1 - restore. 0 - do nothing. |
sw0657840ConfigFile | 1.3.6.1.4.1.5205.2.9.1.5.2 | |||
sw0657840ExportConfigName | 1.3.6.1.4.1.5205.2.9.1.5.2.1 | displaystring | read-write |
Get/Set the export file path and name. |
sw0657840DoExportConfig | 1.3.6.1.4.1.5205.2.9.1.5.2.2 | integer | read-write |
Do export-config. Get this OID always return zero. 1 - export start section. 2 - export user-conf section. |
sw0657840ImportConfigName | 1.3.6.1.4.1.5205.2.9.1.5.2.3 | displaystring | read-write |
Get/Set the import file path and name. |
sw0657840DoImportConfig | 1.3.6.1.4.1.5205.2.9.1.5.2.4 | integer | read-write |
Do import-config. Get this OID always return zero. 1 - import start section. 2 - import user-conf section. |
sw0657840Diagnostic | 1.3.6.1.4.1.5205.2.9.1.6 | |||
sw0657840EEPROMTest | 1.3.6.1.4.1.5205.2.9.1.6.1 | displaystring | read-only |
EEPROM access test. |
sw0657840UartTest | 1.3.6.1.4.1.5205.2.9.1.6.2 | displaystring | read-only |
UART access test. |
sw0657840DramTest | 1.3.6.1.4.1.5205.2.9.1.6.3 | displaystring | read-only |
DRAM access test. |
sw0657840FlashTest | 1.3.6.1.4.1.5205.2.9.1.6.4 | displaystring | read-only |
Flash memory access test. |
sw0657840InternalLoopbackTest | 1.3.6.1.4.1.5205.2.9.1.6.5 | displaystring | read-only |
Internal loopback test. |
sw0657840ExternalLoopbackTest | 1.3.6.1.4.1.5205.2.9.1.6.6 | displaystring | read-only |
External loopback test. |
sw0657840PingTest | 1.3.6.1.4.1.5205.2.9.1.6.7 | displaystring | read-write |
Set the host address that you want to ping and the system will return the test result. |
sw0657840Log | 1.3.6.1.4.1.5205.2.9.1.7 | |||
sw0657840ClearLog | 1.3.6.1.4.1.5205.2.9.1.7.1 | integer | read-write |
Clear system log. Get this OID always return zero. 1 - clear log. 0 - do nothing. |
sw0657840UploadLog | 1.3.6.1.4.1.5205.2.9.1.7.2 | integer | read-write |
Upload current system log. Set the correct tftp server first. The format of log file is 'ModelName_SerialNumbuer_YYMMDD_HHMM'. Get this OID always return zero. 1 - upload log 0 - do nothing. |
sw0657840AutoUploadLogState | 1.3.6.1.4.1.5205.2.9.1.7.3 | integer | read-write |
Enable auto-upload log function. Set the correct tftp server first. The format of log file is 'ModelName_SerialNumbuer_YYMMDD_HHMM'. Get this OID always return zero. 1 - Enable auto-upload 0 - do nothing. |
sw0657840LogNumber | 1.3.6.1.4.1.5205.2.9.1.7.4 | integer | read-only |
Get the number of current system log. |
sw0657840LogTable | 1.3.6.1.4.1.5205.2.9.1.7.5 | no-access |
This is a list of log entry. The numbers of entries are given by the value of sw0657840LogNumber. |
|
1.3.6.1.4.1.5205.2.9.1.7.5.1 | no-access |
This is the Entry information for system log. |
||
sw0657840LogIndex | 1.3.6.1.4.1.5205.2.9.1.7.5.1.1 | integer | read-only |
This is the index of the log entry. |
sw0657840LogEvent | 1.3.6.1.4.1.5205.2.9.1.7.5.1.2 | displaystring | read-only |
This is the detail information of the log entry. |
sw0657840Firmware | 1.3.6.1.4.1.5205.2.9.1.8 | |||
sw0657840FirmwareFileName | 1.3.6.1.4.1.5205.2.9.1.8.1 | displaystring | read-write |
Get/Set the path and filename for firmware upgrading. |
sw0657840DoFirmwareUpgrade | 1.3.6.1.4.1.5205.2.9.1.8.2 | integer | read-write |
Do firmware upgrade. Get this OID always return zero. 1 - do firmware upgrade. 0 - do nothing. |
sw0657840Port | 1.3.6.1.4.1.5205.2.9.1.9 | |||
sw0657840PortStatus | 1.3.6.1.4.1.5205.2.9.1.9.1 | |||
sw0657840PortStatusNumber | 1.3.6.1.4.1.5205.2.9.1.9.1.1 | integer | read-only |
Get the number of port. |
sw0657840PortStatusTable | 1.3.6.1.4.1.5205.2.9.1.9.1.2 | no-access |
This is a list of port status entry. The numbers of entries are given by the value of sw0657840PortStatusNumber. |
|
1.3.6.1.4.1.5205.2.9.1.9.1.2.1 | no-access |
This is the entry(s) for port status information. |
||
sw0657840PortStatusIndex | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.1 | integer | read-only |
This is the index of the port status entry. |
sw0657840PortStatusMedia | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.2 | displaystring | read-only |
The port media type of the port status entry. |
sw0657840PortStatusLink | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.3 | displaystring | read-only |
This is the port link of the port status entry. |
sw0657840PortStatusPortState | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.4 | displaystring | read-only |
This is the port state of the port status entry. |
sw0657840PortStatusAutoNego | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.5 | displaystring | read-only |
This is the auto negotiation of the port status entry. |
sw0657840PortStatusSpdDpx | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.6 | displaystring | read-only |
This is the speed/duplex of the port status entry. |
sw0657840PortStatusFlwCtrl | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.7 | displaystring | read-only |
This is the flow control of the port status entry. |
sw0657840PortStatuDescription | 1.3.6.1.4.1.5205.2.9.1.9.1.2.1.8 | displaystring | read-only |
This is the description of port. |
sw0657840PortConf | 1.3.6.1.4.1.5205.2.9.1.9.2 | |||
sw0657840PortConfNumber | 1.3.6.1.4.1.5205.2.9.1.9.2.1 | integer | read-only |
Get the number of port configuration. |
sw0657840PortConfTable | 1.3.6.1.4.1.5205.2.9.1.9.2.2 | no-access |
This is a list of port configuration entry. The numbers of entries are given by the value of sw0657840PortConfNumber. |
|
1.3.6.1.4.1.5205.2.9.1.9.2.2.1 | no-access |
This is the Entry(s) for port configuration information. |
||
sw0657840PortConfIndex | 1.3.6.1.4.1.5205.2.9.1.9.2.2.1.1 | integer | read-only |
This is the index of the port configuration entry. |
sw0657840PortConfPortState | 1.3.6.1.4.1.5205.2.9.1.9.2.2.1.2 | integer | read-write |
This is the port state of the port configuration entry. 0 - disabled. 1 - enabled. |
sw0657840PortConfSpdDpx | 1.3.6.1.4.1.5205.2.9.1.9.2.2.1.3 | integer | read-write |
This is the speed/duplex of the port configuration entry. 0 - auto. 1 - 10M/Half. 2 - 10M/Full. 3 - 100M/Half. 4 - 100M/Full. 5 - 1G/Full. |
sw0657840PortConfFlwCtrl | 1.3.6.1.4.1.5205.2.9.1.9.2.2.1.4 | integer | read-write |
This is the flow control of the port configuration entry. 0 - disabled. 1 - enabled. |
sw0657840PortConfDescription | 1.3.6.1.4.1.5205.2.9.1.9.2.2.1.5 | displaystring | read-write |
This is the description of port. |
sw0657840Mirror | 1.3.6.1.4.1.5205.2.9.1.10 | |||
sw0657840MirrorMode | 1.3.6.1.4.1.5205.2.9.1.10.1 | integer | read-write |
Get/Set the Mirror mode. 0 - disabled. 1 - rx enable. |
sw0657840MirroringPort | 1.3.6.1.4.1.5205.2.9.1.10.2 | integer | read-write |
Get/Set the mirroring port. The port range is from 1 to 24. |
sw0657840MirroredPorts | 1.3.6.1.4.1.5205.2.9.1.10.3 | displaystring | read-write |
Get/Set the monitored ports. The port range is from 1 to 24, and the syntax is 1,5-7. |
sw0657840MaxPktLen | 1.3.6.1.4.1.5205.2.9.1.11 | |||
sw0657840MaxPktLen1 | 1.3.6.1.4.1.5205.2.9.1.11.1 | |||
sw0657840MaxPktLenPortNumber | 1.3.6.1.4.1.5205.2.9.1.11.1.1 | integer | read-only |
Get the number of Max. packet length. |
sw0657840MaxPktLenConfTable | 1.3.6.1.4.1.5205.2.9.1.11.1.2 | no-access |
This is a list of Max. packet length entry. The numbers of entries are given by the value of sw0657840MaxPktLenPortNumber. |
|
1.3.6.1.4.1.5205.2.9.1.11.1.2.1 | no-access |
Entry(s) for Max. packet length information. |
||
sw0657840MaxPktLenConfIndex | 1.3.6.1.4.1.5205.2.9.1.11.1.2.1.1 | integer | read-only |
This is the index of the Max. packet length entry. |
sw0657840MaxPktLenConfSetting | 1.3.6.1.4.1.5205.2.9.1.11.1.2.1.2 | integer | read-write |
Get/Set the Max. packet length. The Max. packet length is 1518,1532,or 9216. |
sw0657840Bandwidth | 1.3.6.1.4.1.5205.2.9.1.12 | |||
sw0657840Bandwidth1 | 1.3.6.1.4.1.5205.2.9.1.12.1 | |||
sw0657840BandwidthPortNumber | 1.3.6.1.4.1.5205.2.9.1.12.1.1 | integer | read-only |
Get the number of bandwidth management configuration. |
sw0657840BandwidthConfTable | 1.3.6.1.4.1.5205.2.9.1.12.1.2 | no-access |
This is a list of bandwidth management configuration entry. The numbers of entries are given by the value of sw0657840BandwidthPortNumber. |
|
1.3.6.1.4.1.5205.2.9.1.12.1.2.1 | no-access |
This is the Entry(s) for bandwidth management configuration information. |
||
sw0657840BandwidthConfIndex | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.1 | integer | read-only |
This is the index of the bandwidth management configuration entry. |
sw0657840BandwidthConfIngressState | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.2 | integer | read-write |
The ingress state of the bandwidth management configures entry. 0 - disabled. 1 - enabled. |
sw0657840BandwidthConfIngressBW | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.3 | integer | read-write |
Get/Set the ingress rate of the bandwidth management configuration. The ingress rate is from 0 to 1000. |
sw0657840BandwidthConfStormState | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.4 | integer | read-write |
The storm state of the bandwidth management configuration entry. 0 - disabled. 1 - enabled. |
sw0657840BandwidthConfStormBW | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.5 | integer | read-write |
Get/Set the storm rate of the bandwidth management configuration. The storm rate is from 0 to 1000. |
sw0657840BandwidthConfEgressState | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.6 | integer | read-write |
The egress state of the bandwidth management configuration entry. 0 - disabled. 1 - enabled. |
sw0657840BandwidthConfEgressBW | 1.3.6.1.4.1.5205.2.9.1.12.1.2.1.7 | integer | read-write |
Get/Set the egress rate of the bandwidth management configuration. The egress rate is from 0 to 1000. |
sw0657840LoopDetectedConf | 1.3.6.1.4.1.5205.2.9.1.13 | |||
sw0657840LoopDetectedNumber | 1.3.6.1.4.1.5205.2.9.1.13.1 | integer | read-only |
Get the number of loop detected entry. |
sw0657840LoopDetectedTable | 1.3.6.1.4.1.5205.2.9.1.13.2 | no-access |
A list of loop detected entry. The numbers of entries are given by the value of sw0657840LoopDetectedNumber. |
|
1.3.6.1.4.1.5205.2.9.1.13.2.1 | no-access |
Entry(s) for loop detected information. |
||
sw0657840LoopDetectedfIndex | 1.3.6.1.4.1.5205.2.9.1.13.2.1.1 | integer | read-only |
The index of the loop detected entry. |
sw0657840LoopDetectedStateEbl | 1.3.6.1.4.1.5205.2.9.1.13.2.1.2 | integer | read-write |
The state of the loop detected entry. 0 - disabled. 1 - enabled. |
sw0657840LoopDetectedCurrentStatus | 1.3.6.1.4.1.5205.2.9.1.13.2.1.3 | integer | read-only |
The current status of the loop detected port. 0 - unlocked 1 - locked due to the loop condition |
sw0657840LoopDetectedResumed | 1.3.6.1.4.1.5205.2.9.1.13.2.1.4 | integer | read-write |
Unlock the port which is locked due to loop condition. Get this OID always return zero. 1 - unlock the port, 0 - do nothing. |
sw0657840LoopDetectedAction | 1.3.6.1.4.1.5205.2.9.1.13.3 | integer | read-write |
Set the corresponding action while loop is detected. 1 - lock the loop port, 0 - do nothing. |
sw0657840SFPInfo | 1.3.6.1.4.1.5205.2.9.1.14 | |||
sw0657840SFPInfoNumber | 1.3.6.1.4.1.5205.2.9.1.14.1 | integer | read-only |
Get the number of sfp info entry. |
sw0657840SFPInfoTable | 1.3.6.1.4.1.5205.2.9.1.14.2 | no-access |
A list of sfp info entry. The numbers of entries are given by the value of sw0657840SFPInfoNumber. |
|
1.3.6.1.4.1.5205.2.9.1.14.2.1 | no-access |
Entry(s) for SFP information. |
||
sw0657840SFPInfoIndex | 1.3.6.1.4.1.5205.2.9.1.14.2.1.1 | integer | read-only |
The index of the sfp info entry. |
sw0657840SFPConnectorType | 1.3.6.1.4.1.5205.2.9.1.14.2.1.2 | displaystring | read-only |
Get connector type of the sfp. |
sw0657840SFPFiberType | 1.3.6.1.4.1.5205.2.9.1.14.2.1.3 | displaystring | read-only |
Get fiber type of the sfp. |
sw0657840SFPWavelength | 1.3.6.1.4.1.5205.2.9.1.14.2.1.4 | displaystring | read-only |
Get tx central wavelength of the sfp. |
sw0657840SFPBaudRate | 1.3.6.1.4.1.5205.2.9.1.14.2.1.5 | displaystring | read-only |
Get baud rate of the sfp. |
sw0657840SFPVendorOUI | 1.3.6.1.4.1.5205.2.9.1.14.2.1.6 | displaystring | read-only |
Get vendor OUI of the sfp. |
sw0657840SFPVendorName | 1.3.6.1.4.1.5205.2.9.1.14.2.1.7 | displaystring | read-only |
Get vendor name of the sfp. |
sw0657840SFPVendorPN | 1.3.6.1.4.1.5205.2.9.1.14.2.1.8 | displaystring | read-only |
Get vendor part number of the sfp. |
sw0657840SFPVendorRev | 1.3.6.1.4.1.5205.2.9.1.14.2.1.9 | displaystring | read-only |
Get vendor revision number of the sfp. |
sw0657840SFPVendorSN | 1.3.6.1.4.1.5205.2.9.1.14.2.1.10 | displaystring | read-only |
Get vendor serial number of the sfp. |
sw0657840SFPDateCode | 1.3.6.1.4.1.5205.2.9.1.14.2.1.11 | displaystring | read-only |
Get data code of the sfp. |
sw0657840SFPTemperature | 1.3.6.1.4.1.5205.2.9.1.14.2.1.12 | displaystring | read-only |
Get current temperature of the sfp. |
sw0657840SFPVcc | 1.3.6.1.4.1.5205.2.9.1.14.2.1.13 | displaystring | read-only |
Get current internal supply voltage of the sfp. |
sw0657840SFPTxBias | 1.3.6.1.4.1.5205.2.9.1.14.2.1.14 | displaystring | read-only |
Get current TX Bias of the sfp. |
sw0657840SFPTxPWR | 1.3.6.1.4.1.5205.2.9.1.14.2.1.15 | displaystring | read-only |
Get current TX output power of the sfp. |
sw0657840SFPRxPWR | 1.3.6.1.4.1.5205.2.9.1.14.2.1.16 | displaystring | read-only |
Get current Received Power of the sfp. |
sw0657840TrapEntry | 1.3.6.1.4.1.5205.2.9.1.20 | |||
sw0657840ModuleInserted | 1.3.6.1.4.1.5205.2.9.1.20.1 |
Send the trap when a module is inserted to the system. The OID value means the port number. |
||
sw0657840ModuleRemoved | 1.3.6.1.4.1.5205.2.9.1.20.2 |
Send the trap when a module is removed from the system. The OID value means the port number. |
||
sw0657840DualMediaSwapped | 1.3.6.1.4.1.5205.2.9.1.20.3 |
Send the trap when the dual media port changed. The OID value means the port number. |
||
sw0657840LoopDetected | 1.3.6.1.4.1.5205.2.9.1.20.5 |
Send the trap when loop condition has been detected. The OID value means the port number. |
||
sw0657840StpStateDisabled | 1.3.6.1.4.1.5205.2.9.1.20.100 |
Send the trap when the operational state of STP is from enabled to disabled. |
||
sw0657840StpStateEnabled | 1.3.6.1.4.1.5205.2.9.1.20.101 |
Send the trap when the operational state of STP is from disabled to enabled. |
||
sw0657840StpTopologyChanged | 1.3.6.1.4.1.5205.2.9.1.20.102 |
Send the trap when RSTP determines a port should enter the FORWARDING state (a topology change occurs). The OID value is the ifIndex of the port that produces the topology change. |
||
sw0657840LacpStateDisabled | 1.3.6.1.4.1.5205.2.9.1.20.120 |
Send the trap when the operational state of LACP is from enabled to disabled. The OID value means the disabled Group ID. |
||
sw0657840LacpStateEnabled | 1.3.6.1.4.1.5205.2.9.1.20.121 |
Send the trap when the operational state of LACP is from disabled to enabled. The OID value means the disabled Group ID. |
||
sw0657840LacpPortAdded | 1.3.6.1.4.1.5205.2.9.1.20.123 |
Send the trap when the state of port is in 'trunk ready'. |
||
sw0657840LacpPortTrunkFailure | 1.3.6.1.4.1.5205.2.9.1.20.124 |
Send the trap when one port is not able to be aggregated due to duplex-mode of the port. |
||
sw0657840GvrpStateDisabled | 1.3.6.1.4.1.5205.2.9.1.20.140 |
Send the trap when the operational state of GVRP is from enabled to disabled. |
||
sw0657840GvrpStateEnabled | 1.3.6.1.4.1.5205.2.9.1.20.141 |
Send the trap when the operational state of LACP is from disabled to enabled. |
||
sw0657840VlanStateDisabled | 1.3.6.1.4.1.5205.2.9.1.20.150 |
Send the trap when the operational state of vlan is from enabled to disabled. The OID value means the enabled Group ID. |
||
sw0657840VlanPortBaseEnabled | 1.3.6.1.4.1.5205.2.9.1.20.151 |
Send the trap when the operational state of vlan is changed to port-based vlan. |
||
sw0657840VlanTagBaseEnabled | 1.3.6.1.4.1.5205.2.9.1.20.152 |
Send the trap when the operational state of vlan is changed to tag-based vlan. |
||
sw0657840VlanMetroModeEnabled | 1.3.6.1.4.1.5205.2.9.1.20.153 |
Send the trap when the operational state of vlan is changed to Metro-mode vlan. The OID value means the uplink port with this metro-mode vlan. |
||
sw0657840VlanDoubleTagEnabled | 1.3.6.1.4.1.5205.2.9.1.20.154 |
Send the trap when the operational state of vlan is changed to Double-tag vlan. |
||
sw0657840UserLogin | 1.3.6.1.4.1.5205.2.9.1.20.200 |
Send the trap when one user logins the system. |
||
sw0657840UserLogout | 1.3.6.1.4.1.5205.2.9.1.20.201 |
Send the trap when one user logouts the system. |
||
sw0657840TrapVariable | 1.3.6.1.4.1.5205.2.9.1.21 | |||
username | 1.3.6.1.4.1.5205.2.9.1.21.1 | displaystring | read-only |
System account name. |
groupId | 1.3.6.1.4.1.5205.2.9.1.21.2 | integer | read-only |
The Trunk group ID of LACP. |
actorkey | 1.3.6.1.4.1.5205.2.9.1.21.3 | integer | read-only |
This is the actor key information for LACP. |
partnerkey | 1.3.6.1.4.1.5205.2.9.1.21.4 | integer | read-only |
This is the partner key information for LACP. |
uplink | 1.3.6.1.4.1.5205.2.9.1.21.5 | displaystring | read-only |
Uplink port(s) in the metro-mode vlan. |