H3C-IP-ADDRESS-MIB

File: H3C-IP-ADDRESS-MIB.mib (14176 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB IF-MIB

Imported symbols

h3cCommon Integer32 IpAddress
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TimeTicks RowStatus InetAddressType
InetAddress ifIndex

Defined Types

H3cIpAddrSetEntry  
SEQUENCE    
  h3cIpAddrSetIfIndex Integer32
  h3cIpAddrSetAddrType InetAddressType
  h3cIpAddrSetAddr InetAddress
  h3cIpAddrSetMask IpAddress
  h3cIpAddrSetSourceType INTEGER
  h3cIpAddrSetCatalog INTEGER
  h3cIpAddrSetRowStatus RowStatus

H3cIpAddrReadEntry  
SEQUENCE    
  h3cIpAddrReadIfIndex Integer32
  h3cIpAddrReadAddrType InetAddressType
  h3cIpAddrReadAddr InetAddress
  h3cIpAddrReadMask IpAddress
  h3cIpAddrReadSourceType INTEGER
  h3cIpAddrReadCatalog INTEGER

H3cIpv4AddrEntry  
SEQUENCE    
  h3cIpv4AddrAddr IpAddress
  h3cIpv4AddrMask IpAddress
  h3cIpv4AddrRowStatus RowStatus

Defined Values

h3cIpAddrMIB 1.3.6.1.4.1.2011.10.2.67
The MIB module for managing IPv4 address.
MODULE-IDENTITY    

h3cIpAddressObjects 1.3.6.1.4.1.2011.10.2.67.1
OBJECT IDENTIFIER    

h3cIpAddressConfig 1.3.6.1.4.1.2011.10.2.67.1.1
OBJECT IDENTIFIER    

h3cIpAddrSetTable 1.3.6.1.4.1.2011.10.2.67.1.1.1
The table of address information is relevant to this entity's IPv4 addresses for setting. The address information that can be read and set in this table is a subset of the address information that can be read in h3cIpAddrReadTable and ipAddrTable in IP-MIB. This table is used to configure IPv4 addresses of an interface identified by h3cIpAddrSetIfIndex. When users create or delete an entry in this table, the agent also increases or reduces a corresponding entry in the h3cIpAddrReadTable and ipAddrTable in IP-MIB. When an interface which has been assigned IPv6 address is deleted, the agent also deletes the entry corresponding to the interface in this table and h3cIpAddrReadTable. All IPv4 addresses in this table will also show in ipAddrTable in IP-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpAddrSetEntry

h3cIpAddrSetEntry 1.3.6.1.4.1.2011.10.2.67.1.1.1.1
Define the IPv4 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpAddrSetEntry  

h3cIpAddrSetIfIndex 1.3.6.1.4.1.2011.10.2.67.1.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    
  Integer32 1..2147483647  

h3cIpAddrSetAddrType 1.3.6.1.4.1.2011.10.2.67.1.1.1.1.2
The IP address type to which this entry's address information pertains. The value must be ipv4.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

h3cIpAddrSetAddr 1.3.6.1.4.1.2011.10.2.67.1.1.1.1.3
The IPv4 address to which this entry's address information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

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

h3cIpAddrSetSourceType 1.3.6.1.4.1.2011.10.2.67.1.1.1.1.5
Indicate the type of source of the IPv4 address.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER assignedIp(1)  

h3cIpAddrSetCatalog 1.3.6.1.4.1.2011.10.2.67.1.1.1.1.6
Indicate the category of the IPv4 address.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), sub(2)  

h3cIpAddrSetRowStatus 1.3.6.1.4.1.2011.10.2.67.1.1.1.1.7
This object is used to create a new row or delete an existing row in this table, only support active, createAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cIpAddrReadTable 1.3.6.1.4.1.2011.10.2.67.1.1.2
The table of address information is relevant to this entity's IP addresses for reading. This is the extension of the ipAddrTable in IP-MIB. All IPv4 addresses in this table will also show in ipAddrTable in IP-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpAddrReadEntry

h3cIpAddrReadEntry 1.3.6.1.4.1.2011.10.2.67.1.1.2.1
Define the IPv4 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpAddrReadEntry  

h3cIpAddrReadIfIndex 1.3.6.1.4.1.2011.10.2.67.1.1.2.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    
  Integer32 1..2147483647  

h3cIpAddrReadAddrType 1.3.6.1.4.1.2011.10.2.67.1.1.2.1.2
The IP address type to which this entry's address information pertains. The value must be ipv4.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

h3cIpAddrReadAddr 1.3.6.1.4.1.2011.10.2.67.1.1.2.1.3
The IPv4 address to which this entry's address information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

h3cIpAddrReadMask 1.3.6.1.4.1.2011.10.2.67.1.1.2.1.4
The subnet mask associated with the IPv4 address of this entry. The value of the mask is an IPv4 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  

h3cIpAddrReadSourceType 1.3.6.1.4.1.2011.10.2.67.1.1.2.1.5
Indicate the type of source of the IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER assignedIp(1), cluster(2), dhcp(3), bootp(4), negotiate(5), unnumbered(6), vrrp(7)  

h3cIpAddrReadCatalog 1.3.6.1.4.1.2011.10.2.67.1.1.2.1.6
Indicate the category of the IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), sub(2), cluster(3), vrrp(4)  

h3cIpv4AddrTable 1.3.6.1.4.1.2011.10.2.67.1.1.3
This table is used to configure primary IPv4 address of an interface identified by ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpv4AddrEntry

h3cIpv4AddrEntry 1.3.6.1.4.1.2011.10.2.67.1.1.3.1
Define the IPv4 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpv4AddrEntry  

h3cIpv4AddrAddr 1.3.6.1.4.1.2011.10.2.67.1.1.3.1.1
The IPv4 address to which this entry's address information pertains.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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

h3cIpv4AddrRowStatus 1.3.6.1.4.1.2011.10.2.67.1.1.3.1.3
This object is used to create a new row or delete an existing row in this table, only support active, notInService, createAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cIpAddrNotify 1.3.6.1.4.1.2011.10.2.67.2
OBJECT IDENTIFIER    

h3cIpAddrNotifyScalarObjects 1.3.6.1.4.1.2011.10.2.67.2.1
OBJECT IDENTIFIER    

h3cIpAddrNotifyIfIndex 1.3.6.1.4.1.2011.10.2.67.2.1.1
The IP address IfIndex of specified interface on the device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIpAddrOldIpAddress 1.3.6.1.4.1.2011.10.2.67.2.1.2
The Old IP address of specified interface on the device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

h3cIpAddrNewIpAddress 1.3.6.1.4.1.2011.10.2.67.2.1.3
The New IP address of specified interface on the device.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

h3cIpAddrFirstTrapTime 1.3.6.1.4.1.2011.10.2.67.2.1.4
Represents the first trap time.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TimeTicks  

h3cIpAddrNotifyObjects 1.3.6.1.4.1.2011.10.2.67.2.2
OBJECT IDENTIFIER    

h3cIpAddrNotifyObjectsPrefix 1.3.6.1.4.1.2011.10.2.67.2.2.0
OBJECT IDENTIFIER    

h3cIpAddressChangeNotify 1.3.6.1.4.1.2011.10.2.67.2.2.0.1
This notification will be generated when the IP address of interface is changed. The change maybe originate from NMS, DHCP server or administrator. This notification announces useful IP address change. So it is triggered by significative IP address change.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE