ITOUCH-DECNET-MIB: View SNMP OID List / Download MIB
VENDOR: MRV COMMUNICATIONS
Home | MIB: ITOUCH-DECNET-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 |
xDecnet | 1.3.6.1.4.1.33.14 | |||
xRcp | 1.3.6.1.4.1.33.14.1 | |||
rcpRemoteAddress | 1.3.6.1.4.1.33.14.1.1 | octet string | read-only |
If a remote console session exists, the Ethernet address of the remote partner, otherwise zero length. |
xPhiv | 1.3.6.1.4.1.33.14.2 | |||
xPhivRoute | 1.3.6.1.4.1.33.14.2.1 | |||
phivPathSelection | 1.3.6.1.4.1.33.14.2.1.1 | integer | read-write |
The algorithm used to balance traffic between equal next hop paths. 'roundRobin' selects the next hop using a round robin algorithm for each hop. 'samePath' selects the next hop guaranteeing that all packets with the same source/destination pair will always use the same next hop. Enumeration: 'roundRobin': 1, 'samePath': 2. |
phivMaxPaths | 1.3.6.1.4.1.33.14.2.1.2 | integer | read-write |
The maximum number of equal cost next hops that the router can remember and successfully load balance between. |
phivStatus | 1.3.6.1.4.1.33.14.2.1.3 | integer | read-only |
The status of the DECnet routing software. Enumeration: 'active': 1, 'disabled': 2, 'noInterfacesEnabled': 4, 'badCost': 5, 'noAddressSpecified': 3. |
xPhivCircuit | 1.3.6.1.4.1.33.14.2.2 | |||
phivCircuitTable | 1.3.6.1.4.1.33.14.2.2.1 | no-access |
A list of DECnet circuit entries. |
|
1.3.6.1.4.1.33.14.2.2.1.1 | no-access |
Parameter values for a DECnet circuit. |
||
xPhivCircuitIndex | 1.3.6.1.4.1.33.14.2.2.1.1.1 | integer | read-only |
Identification of a circuit entry. Same as an interface index (ifIndex). |
phivCircuitRoutingTimer | 1.3.6.1.4.1.33.14.2.2.1.1.2 | integer | read-write |
The maximum time in seconds allowed between Routing updates on the circuit. Different values for LANs vs. WANs. |
phivCircuitOperCost | 1.3.6.1.4.1.33.14.2.2.1.1.3 | integer | read-only |
The actual cost associated with the circuit. |
phivCircuitErrors | 1.3.6.1.4.1.33.14.2.2.1.1.4 | counter | read-only |
The number of routed DECnet packets received in error on this circuit. |
phivCircuitLastError | 1.3.6.1.4.1.33.14.2.2.1.1.5 | integer | read-only |
The error of the last routed DECnet packet received in error on this circuit. Enumeration: 'ageExceeded': 3, 'verificationReject': 8, 'destinationUnreachable': 4, 'partialRoutingUpdate': 7, 'addressOutOfRange': 2, 'packetFormatError': 5, 'noError': 1, 'packetOversized': 6. |
phivCircuitLastErrorTime | 1.3.6.1.4.1.33.14.2.2.1.1.6 | datetime | read-only |
The date and time that the last routed DECnet packet was received in error on this circuit. |
phivCircuitLastErrorData | 1.3.6.1.4.1.33.14.2.2.1.1.7 | octet string | read-only |
The first 22 bytes of the last routed DECnet packet received in error on this circuit. |
phivCircuitProtocolPriority | 1.3.6.1.4.1.33.14.2.2.1.1.8 | integer | read-write |
The priority at which all DECnet routed packets will be placed on the WAN output queue. Enumeration: 'high': 5, 'medium': 3, 'low': 1. |
phivCircuitRoutingPriority | 1.3.6.1.4.1.33.14.2.2.1.1.9 | integer | read-write |
Router's priority to be designated router on this circuit. |
xPhivImport | 1.3.6.1.4.1.33.14.2.3 | |||
phivCircuitImportTable | 1.3.6.1.4.1.33.14.2.3.1 | no-access |
A list of circuit import filter entries. |
|
1.3.6.1.4.1.33.14.2.3.1.1 | no-access |
Parameter values for an import filter. |
||
phivCircuitImportIf | 1.3.6.1.4.1.33.14.2.3.1.1.1 | integer | read-only |
The interface associated with the import routing filter. |
phivCircuitImportAddr | 1.3.6.1.4.1.33.14.2.3.1.1.2 | phivaddr | read-only |
The address (node or area) to match against learned route entries to decide whether to import the entry to the routing database. |
phivCircuitImportMask | 1.3.6.1.4.1.33.14.2.3.1.1.3 | phivaddr | read-only |
The mask which is ANDed with the address field as well as the route entries address to determine whether the address matches the route entry. |
phivCircuitImportAction | 1.3.6.1.4.1.33.14.2.3.1.1.4 | integer | read-write |
The action to take if the address field along with the mask field matches the route entry. Enumeration: 'discard': 1, 'accept': 2. |
phivCircuitImportStatus | 1.3.6.1.4.1.33.14.2.3.1.1.5 | integer | read-write |
Setting to 'invalid' removes this import filter from the table. Setting to 'valid' has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
xPhivImportArea | 1.3.6.1.4.1.33.14.2.4 | |||
phivCircuitImportAreaTable | 1.3.6.1.4.1.33.14.2.4.1 | no-access |
A list of circuit import area filter entries. |
|
1.3.6.1.4.1.33.14.2.4.1.1 | no-access |
Parameter values for an import area filter. |
||
phivCircuitImportAreaIf | 1.3.6.1.4.1.33.14.2.4.1.1.1 | integer | read-only |
The interface associated with the import area routing filter. |
phivCircuitImportAreaAddr | 1.3.6.1.4.1.33.14.2.4.1.1.2 | phivaddr | read-only |
The address (node or area) to match against learned route entries to decide whether to import the entry to the routing database. |
phivCircuitImportAreaMask | 1.3.6.1.4.1.33.14.2.4.1.1.3 | phivaddr | read-only |
The mask which is ANDed with the address field as well as the route entries address to determine whether the address matches the route entry. |
phivCircuitImportAreaAction | 1.3.6.1.4.1.33.14.2.4.1.1.4 | integer | read-write |
The action to take if the address field along with the mask field matches the route entry. Enumeration: 'discard': 1, 'accept': 2. |
phivCircuitImportAreaStatus | 1.3.6.1.4.1.33.14.2.4.1.1.5 | integer | read-write |
Setting to 'invalid' removes this import area filter from the table. Setting to 'valid' has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
xPhivExport | 1.3.6.1.4.1.33.14.2.5 | |||
phivCircuitExportTable | 1.3.6.1.4.1.33.14.2.5.1 | no-access |
A list of circuit export filter entries. |
|
1.3.6.1.4.1.33.14.2.5.1.1 | no-access |
Parameter values for an export filter. |
||
phivCircuitExportIf | 1.3.6.1.4.1.33.14.2.5.1.1.1 | integer | read-only |
The interface associated with the export routing filter. |
phivCircuitExportAddr | 1.3.6.1.4.1.33.14.2.5.1.1.2 | phivaddr | read-only |
The address (node or area) to match against learned route entries to decide whether to export the entry to the routing database. |
phivCircuitExportMask | 1.3.6.1.4.1.33.14.2.5.1.1.3 | phivaddr | read-only |
The mask which is ANDed with the address field as well as the route entries address to determine whether the address matches the route entry. |
phivCircuitExportAction | 1.3.6.1.4.1.33.14.2.5.1.1.4 | integer | read-write |
The action to take if the address field along with the mask field matches the route entry. Enumeration: 'advertise': 2, 'hide': 1. |
phivCircuitExportStatus | 1.3.6.1.4.1.33.14.2.5.1.1.5 | integer | read-write |
Setting to 'invalid' removes this export filter from the table. Setting to 'valid' has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
xPhivExportArea | 1.3.6.1.4.1.33.14.2.6 | |||
phivCircuitExportAreaTable | 1.3.6.1.4.1.33.14.2.6.1 | no-access |
A list of circuit export area filter entries. |
|
1.3.6.1.4.1.33.14.2.6.1.1 | no-access |
Parameter values for an export area filter. |
||
phivCircuitExportAreaIf | 1.3.6.1.4.1.33.14.2.6.1.1.1 | integer | read-only |
The interface associated with the export area routing filter. |
phivCircuitExportAreaAddr | 1.3.6.1.4.1.33.14.2.6.1.1.2 | phivaddr | read-only |
The address (node or area) to match against learned route entries to decide whether to export the entry to the routing database. |
phivCircuitExportAreaMask | 1.3.6.1.4.1.33.14.2.6.1.1.3 | phivaddr | read-only |
The mask which is ANDed with the address field as well as the route entries address to determine whether the address matches the route entry. |
phivCircuitExportAreaAction | 1.3.6.1.4.1.33.14.2.6.1.1.4 | integer | read-write |
The action to take if the address field along with the mask field matches the route entry. Enumeration: 'advertise': 2, 'hide': 1. |
phivCircuitExportAreaStatus | 1.3.6.1.4.1.33.14.2.6.1.1.5 | integer | read-write |
Setting to 'invalid' removes this export area filter from the table. Setting to 'valid' has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
xPhivFilter | 1.3.6.1.4.1.33.14.2.7 | |||
phivCircuitFilterTable | 1.3.6.1.4.1.33.14.2.7.1 | no-access |
A list of circuit filter entries. |
|
1.3.6.1.4.1.33.14.2.7.1.1 | no-access |
Parameter values for a filter. |
||
phivCircuitFilterIf | 1.3.6.1.4.1.33.14.2.7.1.1.1 | integer | read-only |
The interface associated with the filter entry. |
phivCircuitFilterDstAddr | 1.3.6.1.4.1.33.14.2.7.1.1.2 | phivaddr | read-only |
The address (node or area) to match against the destination address of the packet to decide whether to forward the packet. |
phivCircuitFilterDstMask | 1.3.6.1.4.1.33.14.2.7.1.1.3 | phivaddr | read-only |
The mask which is ANDed with the destination address field and the packet's destination address to determine whether the address matches the packet's address. |
phivCircuitFilterSrcAddr | 1.3.6.1.4.1.33.14.2.7.1.1.4 | phivaddr | read-only |
The address (node or area) to match against the source address of the packet to decide whether to forward the packet. |
phivCircuitFilterSrcMask | 1.3.6.1.4.1.33.14.2.7.1.1.5 | phivaddr | read-only |
The mask which is ANDed with the source address field and the packet's source address to determine whether the address matches the packet's address. |
phivCircuitFilterAction | 1.3.6.1.4.1.33.14.2.7.1.1.6 | integer | read-write |
The action to take if the address fields along with the mask fields match the packet. Enumeration: 'forward': 2, 'discard': 1. |
phivCircuitFilterStatus | 1.3.6.1.4.1.33.14.2.7.1.1.7 | integer | read-write |
Setting to 'invalid' removes this Filter filter from the table. Setting to 'valid' has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
xPhivTraffic | 1.3.6.1.4.1.33.14.2.8 | |||
phivTrafficSort | 1.3.6.1.4.1.33.14.2.8.1 | integer | read-write |
Setting to 'execute' causes the most recent traffic information to be sorted into the phivTrafficTable. The sorting precedence is: decreasing percentage, increasing destination address, increasing source address, and increasing interface number. Setting to 'ready' has no effect. Enumeration: 'ready': 1, 'execute': 2. |
phivTrafficTable | 1.3.6.1.4.1.33.14.2.8.2 | no-access |
A list of traffic entries, sorted in the order specified by phivTrafficSort. |
|
1.3.6.1.4.1.33.14.2.8.2.1 | no-access |
A traffic entry. |
||
phivTrafficIndex | 1.3.6.1.4.1.33.14.2.8.2.1.1 | integer | read-only |
Identification of this traffic entry. |
phivTrafficPercent | 1.3.6.1.4.1.33.14.2.8.2.1.2 | integer | read-only |
The percentage of total traffic that this traffic entry represents, in tenths of a percent. |
phivTrafficDst | 1.3.6.1.4.1.33.14.2.8.2.1.3 | phivaddr | read-only |
The destination to which the traffic entry applies. |
phivTrafficSrc | 1.3.6.1.4.1.33.14.2.8.2.1.4 | phivaddr | read-only |
The source to which the traffic entry applies. |
phivTrafficIf | 1.3.6.1.4.1.33.14.2.8.2.1.5 | integer | read-only |
The inbound interface to which the traffic entry applies. This value is the same as IfIndex. |