BIANCA-BRICK-PING-MIB

File: BIANCA-BRICK-PING-MIB.mib (7043 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress enterprises DisplayString
OBJECT-TYPE

Defined Types

BiboPingEntry  
SEQUENCE    
  biboPingIndex INTEGER
  biboPingStatus INTEGER
  biboPingCompleted INTEGER
  biboPingSourceAddress IpAddress
  biboPingAddress IpAddress
  biboPingPacketCount INTEGER
  biboPingPacketSize INTEGER
  biboPingPacketTimeout INTEGER
  biboPingReceivedPackets INTEGER
  biboPingMinRoundTrip INTEGER
  biboPingMaxRoundTrip INTEGER
  biboPingAvgRoundTrip INTEGER
  biboPingTTL INTEGER
  biboPingTOS INTEGER

Defined Values

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

biboping 1.3.6.1.4.1.272.4.5.27
OBJECT IDENTIFIER    

biboPingTable 1.3.6.1.4.1.272.4.5.27.1
The biboPingTable contains entries which are used to request the router to ping a target host for test purposes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BiboPingEntry

biboPingEntry 1.3.6.1.4.1.272.4.5.27.1.1
Contains parameters for the ping and results of the operation. To create a new entry, do an SNMP SET request including a biboPingIndex value which is not in use. To delete an existing entry, do an SNMP SET request including a biboPingStatus value equal to delete (6).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BiboPingEntry  

biboPingIndex 1.3.6.1.4.1.272.4.5.27.1.1.1
The unique index of the entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

biboPingStatus 1.3.6.1.4.1.272.4.5.27.1.1.2
The current status of the entry or a request to discard it (delete).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notinservice(2), notready(3), createandgo(4), createandwait(5), delete(6)  

biboPingCompleted 1.3.6.1.4.1.272.4.5.27.1.1.3
The completion status of the ping session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

biboPingSourceAddress 1.3.6.1.4.1.272.4.5.27.1.1.4
The source ip-address for the ping session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

biboPingAddress 1.3.6.1.4.1.272.4.5.27.1.1.5
The target ip-address for the ping session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

biboPingPacketCount 1.3.6.1.4.1.272.4.5.27.1.1.6
The number of ping packets to send. 0 means continuous send.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

biboPingPacketSize 1.3.6.1.4.1.272.4.5.27.1.1.7
The size of each ping packet in bytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 8..4096  

biboPingPacketTimeout 1.3.6.1.4.1.272.4.5.27.1.1.8
The amount of time in milliseconds to wait for a reply before deciding the packet is lost.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

biboPingReceivedPackets 1.3.6.1.4.1.272.4.5.27.1.1.9
The number of replies received so far.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

biboPingMinRoundTrip 1.3.6.1.4.1.272.4.5.27.1.1.10
The minimum round trip time in milliseconds for all the packets which have been replied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

biboPingMaxRoundTrip 1.3.6.1.4.1.272.4.5.27.1.1.11
The maximum round trip time in milliseconds for all the packets which have been replied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

biboPingAvgRoundTrip 1.3.6.1.4.1.272.4.5.27.1.1.12
The average round trip time in milliseconds for all the packets which have been replied to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

biboPingTTL 1.3.6.1.4.1.272.4.5.27.1.1.13
The TTL byte value for each packet (0 = IP default).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

biboPingTOS 1.3.6.1.4.1.272.4.5.27.1.1.14
The TOS byte value for each packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255