SONUS-IP-ADDRESS-MIB

File: SONUS-IP-ADDRESS-MIB.mib (9383 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SONUS-SMI

Imported symbols

Integer32 IpAddress MODULE-IDENTITY
OBJECT-TYPE PhysAddress sonusPacketMIBs

Defined Types

SonusIpAddrEntry  
SEQUENCE    
  sonusIpAdEntAddr IpAddress
  sonusIpAdEntIfIndex Integer32
  sonusIpAdEntNetMask IpAddress
  sonusIpAdEntBcastAddr Integer32
  sonusIpAdEntReasmMaxSize Integer32
  sonusIpAdEntShelf Integer32
  sonusIpAdEntSlot Integer32
  sonusIpAdEntInstance Integer32

SonusIpNetToMediaEntry  
SEQUENCE    
  sonusIpNetToMediaIfIndex Integer32
  sonusIpNetToMediaPhysAddress PhysAddress
  sonusIpNetToMediaNetAddress IpAddress
  sonusIpNetToMediaType INTEGER
  sonusIpNetToMediaShelf Integer32
  sonusIpNetToMediaSlot Integer32
  sonusIpNetToMediaInstance Integer32

Defined Values

sonusIpAddressMIB 1.3.6.1.4.1.2879.2.3.2
The MIB Module for IP Address Management.
MODULE-IDENTITY    

sonusIpAddrTable 1.3.6.1.4.1.2879.2.3.2.1
The table of addressing information relevant to this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusIpAddrEntry

sonusIpAddrEntry 1.3.6.1.4.1.2879.2.3.2.1.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusIpAddrEntry  

sonusIpAdEntAddr 1.3.6.1.4.1.2879.2.3.2.1.1.1
The IP address to which this entry's addressing information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusIpAdEntIfIndex 1.3.6.1.4.1.2879.2.3.2.1.1.2
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of RFC 1573's ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

sonusIpAdEntNetMask 1.3.6.1.4.1.2879.2.3.2.1.1.3
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusIpAdEntBcastAddr 1.3.6.1.4.1.2879.2.3.2.1.1.4
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1  

sonusIpAdEntReasmMaxSize 1.3.6.1.4.1.2879.2.3.2.1.1.5
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

sonusIpAdEntShelf 1.3.6.1.4.1.2879.2.3.2.1.1.6
A 32-bit integer identifying the shelf that the IP Addr table applies to
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sonusIpAdEntSlot 1.3.6.1.4.1.2879.2.3.2.1.1.7
A 32-bit integer identifying the slot that the IP Addr table applies to
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sonusIpAdEntInstance 1.3.6.1.4.1.2879.2.3.2.1.1.8
A 32-bit integer identifying the instance that the IP Addr table applies to
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sonusIpNetToMediaTable 1.3.6.1.4.1.2879.2.3.2.2
The IP Address Translation table used for mapping from IP addresses to physical addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusIpNetToMediaEntry

sonusIpNetToMediaEntry 1.3.6.1.4.1.2879.2.3.2.2.1
Each entry contains one IpAddress to `physical' address equivalence.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusIpNetToMediaEntry  

sonusIpNetToMediaIfIndex 1.3.6.1.4.1.2879.2.3.2.2.1.1
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of RFC 1573's ifIndex.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

sonusIpNetToMediaPhysAddress 1.3.6.1.4.1.2879.2.3.2.2.1.2
The media-dependent `physical' address.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

sonusIpNetToMediaNetAddress 1.3.6.1.4.1.2879.2.3.2.2.1.3
The IpAddress corresponding to the media-dependent `physical' address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

sonusIpNetToMediaType 1.3.6.1.4.1.2879.2.3.2.2.1.4
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively disassociates the interface identified with said entry from the mapping identified with said entry. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipNetToMediaType object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4)  

sonusIpNetToMediaShelf 1.3.6.1.4.1.2879.2.3.2.2.1.5
A 32-bit integer identifying the shelf that the IP Net to Media table applies to
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

sonusIpNetToMediaSlot 1.3.6.1.4.1.2879.2.3.2.2.1.6
A 32-bit integer identifying the slot that the IP Net to Media table applies to
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

sonusIpNetToMediaInstance 1.3.6.1.4.1.2879.2.3.2.2.1.7
A 32-bit integer identifying the instance that the IP Net to Media table applies to
Status: current Access: read-create
OBJECT-TYPE    
  Integer32