HP-CAR-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HP-CAR-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 |
snPortCARs | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1 | |||
snPortCARTable | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1 | no-access |
A table of rate limit configuration entries. Rate Limit is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic. |
|
1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1 | no-access |
A collection of rate-limit configuration objects on this interface. |
||
snPortCARifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.1 | integer | read-only |
The ifIndex value for this rate limit entry. |
snPortCARDirection | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.2 | packetsource | read-only |
The input or output transmission direction for the Rate Limit object. input (0), --for inbound traffic output(1) --for outbound traffic |
snPortCARRowIndex | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.3 | integer | read-only |
The table index for rate limit objects. It increases as the rate limit entries are added. Skips the number when a row is deleted. |
snPortCARType | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.4 | ratelimittype | read-only |
The type of traffic rate-limited against. |
snPortCARAccIdx | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.5 | integer | read-only |
The index to the access list if RateLimitType is either quickAcc or standardAcc. |
snPortCARRate | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.6 | integer | read-only |
The comitted access rate. This determines the long term average transmission rate. Traffic that falls under this rate always conforms. This is average rate in bits per second. |
snPortCARLimit | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.7 | integer | read-only |
This is the normal burst size that determines how large traffic bursts can be before some traffic exceeds the rate limit. This specifies the number of bytes that are guaranteed to be transported by the network at the average rate under normal conditions during committed time interval. This normal burst size is in bytes. |
snPortCARExtLimit | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.8 | integer | read-only |
This is the extended burst limit that determines how large traffic bursts can be before all the traffic exceeds the rate limit. This burst size is in bytes. |
snPortCARConformAction | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.9 | ratelimitaction | read-only |
Action to be taken when the traffic is within the Rate Limit. drop drop the packet. xmit transmit the packet. continue continue to evaluate to the subsequent rate limits. precedXmit rewrite the IP precedence and transmit the packet. precedCont rewrite the IP precedence and allow it evaluated by subsequent rate limits. |
snPortCARExceedAction | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.10 | ratelimitaction | read-only |
Action to be taken when the traffic exceeds the Rate Limit.drop drop the packet. xmit transmit the packet. continue continue to evaluate to the subsequent rate limits. precedXmit rewrite the IP precedence and transmit the packet. precedCont rewrite the IP precedence and allow it evaluated by subsequent rate limits. |
snPortCARStatSwitchedPkts | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.11 | counter64 | read-only |
The counter of packets permitted by this rate limit. |
snPortCARStatSwitchedBytes | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.12 | counter64 | read-only |
The counter of bytes permitted by this interface. |
snPortCARStatFilteredPkts | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.13 | counter64 | read-only |
The counter of packets which exceeded this rate limit. |
snPortCARStatFilteredBytes | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.14 | counter64 | read-only |
The counter of bytes which exceeded this rate limit. |
snPortCARStatCurBurst | 1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.15 | gauge | read-only |
The current received burst size. |