CXFLT-IPX-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXFLT-IPX-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 |
cxFltIpxAddrTable | 1.3.6.1.4.1.495.2.1.6.22.1 | no-access |
Provides the filtering/forwarding information for each IPX address. Each entry (row) in the table corresponds to a specific IPX address. Some of the values in a row may be modified. If additional IPX addresses are required they may be added. |
|
1.3.6.1.4.1.495.2.1.6.22.1.1 | no-access |
Provides the filtering/forwarding information for a specific IPX address. |
||
cxFltIpxIndex | 1.3.6.1.4.1.495.2.1.6.22.1.1.1 | integer | read-write |
Identifies the number used to index entries on the IPX filtering/forwarding table. The number provides access to all filtering/forwarding information for a source IPX address, its associated destination address, and filtering/forwarding parameter. Range of Values: 1-32 Default Value: None Configuration Changed: administrative |
cxFltIpxSrcAddr | 1.3.6.1.4.1.495.2.1.6.22.1.1.2 | netnumber | read-write |
Determines the source IPX address (network number) used for filtering/forwarding. This address corresponds to a destination address in cxFltIpxDstAddr of this table. The object cxFltIpxParameter determines whether data is filtered or forwarded from the source address to the destination address. This number must be entered as 8 hexadecimal characters (four octets), for example 0xAB12CD34. The 0x must be present in every number; it indicates that the number is a hex number and is not counted as one of the octets. The x must be lowercase; the other characters are not case sensitive. Default Value: None Range of Values: 4 octets, each character ranging from 00 to FF Configuration Changed: administrative |
cxFltIpxDstAddr | 1.3.6.1.4.1.495.2.1.6.22.1.1.3 | netnumber | read-write |
Determines the destination IPX address (network number). This address corresponds to a source address in cxFltIpxSrcAddr on this table. The object cxFltIpxParameter determines whether data is filtered or forwarded from the source address to this destination address. The address is an IPX network number. This number must be entered as 8 hexadecimal characters (four octets), for example 0xAB12CD34. The 0x must be present in every number; it indicates that the number is a hex number and is not counted as one of the octets. The x must be lowercase; the other characters are not case sensitive. Range of Values: 4 octets, each character ranging from 00 to FF Default Value: None Configuration Changed: administrative |
cxFltIpxParameter | 1.3.6.1.4.1.495.2.1.6.22.1.1.4 | integer | read-write |
Determines the filtering/forwarding action and the priority processing for data sent from a source IPX address (cxFltIpxSrcAddr) to a destination IPX address (cxFltIpxDstAddr). Options: discard (1) forward (2) priority-low (3) priority-high (4) Default Value: discard (1) Configuration Changed: administrative Enumeration: 'forward': 2, 'discard': 1, 'priority-high': 4, 'priority-low': 3. |
cxFltIpxRowStatus | 1.3.6.1.4.1.495.2.1.6.22.1.1.5 | integer | read-write |
Determines the status of the objects in a table row. Options: invalid (1): row is flagged, after the next reset, values are disabled and the row is deleted from the table. valid (2): values are enabled Default Value: valid (2) Configuration Changed: administrative Enumeration: 'valid': 2, 'invalid': 1. |