GSM7312-QOS-DIFFSERV-EXTENSIONS-MIB: View SNMP OID List / Download MIB
VENDOR: NETGEAR
Home | MIB: GSM7312-QOS-DIFFSERV-EXTENSIONS-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 |
gsm7312QOSDiffServExtensions | 1.3.6.1.4.1.4526.1.6.3.3 | |||
agentDiffServMIBObjects | 1.3.6.1.4.1.4526.1.6.3.3.1 | |||
agentDiffServClassifier | 1.3.6.1.4.1.4526.1.6.3.3.1.1 | |||
agentDiffServAuxMfClfrNextFree | 1.3.6.1.4.1.4526.1.6.3.3.1.1.1 | indexintegernextfree | read-only |
This object contains an unused value for agentDiffServAuxMfClfrId , or a zero to indicate that none exist. |
agentDiffServAuxMfClfrTable | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2 | no-access |
A table of Auxiliary Multi-field Classifier filter entries that a system may use to identify IP traffic. |
|
1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1 | no-access |
An IP Multi-field Classifier entry describes a single filter. |
||
agentDiffServAuxMfClfrId | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.1 | indexinteger | no-access |
An index that enumerates the Auxiliary MultiField Classifier filter entries. Managers obtain new values for row creation in this table by reading agentDiffServAuxMfClfrNextFree. |
agentDiffServAuxMfClfrDstAddr | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.2 | ipaddress | read-only |
The IP address to match against the packet's destination IP address. |
agentDiffServAuxMfClfrDstMask | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.3 | ipaddress | read-only |
This mask value identifies the portion of agentDiffServAuxMfClfrDstAddr that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any address. |
agentDiffServAuxMfClfrSrcAddr | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.4 | ipaddress | read-only |
The IP address to match against the packet's source IP address. |
agentDiffServAuxMfClfrSrcMask | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.5 | ipaddress | read-only |
This mask value identifies the portion of agentDiffServAuxMfClfrSrcAddr that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any address. |
agentDiffServAuxMfClfrProtocol | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.6 | unsigned32 | read-only |
The IP protocol to match against the IPv4 protocol number. A value of 255 means match all. |
agentDiffServAuxMfClfrDstL4PortMin | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.7 | inetportnumber | read-only |
The minimum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. |
agentDiffServAuxMfClfrDstL4PortMax | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.8 | inetportnumber | read-only |
The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in agentDiffServAuxMfClfrDstL4PortMin. |
agentDiffServAuxMfClfrSrcL4PortMin | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.9 | inetportnumber | read-only |
The minimum value that the layer-4 source port number in the packet must have in order to match this classifier entry. |
agentDiffServAuxMfClfrSrcL4PortMax | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.10 | inetportnumber | read-only |
The maximum value that the layer-4 source port number in the packet must have in order to match this classifier entry. This value must be equal to or greater than the value specified for this entry in diffServMultiFieldClfrSrcL4PortMin. |
agentDiffServAuxMfClfrCos | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.11 | cosorany | read-only |
Three-bit 802.1p priority field in the Ethernet frame used as a class-match parameter. A value of -1 indicates that a specific COS value has not been defined and thus all COS values are considered a match. |
agentDiffServAuxMfClfrTos | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.12 | octet string | read-only |
IP TOS bits value, defined as all eight bits of the Service Type octet in the IPv4 header. There are multiple, overlapping, meanings of the TOS octet in use today: Precedence (bits 7-5): IP Precedence, values 0-7 DSCP (bits 7-2): IP DiffServ Code Point, values 0-63 TOS (bits 7-0): IP Type of Service, by bits, values 0-255 Each of these definitions can be produced using the appropriate agentDiffServAuxMfClfrTosMask mask value. These definitions are mutually-exclusive, so only one is allowed for any given classifier element. |
agentDiffServAuxMfClfrTosMask | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.13 | octet string | read-only |
IP TOS bits mask value. It identifies the portion of agentDiffServAuxMfClfrTos that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any TOS value. There are multiple, overlapping meanings of the TOS octet in use today. These are represented by the following specific mask values: Precedence (bits 7-5): 224 (bit mask '11100000') DSCP (bits 7-2): 252 (bit mask '11111100') TOS (bits 7-0): 255 (bit mask '11111111') Other mask values are also permitted. |
agentDiffServAuxMfClfrDstMac | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.14 | macaddress | read-only |
Destination MAC address. |
agentDiffServAuxMfClfrDstMacMask | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.15 | macaddress | read-only |
Destination MAC address mask value. This mask value identifies the portion of agentDiffServAuxMfClfrDstMac that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any MAC address. |
agentDiffServAuxMfClfrSrcMac | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.16 | macaddress | read-only |
Source MAC address. |
agentDiffServAuxMfClfrSrcMacMask | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.17 | macaddress | read-only |
Source MAC address mask value. This mask value identifies the portion of agentDiffServAuxMfClfrSrcMac that is compared against a packet. A non-contiguous mask value is permitted. A mask of 0 indicates a match of any MAC address. |
agentDiffServAuxMfClfrVlanId | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.18 | vlanidorany | read-only |
VLAN ID value for the classifier. A value of -1 indicates that a specific VLAN ID value has not been defined and thus all VLAN ID values are considered a match. |
agentDiffServAuxMfClfrStorage | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.19 | storagetype | read-only |
The storage type for this conceptual row. |
agentDiffServAuxMfClfrStatus | 1.3.6.1.4.1.4526.1.6.3.3.1.1.2.1.20 | rowstatus | read-only |
The status of this conceptual row. |
agentDiffServAction | 1.3.6.1.4.1.4526.1.6.3.3.1.2 | |||
agentDiffServCosMarkActTable | 1.3.6.1.4.1.4526.1.6.3.3.1.2.2 | no-access |
This table enumerates specific Class of Service values used for marking or remarking the priority bits in the 802.1p header. The entries of this table may be referenced by a diffServActionSpecific attribute. |
|
1.3.6.1.4.1.4526.1.6.3.3.1.2.2.1 | no-access |
An entry in the COS mark action table that describes a single Class of Service value used for marking. |
||
agentDiffServCosMarkActCos | 1.3.6.1.4.1.4526.1.6.3.3.1.2.2.1.1 | cos | read-only |
The Class of Service value that this Action will store into the priority bits of the 802.1p header. It is quite possible that the only packets subject to this Action are already marked with this COS value. COS packet marking occurs upon egress from the network node. |
agentDiffServIpPrecMarkActTable | 1.3.6.1.4.1.4526.1.6.3.3.1.2.4 | no-access |
This table enumerates specific IP Precedence values used for marking or remarking the Precedence field of IP packets. The entries of this table may be referenced by a diffServActionSpecific attribute. |
|
1.3.6.1.4.1.4526.1.6.3.3.1.2.4.1 | no-access |
An entry in the IP Precedence mark action table that describes a single IP Precedence value used for marking. |
||
agentDiffServIpPrecMarkActPrecedence | 1.3.6.1.4.1.4526.1.6.3.3.1.2.4.1.1 | ipprecedence | read-only |
The IP Precedence that this Action will store into the Precedence field of the IP packet. It is quite possible that the only packets subject to this Action are already marked with this IP Precedence. Note also that Differentiated Services processing may result in a packet being marked on both ingress to a network and on egress from it, and that ingress and egress can occur in the same router. |