BAS-ALIAS-IP-MIB

File: BAS-ALIAS-IP-MIB.mib (19540 bytes)

Imported modules

SNMPv2-SMI BAS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 basAliasIp BasChassisId
BasSlotId BasInterfaceId BasLogicalPortId

Defined Types

BasIpEntry  
SEQUENCE    
  basIpForwarding INTEGER
  basIpDefaultTTL INTEGER
  basIpInReceives Counter32
  basIpInHdrErrors Counter32
  basIpInAddrErrors Counter32
  basIpForwDatagrams Counter32
  basIpInUnknownProtos Counter32
  basIpInDiscards Counter32
  basIpInDelivers Counter32
  basIpOutRequests Counter32
  basIpOutDiscards Counter32
  basIpOutNoRoutes Counter32
  basIpReasmTimeout Integer32
  basIpReasmReqds Counter32
  basIpReasmOKs Counter32
  basIpReasmFails Counter32
  basIpFragOKs Counter32
  basIpFragFails Counter32
  basIpFragCreates Counter32
  basIpChassis BasChassisId
  basIpSlot BasSlotId
  basIpIf BasInterfaceId
  basIpLPort BasLogicalPortId

BasIcmpEntry  
SEQUENCE    
  basIcmpInMsgs Counter32
  basIcmpInErrors Counter32
  basIcmpInDestUnreachs Counter32
  basIcmpInTimeExcds Counter32
  basIcmpInParmProbs Counter32
  basIcmpInSrcQuenchs Counter32
  basIcmpInRedirects Counter32
  basIcmpInEchos Counter32
  basIcmpInEchoReps Counter32
  basIcmpInTimestamps Counter32
  basIcmpInTimestampReps Counter32
  basIcmpInAddrMasks Counter32
  basIcmpInAddrMaskReps Counter32
  basIcmpOutMsgs Counter32
  basIcmpOutErrors Counter32
  basIcmpOutDestUnreachs Counter32
  basIcmpOutTimeExcds Counter32
  basIcmpOutParmProbs Counter32
  basIcmpOutSrcQuenchs Counter32
  basIcmpOutRedirects Counter32
  basIcmpOutEchos Counter32
  basIcmpOutEchoReps Counter32
  basIcmpOutTimestamps Counter32
  basIcmpOutTimestampReps Counter32
  basIcmpOutAddrMasks Counter32
  basIcmpOutAddrMaskReps Counter32
  basIcmpChassis BasChassisId
  basIcmpSlot BasSlotId
  basIcmpIf BasInterfaceId
  basIcmpLPort BasLogicalPortId

Defined Values

basAliasIpMib 1.3.6.1.4.1.3493.2.7.2.1
This MIB module defines the Alias IP MIB objects for a Broadband Access System Cluster.
MODULE-IDENTITY    

basIpAlias 1.3.6.1.4.1.3493.2.7.2.1.1
OBJECT IDENTIFIER    

basIcmp 1.3.6.1.4.1.3493.2.7.2.1.2
OBJECT IDENTIFIER    

basIpTable 1.3.6.1.4.1.3493.2.7.2.1.1.1
Per Chassis Stack IP objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasIpEntry

basIpEntry 1.3.6.1.4.1.3493.2.7.2.1.1.1.1
IP objects for a Chassis Stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasIpEntry  

basIpForwarding 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.1
The indication of whether this entity is acting as an IP router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP routers forward datagrams. IP hosts do not (except those source-routed via the host).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

basIpDefaultTTL 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.2
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

basIpInReceives 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.3
The total number of input datagrams received from interfaces, including those received in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpInHdrErrors 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.4
The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpInAddrErrors 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.5
The number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpForwDatagrams 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.6
The number of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as IP routers, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpInUnknownProtos 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.7
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpInDiscards 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.8
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpInDelivers 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.9
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpOutRequests 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.10
The total number of IP datagrams which local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpOutDiscards 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.11
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpOutNoRoutes 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.12
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default routers are down.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpReasmTimeout 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.13
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

basIpReasmReqds 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.14
The number of IP fragments received which needed to be reassembled at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpReasmOKs 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.15
The number of IP datagrams successfully re-assembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpReasmFails 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.16
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpFragOKs 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.17
The number of IP datagrams that have been successfully fragmented at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpFragFails 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.18
The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpFragCreates 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.19
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIpChassis 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.20
The BAS Chassis ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basIpSlot 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.21
The BAS Slot ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basIpIf 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.22
The BAS interface ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basIpLPort 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.23
The BAS logical port ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId  

basIcmpTable 1.3.6.1.4.1.3493.2.7.2.1.2.1
Per Chassis Stack ICMP objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasIcmpEntry

basIcmpEntry 1.3.6.1.4.1.3493.2.7.2.1.2.1.1
ICMP objects for a Chassis Stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasIcmpEntry  

basIcmpInMsgs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.1
The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInErrors 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.2
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInDestUnreachs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.3
The number of ICMP Destination Unreachable messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInTimeExcds 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.4
The number of ICMP Time Exceeded messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInParmProbs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.5
The number of ICMP Parameter Problem messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInSrcQuenchs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.6
The number of ICMP Source Quench messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInRedirects 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.7
The number of ICMP Redirect messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInEchos 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.8
The number of ICMP Echo (request) messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInEchoReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.9
The number of ICMP Echo Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInTimestamps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.10
The number of ICMP Timestamp (request) messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInTimestampReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.11
The number of ICMP Timestamp Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInAddrMasks 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.12
The number of ICMP Address Mask Request messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpInAddrMaskReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.13
The number of ICMP Address Mask Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutMsgs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.14
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutErrors 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.15
The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutDestUnreachs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.16
The number of ICMP Destination Unreachable messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutTimeExcds 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.17
The number of ICMP Time Exceeded messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutParmProbs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.18
The number of ICMP Parameter Problem messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutSrcQuenchs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.19
The number of ICMP Source Quench messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutRedirects 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.20
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutEchos 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.21
The number of ICMP Echo (request) messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutEchoReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.22
The number of ICMP Echo Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutTimestamps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.23
The number of ICMP Timestamp (request) messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutTimestampReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.24
The number of ICMP Timestamp Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutAddrMasks 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.25
The number of ICMP Address Mask Request messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpOutAddrMaskReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.26
The number of ICMP Address Mask Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basIcmpChassis 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.27
The BAS Chassis ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basIcmpSlot 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.28
The BAS Slot ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basIcmpIf 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.29
The BAS interface ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basIcmpLPort 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.30
The BAS logical port ID of this card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId