SFLOW-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: SFLOW-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).
|
|||
Object Name | OID | Type | Access | Info |
sFlowMIB | 1.3.6.1.4.1.171.12.36 |
The Structure of sFlow for the proprietary enterprise. |
||
sFlowAgent | 1.3.6.1.4.1.171.12.36.1 | |||
sFlowVersion | 1.3.6.1.4.1.171.12.36.1.1 | snmpadminstring | read-only |
This indicates the sFlow version |
sFlowAgentAddress | 1.3.6.1.4.1.171.12.36.1.2 | ipaddress | read-only |
The IP address associated with this agent. |
sFlowAgentState | 1.3.6.1.4.1.171.12.36.1.3 | integer | read-write |
This object can enable or disable sFlow. Enumeration: 'disabled': 2, 'enabled': 1. |
sFlowRcvrTable | 1.3.6.1.4.1.171.12.36.1.4 | no-access |
A table of the receivers of sFlow information. |
|
1.3.6.1.4.1.171.12.36.1.4.1 | no-access |
Attributes of an sFlow Receiver. |
||
sFlowRcvrIndex | 1.3.6.1.4.1.171.12.36.1.4.1.1 | integer32 | no-access |
Index into sFlowReceiverTable. |
sFlowRcvrOwner | 1.3.6.1.4.1.171.12.36.1.4.1.2 | displaystring | no-access |
The entity making use of this sFlowRcvrTable entry. The empty string indicates that the entry is currently unclaimed. An entity wishing to claim an sFlowRcvrTable entry must ensure that the entry is unclaimed before trying to claim it. The entry is claimed by setting the owner string. The entry must be claimed before any changes can be made to other sampler objects. In order to avoid a race condition, the entity taking control of the sampler should set both the owner and a value for sFlowRcvrTimeout in the same SNMP set request. This mechanism provides no enforcement and relies on the cooperation of management entities in order to ensure that competition for a receiver entry is fairly resolved. |
sFlowRcvrTimeout | 1.3.6.1.4.1.171.12.36.1.4.1.3 | integer32 | read-write |
The time (in seconds) remaining before the sampler is released and stops sampling. When set, the owner establishes control for the specified period. When read, the remaining time in the interval is returned. A management entity wanting to maintain control of the sampler is responsible for setting a new value before the old one expires. When the interval expires, the agent is responsible for restoring all other entities in this row to their default values. It must also free all other resources associated with this sFlowRcvrTable entry. The value 0 indicate it is never time out. |
sFlowRcvrMaximumDatagramSize | 1.3.6.1.4.1.171.12.36.1.4.1.4 | integer32 | read-write |
The maximum number of data bytes that can be sent in a single sample datagram. The manager should set this value to avoid fragmentation of the sFlow datagrams. |
sFlowRcvrAddress | 1.3.6.1.4.1.171.12.36.1.4.1.5 | ipaddress | read-write |
The IP address of the sFlow collector. If set to 0.0.0.0, no sFlow datagrams will be sent. |
sFlowRcvrPort | 1.3.6.1.4.1.171.12.36.1.4.1.6 | integer32 | read-write |
The destination port for sFlow datagrams. |
sFlowRcvrRowStatus | 1.3.6.1.4.1.171.12.36.1.4.1.7 | rowstatus | read-only |
This object indicates the status of this entry. |
sFlowFsTable | 1.3.6.1.4.1.171.12.36.1.5 | no-access |
A table of the flow samplers within a device. |
|
1.3.6.1.4.1.171.12.36.1.5.1 | no-access |
Attributes of a flow sampler. |
||
sFlowFsDataSource | 1.3.6.1.4.1.171.12.36.1.5.1.1 | sflowdatasource | no-access |
sFlowDataSource for this flow sampler. |
sFlowFsReceiver | 1.3.6.1.4.1.171.12.36.1.5.1.3 | sflowreceiver | no-access |
The SFlowReceiver for this flow sampler. |
sFlowFsPacketSamplingRate | 1.3.6.1.4.1.171.12.36.1.5.1.4 | integer32 | read-write |
The statistical sampling rate for packet sampling from this source. Set to N to sample 1/Nth of the packets in the monitored flows. An agent should choose its own algorithm to introduce variance into the sampling so that exactly every Nth packet is not counted. A sampling rate of 1 counts all packets. A sampling rate of 0 disables sampling. The agent is permitted to have minimum and maximum allowable values for the sampling rate. A minimum rate lets the agent designer set an upper bound on the overhead associated with sampling, and a maximum rate may be the result of hardware restrictions (such as counter size). In addition not all values between the maximum and minimum may be realizable as the sampling rate (again because of implementation considerations). When the sampling rate is set the agent is free to adjust the value so that it lies between the maximum and minimum values and has the closest achievable value. When read, the agent must return the actual sampling rate it will be using (after the adjustments previously described). The sampling algorithm must converge so that over time the number of packets sampled approaches 1/Nth of the total number of packets in the monitored flows. |
sFlowFsMaximumHeaderSize | 1.3.6.1.4.1.171.12.36.1.5.1.5 | integer32 | read-write |
The maximum number of bytes that should be copied from a sampled packet. The agent may have an internal maximum and minimum permissible sizes. If an attempt is made to set this value outside the permissible range then the agent should adjust the value to the closest permissible value. |
sFlowFsRowStatus | 1.3.6.1.4.1.171.12.36.1.5.1.6 | rowstatus | read-only |
This object indicates the status of this entry. |
sFlowCpTable | 1.3.6.1.4.1.171.12.36.1.6 | no-access |
A table of the counter pollers within a device. |
|
1.3.6.1.4.1.171.12.36.1.6.1 | no-access |
Attributes of a counter poller. |
||
sFlowCpDataSource | 1.3.6.1.4.1.171.12.36.1.6.1.1 | sflowdatasource | no-access |
Identifies the source of the data for the counter poller. |
sFlowCpReceiver | 1.3.6.1.4.1.171.12.36.1.6.1.3 | sflowreceiver | no-access |
The SFlowReciever associated with this counter poller. |
sFlowCpInterval | 1.3.6.1.4.1.171.12.36.1.6.1.4 | integer32 | read-write |
The maximum number of seconds between successive samples of the counters associated with this data source. A sampling interval of 0 disables counter sampling. The agent is permitted to have minimum and maximum allowable values for the counter polling interval. A minimum interval lets the agent designer set an upper bound on the overhead associated with polling, and a maximum interval may be the result of implementation restrictions (such as counter size). In addition not all values between the maximum and minimum may be realizable as the sampling interval (again because of implementation considerations). The minimum sampling interval is 20, the maximum sampling interval is 120. |
sFlowCpRowStatus | 1.3.6.1.4.1.171.12.36.1.6.1.5 | rowstatus | read-only |
This object indicates the status of this entry. |