NMS-IP-ADDRESS-MIB

File: NMS-IP-ADDRESS-MIB.mib (4718 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI SNMPv2-TC

Imported symbols

TimeTicks OBJECT-TYPE DisplayString
PhysAddress nmslocal IpAddress
TruthValue RowStatus

Defined Types

IpAddrTableEntry  
SEQUENCE    
  nmsIpEntAddr IpAddress
  nmsIpEntIfindex INTEGER
  nmsIpEntNetMask IpAddress
  nmsIpEntRowStatus RowStatus
  nmsIpMacAddress PhysAddress
  nmsIpIsSecondary INTEGER

Defined Values

ipAddr 1.3.6.1.4.1.3320.2.237
OBJECT IDENTIFIER    

ipEntDefaultGateway 1.3.6.1.4.1.3320.2.237.1
Device IP default gateway setting. In 2-layer switch this value is set to default gateway, and in 3-layer switch, this value is NULL.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipAddrTable 1.3.6.1.4.1.3320.2.237.2
A table of interface IP address .
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAddrTableEntry

ipAddrTableEntry 1.3.6.1.4.1.3320.2.237.2.1
A collection of inteface IP address table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddrTableEntry  

nmsIpEntAddr 1.3.6.1.4.1.3320.2.237.2.1.1
This means inteface that value is 'nmsIpEntIfindex' corresoponding IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIpEntIfindex 1.3.6.1.4.1.3320.2.237.2.1.2
Interface index. The same value as ifIndex in ifTable. This inteface must be routing interface, otherwise while setting this value, ths system will return error.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIpEntNetMask 1.3.6.1.4.1.3320.2.237.2.1.3
This means inteface mask that value is 'nmsIpEntIfindex' corresoponding IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIpEntRowStatus 1.3.6.1.4.1.3320.2.237.2.1.4
Interface IP address table row status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

nmsIpMacAddress 1.3.6.1.4.1.3320.2.237.2.1.5
Interface IP address VS MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

nmsIpIsSecondary 1.3.6.1.4.1.3320.2.237.2.1.6
The ip address configured is primary or secondary. A secondary address can't be configured until the primary one exist.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER secondary(1), primary(0)