BAS-ALIAS-IP-MIB: View SNMP OID List / Download MIB

VENDOR: BROADBAND ACCESS SYSTEMS


 Home MIB: BAS-ALIAS-IP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     basIpAlias 1.3.6.1.4.1.3493.2.7.2.1.1
         basIpTable 1.3.6.1.4.1.3493.2.7.2.1.1.1 no-access
Per Chassis Stack IP objects.
             basIpEntry 1.3.6.1.4.1.3493.2.7.2.1.1.1.1 no-access
IP objects for a Chassis Stack.
                 basIpForwarding 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.1 integer read-write
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). Enumeration: 'forwarding': 1, 'notForwarding': 2.
                 basIpDefaultTTL 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.2 integer read-write
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.
                 basIpInReceives 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.3 counter32 read-only
The total number of input datagrams received from interfaces, including those received in error.
                 basIpInHdrErrors 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.4 counter32 read-only
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.
                 basIpInAddrErrors 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.5 counter32 read-only
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.
                 basIpForwDatagrams 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.6 counter32 read-only
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.
                 basIpInUnknownProtos 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.7 counter32 read-only
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
                 basIpInDiscards 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.8 counter32 read-only
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.
                 basIpInDelivers 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.9 counter32 read-only
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
                 basIpOutRequests 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.10 counter32 read-only
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.
                 basIpOutDiscards 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.11 counter32 read-only
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.
                 basIpOutNoRoutes 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.12 counter32 read-only
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.
                 basIpReasmTimeout 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.13 integer32 read-only
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
                 basIpReasmReqds 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.14 counter32 read-only
The number of IP fragments received which needed to be reassembled at this entity.
                 basIpReasmOKs 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.15 counter32 read-only
The number of IP datagrams successfully re-assembled.
                 basIpReasmFails 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.16 counter32 read-only
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.
                 basIpFragOKs 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.17 counter32 read-only
The number of IP datagrams that have been successfully fragmented at this entity.
                 basIpFragFails 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.18 counter32 read-only
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.
                 basIpFragCreates 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.19 counter32 read-only
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
                 basIpChassis 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.20 baschassisid no-access
The BAS Chassis ID of this card.
                 basIpSlot 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.21 basslotid no-access
The BAS Slot ID of this card.
                 basIpIf 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.22 basinterfaceid no-access
The BAS interface ID of this card.
                 basIpLPort 1.3.6.1.4.1.3493.2.7.2.1.1.1.1.23 baslogicalportid no-access
The BAS logical port ID of this card.
     basIcmp 1.3.6.1.4.1.3493.2.7.2.1.2
         basIcmpTable 1.3.6.1.4.1.3493.2.7.2.1.2.1 no-access
Per Chassis Stack ICMP objects.
             basIcmpEntry 1.3.6.1.4.1.3493.2.7.2.1.2.1.1 no-access
ICMP objects for a Chassis Stack.
                 basIcmpInMsgs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.1 counter32 read-only
The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
                 basIcmpInErrors 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.2 counter32 read-only
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
                 basIcmpInDestUnreachs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.3 counter32 read-only
The number of ICMP Destination Unreachable messages received.
                 basIcmpInTimeExcds 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.4 counter32 read-only
The number of ICMP Time Exceeded messages received.
                 basIcmpInParmProbs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.5 counter32 read-only
The number of ICMP Parameter Problem messages received.
                 basIcmpInSrcQuenchs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.6 counter32 read-only
The number of ICMP Source Quench messages received.
                 basIcmpInRedirects 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.7 counter32 read-only
The number of ICMP Redirect messages received.
                 basIcmpInEchos 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.8 counter32 read-only
The number of ICMP Echo (request) messages received.
                 basIcmpInEchoReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.9 counter32 read-only
The number of ICMP Echo Reply messages received.
                 basIcmpInTimestamps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.10 counter32 read-only
The number of ICMP Timestamp (request) messages received.
                 basIcmpInTimestampReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.11 counter32 read-only
The number of ICMP Timestamp Reply messages received.
                 basIcmpInAddrMasks 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.12 counter32 read-only
The number of ICMP Address Mask Request messages received.
                 basIcmpInAddrMaskReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.13 counter32 read-only
The number of ICMP Address Mask Reply messages received.
                 basIcmpOutMsgs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.14 counter32 read-only
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
                 basIcmpOutErrors 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.15 counter32 read-only
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.
                 basIcmpOutDestUnreachs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.16 counter32 read-only
The number of ICMP Destination Unreachable messages sent.
                 basIcmpOutTimeExcds 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.17 counter32 read-only
The number of ICMP Time Exceeded messages sent.
                 basIcmpOutParmProbs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.18 counter32 read-only
The number of ICMP Parameter Problem messages sent.
                 basIcmpOutSrcQuenchs 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.19 counter32 read-only
The number of ICMP Source Quench messages sent.
                 basIcmpOutRedirects 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.20 counter32 read-only
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
                 basIcmpOutEchos 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.21 counter32 read-only
The number of ICMP Echo (request) messages sent.
                 basIcmpOutEchoReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.22 counter32 read-only
The number of ICMP Echo Reply messages sent.
                 basIcmpOutTimestamps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.23 counter32 read-only
The number of ICMP Timestamp (request) messages sent.
                 basIcmpOutTimestampReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.24 counter32 read-only
The number of ICMP Timestamp Reply messages sent.
                 basIcmpOutAddrMasks 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.25 counter32 read-only
The number of ICMP Address Mask Request messages sent.
                 basIcmpOutAddrMaskReps 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.26 counter32 read-only
The number of ICMP Address Mask Reply messages sent.
                 basIcmpChassis 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.27 baschassisid no-access
The BAS Chassis ID of this card.
                 basIcmpSlot 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.28 basslotid no-access
The BAS Slot ID of this card.
                 basIcmpIf 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.29 basinterfaceid no-access
The BAS interface ID of this card.
                 basIcmpLPort 1.3.6.1.4.1.3493.2.7.2.1.2.1.1.30 baslogicalportid no-access
The BAS logical port ID of this card.