AXON-MIB

File: AXON-MIB.mib (36496 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

TimeTicks Counter OBJECT-TYPE

Defined Types

FddiStatsEntry  
SEQUENCE    
  fddiStatsIndex INTEGER 1..65535
  fddiStatsDataSource OBJECT IDENTIFIER
  fddiStatsDropEvents Counter
  fddiStatsOctets Counter
  fddiStatsPkts Counter
  fddiStatsBroadcastPkts Counter
  fddiStatsMulticastPkts Counter
  fddiStatsErrors Counter
  fddiStatsPkts22Octets Counter
  fddiStatsPkts23to63Octets Counter
  fddiStatsPkts64to127Octets Counter
  fddiStatsPkts128to255Octets Counter
  fddiStatsPkts256to511Octets Counter
  fddiStatsPkts512to1023Octets Counter
  fddiStatsPkts1024to2047Octets Counter
  fddiStatsPkts2048to4095Octets Counter
  fddiStatsPkts4096to4500Octets Counter
  fddiStatsTNEG Counter
  fddiStatsTokens Counter
  fddiStatsSMTs Counter
  fddiStatsClaims Counter
  fddiStatsDirBeacons Counter
  fddiStatsBeacons Counter
  fddiStatsBeaconAddr OCTET STRING
  fddiStatsDirBeaconAddr OCTET STRING
  fddiStatsClaimAddr OCTET STRING
  fddiStatsRingState INTEGER
  fddiStatsOwner OCTET STRING
  fddiStatsStatus INTEGER
  fddiStatsOtherPkts Counter
  fddiStatsOtherOctets Counter

FddiHistoryEntry  
SEQUENCE    
  fddiHistoryIndex INTEGER 1..65535
  fddiHistorySampleIndex INTEGER 1..2147483647
  fddiHistoryIntervalStart TimeTicks
  fddiHistoryDropEvents Counter
  fddiHistoryOctets Counter
  fddiHistoryPkts Counter
  fddiHistoryBroadcastPkts Counter
  fddiHistoryMulticastPkts Counter
  fddiHistoryErrors Counter
  fddiHistoryPkts22Octets Counter
  fddiHistoryPkts23to63Octets Counter
  fddiHistoryPkts64to127Octets Counter
  fddiHistoryPkts128to255Octets Counter
  fddiHistoryPkts256to511Octets Counter
  fddiHistoryPkts512to1023Octets Counter
  fddiHistoryPkts1024to2047Octets Counter
  fddiHistoryPkts2048to4095Octets Counter
  fddiHistoryPkts4096to4500Octets Counter
  fddiHistoryUtilization INTEGER 0..10000
  fddiHistoryTNEG Counter
  fddiHistoryMeanTRT Counter
  fddiHistorySMTs Counter
  fddiHistoryClaims Counter
  fddiHistoryDirBeacons Counter
  fddiHistoryBeacons Counter
  fddiHistoryRingStateChanges Counter

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

directory 1.3.6.1.1
OBJECT IDENTIFIER    

mgmt 1.3.6.1.2
OBJECT IDENTIFIER    

experimental 1.3.6.1.3
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

mib-2 1.3.6.1.2.1
OBJECT IDENTIFIER    

axon 1.3.6.1.4.1.370
OBJECT IDENTIFIER    

clone 1.3.6.1.4.1.370.1
OBJECT IDENTIFIER    

product 1.3.6.1.4.1.370.2
OBJECT IDENTIFIER    

common 1.3.6.1.4.1.370.2.1
OBJECT IDENTIFIER    

application 1.3.6.1.4.1.370.3
OBJECT IDENTIFIER    

axFddi 1.3.6.1.4.1.370.4
OBJECT IDENTIFIER    

axFddiStatistics 1.3.6.1.4.1.370.4.1
OBJECT IDENTIFIER    

axFddiHistory 1.3.6.1.4.1.370.4.2
OBJECT IDENTIFIER    

fddiStatsTable 1.3.6.1.4.1.370.4.1.1
A list of promiscuous FDDI statistics entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FddiStatsEntry

fddiStatsEntry 1.3.6.1.4.1.370.4.1.1.1
A collection of promiscuous statistics kept for packets on a particular FDDI interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FddiStatsEntry  

fddiStatsIndex 1.3.6.1.4.1.370.4.1.1.1.1
The value of this object uniquely identifies this fddiStats entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

fddiStatsDataSource 1.3.6.1.4.1.370.4.1.1.1.2
This object identifies the source of the data that this fddiStats entry is configured to analyze. This source can be any FDDI interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 1213 and RFC 1573 [4,6], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. This object may not be modified if the associated fddiStatsStatus object is equal to valid(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

fddiStatsDropEvents 1.3.6.1.4.1.370.4.1.1.1.3
The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsOctets 1.3.6.1.4.1.370.4.1.1.1.4
The total number of octets of LLC data (including those in bad packets) received on the network (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts 1.3.6.1.4.1.370.4.1.1.1.5
The total number of LLC packets (including bad packets, broadcast packets, and multicast packets) received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsBroadcastPkts 1.3.6.1.4.1.370.4.1.1.1.6
The total number of packets received that were directed to the broadcast address (0xFFFFFFFFFFFF). Note that this does not include multicast packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsMulticastPkts 1.3.6.1.4.1.370.4.1.1.1.7
The total number of packets received that were directed to a local or global multicast or functional address. Note that this number does not include packets directed to the broadcast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsErrors 1.3.6.1.4.1.370.4.1.1.1.8
The total number of packets received that had either a bad Frame Check Sequence (FCS) or a invalid data length. A packet with a invalid data length is one that is too short (length less than 21 octets / 42 symbols) or had an odd number of symbols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts22Octets 1.3.6.1.4.1.370.4.1.1.1.9
The total number of good packets received that were 22 octets, or less, in length (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts23to63Octets 1.3.6.1.4.1.370.4.1.1.1.10
The total number of good packets received that were between 23 and 63 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts64to127Octets 1.3.6.1.4.1.370.4.1.1.1.11
The total number of good packets received that were between 64 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts128to255Octets 1.3.6.1.4.1.370.4.1.1.1.12
The total number of good packets received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts256to511Octets 1.3.6.1.4.1.370.4.1.1.1.13
The total number of good packets received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts512to1023Octets 1.3.6.1.4.1.370.4.1.1.1.14
The total number of good packets received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts1024to2047Octets 1.3.6.1.4.1.370.4.1.1.1.15
The total number of good packets received that were between 1024 and 2047 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts2048to4095Octets 1.3.6.1.4.1.370.4.1.1.1.16
The total number of good packets received that were between 2048 and 4095 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsPkts4096to4500Octets 1.3.6.1.4.1.370.4.1.1.1.17
The total number of good packets received that were between 4096 and 4500 octets in length inclusive (excluding framing bits but including FCS octets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsTNEG 1.3.6.1.4.1.370.4.1.1.1.18
The Negotiated Token Rotation Time, TNeg, in nano-seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsTokens 1.3.6.1.4.1.370.4.1.1.1.19
The number of valid tokens received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsSMTs 1.3.6.1.4.1.370.4.1.1.1.20
The number of SMT frames received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsClaims 1.3.6.1.4.1.370.4.1.1.1.21
The number of Claim frames received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsDirBeacons 1.3.6.1.4.1.370.4.1.1.1.22
The number of Directed Beacon frames received. Directed Beacon frames have an FC field of 0xC2, a Destination Address of non-canonical: 80:01:43:00:80:00, canonical: 01:80:C2:00:01:00, a Source Address of this station, and a info field of 0x01 (Beacon Type) + pad field (0x000000).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsBeacons 1.3.6.1.4.1.370.4.1.1.1.23
The number of MAC Beacon frames received. MAC Beacon frames have an FC field of 0xC2, a Destination Address of the null address a Source Address of this station, and a info field of 0x00 (Beacon Type) + pad field (0x000000).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsBeaconAddr 1.3.6.1.4.1.370.4.1.1.1.24
The MAC address of the last station to send a Beacon Frame
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

fddiStatsDirBeaconAddr 1.3.6.1.4.1.370.4.1.1.1.25
The MAC address of the last station to send a Directed Beacon Frame
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

fddiStatsClaimAddr 1.3.6.1.4.1.370.4.1.1.1.26
The MAC address of the last station to send a Claim Frame
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

fddiStatsRingState 1.3.6.1.4.1.370.4.1.1.1.27
The current detected state of the ring. 1 Operational 2 Non Operational Claim 3 Non Operational Beacon 4 Non Operational Dir. Beacon
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiStatsOwner 1.3.6.1.4.1.370.4.1.1.1.28
The entity that configured this entry and is therefore using the resources assigned to it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

fddiStatsStatus 1.3.6.1.4.1.370.4.1.1.1.29
The status of this fddiStats entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

fddiStatsOtherPkts 1.3.6.1.4.1.370.4.1.1.1.30
The total number of other packets (including bad packets, broadcast packets, and multicast packets) received. Other packets which are packets which are not LLC, SMT or recognized MAC beacon packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsOtherOctets 1.3.6.1.4.1.370.4.1.1.1.31
The total number of other octets (including those in bad packets) received on the network (excluding framing bits but including FCS octets). Other octets are those from packets which are packets which are not LLC, SMT or recognized MAC beacon packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryTable 1.3.6.1.4.1.370.4.2.5
A list of FDDI history entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FddiHistoryEntry

fddiHistoryEntry 1.3.6.1.4.1.370.4.2.5.1
An historical sample of FDDI statistics on a particular FDDI interface. This sample is associated with the historyControlEntry which set up the parameters for a regular collection of these samples. As an example, an instance of the fddiHistoryPkts object might be named fddiHistoryPkts.2.89
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FddiHistoryEntry  

fddiHistoryIndex 1.3.6.1.4.1.370.4.2.5.1.1
The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of historyControlIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

fddiHistorySampleIndex 1.3.6.1.4.1.370.4.2.5.1.2
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same historyControlEntry. This index starts at 1 and increases by one as each new sample is taken.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiHistoryIntervalStart 1.3.6.1.4.1.370.4.2.5.1.3
The value of sysUpTime at the start of the interval over which this sample was measured. If the probe keeps track of the time of day, it should start the first sample of the history at a time such that when the next hour of the day begins, a sample is started at that instant. Note that following this rule may require the probe to delay collecting the first sample of the history, as each sample must be of the same interval. Also note that the sample which is currently being collected is not accessible in this table until the end of its interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

fddiHistoryDropEvents 1.3.6.1.4.1.370.4.2.5.1.4
The total number of events in which packets were dropped by the probe due to lack of resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryOctets 1.3.6.1.4.1.370.4.2.5.1.5
The total number of octets of LLC data (including those in bad packets) received on the network (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts 1.3.6.1.4.1.370.4.2.5.1.6
The total number of LLC packets (including bad packets, broadcast packets, and multicast packets) received during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryBroadcastPkts 1.3.6.1.4.1.370.4.2.5.1.7
The total number of packets received that were directed to the broadcast address (0xFFFFFFFFFFFF) during this sampling interval. Note that this does not include multicast packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryMulticastPkts 1.3.6.1.4.1.370.4.2.5.1.8
The total number of packets received that were directed to a local or global multicast or functional address during this sampling interval. Note that this number does not include packets directed to the broadcast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryErrors 1.3.6.1.4.1.370.4.2.5.1.9
The total number of packets received that had either a bad Frame Check Sequence (FCS) or a invalid data length during this sampling interval. A packet with a invalid data length is one that is too short (length less than 21 octets / 42 symbols) or had an odd number of symbols.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts22Octets 1.3.6.1.4.1.370.4.2.5.1.10
The total number of good packets received that were 22 octets, or less, in length (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts23to63Octets 1.3.6.1.4.1.370.4.2.5.1.11
The total number of good packets received that were between 23 and 63 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts64to127Octets 1.3.6.1.4.1.370.4.2.5.1.12
The total number of good packets received that were between 64 and 127 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts128to255Octets 1.3.6.1.4.1.370.4.2.5.1.13
The total number of good packets received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts256to511Octets 1.3.6.1.4.1.370.4.2.5.1.14
The total number of good packets received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts512to1023Octets 1.3.6.1.4.1.370.4.2.5.1.15
The total number of good packets received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts1024to2047Octets 1.3.6.1.4.1.370.4.2.5.1.16
The total number of good packets received that were between 1024 and 2047 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts2048to4095Octets 1.3.6.1.4.1.370.4.2.5.1.17
The total number of good packets received that were between 2048 and 4095 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryPkts4096to4500Octets 1.3.6.1.4.1.370.4.2.5.1.18
The total number of good packets received that were between 4096 and 4500 octets in length inclusive (excluding framing bits but including FCS octets) during this sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryUtilization 1.3.6.1.4.1.370.4.2.5.1.19
The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent. This is calculated as: utilize = ((bits/s used) * 10000) / (MAX bits/s) = ((bits/ms used) * 10000000) / 100000000 = (bits/ms used) / 10 = (((pkts * 5) + octets) * 8) / (interval * 10)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..10000  

fddiHistoryTNEG 1.3.6.1.4.1.370.4.2.5.1.20
The Negotiated Token Rotation Time, TNeg, in nano-seconds at the end of the sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryMeanTRT 1.3.6.1.4.1.370.4.2.5.1.21
The Mean token rotation time. This calculated as the tokens received during the sample interval divided by the sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistorySMTs 1.3.6.1.4.1.370.4.2.5.1.22
The number of SMT frames received during the sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryClaims 1.3.6.1.4.1.370.4.2.5.1.23
The number of Claim frames received during the sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryDirBeacons 1.3.6.1.4.1.370.4.2.5.1.24
The number of Directed Beacon frames received during the sample interval. Directed Beacon frames have an FC field of 0xC2, a Destination Address of non-canonical: 80:01:43:00:80:00, canonical: 01:80:C2:00:01:00, a Source Address of this station, and a info field of 0x01 (Beacon Type) + pad field (0x000000).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryBeacons 1.3.6.1.4.1.370.4.2.5.1.25
The number of MAC Beacon frames received during the sample interval. MAC Beacon frames have an FC field of 0xC2, a Destination Address of the null address a Source Address of this station, and a info field of 0x00 (Beacon Type) + pad field (0x000000).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiHistoryRingStateChanges 1.3.6.1.4.1.370.4.2.5.1.26
Count of changes of the state of the ring during the sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter