Novell-LANtern-Admin-MIB: View SNMP OID List / Download MIB

VENDOR: NOVELL


 Home MIB: Novell-LANtern-Admin-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 novell 1.3.6.1.4.1.23
       productType 1.3.6.1.4.1.23.1
           networkMonitor 1.3.6.1.4.1.23.1.1
               ethernetLANtern 1.3.6.1.4.1.23.1.1.1
       mibDoc 1.3.6.1.4.1.23.2
           lantern 1.3.6.1.4.1.23.2.1
               lanternAdmin 1.3.6.1.4.1.23.2.1.1
                   adminIdentification 1.3.6.1.4.1.23.2.1.1.1 displaystring read-write
An identifying ASCII string may be attached to the LANtern network monitor by writing adminIdentification. Conversely, the LANtern network monitor may be identified by reading adminIdentification. adminIdentification is stored in nonvolatile RAM.
                   adminDateAndTime 1.3.6.1.4.1.23.2.1.1.2 time read-write
Reading adminDateAndTime returns the current date and time in use by the LANtern network monitor. The LANtern network monitor's date and time may be adjusted at any time by writing to adminDateAndTime. However, although the new value is updated correctly as time advances, it does not replace the previous value until the LANtern network monitor is restarted. adminDateAndTime is stored in the clock/calendar chip.
                   adminTimeZone 1.3.6.1.4.1.23.2.1.1.3 displaystring read-write
A DisplayString defining the time zone of the LANtern network monitor. adminTimeZone is neither parsed nor used by the LANtern network monitor, it is merely stored and divulged upon request. It is strongly recommended that adminTimeZone be used to store time zone information in a manner identical to the UNIX System V time zone environment variable (TZ). This standard approach would permit interoperability with network management consoles from multiple vendors. adminTimeZone is stored in nonvolatile RAM.
                   adminPowerOnTime 1.3.6.1.4.1.23.2.1.1.4 time read-only
The date and time when the LANtern network monitor was last powered on or restarted.
                   adminPowerOffTime 1.3.6.1.4.1.23.2.1.1.5 time read-only
The date and time when the LANtern network monitor was last powered off or restarted. The value is 0 (midnight, 1 January 1900) after a cold start.
                   adminNetworkDataLink 1.3.6.1.4.1.23.2.1.1.6 integer read-write
The type of data link encapsulation to be used on the monitored network. adminNetworkDataLink may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminNetworkDataLink is read, it returns the value currently in use, regardless of any previous writes. adminNetworkDataLink is stored in nonvolatile RAM. Enumeration: 'ethernetDIX': 1.
                   adminNetworkIPAddr 1.3.6.1.4.1.23.2.1.1.7 ipaddress read-write
The IP address to be used by the LANtern network monitor on the monitored network. adminNetworkIPAddr may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminNetworkIPAddr is read, it returns the IP address currently in use, regardless of any previous writes. adminNetworkIPAddr is stored in nonvolatile RAM. On start up, if the LANtern does not have an IP address, it will attempt to acquire one via BOOTP and/or RARP. If neither method is successful, the address 192.68.205.1 is used.
                   adminNetworkSubnetMask 1.3.6.1.4.1.23.2.1.1.8 ipaddress read-write
The subnet mask for the monitored network. adminNetworkSubnetMask may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminNetworkSubnetMask is read, it returns the subnet mask currently in use, regardless of any previous writes. adminNetworkSubnetMask is stored in nonvolatile RAM. When the value 0.0.0.0 is stored in this variable, the LANtern assumes no subnetting. This value is acquired via BOOTP if the value of adminNetworkIPAddr is acquired via BOOTP. If neither BOOTP nor RARP succeeds in acquiring adminNetworkIPAddr, the value 255.255.255.128 is used
                   adminNetworkGateway 1.3.6.1.4.1.23.2.1.1.9 ipaddress read-write
The IP address of a gateway directly connected to the monitored network (the LANtern network monitor's default gateway). adminNetworkGateway may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminNetworkGateway is read it returns the gateway IP address currently in use, regardless of any previous writes. adminNetworkGateway is stored in nonvolatile RAM.
                   adminClientTable 1.3.6.1.4.1.23.2.1.1.10 no-access
A table providing data on all authorized LANtern clients. The table is accessed by adminClientIPAddr. A new entry may be created by writing to a nonexistent instance. Note that adminClientIPAddr is set implicitly from this write; it cannot be written directly. An entry may subsequently be deleted by writing (any value) to adminClientDelete. adminClientTable is stored in nonvolatile RAM. Default: a single entry with: adminClientIPAddr.0.0.0.0=0.0.0.0, adminClientIPMask.0.0.0.0=0.0.0.0, adminClientCommunities.0.0.0.0=7
                         adminClientEntry 1.3.6.1.4.1.23.2.1.1.10.1 no-access
Data about each authorized client.
                             adminClientIPAddr 1.3.6.1.4.1.23.2.1.1.10.1.1 ipaddress read-only
The IP address (or portion thereof) of a station authorized to access the LANtern network monitor.
                             adminClientIPMask 1.3.6.1.4.1.23.2.1.1.10.1.2 ipaddress read-write
A 32-bit mask that is bitwise anded with the candidate client's IP address before attempting to match against adminClientIPAddr.
                             adminClientCommunities 1.3.6.1.4.1.23.2.1.1.10.1.3 integer read-write
A bit array where the presence of a particular bit indicates that use of that particular community name is permitted. Bit Community 2^0 administrator 2^1 logger 2^2 monitor.
                             adminClientDelete 1.3.6.1.4.1.23.2.1.1.10.1.4 integer read-write
A write (any value) causes the table entry to be deleted.
                   adminUnauthorizedIPAddr 1.3.6.1.4.1.23.2.1.1.11 ipaddress no-access
The IP address of the station that generated the authentication failure.
                   adminUnauthorizedCommunity 1.3.6.1.4.1.23.2.1.1.12 octet string no-access
The community name string used in the PDU that generated the authentication failure.
                   adminNotificationTable 1.3.6.1.4.1.23.2.1.1.13 no-access
A list of all stations wishing to receive traps from the LANtern network monitor; accessed by adminNotificationIPAddr. A new entry may be created by writing to a nonexistent instance. Note that adminNotificationIPAddr is set implicitly from this write; it cannot be written directly. An entry may subsequently be deleted by writing (any value) to adminNotificationDelete adminNotificationTable is stored in nonvolatile RAM.
                         adminNotificationEntry 1.3.6.1.4.1.23.2.1.1.13.1 no-access
Data for each station on the notification list.
                             adminNotificationIPAddr 1.3.6.1.4.1.23.2.1.1.13.1.1 ipaddress read-only
The IP address of the station wishing to receive traps from the LANtern network monitor.
                             adminNotificationStatus 1.3.6.1.4.1.23.2.1.1.13.1.2 integer read-write
Traps are sent to all primaryContacts who have the corresponding bit set in adminNotificationTrapMask. Traps are sent to backupContacts only if they have the corresponding bit set in adminNotificationTrapMask and if a confirmed delivery to a station naming it as backup failed. Default: primaryContact(1) Enumeration: 'primaryContact': 1, 'backupContact': 2.
                             adminNotificationTrapMask 1.3.6.1.4.1.23.2.1.1.13.1.3 integer read-write
A bit array specifying which traps the station wishes to receive. Bit Trap 2^0 warmStart 2^1 cableFailure 2^2 reserved 2^3 duplicateIPAddr 2^4 utilizationAlarm 2^5 errorsAlarm 2^6 broadcastsAlarm 2^7 collisionsAlarm 2^8 authenticationFailure 2^9 hostInactive 2^10 hostActive 2^11 newHost 2^12 hostLimitExceeded
                             adminNotificationConfirmMask 1.3.6.1.4.1.23.2.1.1.13.1.4 integer read-write
A bit array specifying which traps the station wishes to receive with confirmed delivery. Any bits set must also be set in adminNotificationTrapMask. If a trap sent with confirmed delivery is not acknowledged within adminNotificationTimeout seconds it is sent again. After adminNotificationRetries attempts to deliver the trap, the LANtern network monitor gives up, and tries to deliver it to the station specified by adminNotificationBackup.
                             adminNotificationTimeout 1.3.6.1.4.1.23.2.1.1.13.1.5 seconds read-write
For traps with confirmed delivery, adminNotificationTimeout specifies the interval (in seconds) between retries.
                             adminNotificationRetries 1.3.6.1.4.1.23.2.1.1.13.1.6 integer read-write
For traps with confirmed delivery, adminNotificationRetries specifies the number of retries that should be attempted before giving up and trying to deliver the trap to adminNotificationBackupIPAddr.
                             adminNotificationBackupIPAddr 1.3.6.1.4.1.23.2.1.1.13.1.7 ipaddress read-write
For traps with confirmed delivery, adminNotificationBackupIPAddr specifies the IP address of a backup station (also in adminNotificationTable) to be contacted should delivery of the trap to this station fail. Default: 0.0.0.0 (no backup)
                             adminNotificationDelete 1.3.6.1.4.1.23.2.1.1.13.1.8 integer read-write
A write (any value) causes the table entry to be deleted.
                   adminTrapHandle 1.3.6.1.4.1.23.2.1.1.14 integer no-access
A unique handle that is generated for each trap issued and that is passed in the trap-PDU along with any other variable bindings.
                   adminTrapAcknowledge 1.3.6.1.4.1.23.2.1.1.15 integer read-write
A trap is acknowledged by writing the value of adminTrapHandle passed in the trap-PDU to adminTrapAcknowledge.
                   adminDownLoadFile 1.3.6.1.4.1.23.2.1.1.16 octet string read-write
The name of the executable file to be downloaded from adminDownLoadServer.
                   adminDownLoadServer 1.3.6.1.4.1.23.2.1.1.17 ipaddress read-write
The name of the file server from which to download a new executable image (adminDownLoadFile).
                   adminDownload 1.3.6.1.4.1.23.2.1.1.18 integer read-write
A write to adminDownload of temporaryChange(1) or permanentChange(2) causes the LANtern network monitor to discontinue its normal functions and perform a TFTP read of the file specified by adminDownLoadFile from the server specified by adminDownLoadServer into RAM. Upon successful completion of the file transfer, the new image is written to the flash EPROM memory (permanentChange only), destroying the previous image. The LANtern network monitor then performs a warm restart to activate the new image. A read of adminDownLoad returns the status of the last download. The values temporaryChange(1) and permanentChange(2) indicate a download is in progress. tftpFailed(4) indicates the server failed to respond or the transfer timed out. badFile(5) occurs if the LANtern network monitor determines the downloaded file has been corrupted or is not a LANtern executable. All other error codes are the values defined by the TFTP protocol [RFC 783], offset by six. Note: adminDownloadFile and adminDownLoadServer must be set prior (separate PDU) to setting adminDownLoad. Enumeration: 'permanentChange': 2, 'tftpFailed': 4, 'tftpUndefined': 6, 'badFile': 5, 'tftpUnknownTransferID': 11, 'tftpAccessViolation': 8, 'tftpIllegalOperation': 10, 'temporaryChange': 1, 'tftpFileNotFound': 7, 'downloadSuccess': 3.
                   adminReset 1.3.6.1.4.1.23.2.1.1.19 integer read-write
A write to adminReset causes the LANtern network monitor to discontinue its normal functions and commence a restart sequence. The contents of RAM, including all counters and statistics, are lost. A coldRestart destroys the contents of the nonvolatile RAM and causes the LANtern network monitor to start up exactly as if power was supplied for the first time. This is equivalent to supplying power to the LANtern network monitor while holding the hardware reset button depressed. A warmRestart preserves the contents of the nonvolatile RAM and causes the LANtern network monitor to start up exactly as if the reset button had been pressed (or power was being restored after an outage). Enumeration: 'coldRestart': 1, 'warmRestart': 2.
                   adminSerialDataLink 1.3.6.1.4.1.23.2.1.1.20 integer read-write
The type of data link encapsulation to be used on the serial line. adminSerialDataLink may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminSerialDataLink is read, it returns the value currently in use, regardless of any previous writes. adminSerialDataLink is stored in nonvolatile RAM. Enumeration: 'slip': 1.
                   adminSerialIPAddr 1.3.6.1.4.1.23.2.1.1.21 ipaddress read-write
The IP address currently in use by the LANtern network monitor on the serial channel. adminSerialIPAddr may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminSerialIPAddr is read, it returns the IP address currently in use, regardless of any previous writes. adminSerialIPAddr is stored in nonvolatile RAM.
                   adminSerialSubnetMask 1.3.6.1.4.1.23.2.1.1.22 ipaddress read-write
The subnet mask for the serial channel. adminSerialSubnetMask may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When this variable is read, it returns the subnet mask currently in use, regardless of any previous writes. When the value 0.0.0.0 is stored in this variable, the LANtern assumes no subnetting. adminSerialSubnetMask is stored in nonvolatile RAM.
                   adminSerialBaudRate 1.3.6.1.4.1.23.2.1.1.23 integer read-write
A codification of the baud rate to be used on the serial line for incoming calls or when the line is directly connected. Change does not switch line speed until next state change of modem or reset. adminSerialBaudRate is stored in nonvolatile RAM. Enumeration: 'baud1200': 2, 'baud300': 1, 'baud19200': 7, 'baud7200': 5, 'baud2400': 3, 'baud4800': 4, 'baud9600': 6, 'baud38400': 8.
                   adminSerialTimeout 1.3.6.1.4.1.23.2.1.1.24 seconds read-write
Once a phone connection has been established, the LANtern network monitor maintains that connection until either the other end hangs up or adminSerialTimeout seconds elapses with no communication. adminSerialTimeout is stored in nonvolatile RAM.
                   adminSerialConnection 1.3.6.1.4.1.23.2.1.1.25 integer read-write
The type of connection used by the serial line. adminSerialConnection may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminSerialConnection is read, it returns the value currently in use, regardless of any previous writes. adminSerialConnection is stored in nonvolatile RAM. Enumeration: 'modem': 1, 'direct': 2.
                   adminSerialFlowControl 1.3.6.1.4.1.23.2.1.1.26 integer read-write
The type of flow control used on the serial line. adminSerialFlowControl may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminSerialFlowControl is read, it returns the value currently in use, regardless of any previous writes. adminSerialFlowControl is stored in nonvolatile RAM. Enumeration: 'none': 1, 'rts-cts': 2.
                   adminModemControl 1.3.6.1.4.1.23.2.1.1.27 octet string read-write
A delimited string containing commands to initialize, dial, and hang up the modem. See Section 3.1.2 for more details on the format of this string. adminModemControl may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminModemControl is read, it returns the value currently in use, regardless of any previous writes. adminModemControl is stored in nonvolatile RAM.
                   adminModemConnect 1.3.6.1.4.1.23.2.1.1.28 octet string read-write
A delimited string containing baud rates and modem responses when it connects at particular baud rates. See Section 3.1.2 for more details on the format of this string. adminModemConnect may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminModemConnect is read, it returns the value currently in use, regardless of any previous writes. adminModemConnect is stored in nonvolatile RAM.
                   adminModemNoConnect 1.3.6.1.4.1.23.2.1.1.29 octet string read-write
A delimited string containing baud rates and modem responses when it connects at particular baud rates. See Section 3 for more details on the format of this string. adminModemNoConnect may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminModemNoConnect is read, it returns the value currently in use, regardless of any previous writes. adminModemNoConnect is stored in nonvolatile RAM.
                   adminGatewayControl 1.3.6.1.4.1.23.2.1.1.30 integer read-write
A switch to enable or disable IP gatewaying between the serial line and the network. See Section 3 for more details on the format of this string. adminGatewayControl may be written at any time; however, the change does not take effect until the LANtern network monitor is restarted. When adminGatewayControl is read, it returns the value currently in use, regardless of any previous writes. adminGatewayControl is stored in nonvolatile RAM. Enumeration: 'gateway-off': 1, 'gateway-on': 2.
                   adminPhoneTable 1.3.6.1.4.1.23.2.1.1.31 no-access
A table that provides information about each possible phone connection that can be made over the serial channel. The table is accessed by adminPhoneIPAddr. A new entry can be created by writing to a nonexistent instance. Note that adminPhoneIPAddr is set implicitly from this write. adminPhoneIPAddr cannot be written directly. An entry may subsequently be deleted by writing (any value) to adminPhoneDelete. See Section 3 for more details about using the phone table. adminPhoneTable is stored in nonvolatile RAM.
                         adminPhoneEntry 1.3.6.1.4.1.23.2.1.1.31.1 no-access
Data for a particular phone connection that can be established over the serial channel.
                             adminPhoneIPAddr 1.3.6.1.4.1.23.2.1.1.31.1.1 ipaddress read-only
The IP address of the machine or IP network (SLIP gateway) at adminPhoneNumber.
                             adminPhoneIPMask 1.3.6.1.4.1.23.2.1.1.31.1.2 ipaddress read-write
The IP subnet mask to be used when communicating over this phone connection. When the value 0.0.0.0 is stored in this variable, the LANtern network monitor assumes no subnetting. Default: 0.0.0.0 (no subnetting)
                             adminPhoneLocalIPAddr 1.3.6.1.4.1.23.2.1.1.31.1.3 ipaddress read-write
The IP address the LANtern network monitor uses for its serial port while communicating over this phone connection.
                             adminPhoneNumber 1.3.6.1.4.1.23.2.1.1.31.1.4 octet string read-write
The phone number string the modem uses to dial the machine with IP address adminPhoneIPAddr.
                             adminPhoneConnectionProtocol 1.3.6.1.4.1.23.2.1.1.31.1.5 octet string read-write
An ASCII string specifying the logon sequence once the phone is connected.
                             adminPhoneDelete 1.3.6.1.4.1.23.2.1.1.31.1.6 integer read-write
A write (any value) causes the table entry to be deleted.
                   adminFCBControl 1.3.6.1.4.1.23.2.1.1.32 integer read-write
A switch to disable the packet capture feature. To enable this flag (after disabling it) a cool start must apply to the LANtern in order to gain access into the administrator menu via the terminal hookup to the LANtern's serial port. Enumeration: 'enable': 2, 'disable': 1.