MP-IPV6-MIB

File: MP-IPV6-MIB.mib (7127 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
MMPF-MIB RFC-1215

Imported symbols

mgmt NetworkAddress IpAddress
Counter Gauge TimeTicks
ifIndex OBJECT-TYPE mmpf-mib
TRAP-TYPE

Defined Types

Ipv6Address  
OCTET STRING Size(16)    

MpIpv6PingEntry  
SEQUENCE    
  mpIpv6PingId INTEGER
  mpIpv6PingTarget Ipv6Address
  mpIpv6PingTargetSiteId INTEGER
  mpIpv6PingRequestSend INTEGER
  mpIpv6PingDataLength INTEGER
  mpIpv6PingSendHopLimit INTEGER
  mpIpv6PingSendTimeOut INTEGER
  mpIpv6PingSendInterface INTEGER
  mpIpv6PingStatus INTEGER
  mpIpv6PingResult INTEGER
  mpIpv6PingErrorSourceAddress Ipv6Address

Defined Values

mpIpv6 1.3.6.1.4.1.119.2.3.3.13.131
OBJECT IDENTIFIER    

mpIpv6PingTable 1.3.6.1.4.1.119.2.3.3.13.131.1
The table of ping6 management information relevant to this entity's ICMPv6 echo identifier.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpIpv6PingEntry

mpIpv6PingEntry 1.3.6.1.4.1.119.2.3.3.13.131.1.1
The ping6 management information for one of this entity's ICMPv6 echo identifier.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MpIpv6PingEntry  

mpIpv6PingId 1.3.6.1.4.1.119.2.3.3.13.131.1.1.1
This is the index to identify the ping6 entry. The value of this index must be assigned uniquely, within the range of 1 - 65535. But generable ping entry is four simultaneously.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpIpv6PingTarget 1.3.6.1.4.1.119.2.3.3.13.131.1.1.2
The value of this object is the destination IPv6 address for this entry. This IPv6 address must always be a unicast IPv6 address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Ipv6Address  

mpIpv6PingTargetSiteId 1.3.6.1.4.1.119.2.3.3.13.131.1.1.3
The value of this object is the site id to which the destination belong, within the range of 1 - 8.(1 is default site.) it is necessary to set up this value, Only when a site local address is specified to be mpIpv6PingTarget. this value can be omitted and 1 is set up when it omits.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mpIpv6PingRequestSend 1.3.6.1.4.1.119.2.3.3.13.131.1.1.4
The value of this object is the ping6 request number of the times, within the range of 1 - 65535(default 1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpIpv6PingDataLength 1.3.6.1.4.1.119.2.3.3.13.131.1.1.5
The value of this object is the ping6 data length, within the range of 0 - 65507(default 64).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mpIpv6PingSendHopLimit 1.3.6.1.4.1.119.2.3.3.13.131.1.1.6
The value of this object is the HOP LIMIT value in ping6 packet, within the range of 1 - 255(default 64).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mpIpv6PingSendTimeOut 1.3.6.1.4.1.119.2.3.3.13.131.1.1.7
The value of this object is the ping6 time out value, within the range of 1 - 60 seconds(default 1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mpIpv6PingSendInterface 1.3.6.1.4.1.119.2.3.3.13.131.1.1.8
The value of this object is ifIndex. IPv6 address assigned ifIndex is set as source IPv6 address in ping6 packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mpIpv6PingStatus 1.3.6.1.4.1.119.2.3.3.13.131.1.1.9
This object refers to the ping6 entry status. When this object is set to create(1), ping6 entry is created. Set to inProgress(2), ping6 is Started. When a reply or icmpv6 error receiveed and time out occured, the status become complete(3). This object can not set to complete(3). Set to destroy(4), entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), inProgress(2), complete(3), destroy(4)  

mpIpv6PingResult 1.3.6.1.4.1.119.2.3.3.13.131.1.1.10
This object refers to the ping6 result status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpIpv6PingErrorSourceAddress 1.3.6.1.4.1.119.2.3.3.13.131.1.1.11
This value of this object is the error source IPv6 address in icmpv6 error reply message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Ipv6Address