Novell-LANtern-Admin-MIB

File: Novell-LANtern-Admin-MIB.mib (39972 bytes)

Imported modules

RFC1155-SMI RFC-1215 RFC-1212

Imported symbols

enterprises TimeTicks IpAddress
Counter Gauge TRAP-TYPE
OBJECT-TYPE

Defined Types

Time  
INTEGER    

DisplayString  
OCTET STRING    

PhysAddress  
OCTET STRING    

Seconds  
INTEGER    

AdminClientEntry  
SEQUENCE    
  adminClientIPAddr IpAddress
  adminClientIPMask IpAddress
  adminClientCommunities INTEGER
  adminClientDelete INTEGER

AdminNotificationEntry  
SEQUENCE    
  adminNotificationIPAddr IpAddress
  adminNotificationStatus INTEGER
  adminNotificationTrapMask INTEGER
  adminNotificationConfirmMask INTEGER
  adminNotificationTimeout INTEGER
  adminNotificationRetries INTEGER
  adminNotificationBackupIPAddr IpAddress
  adminNotificationDelete INTEGER

AdminPhoneEntry  
SEQUENCE    
  adminPhoneIPAddr IpAddress
  adminPhoneIPMask IpAddress
  adminPhoneLocalIPAddr IpAddress
  adminPhoneNumber OCTET STRING
  adminPhoneConnectionProtocol OCTET STRING
  adminPhoneDelete INTEGER

Defined Values

novell 1.3.6.1.4.1.23
OBJECT IDENTIFIER    

productType 1.3.6.1.4.1.23.1
OBJECT IDENTIFIER    

mibDoc 1.3.6.1.4.1.23.2
OBJECT IDENTIFIER    

networkMonitor 1.3.6.1.4.1.23.1.1
OBJECT IDENTIFIER    

ethernetLANtern 1.3.6.1.4.1.23.1.1.1
OBJECT IDENTIFIER    

lantern 1.3.6.1.4.1.23.2.1
OBJECT IDENTIFIER    

lanternAdmin 1.3.6.1.4.1.23.2.1.1
OBJECT IDENTIFIER    

adminIdentification 1.3.6.1.4.1.23.2.1.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

adminDateAndTime 1.3.6.1.4.1.23.2.1.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Time  

adminTimeZone 1.3.6.1.4.1.23.2.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

adminPowerOnTime 1.3.6.1.4.1.23.2.1.1.4
The date and time when the LANtern network monitor was last powered on or restarted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Time  

adminPowerOffTime 1.3.6.1.4.1.23.2.1.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Time  


adminNetworkIPAddr 1.3.6.1.4.1.23.2.1.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminNetworkSubnetMask 1.3.6.1.4.1.23.2.1.1.8
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminNetworkGateway 1.3.6.1.4.1.23.2.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminClientTable 1.3.6.1.4.1.23.2.1.1.10
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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdminClientEntry

adminClientEntry 1.3.6.1.4.1.23.2.1.1.10.1
Data about each authorized client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdminClientEntry  

adminClientIPAddr 1.3.6.1.4.1.23.2.1.1.10.1.1
The IP address (or portion thereof) of a station authorized to access the LANtern network monitor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

adminClientIPMask 1.3.6.1.4.1.23.2.1.1.10.1.2
A 32-bit mask that is bitwise anded with the candidate client's IP address before attempting to match against adminClientIPAddr.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminClientCommunities 1.3.6.1.4.1.23.2.1.1.10.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

adminClientDelete 1.3.6.1.4.1.23.2.1.1.10.1.4
A write (any value) causes the table entry to be deleted.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

adminUnauthorizedIPAddr 1.3.6.1.4.1.23.2.1.1.11
The IP address of the station that generated the authentication failure.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

adminUnauthorizedCommunity 1.3.6.1.4.1.23.2.1.1.12
The community name string used in the PDU that generated the authentication failure.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

adminNotificationTable 1.3.6.1.4.1.23.2.1.1.13
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdminNotificationEntry

adminNotificationEntry 1.3.6.1.4.1.23.2.1.1.13.1
Data for each station on the notification list.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdminNotificationEntry  

adminNotificationIPAddr 1.3.6.1.4.1.23.2.1.1.13.1.1
The IP address of the station wishing to receive traps from the LANtern network monitor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

adminNotificationStatus 1.3.6.1.4.1.23.2.1.1.13.1.2
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)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER primaryContact(1), backupContact(2)  

adminNotificationTrapMask 1.3.6.1.4.1.23.2.1.1.13.1.3
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

adminNotificationConfirmMask 1.3.6.1.4.1.23.2.1.1.13.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

adminNotificationTimeout 1.3.6.1.4.1.23.2.1.1.13.1.5
For traps with confirmed delivery, adminNotificationTimeout specifies the interval (in seconds) between retries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Seconds  

adminNotificationRetries 1.3.6.1.4.1.23.2.1.1.13.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

adminNotificationBackupIPAddr 1.3.6.1.4.1.23.2.1.1.13.1.7
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)
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminNotificationDelete 1.3.6.1.4.1.23.2.1.1.13.1.8
A write (any value) causes the table entry to be deleted.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

adminTrapHandle 1.3.6.1.4.1.23.2.1.1.14
A unique handle that is generated for each trap issued and that is passed in the trap-PDU along with any other variable bindings.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

adminTrapAcknowledge 1.3.6.1.4.1.23.2.1.1.15
A trap is acknowledged by writing the value of adminTrapHandle passed in the trap-PDU to adminTrapAcknowledge.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

adminDownLoadFile 1.3.6.1.4.1.23.2.1.1.16
The name of the executable file to be downloaded from adminDownLoadServer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminDownLoadServer 1.3.6.1.4.1.23.2.1.1.17
The name of the file server from which to download a new executable image (adminDownLoadFile).
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminDownload 1.3.6.1.4.1.23.2.1.1.18
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER temporaryChange(1), permanentChange(2), downloadSuccess(3), tftpFailed(4), badFile(5), tftpUndefined(6), tftpFileNotFound(7), tftpAccessViolation(8), tftpIllegalOperation(10), tftpUnknownTransferID(11)  

adminReset 1.3.6.1.4.1.23.2.1.1.19
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).
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER coldRestart(1), warmRestart(2)  


adminSerialIPAddr 1.3.6.1.4.1.23.2.1.1.21
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminSerialSubnetMask 1.3.6.1.4.1.23.2.1.1.22
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminSerialBaudRate 1.3.6.1.4.1.23.2.1.1.23
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER baud300(1), baud1200(2), baud2400(3), baud4800(4), baud7200(5), baud9600(6), baud19200(7), baud38400(8)  

adminSerialTimeout 1.3.6.1.4.1.23.2.1.1.24
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Seconds  

adminSerialConnection 1.3.6.1.4.1.23.2.1.1.25
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER modem(1), direct(2)  

adminSerialFlowControl 1.3.6.1.4.1.23.2.1.1.26
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), rts-cts(2)  

adminModemControl 1.3.6.1.4.1.23.2.1.1.27
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminModemConnect 1.3.6.1.4.1.23.2.1.1.28
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminModemNoConnect 1.3.6.1.4.1.23.2.1.1.29
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminGatewayControl 1.3.6.1.4.1.23.2.1.1.30
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER gateway-off(1), gateway-on(2)  

adminPhoneTable 1.3.6.1.4.1.23.2.1.1.31
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdminPhoneEntry

adminPhoneEntry 1.3.6.1.4.1.23.2.1.1.31.1
Data for a particular phone connection that can be established over the serial channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AdminPhoneEntry  

adminPhoneIPAddr 1.3.6.1.4.1.23.2.1.1.31.1.1
The IP address of the machine or IP network (SLIP gateway) at adminPhoneNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

adminPhoneIPMask 1.3.6.1.4.1.23.2.1.1.31.1.2
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)
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminPhoneLocalIPAddr 1.3.6.1.4.1.23.2.1.1.31.1.3
The IP address the LANtern network monitor uses for its serial port while communicating over this phone connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

adminPhoneNumber 1.3.6.1.4.1.23.2.1.1.31.1.4
The phone number string the modem uses to dial the machine with IP address adminPhoneIPAddr.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminPhoneConnectionProtocol 1.3.6.1.4.1.23.2.1.1.31.1.5
An ASCII string specifying the logon sequence once the phone is connected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

adminPhoneDelete 1.3.6.1.4.1.23.2.1.1.31.1.6
A write (any value) causes the table entry to be deleted.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

adminFCBControl 1.3.6.1.4.1.23.2.1.1.32
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)