CTRON-SSR-L3-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTRON-SSR-L3-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 |
l3Group | 1.3.6.1.4.1.52.2501.1.3 | |||
l3FlowTable | 1.3.6.1.4.1.52.2501.1.3.1 | no-access |
A list of L3 flow entries. |
|
1.3.6.1.4.1.52.2501.1.3.1.1 | no-access |
An entry containing the L3 flow information |
||
l3FlowIndex | 1.3.6.1.4.1.52.2501.1.3.1.1.1 | integer | read-only |
A unique number for each flow. The encoding is as explained. bit 0-15 = Table Index (0-64K) bit 16-18 = Table Number (0-3) bit 19-31 = Channel Number (0-32) |
l3FlowFilterId | 1.3.6.1.4.1.52.2501.1.3.1.1.2 | integer | read-only |
A filter byte to narrow the data returned by the agent. The number of possible flows can be extremely high. An SNMP walk could take a significatn resources. Using a walk with a filter will narrow the values returned to those flows matching the fields used in the index. Currently only the first byte of this Integer is used. This byte specifies one or more fields to compare flows in the system against the index in the get-next request. Big endian least significant Byte is encoding is as follows: bit 0 : unused bit 1 : Port Of Entry Filter mask bit 2 : Src IP Address Filter mask bit 3 : Dst IP Address Filter mask bit 4 : Type Of Service Filter mask bit 5 : Protocol Filter mask bit 6 : Src port Filter mask bit 7 : Dst port Filter mask A complete walk of the mib will use the filter value of 0 as will a get Request |
l3FlowPortOfEntry | 1.3.6.1.4.1.52.2501.1.3.1.1.3 | integer | read-only |
The physical port in the chassis/shelf from which this flow enters the switch. |
l3FlowSrcIpAddress | 1.3.6.1.4.1.52.2501.1.3.1.1.4 | ipaddress | read-only |
The source IP address for this flow. |
l3FlowDstIpAddress | 1.3.6.1.4.1.52.2501.1.3.1.1.5 | ipaddress | read-only |
The destination IP address for this flow. |
l3FlowTOS | 1.3.6.1.4.1.52.2501.1.3.1.1.6 | integer | read-only |
The Type Of Service for this flow. |
l3FlowProtocol | 1.3.6.1.4.1.52.2501.1.3.1.1.7 | ssrprotocols | read-only |
The IP protocol for this flow. Official assignments are defined in ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers |
l3FlowSrcPort | 1.3.6.1.4.1.52.2501.1.3.1.1.8 | integer | read-only |
The source UDP/TCP port for this flow. Official port numbers are defined in: ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers |
l3FlowDstPort | 1.3.6.1.4.1.52.2501.1.3.1.1.9 | integer | read-only |
The destination UDP/TCP port for this flow. Official port numbers are defined in ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers |
l3FlowPkts | 1.3.6.1.4.1.52.2501.1.3.1.1.10 | counter32 | read-only |
The packets in this flow. |
l3FlowOctets | 1.3.6.1.4.1.52.2501.1.3.1.1.11 | counter32 | read-only |
The number of octets in this flow. |
l3FlowPriorityTable | 1.3.6.1.4.1.52.2501.1.3.2 | no-access |
A list of priorities for L3 flow entries. |
|
1.3.6.1.4.1.52.2501.1.3.2.1 | no-access |
An entry containing the L3 flow priority information |
||
l3FlowPriorityIndex | 1.3.6.1.4.1.52.2501.1.3.2.1.1 | integer | read-write |
The unique entry number for this flow. |
l3FlowPriorityName | 1.3.6.1.4.1.52.2501.1.3.2.1.2 | octet string | read-write |
A unique name for this flow. Padded with blanks to 20 bytes. |
l3FlowPrioritySrcIpAddress | 1.3.6.1.4.1.52.2501.1.3.2.1.3 | ipaddress | read-write |
The source IP address for this flow. |
l3FlowPrioritySrcPort | 1.3.6.1.4.1.52.2501.1.3.2.1.4 | integer | read-write |
The source UDP/TCP port for this flow. The Official port numbers are defined in: ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers |
l3FlowPriorityDstIpAddress | 1.3.6.1.4.1.52.2501.1.3.2.1.5 | ipaddress | read-write |
The destination IP address for this flow. |
l3FlowPriorityDstPort | 1.3.6.1.4.1.52.2501.1.3.2.1.6 | integer | read-write |
The destination UDP/TCP port for this flow. Official port numbers are defined in ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers |
l3FlowPriorityTOS | 1.3.6.1.4.1.52.2501.1.3.2.1.7 | integer | read-write |
The Type Of Service for this flow. |
l3FlowPriorityProtocol | 1.3.6.1.4.1.52.2501.1.3.2.1.8 | ssrprotocols | read-write |
The IP protocol for this flow. Official assignments are defined in ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers |
l3FlowPriorityInterface | 1.3.6.1.4.1.52.2501.1.3.2.1.9 | octet string | read-write |
The set of interfaces which are associated with this entry. Each octet within the value of this object specifies a set of eight interfaces, with the first octet specifying interfaces 1 through 8, the second octet specifying interfaces 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered interface, and the least significant bit represents the highest numbered interface. Thus, each interface of the switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that interface is included in the set of interfaces; the interface is not included if its bit has a value of '0'. |
l3FlowPriority | 1.3.6.1.4.1.52.2501.1.3.2.1.10 | integer | read-write |
The priority for this flow. Enumeration: 'high': 3, 'control': 4, 'medium': 2, 'low': 1. |
l3MIB | 1.3.6.1.4.1.52.2501.1.600 |
This module defines a schema to access SSR Layer 3 processing subsystem. This mib is no longer supported on ssr platforms. features of this mib now exist in standard mibs. RMON I RFC 1757 provides Layer 3 information and ctron-ssr-policy mib to program filter tables. |
||
l3Conformance | 1.3.6.1.4.1.52.2501.1.600.2 | |||
l3Compliances | 1.3.6.1.4.1.52.2501.1.600.2.1 | |||
l3Groups | 1.3.6.1.4.1.52.2501.1.600.2.2 | |||
l3ConfGroupV10 | 1.3.6.1.4.1.52.2501.1.600.2.2.1 |
A set of managed objects that make up version 1.0 of the SSR Layer 3 MIB |
||
l3ComplianceV10 | 1.3.6.1.4.1.52.2501.1.600.2.2.1.1 |
The compliance statement for the SSR-L3-MIB. |