l3FlowFilterId
CTRON-SSR-L3-MIB ·
.1.3.6.1.4.1.52.2501.1.3.1.1.2
Object
column
obsolete
Integer32
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
Context
- MIB
- CTRON-SSR-L3-MIB
- OID
.1.3.6.1.4.1.52.2501.1.3.1.1.2- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- l3FlowEntry
- Table
- l3FlowTable
- Siblings
- 10
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-254
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| l3FlowIndex obsolete 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) | column | Integer32 | .1.3.6.1.4.1.52.2501.1.3.1.1.1 |
| l3FlowPkts obsolete The packets in this flow. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52.2501.1.3.1.1.10 |
| l3FlowOctets obsolete The number of octets in this flow. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52.2501.1.3.1.1.11 |
| l3FlowPortOfEntry obsolete The physical port in the chassis/shelf from which this flow
enters the switch. | column | Integer32 | .1.3.6.1.4.1.52.2501.1.3.1.1.3 |
| l3FlowSrcIpAddress obsolete The source IP address for this flow. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.2501.1.3.1.1.4 |
| l3FlowDstIpAddress obsolete The destination IP address for this flow. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.52.2501.1.3.1.1.5 |
| l3FlowTOS obsolete The Type Of Service for this flow. | column | Integer32 | .1.3.6.1.4.1.52.2501.1.3.1.1.6 |
| l3FlowProtocol obsolete The IP protocol for this flow. Official assignments are defined in
ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers | column | SSRProtocols | .1.3.6.1.4.1.52.2501.1.3.1.1.7 |
| l3FlowSrcPort obsolete The source UDP/TCP port for this flow. Official port numbers
are defined in:
ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers | column | Integer32 | .1.3.6.1.4.1.52.2501.1.3.1.1.8 |
| l3FlowDstPort obsolete The destination UDP/TCP port for this flow. Official port numbers are
defined in ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers | column | Integer32 | .1.3.6.1.4.1.52.2501.1.3.1.1.9 |