RC-IPFIX-MIB

File: RC-IPFIX-MIB.mib (19189 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
INET-ADDRESS-MIB RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 DisplayString
TruthValue MacAddress RowStatus
TimeStamp InterfaceIndex InterfaceIndexOrZero
InetAddressType InetAddress InetPortNumber
rcIpfix EnableValue IdList

Defined Types

RcIpfixConfSlotEntry  
SEQUENCE    
  rcIpfixConfSlotNum Integer32
  rcIpfixConfSlotAgingIntv Integer32
  rcIpfixConfSlotActiveTimeout Integer32
  rcIpfixConfSlotExportIntv Integer32
  rcIpfixConfSlotExportState EnableValue
  rcIpfixConfSlotTempRefIntvSec Integer32
  rcIpfixConfSlotTempRefIntvPkts Integer32

RcIpfixCollectorEntry  
SEQUENCE    
  rcIpfixCollectorSlotNum Integer32
  rcIpfixCollectorAddressType InetAddressType
  rcIpfixCollectorAddress InetAddress
  rcIpfixCollectorProtocol INTEGER
  rcIpfixCollectorDestPort InetPortNumber
  rcIpfixCollectorExporterIpType InetAddressType
  rcIpfixCollectorExporterIp InetAddress
  rcIpfixCollectorProtoVer INTEGER
  rcIpfixCollectorState TruthValue
  rcIpfixCollectorRowStatus RowStatus

RcIpfixConfPortEntry  
SEQUENCE    
  rcIpfixConfPortId InterfaceIndex
  rcIpfixConfPortSampleRate Integer32
  rcIpfixConfPortHashPolyCoeffs Integer32
  rcIpfixConfPortHashPolySeed Integer32
  rcIpfixConfPortFlush INTEGER
  rcIpfixConfPortAllTraffic EnableValue
  rcIpfixConfPortHashKeyId INTEGER
  rcIpfixConfPortDynamicSampRate Integer32

RcIpfixHashStatsEntry  
SEQUENCE    
  rcIpfixHashStatsSlotNum Integer32
  rcIpfixHashStatsHashOverflows Counter64
  rcIpfixHashStatsHashDrops Counter64
  rcIpfixHashStatsClear INTEGER
  rcIpfixHashStatsClearTime TimeStamp

RcIpfixExporterStatsEntry  
SEQUENCE    
  rcIpfixExporterStatsSlotNum Integer32
  rcIpfixExporterStatsCollectorType InetAddressType
  rcIpfixExporterStatsCollector InetAddress
  rcIpfixExporterStatsOutPkts Counter64
  rcIpfixExporterStatsOutOctets Counter64
  rcIpfixExporterStatsPktsLoss Counter64
  rcIpfixExporterStatsClear INTEGER
  rcIpfixExporterStatsClearTime TimeStamp

Defined Values

rcIpfixMib 1.3.6.1.4.1.2272.1.66.1
Enterprise MIB for the rcIpfix
MODULE-IDENTITY    

rcIpfixConfGlobal 1.3.6.1.4.1.2272.1.66.1.1
OBJECT IDENTIFIER    

rcIpfixTable 1.3.6.1.4.1.2272.1.66.1.2
OBJECT IDENTIFIER    

rcIpfixConfState 1.3.6.1.4.1.2272.1.66.1.1.1
Enables/Disables the state of ipfix on the box.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpfixRunningState 1.3.6.1.4.1.2272.1.66.1.1.2
Show Enable/Disable running state of ipfix on the box.
Status: current Access: read-only
OBJECT-TYPE    
  EnableValue  

rcIpfixConfSlotTable 1.3.6.1.4.1.2272.1.66.1.2.1
A table to store the configuration details for IPFIX for each slot. This table is indexed by slot number.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpfixConfSlotEntry

rcIpfixConfSlotEntry 1.3.6.1.4.1.2272.1.66.1.2.1.1
One Entry holding IPFIX config information on slot basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpfixConfSlotEntry  

rcIpfixConfSlotNum 1.3.6.1.4.1.2272.1.66.1.2.1.1.1
Slot number
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

rcIpfixConfSlotAgingIntv 1.3.6.1.4.1.2272.1.66.1.2.1.1.2
Flow record aging interval (Value in seconds).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147400  

rcIpfixConfSlotActiveTimeout 1.3.6.1.4.1.2272.1.66.1.2.1.1.3
Flow record active timeout value (Value in mins).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

rcIpfixConfSlotExportIntv 1.3.6.1.4.1.2272.1.66.1.2.1.1.4
Frequency of flow export to collector (Value in sec).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..3600  

rcIpfixConfSlotExportState 1.3.6.1.4.1.2272.1.66.1.2.1.1.5
State of exporter.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpfixConfSlotTempRefIntvSec 1.3.6.1.4.1.2272.1.66.1.2.1.1.6
Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 300..3600  

rcIpfixConfSlotTempRefIntvPkts 1.3.6.1.4.1.2272.1.66.1.2.1.1.7
Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10000..100000  

rcIpfixCollectorTable 1.3.6.1.4.1.2272.1.66.1.2.2
Table to store the configuration details for IPFIX collector for each slot. This table is indexed by slot number and ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpfixCollectorEntry

rcIpfixCollectorEntry 1.3.6.1.4.1.2272.1.66.1.2.2.1
One entry holds IPFIX collector config information based on slot info and collector ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpfixCollectorEntry  

rcIpfixCollectorSlotNum 1.3.6.1.4.1.2272.1.66.1.2.2.1.1
Slot number. An index to the CollectorEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

rcIpfixCollectorAddressType 1.3.6.1.4.1.2272.1.66.1.2.2.1.2
IP address type of the collector. An index to the CollectorEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rcIpfixCollectorAddress 1.3.6.1.4.1.2272.1.66.1.2.2.1.3
IP address of the collector. An index to the CollectorEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rcIpfixCollectorProtocol 1.3.6.1.4.1.2272.1.66.1.2.2.1.4
Protocol for export data from exporter to collector .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER udp(1), tcp(2), sctp(3)  

rcIpfixCollectorDestPort 1.3.6.1.4.1.2272.1.66.1.2.2.1.5
Dest port to send the requests.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

rcIpfixCollectorExporterIpType 1.3.6.1.4.1.2272.1.66.1.2.2.1.6
Ip address type of the exporter for collector.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rcIpfixCollectorExporterIp 1.3.6.1.4.1.2272.1.66.1.2.2.1.7
Ip address of the exporter for collector.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

rcIpfixCollectorProtoVer 1.3.6.1.4.1.2272.1.66.1.2.2.1.8
This specifies the protocol version for ipfix.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ipfix(1), preipfixv9(2), preipfixv5(3)  

rcIpfixCollectorState 1.3.6.1.4.1.2272.1.66.1.2.2.1.9
State of the particular collector. Enable is true by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpfixCollectorRowStatus 1.3.6.1.4.1.2272.1.66.1.2.2.1.10
Used to create/delete entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpfixConfPortTable 1.3.6.1.4.1.2272.1.66.1.2.3
A table to store the configuration details for IPFIX for each port. This table is indexed by port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpfixConfPortEntry

rcIpfixConfPortEntry 1.3.6.1.4.1.2272.1.66.1.2.3.1
Entry holding IPFIX config information per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpfixConfPortEntry  

rcIpfixConfPortId 1.3.6.1.4.1.2272.1.66.1.2.3.1.1
An index to the IpfixConfPortEntry, a unique identifier of the portId
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpfixConfPortSampleRate 1.3.6.1.4.1.2272.1.66.1.2.3.1.2
Used to configure the sampling rate. Sample one in every N packets.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100000  

rcIpfixConfPortHashPolyCoeffs 1.3.6.1.4.1.2272.1.66.1.2.3.1.3
Command to set hash polynomial coeffs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 000401..FFFFFF  

rcIpfixConfPortHashPolySeed 1.3.6.1.4.1.2272.1.66.1.2.3.1.4
Command to set hash polynomial seed.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 000000..FFFFFF  

rcIpfixConfPortFlush 1.3.6.1.4.1.2272.1.66.1.2.3.1.5
This is used to delete all records stored in COP, or to initiate an export of all records and delete data base after the export is finished.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), flush(2), exportAndFlush(3)  

rcIpfixConfPortAllTraffic 1.3.6.1.4.1.2272.1.66.1.2.3.1.6
This is used to enable/disable ipfix on all trafiic, for the specified port.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpfixConfPortHashKeyId 1.3.6.1.4.1.2272.1.66.1.2.3.1.7
hash key id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hashKeyOne(1), hashKeyTwo(2), hashKeyThree(3), hashKeyFour(4)  

rcIpfixConfPortDynamicSampRate 1.3.6.1.4.1.2272.1.66.1.2.3.1.8
Indicates the dynamic sampling rate.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..100000  

rcIpfixHashStatsTable 1.3.6.1.4.1.2272.1.66.1.2.4
A table of hash Statistics entries to store the statistics for each slot. This table is indexed by the slot number.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpfixHashStatsEntry

rcIpfixHashStatsEntry 1.3.6.1.4.1.2272.1.66.1.2.4.1
Entry containing hash statistics information for a particular slot.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpfixHashStatsEntry  

rcIpfixHashStatsSlotNum 1.3.6.1.4.1.2272.1.66.1.2.4.1.1
A unique identifier for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

rcIpfixHashStatsHashOverflows 1.3.6.1.4.1.2272.1.66.1.2.4.1.2
Count of hash overflows per slot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rcIpfixHashStatsHashDrops 1.3.6.1.4.1.2272.1.66.1.2.4.1.3
Count of hash drops per slot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rcIpfixHashStatsClear 1.3.6.1.4.1.2272.1.66.1.2.4.1.4
Setting this object will clear hash statistics for a slot.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

rcIpfixHashStatsClearTime 1.3.6.1.4.1.2272.1.66.1.2.4.1.5
The value of sysUpTime when the hash statistics were last cleared.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rcIpfixExporterStatsTable 1.3.6.1.4.1.2272.1.66.1.2.5
A table of Exporter Statistics entries to store the statistics for each slot, each collector. This table is indexed by the slot number and collector address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpfixExporterStatsEntry

rcIpfixExporterStatsEntry 1.3.6.1.4.1.2272.1.66.1.2.5.1
Entry containing Exporter statistics information for a particular slot and particular collector.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpfixExporterStatsEntry  

rcIpfixExporterStatsSlotNum 1.3.6.1.4.1.2272.1.66.1.2.5.1.1
Index for the table, slot number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

rcIpfixExporterStatsCollectorType 1.3.6.1.4.1.2272.1.66.1.2.5.1.2
Collector IP address type. This is an index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rcIpfixExporterStatsCollector 1.3.6.1.4.1.2272.1.66.1.2.5.1.3
Index for the table, collector address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rcIpfixExporterStatsOutPkts 1.3.6.1.4.1.2272.1.66.1.2.5.1.4
Number of Packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rcIpfixExporterStatsOutOctets 1.3.6.1.4.1.2272.1.66.1.2.5.1.5
Number of Bytes sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rcIpfixExporterStatsPktsLoss 1.3.6.1.4.1.2272.1.66.1.2.5.1.6
Number of Records lost.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rcIpfixExporterStatsClear 1.3.6.1.4.1.2272.1.66.1.2.5.1.7
Setting this object will clear exporter statistics.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

rcIpfixExporterStatsClearTime 1.3.6.1.4.1.2272.1.66.1.2.5.1.8
The value of sysUpTime when exporter statistics were last cleared.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp