cat2600TsFilterPorts
CAT2600-MIB ·
.1.3.6.1.4.1.9.1.111.1.2.5.1.1.4
Object
column
mandatory
r/w
OctetString
The set of ports to which this filter is applied.
Each octet within the value of this object specifies
a set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying ports 9
through 16, etc. Within each octet, the most
significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port. Thus, each port of the
TokenRing Switch is represented by a single bit within the
value of this object. If that bit has a value of
'1' then that port is included in the set of
ports; the port is not included if its bit has a
value of '0'.
All frames with destination address equal to the
station address corresponding to this entry and
entering from any of the specified ports will be
dropped.
Setting this object with a MIB instance corresponding
to the dotted decimal MAC address and a filter type,
with the set value equal to the mask of ports you
want to filter will create an entry in the table.
Ex. MIB instance: 16.0.90.3.0.36.1
SNMP set value: 7F 00 00 00
This would create a filter entry with the following
characteristics:
MAC Address: 10 00 5A 03 00 24 (canonical format)
Filter Type: source-filter
Filter Ports: 2 3 4 5 6 7 8
Context
- MIB
- CAT2600-MIB
- OID
.1.3.6.1.4.1.9.1.111.1.2.5.1.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cat2600TsFilterEntry
- Table
- cat2600TsFilterTable
- Siblings
- 4
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cat2600TsFilterStationAddress mandatory The MAC address in a frame to which
this entry's filtering information applies. | column | MacAddr | .1.3.6.1.4.1.9.1.111.1.2.5.1.1.1 |
| cat2600TsFilterType mandatory There are two types of filters
(i) source filters which act on the source address
portion of a packet and
(ii) destination filters which act on the destination
address portion of … | column | Enumeration | .1.3.6.1.4.1.9.1.111.1.2.5.1.1.2 |
| cat2600TsFilterStatus mandatory This object indicates the status of this entry.
valid(1) - this entry is currently in use
and will remain so after the next reset
of the bridge.
invalid(2… | column | Enumeration | .1.3.6.1.4.1.9.1.111.1.2.5.1.1.3 |
| cat2600TsFilterMask mandatory The filter mask for this station. The semantics of the
filter mask depend on the type of filter. For a source
filter, the mask gives the ports that are allowed to
receive frames f… | column | OctetString | .1.3.6.1.4.1.9.1.111.1.2.5.1.1.5 |