HP-VLAN-CAR-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-VLAN-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 snVLanCARs 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1
     snVLanCARTable 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1 no-access
A table of rate limit configuration entries for a vlan. 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.
         snVLanCAREntry 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1 no-access
A collection of rate-limit configuration objects on this vlan.
             snVLanCARVLanId 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.1 integer read-only
The VLAN ID as one of the indices of this table . Each VLAN ID can have a membership of multiple ports.
             snVLanCARDirection 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.2 packetsource read-only
The input or output transmission direction for the Rate Limit object.
             snVLanCARRowIndex 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARType 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.4 ratelimittype read-only
The type of traffic rate-limited against.
             snVLanCARAccIdx 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.5 integer read-only
The index to the access list if RateLimitType is either quickAcc or standardAcc.
             snVLanCARRate 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARLimit 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARExtLimit 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARConformAction 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARExceedAction 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.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.
             snVLanCARStatSwitchedPkts 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.11 counter64 read-only
The counter of packets permitted by this rate limit.
             snVLanCARStatSwitchedBytes 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.12 counter64 read-only
The counter of bytes permitted by this interface.
             snVLanCARStatFilteredPkts 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.13 counter64 read-only
The counter of packets which exceeded this rate limit.
             snVLanCARStatFilteredBytes 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.14 counter64 read-only
The counter of bytes which exceeded this rate limit.
             snVLanCARStatCurBurst 1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.15 gauge read-only
The current received burst size.