All MIBs › RC-IPFIX-MIB
Organization: Bay Networks, Rapid-City Group
Last Updated: 2008-11-17
Category: Nortel Enterprise Data, Performance Monitoring
Description:
Manages IPFIX and NetFlow traffic flow export configuration and statistics on Bay Networks Rapid-City series switches.
Imported Objects
From IF-MIB
| InterfaceIndex | |
| InterfaceIndexOrZero |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType | |
| InetPortNumber |
From RAPID-CITY
| EnableValue | |
| IdList | |
| rcIpfix | OBJECT-IDENTITY |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Integer32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| DisplayString | |
| MacAddress | |
| RowStatus | |
| TimeStamp | |
| TruthValue |
What Is RC-IPFIX-MIB?
RC-IPFIX-MIB is a Bay Networks/Nortel Rapid-City proprietary MIB configuring IPFIX (IP Flow Information Export) flow export on Rapid-City-based switches. Its objects cover a global configuration/running-state pair and a per-slot configuration table (aging interval, active timeout, export interval/state, template refresh interval in seconds and packets), alongside a collector table (per slot) recording the export destination address, transport protocol, destination port, exporter address, protocol version, and row status. As a configuration/status MIB it lets an administrator confirm flow records are being exported to the intended collector with the expected timing parameters. It is deployed on Bay Networks/Nortel Rapid-City-based switches. Engineers can download the RC-IPFIX-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in RC-IPFIX-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- IPFIX export configuration and collector connectivity
Supported Devices
- Bay Networks/Nortel Rapid-City-based switches
Monitoring Examples
An administrator checks rcIpfixCollectorAddress and rcIpfixCollectorState to confirm flow export is correctly reaching the intended IPFIX collector before relying on that data for traffic analysis.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rcIpfixMib | 1.3.6.1.4.1.2272.1.66.1 | Enterprise MIB for the rcIpfix | ||
| rcIpfixConfGlobal | 1.3.6.1.4.1.2272.1.66.1.1 | |||
| ENA rcIpfixConfState | 1.3.6.1.4.1.2272.1.66.1.1.1 | EnableValue | read-write | Enables/Disables the state of ipfix on the box. |
| ENA rcIpfixRunningState | 1.3.6.1.4.1.2272.1.66.1.1.2 | EnableValue | read-only | Show Enable/Disable running state of ipfix on the box. |
| rcIpfixTable | 1.3.6.1.4.1.2272.1.66.1.2 | |||
| rcIpfixConfSlotTable | 1.3.6.1.4.1.2272.1.66.1.2.1 | not-accessible | A table to store the configuration details for IPFIX for each slot. This table is indexed by slot number. | |
| rcIpfixConfSlotEntry | 1.3.6.1.4.1.2272.1.66.1.2.1.1 | not-accessible | One Entry holding IPFIX config information on slot basis. | |
| I32 rcIpfixConfSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.1.1.1 | Integer32 | not-accessible | Slot number |
| I32 rcIpfixConfSlotAgingIntv | 1.3.6.1.4.1.2272.1.66.1.2.1.1.2 | Integer32 | read-write | Flow record aging interval (Value in seconds). |
| I32 rcIpfixConfSlotActiveTimeout | 1.3.6.1.4.1.2272.1.66.1.2.1.1.3 | Integer32 | read-write | Flow record active timeout value (Value in mins). |
| I32 rcIpfixConfSlotExportIntv | 1.3.6.1.4.1.2272.1.66.1.2.1.1.4 | Integer32 | read-write | Frequency of flow export to collector (Value in sec). |
| ENA rcIpfixConfSlotExportState | 1.3.6.1.4.1.2272.1.66.1.2.1.1.5 | EnableValue | read-write | State of exporter. |
| I32 rcIpfixConfSlotTempRefIntvSec | 1.3.6.1.4.1.2272.1.66.1.2.1.1.6 | Integer32 | read-write | Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first. |
| I32 rcIpfixConfSlotTempRefIntvPkts | 1.3.6.1.4.1.2272.1.66.1.2.1.1.7 | Integer32 | read-write | Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first. |
| rcIpfixCollectorTable | 1.3.6.1.4.1.2272.1.66.1.2.2 | not-accessible | Table to store the configuration details for IPFIX collector for each slot. This table is indexed by slot number and ip address. | |
| rcIpfixCollectorEntry | 1.3.6.1.4.1.2272.1.66.1.2.2.1 | not-accessible | One entry holds IPFIX collector config information based on slot info and collector ip address. | |
| I32 rcIpfixCollectorSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.2.1.1 | Integer32 | not-accessible | Slot number. An index to the CollectorEntry. |
| IPt rcIpfixCollectorAddressType | 1.3.6.1.4.1.2272.1.66.1.2.2.1.2 | InetAddressType | not-accessible | IP address type of the collector. An index to the CollectorEntry. |
| IP rcIpfixCollectorAddress | 1.3.6.1.4.1.2272.1.66.1.2.2.1.3 | InetAddress | not-accessible | IP address of the collector. An index to the CollectorEntry. |
| INT rcIpfixCollectorProtocol | 1.3.6.1.4.1.2272.1.66.1.2.2.1.4 | INTEGER | read-create | Protocol for export data from exporter to collector . |
| INE rcIpfixCollectorDestPort | 1.3.6.1.4.1.2272.1.66.1.2.2.1.5 | InetPortNumber | read-create | Dest port to send the requests. |
| IPt rcIpfixCollectorExporterIpType | 1.3.6.1.4.1.2272.1.66.1.2.2.1.6 | InetAddressType | read-create | Ip address type of the exporter for collector. |
| IP rcIpfixCollectorExporterIp | 1.3.6.1.4.1.2272.1.66.1.2.2.1.7 | InetAddress | read-create | Ip address of the exporter for collector. |
| INT rcIpfixCollectorProtoVer | 1.3.6.1.4.1.2272.1.66.1.2.2.1.8 | INTEGER | read-create | This specifies the protocol version for ipfix. |
| T/F rcIpfixCollectorState | 1.3.6.1.4.1.2272.1.66.1.2.2.1.9 | TruthValue | read-create | State of the particular collector. Enable is true by default. |
| ROW rcIpfixCollectorRowStatus | 1.3.6.1.4.1.2272.1.66.1.2.2.1.10 | RowStatus | read-create | Used to create/delete entries. |
| rcIpfixConfPortTable | 1.3.6.1.4.1.2272.1.66.1.2.3 | not-accessible | A table to store the configuration details for IPFIX for each port. This table is indexed by port number. | |
| rcIpfixConfPortEntry | 1.3.6.1.4.1.2272.1.66.1.2.3.1 | not-accessible | Entry holding IPFIX config information per port. | |
| NUM rcIpfixConfPortId | 1.3.6.1.4.1.2272.1.66.1.2.3.1.1 | InterfaceIndex | not-accessible | An index to the IpfixConfPortEntry, a unique identifier of the portId |
| I32 rcIpfixConfPortSampleRate | 1.3.6.1.4.1.2272.1.66.1.2.3.1.2 | Integer32 | read-write | Used to configure the sampling rate. Sample one in every N packets. |
| I32 rcIpfixConfPortHashPolyCoeffs | 1.3.6.1.4.1.2272.1.66.1.2.3.1.3 | Integer32 | read-write | Command to set hash polynomial coeffs. |
| I32 rcIpfixConfPortHashPolySeed | 1.3.6.1.4.1.2272.1.66.1.2.3.1.4 | Integer32 | read-write | Command to set hash polynomial seed. |
| INT rcIpfixConfPortFlush | 1.3.6.1.4.1.2272.1.66.1.2.3.1.5 | INTEGER | read-write | 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. |
| ENA rcIpfixConfPortAllTraffic | 1.3.6.1.4.1.2272.1.66.1.2.3.1.6 | EnableValue | read-write | This is used to enable/disable ipfix on all trafiic, for the specified port. |
| INT rcIpfixConfPortHashKeyId | 1.3.6.1.4.1.2272.1.66.1.2.3.1.7 | INTEGER | read-write | hash key id. |
| I32 rcIpfixConfPortDynamicSampRate | 1.3.6.1.4.1.2272.1.66.1.2.3.1.8 | Integer32 | read-only | Indicates the dynamic sampling rate. |
| rcIpfixHashStatsTable | 1.3.6.1.4.1.2272.1.66.1.2.4 | not-accessible | A table of hash Statistics entries to store the statistics for each slot. This table is indexed by the slot number. | |
| rcIpfixHashStatsEntry | 1.3.6.1.4.1.2272.1.66.1.2.4.1 | not-accessible | Entry containing hash statistics information for a particular slot. | |
| I32 rcIpfixHashStatsSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.4.1.1 | Integer32 | not-accessible | A unique identifier for the table. |
| C64 rcIpfixHashStatsHashOverflows | 1.3.6.1.4.1.2272.1.66.1.2.4.1.2 | Counter64 | read-only | Count of hash overflows per slot. |
| C64 rcIpfixHashStatsHashDrops | 1.3.6.1.4.1.2272.1.66.1.2.4.1.3 | Counter64 | read-only | Count of hash drops per slot. |
| INT rcIpfixHashStatsClear | 1.3.6.1.4.1.2272.1.66.1.2.4.1.4 | INTEGER | read-write | Setting this object will clear hash statistics for a slot. |
| TIM rcIpfixHashStatsClearTime | 1.3.6.1.4.1.2272.1.66.1.2.4.1.5 | TimeStamp | read-only | The value of sysUpTime when the hash statistics were last cleared. |
| rcIpfixExporterStatsTable | 1.3.6.1.4.1.2272.1.66.1.2.5 | not-accessible | 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. | |
| rcIpfixExporterStatsEntry | 1.3.6.1.4.1.2272.1.66.1.2.5.1 | not-accessible | Entry containing Exporter statistics information for a particular slot and particular collector. | |
| I32 rcIpfixExporterStatsSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.5.1.1 | Integer32 | not-accessible | Index for the table, slot number. |
| IPt rcIpfixExporterStatsCollectorType | 1.3.6.1.4.1.2272.1.66.1.2.5.1.2 | InetAddressType | not-accessible | Collector IP address type. This is an index for the table. |
| IP rcIpfixExporterStatsCollector | 1.3.6.1.4.1.2272.1.66.1.2.5.1.3 | InetAddress | not-accessible | Index for the table, collector address. |
| C64 rcIpfixExporterStatsOutPkts | 1.3.6.1.4.1.2272.1.66.1.2.5.1.4 | Counter64 | read-only | Number of Packets sent. |
| C64 rcIpfixExporterStatsOutOctets | 1.3.6.1.4.1.2272.1.66.1.2.5.1.5 | Counter64 | read-only | Number of Bytes sent. |
| C64 rcIpfixExporterStatsPktsLoss | 1.3.6.1.4.1.2272.1.66.1.2.5.1.6 | Counter64 | read-only | Number of Records lost. |
| INT rcIpfixExporterStatsClear | 1.3.6.1.4.1.2272.1.66.1.2.5.1.7 | INTEGER | read-write | Setting this object will clear exporter statistics. |
| TIM rcIpfixExporterStatsClearTime | 1.3.6.1.4.1.2272.1.66.1.2.5.1.8 | TimeStamp | read-only | The value of sysUpTime when exporter statistics were last cleared. |
RFC description
IP Flow Information Export (IPFIX) configuration for Bay Networks/Nortel systems, managing flow collection and export settings per slot.
Start monitoring Bay Networks/Nortel Rapid-City-based switches (IPFIX flow export configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.