JUNIPER-IPv4-MIB

File: JUNIPER-IPv4-MIB.mib (4520 bytes)

Imported modules

SNMPv2-SMI JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
jnxMibs

Defined Types

JnxIpv4AddrEntry  
SEQUENCE    
  jnxIpv4AdEntIfIndex INTEGER
  jnxIpv4AdEntAddr IpAddress
  jnxIpv4AdEntNetMask IpAddress
  jnxIpv4AdEntBcastAddr INTEGER
  jnxIpv4AdEntReasmMaxSize INTEGER

Defined Values

jnxIpv4 1.3.6.1.4.1.2636.3.12
The MIB modules extends the ifTable as defined in IF-MIB.
MODULE-IDENTITY    

jnxIpv4Config 1.3.6.1.4.1.2636.3.12.1
OBJECT IDENTIFIER    

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

jnxIpv4AddrEntry 1.3.6.1.4.1.2636.3.12.1.1.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxIpv4AddrEntry  

jnxIpv4AdEntIfIndex 1.3.6.1.4.1.2636.3.12.1.1.1.1
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: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

jnxIpv4AdEntAddr 1.3.6.1.4.1.2636.3.12.1.1.1.2
The IP address to which this entry's addressing information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

jnxIpv4AdEntNetMask 1.3.6.1.4.1.2636.3.12.1.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  

jnxIpv4AdEntBcastAddr 1.3.6.1.4.1.2636.3.12.1.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    
  INTEGER 0..1  

jnxIpv4AdEntReasmMaxSize 1.3.6.1.4.1.2636.3.12.1.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    
  INTEGER 0..65535