DPI-LANA-MIB

File: DPI-LANA-MIB.mib (6505 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises IpAddress OBJECT-TYPE

Defined Types

LanaIPAddrEntry  
SEQUENCE    
  lanaIPAddrIndex INTEGER 1..60
  lanaIPAddr IpAddress

Defined Values

dpi 1.3.6.1.4.1.901
OBJECT IDENTIFIER    

dpiProducts 1.3.6.1.4.1.901.1
OBJECT IDENTIFIER    

dpiLANA 1.3.6.1.4.1.901.1.2
OBJECT IDENTIFIER    

lanaInterface 1.3.6.1.4.1.901.1.2.2
OBJECT IDENTIFIER    

lanaMgmt 1.3.6.1.4.1.901.1.2.3
OBJECT IDENTIFIER    

lanaNest 1.3.6.1.4.1.901.1.2.4
OBJECT IDENTIFIER    

lanaRs232PortSpeed 1.3.6.1.4.1.901.1.2.2.1
The port's speed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER b1200(0), b2400(1), b4800(2), b9600(3), b19200(4), b38400(5)  

lanaRs232AsyncPortBits 1.3.6.1.4.1.901.1.2.2.2
The number of data bits for the serial port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER five(5), six(6), seven(7), eight(8)  

lanaRs232AsyncPortStopBits 1.3.6.1.4.1.901.1.2.2.3
The number of stop bits for the serial port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER one(1), two(2), one-and-half(3)  

lanaRs232AsyncPortParity 1.3.6.1.4.1.901.1.2.2.4
The parity setting of the serial line.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), odd(2), even(3)  

lanaSubnetMask 1.3.6.1.4.1.901.1.2.2.5
The subnet mask for the LANA unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

lanaDefGatewayIpAddr 1.3.6.1.4.1.901.1.2.2.6
The default gateway IP address for the LANA unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

lanaForwBroadcast 1.3.6.1.4.1.901.1.2.2.7
Indicates whether the SNMP LAN Adapter forwards broadcast datagrams to the SNMP-managed device. The factory default value is disabled (2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lanaReset 1.3.6.1.4.1.901.1.2.3.1
Request for LANA unit to reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER one(1)  

lanaFactoryDefault 1.3.6.1.4.1.901.1.2.3.2
Request factory default configuration on next unit reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER one(1)  

lanaUpdateUnit 1.3.6.1.4.1.901.1.2.3.3
Request for LANA unit to initiate TFTP software upgrade using the string `host:filename' where host is in dotted decimal format.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER one(1)  

lanaSWMajorVer 1.3.6.1.4.1.901.1.2.3.4
LANA's major software release version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanaSWMinorVer 1.3.6.1.4.1.901.1.2.3.5
LANA's minor software release version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanaSWRevision 1.3.6.1.4.1.901.1.2.3.6
LANA's software release revision number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanaIPAddrTableTotal 1.3.6.1.4.1.901.1.2.4.1
Get the number of entries in LANA's nest ip table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lanaIPAddrTable 1.3.6.1.4.1.901.1.2.4.2
A list of entries containing IP address information for LANA managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LanaIPAddrEntry

lanaIPAddrEntry 1.3.6.1.4.1.901.1.2.4.2.1
An entry containing IP address information for a particular LANA table slot.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LanaIPAddrEntry  

lanaIPAddrIndex 1.3.6.1.4.1.901.1.2.4.2.1.1
A unique value for each LANA IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..60  

lanaIPAddr 1.3.6.1.4.1.901.1.2.4.2.1.2
This variable is one of up to 60 IP addresses that LANA will proxy ARP for. The address should be on the same subnet as the attached CSU/DSU in order for ARP to function properly. Reading an IP address with the value 0.0.0.0 represents a cleared/ uninitialized table entry. Setting the IP address to 0.0.0.0 clears the indexed entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

lanaIPAddrTableClear 1.3.6.1.4.1.901.1.2.4.3
Reset all the IP addresses in LANA's address table to 0.0.0.0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER