UBQS-IP-MIB

File: UBQS-IP-MIB.mib (24778 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB IF-MIB UBQS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter32 NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
RowStatus TimeStamp DisplayString
TruthValue TEXTUAL-CONVENTION PhysAddress
InetAddress InetAddressType InetAddressPrefixLength
InterfaceIndex ubiMgmtv2

Defined Types

UbiIpAddrEntry  
SEQUENCE    
  ubiIpAddrType InetAddressType
  ubiIpAddress InetAddress
  ubiIpAddrIfIndex InterfaceIndex
  ubiIpAddrPrefixLen InetAddressPrefixLength
  ubiIpAddrStatus INTEGER
  ubiIpAddrRowstatus RowStatus

UbiInetRouteEntry  
SEQUENCE    
  ubiInetRouteInstance Unsigned32
  ubiInetRouteDestType InetAddressType
  ubiInetRouteDest InetAddress
  ubiInetRouteDestPfxLen InetAddressPrefixLength
  ubiInetRouteNextHopType InetAddressType
  ubiInetRouteNextHop InetAddress
  ubiInetRouteIfIndex InterfaceIndex
  ubiInetRoutetype INTEGER
  ubiInetRouteProto INTEGER
  ubiInetRouteMetric1 Integer32
  ubiInetRouteMetric2 Integer32
  ubiInetRouteMetric3 Integer32
  ubiInetRouteMetric4 Integer32
  ubiInetRouteMetric5 Integer32
  ubiInetRouteStatus INTEGER
  ubiInetRouteDistance Integer32
  ubiInetRouteTag Unsigned32
  ubiInetRouteNextHopName DisplayString
  ubiInetRouteRowstatus RowStatus

UbiIpv6NeighborEntry  
SEQUENCE    
  ubiIpv6NeighborIfIndex InterfaceIndex
  ubiIpv6NeighborPhysAddress PhysAddress
  ubiIpv6NeighborNetAddress InetAddress
  ubiIpv6NeighborType INTEGER
  ubiIpv6NeighborState INTEGER
  ubiIpv6NeighborLastUpdated TimeStamp
  ubiIpv6NeighborRowstatus RowStatus

Defined Values

ubiIpMIB 1.3.6.1.4.1.7800.100.14
This MIB module defines IP information.
MODULE-IDENTITY    

ubiIpMIBNotificationPrefix 1.3.6.1.4.1.7800.100.14.0
OBJECT IDENTIFIER    

ubiIpMIBObjects 1.3.6.1.4.1.7800.100.14.1
OBJECT IDENTIFIER    

ubiPingMIBObjects 1.3.6.1.4.1.7800.100.14.2
OBJECT IDENTIFIER    

ubiIpMIBConformance 1.3.6.1.4.1.7800.100.14.3
OBJECT IDENTIFIER    

ubiPingGlobal 1.3.6.1.4.1.7800.100.14.2.1
OBJECT IDENTIFIER    

ubiPingSend 1.3.6.1.4.1.7800.100.14.2.2
OBJECT IDENTIFIER    

ubiPingResults 1.3.6.1.4.1.7800.100.14.2.3
OBJECT IDENTIFIER    

ubiIpMIBNotifications 1.3.6.1.4.1.7800.100.14.0.1
OBJECT IDENTIFIER    

ubiPingMIBNotifications 1.3.6.1.4.1.7800.100.14.0.2
OBJECT IDENTIFIER    

ubiPingSendCompletion 1.3.6.1.4.1.7800.100.14.0.2.1
This notification is sent at the completion of the sequence of pings.
Status: current Access: not-set
NOTIFICATION-TYPE    

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

ubiIpAddrEntry 1.3.6.1.4.1.7800.100.14.1.1.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiIpAddrEntry  

ubiIpAddrType 1.3.6.1.4.1.7800.100.14.1.1.1.1
The IP address type. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ubiIpAddress 1.3.6.1.4.1.7800.100.14.1.1.1.2
The IP address to which this entry's addressing information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ubiIpAddrPrefixLen 1.3.6.1.4.1.7800.100.14.1.1.1.3
The prefix length associated with the IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

ubiIpAddrIfIndex 1.3.6.1.4.1.7800.100.14.1.1.1.4
The index value which uniquely identifies the interface to which this entry is applicable.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

ubiIpAddrStatus 1.3.6.1.4.1.7800.100.14.1.1.1.5
Indicate whether this entry is primary or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

ubiIpAddrRowstatus 1.3.6.1.4.1.7800.100.14.1.1.1.6
This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

ubiInetRouteEntry 1.3.6.1.4.1.7800.100.14.1.2.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiInetRouteEntry  

ubiInetRouteInstance 1.3.6.1.4.1.7800.100.14.1.2.1.1
The instance identifier of the (conceptual) routing table containing this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ubiInetRouteDestType 1.3.6.1.4.1.7800.100.14.1.2.1.2
The destination address type. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ubiInetRouteDest 1.3.6.1.4.1.7800.100.14.1.2.1.3
The destination IP address of this route.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ubiInetRouteDestPfxLen 1.3.6.1.4.1.7800.100.14.1.2.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

ubiInetRouteNextHopType 1.3.6.1.4.1.7800.100.14.1.2.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ubiInetRouteNextHop 1.3.6.1.4.1.7800.100.14.1.2.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ubiInetRouteIfIndex 1.3.6.1.4.1.7800.100.14.1.2.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ubiInetRoutetype 1.3.6.1.4.1.7800.100.14.1.2.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

ubiInetRouteProto 1.3.6.1.4.1.7800.100.14.1.2.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isis(9), esis(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14)  

ubiInetRouteMetric1 1.3.6.1.4.1.7800.100.14.1.2.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ubiInetRouteMetric2 1.3.6.1.4.1.7800.100.14.1.2.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ubiInetRouteMetric3 1.3.6.1.4.1.7800.100.14.1.2.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ubiInetRouteMetric4 1.3.6.1.4.1.7800.100.14.1.2.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ubiInetRouteMetric5 1.3.6.1.4.1.7800.100.14.1.2.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ubiInetRouteStatus 1.3.6.1.4.1.7800.100.14.1.2.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

ubiInetRouteDistance 1.3.6.1.4.1.7800.100.14.1.2.1.16
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

ubiInetRouteTag 1.3.6.1.4.1.7800.100.14.1.2.1.17
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ubiInetRouteNextHopName 1.3.6.1.4.1.7800.100.14.1.2.1.18
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ubiInetRouteRowstatus 1.3.6.1.4.1.7800.100.14.1.2.1.19
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ubiIpv6NeighborTable 1.3.6.1.4.1.7800.100.14.1.3
The table of addressing information relevant to this entity's IPv6 addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UbiIpv6NeighborEntry

ubiIpv6NeighborEntry 1.3.6.1.4.1.7800.100.14.1.3.1
The addressing information for one of this entity's IPv6 addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  UbiIpv6NeighborEntry  

ubiIpv6NeighborIfIndex 1.3.6.1.4.1.7800.100.14.1.3.1.1
The inde value which uniquely identifies the interface to which this entry is applicable
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ubiIpv6NeighborPhysAddress 1.3.6.1.4.1.7800.100.14.1.3.1.2
The media-dependent `physical' address. This object should return 0 when this entry is in the 'incomplete' state. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress Size(0..65535)  

ubiIpv6NeighborNetAddress 1.3.6.1.4.1.7800.100.14.1.3.1.3
The Ipv6Address corresponding to the media-dependent `physical' address. This object predates the rule limiting index objects to a max access value of 'not-accessible' and so continues to use a value of 'read-create'.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ubiIpv6NeighborType 1.3.6.1.4.1.7800.100.14.1.3.1.4
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ubiIpv6NeighborTable. That is, it effectively dis-associates 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 ubiIpv6NeighborType object. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(0), static(1)  

ubiIpv6NeighborState 1.3.6.1.4.1.7800.100.14.1.3.1.5
The Neighbor Unreachability Detection [3] state for the interface when the address mapping in this entry is used. If Neighbor Unreachability Detection is not in use, this object is always unknown(6).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)  

ubiIpv6NeighborLastUpdated 1.3.6.1.4.1.7800.100.14.1.3.1.6
The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ubiIpv6NeighborRowstatus 1.3.6.1.4.1.7800.100.14.1.3.1.7
The status of this conceptual row. As all objects in this conceptual row have default values, a row can be created and made active by setting this object appropriately. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ubiPingSendProto 1.3.6.1.4.1.7800.100.14.2.2.1
The protocol to use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), ip(2), ipv6(3)  

ubiPingSendTarget 1.3.6.1.4.1.7800.100.14.2.2.2
The address of the device to be pinged.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ubiPingSendRepeat 1.3.6.1.4.1.7800.100.14.2.2.3
Specifies the number of ping packets to send to the target.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiPingSendPacketSize 1.3.6.1.4.1.7800.100.14.2.2.4
Specifies the size of ping packets to send to the target.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..60000  

ubiPingSendTimeout 1.3.6.1.4.1.7800.100.14.2.2.5
Specifies the amount of time to wait for a response.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiPingSendInterval 1.3.6.1.4.1.7800.100.14.2.2.6
Specifies the amount of time to wait before sending the next packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiPingSendSrcAddr 1.3.6.1.4.1.7800.100.14.2.2.7
Specifies the sender IP address for sending packets.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ubiPingSendTTL 1.3.6.1.4.1.7800.100.14.2.2.8
Specifies the TTL.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiPingSendTos 1.3.6.1.4.1.7800.100.14.2.2.9
Specifies the Type Of Service.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ubiPingSendDF 1.3.6.1.4.1.7800.100.14.2.2.10
Specifies the DF bit in IP header. dont(2) means a packet cannot be fragmented.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), do(1), dont(2)  

ubiPingSendExecute 1.3.6.1.4.1.7800.100.14.2.2.15
Send the ping packets when value is set to send(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER send(1)  

ubiPingSendCompleted 1.3.6.1.4.1.7800.100.14.2.3.1
Set to true when all the packets in this sequence have been either responded to or timed out.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TruthValue  

ubiPingSendPackets 1.3.6.1.4.1.7800.100.14.2.3.2
The total number of the sending ping.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Counter32  

ubiPingReceivedPackets 1.3.6.1.4.1.7800.100.14.2.3.3
The total number of the received ping.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Counter32  

ubiIpMIBCompliances 1.3.6.1.4.1.7800.100.14.3.1
OBJECT IDENTIFIER    

ubiIpMIBGroups 1.3.6.1.4.1.7800.100.14.3.2
OBJECT IDENTIFIER    

ubiIpMIBCompliance 1.3.6.1.4.1.7800.100.14.3.1.2
The compliance statement for entities which implement the UBQS-IP-MIB
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

ubiIpAddrGroup 1.3.6.1.4.1.7800.100.14.3.2.1
A collection of objects containing information about the address information of system.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ubiPingGroup 1.3.6.1.4.1.7800.100.14.3.2.2
A collection of objects containing information about the ping.
Status: current Access: accessible-for-notify
OBJECT-GROUP