ITOUCH-DECNET-MIB

File: ITOUCH-DECNET-MIB.mib (31743 bytes)

Imported modules

RFC1155-SMI RFC1289-phivMIB ITOUCH-MIB
RFC-1212

Imported symbols

Counter PhivAddr iTouch
DateTime OBJECT-TYPE

Defined Types

PhivCircuitEntry  
SEQUENCE    
  xPhivCircuitIndex INTEGER
  phivCircuitRoutingTimer INTEGER
  phivCircuitOperCost INTEGER
  phivCircuitErrors Counter
  phivCircuitLastError INTEGER
  phivCircuitLastErrorTime DateTime
  phivCircuitLastErrorData OCTET STRING
  phivCircuitProtocolPriority INTEGER
  phivCircuitRoutingPriority INTEGER

PhivCircuitImportEntry  
SEQUENCE    
  phivCircuitImportIf INTEGER
  phivCircuitImportAddr PhivAddr
  phivCircuitImportMask PhivAddr
  phivCircuitImportAction INTEGER
  phivCircuitImportStatus INTEGER

PhivCircuitImportAreaEntry  
SEQUENCE    
  phivCircuitImportAreaIf INTEGER
  phivCircuitImportAreaAddr PhivAddr
  phivCircuitImportAreaMask PhivAddr
  phivCircuitImportAreaAction INTEGER
  phivCircuitImportAreaStatus INTEGER

PhivCircuitExportEntry  
SEQUENCE    
  phivCircuitExportIf INTEGER
  phivCircuitExportAddr PhivAddr
  phivCircuitExportMask PhivAddr
  phivCircuitExportAction INTEGER
  phivCircuitExportStatus INTEGER

PhivCircuitExportAreaEntry  
SEQUENCE    
  phivCircuitExportAreaIf INTEGER
  phivCircuitExportAreaAddr PhivAddr
  phivCircuitExportAreaMask PhivAddr
  phivCircuitExportAreaAction INTEGER
  phivCircuitExportAreaStatus INTEGER

PhivCircuitFilterEntry  
SEQUENCE    
  phivCircuitFilterIf INTEGER
  phivCircuitFilterDstAddr PhivAddr
  phivCircuitFilterDstMask PhivAddr
  phivCircuitFilterSrcAddr PhivAddr
  phivCircuitFilterSrcMask PhivAddr
  phivCircuitFilterAction INTEGER
  phivCircuitFilterStatus INTEGER

PhivTrafficEntry  
SEQUENCE    
  phivTrafficIndex INTEGER
  phivTrafficPercent INTEGER
  phivTrafficDst PhivAddr
  phivTrafficSrc PhivAddr
  phivTrafficIf INTEGER

Defined Values

xDecnet 1.3.6.1.4.1.33.14
OBJECT IDENTIFIER    

xRcp 1.3.6.1.4.1.33.14.1
OBJECT IDENTIFIER    

xPhiv 1.3.6.1.4.1.33.14.2
OBJECT IDENTIFIER    

xPhivRoute 1.3.6.1.4.1.33.14.2.1
OBJECT IDENTIFIER    

xPhivCircuit 1.3.6.1.4.1.33.14.2.2
OBJECT IDENTIFIER    

xPhivImport 1.3.6.1.4.1.33.14.2.3
OBJECT IDENTIFIER    

xPhivImportArea 1.3.6.1.4.1.33.14.2.4
OBJECT IDENTIFIER    

xPhivExport 1.3.6.1.4.1.33.14.2.5
OBJECT IDENTIFIER    

xPhivExportArea 1.3.6.1.4.1.33.14.2.6
OBJECT IDENTIFIER    

xPhivFilter 1.3.6.1.4.1.33.14.2.7
OBJECT IDENTIFIER    

xPhivTraffic 1.3.6.1.4.1.33.14.2.8
OBJECT IDENTIFIER    

rcpRemoteAddress 1.3.6.1.4.1.33.14.1.1
If a remote console session exists, the Ethernet address of the remote partner, otherwise zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..6)  

phivPathSelection 1.3.6.1.4.1.33.14.2.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER roundRobin(1), samePath(2)  

phivMaxPaths 1.3.6.1.4.1.33.14.2.1.2
The maximum number of equal cost next hops that the router can remember and successfully load balance between.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

phivStatus 1.3.6.1.4.1.33.14.2.1.3
The status of the DECnet routing software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), disabled(2), noAddressSpecified(3), noInterfacesEnabled(4), badCost(5)  

phivCircuitTable 1.3.6.1.4.1.33.14.2.2.1
A list of DECnet circuit entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitEntry

phivCircuitEntry 1.3.6.1.4.1.33.14.2.2.1.1
Parameter values for a DECnet circuit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitEntry  

xPhivCircuitIndex 1.3.6.1.4.1.33.14.2.2.1.1.1
Identification of a circuit entry. Same as an interface index (ifIndex).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitRoutingTimer 1.3.6.1.4.1.33.14.2.2.1.1.2
The maximum time in seconds allowed between Routing updates on the circuit. Different values for LANs vs. WANs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

phivCircuitOperCost 1.3.6.1.4.1.33.14.2.2.1.1.3
The actual cost associated with the circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitErrors 1.3.6.1.4.1.33.14.2.2.1.1.4
The number of routed DECnet packets received in error on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

phivCircuitLastError 1.3.6.1.4.1.33.14.2.2.1.1.5
The error of the last routed DECnet packet received in error on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), addressOutOfRange(2), ageExceeded(3), destinationUnreachable(4), packetFormatError(5), packetOversized(6), partialRoutingUpdate(7), verificationReject(8)  

phivCircuitLastErrorTime 1.3.6.1.4.1.33.14.2.2.1.1.6
The date and time that the last routed DECnet packet was received in error on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateTime  

phivCircuitLastErrorData 1.3.6.1.4.1.33.14.2.2.1.1.7
The first 22 bytes of the last routed DECnet packet received in error on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(22)  

phivCircuitProtocolPriority 1.3.6.1.4.1.33.14.2.2.1.1.8
The priority at which all DECnet routed packets will be placed on the WAN output queue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(3), high(5)  

phivCircuitRoutingPriority 1.3.6.1.4.1.33.14.2.2.1.1.9
Router's priority to be designated router on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

phivCircuitImportTable 1.3.6.1.4.1.33.14.2.3.1
A list of circuit import filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitImportEntry

phivCircuitImportEntry 1.3.6.1.4.1.33.14.2.3.1.1
Parameter values for an import filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitImportEntry  

phivCircuitImportIf 1.3.6.1.4.1.33.14.2.3.1.1.1
The interface associated with the import routing filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitImportAddr 1.3.6.1.4.1.33.14.2.3.1.1.2
The address (node or area) to match against learned route entries to decide whether to import the entry to the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitImportMask 1.3.6.1.4.1.33.14.2.3.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitImportAction 1.3.6.1.4.1.33.14.2.3.1.1.4
The action to take if the address field along with the mask field matches the route entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), accept(2)  

phivCircuitImportStatus 1.3.6.1.4.1.33.14.2.3.1.1.5
Setting to 'invalid' removes this import filter from the table. Setting to 'valid' has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

phivCircuitImportAreaTable 1.3.6.1.4.1.33.14.2.4.1
A list of circuit import area filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitImportAreaEntry

phivCircuitImportAreaEntry 1.3.6.1.4.1.33.14.2.4.1.1
Parameter values for an import area filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitImportAreaEntry  

phivCircuitImportAreaIf 1.3.6.1.4.1.33.14.2.4.1.1.1
The interface associated with the import area routing filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitImportAreaAddr 1.3.6.1.4.1.33.14.2.4.1.1.2
The address (node or area) to match against learned route entries to decide whether to import the entry to the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitImportAreaMask 1.3.6.1.4.1.33.14.2.4.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitImportAreaAction 1.3.6.1.4.1.33.14.2.4.1.1.4
The action to take if the address field along with the mask field matches the route entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), accept(2)  

phivCircuitImportAreaStatus 1.3.6.1.4.1.33.14.2.4.1.1.5
Setting to 'invalid' removes this import area filter from the table. Setting to 'valid' has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

phivCircuitExportTable 1.3.6.1.4.1.33.14.2.5.1
A list of circuit export filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitExportEntry

phivCircuitExportEntry 1.3.6.1.4.1.33.14.2.5.1.1
Parameter values for an export filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitExportEntry  

phivCircuitExportIf 1.3.6.1.4.1.33.14.2.5.1.1.1
The interface associated with the export routing filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitExportAddr 1.3.6.1.4.1.33.14.2.5.1.1.2
The address (node or area) to match against learned route entries to decide whether to export the entry to the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitExportMask 1.3.6.1.4.1.33.14.2.5.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitExportAction 1.3.6.1.4.1.33.14.2.5.1.1.4
The action to take if the address field along with the mask field matches the route entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER hide(1), advertise(2)  

phivCircuitExportStatus 1.3.6.1.4.1.33.14.2.5.1.1.5
Setting to 'invalid' removes this export filter from the table. Setting to 'valid' has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

phivCircuitExportAreaTable 1.3.6.1.4.1.33.14.2.6.1
A list of circuit export area filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitExportAreaEntry

phivCircuitExportAreaEntry 1.3.6.1.4.1.33.14.2.6.1.1
Parameter values for an export area filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitExportAreaEntry  

phivCircuitExportAreaIf 1.3.6.1.4.1.33.14.2.6.1.1.1
The interface associated with the export area routing filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitExportAreaAddr 1.3.6.1.4.1.33.14.2.6.1.1.2
The address (node or area) to match against learned route entries to decide whether to export the entry to the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitExportAreaMask 1.3.6.1.4.1.33.14.2.6.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitExportAreaAction 1.3.6.1.4.1.33.14.2.6.1.1.4
The action to take if the address field along with the mask field matches the route entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER hide(1), advertise(2)  

phivCircuitExportAreaStatus 1.3.6.1.4.1.33.14.2.6.1.1.5
Setting to 'invalid' removes this export area filter from the table. Setting to 'valid' has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

phivCircuitFilterTable 1.3.6.1.4.1.33.14.2.7.1
A list of circuit filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivCircuitFilterEntry

phivCircuitFilterEntry 1.3.6.1.4.1.33.14.2.7.1.1
Parameter values for a filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivCircuitFilterEntry  

phivCircuitFilterIf 1.3.6.1.4.1.33.14.2.7.1.1.1
The interface associated with the filter entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivCircuitFilterDstAddr 1.3.6.1.4.1.33.14.2.7.1.1.2
The address (node or area) to match against the destination address of the packet to decide whether to forward the packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitFilterDstMask 1.3.6.1.4.1.33.14.2.7.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitFilterSrcAddr 1.3.6.1.4.1.33.14.2.7.1.1.4
The address (node or area) to match against the source address of the packet to decide whether to forward the packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitFilterSrcMask 1.3.6.1.4.1.33.14.2.7.1.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivCircuitFilterAction 1.3.6.1.4.1.33.14.2.7.1.1.6
The action to take if the address fields along with the mask fields match the packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), forward(2)  

phivCircuitFilterStatus 1.3.6.1.4.1.33.14.2.7.1.1.7
Setting to 'invalid' removes this Filter filter from the table. Setting to 'valid' has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

phivTrafficSort 1.3.6.1.4.1.33.14.2.8.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

phivTrafficTable 1.3.6.1.4.1.33.14.2.8.2
A list of traffic entries, sorted in the order specified by phivTrafficSort.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhivTrafficEntry

phivTrafficEntry 1.3.6.1.4.1.33.14.2.8.2.1
A traffic entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhivTrafficEntry  

phivTrafficIndex 1.3.6.1.4.1.33.14.2.8.2.1.1
Identification of this traffic entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

phivTrafficPercent 1.3.6.1.4.1.33.14.2.8.2.1.2
The percentage of total traffic that this traffic entry represents, in tenths of a percent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1000  

phivTrafficDst 1.3.6.1.4.1.33.14.2.8.2.1.3
The destination to which the traffic entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivTrafficSrc 1.3.6.1.4.1.33.14.2.8.2.1.4
The source to which the traffic entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhivAddr  

phivTrafficIf 1.3.6.1.4.1.33.14.2.8.2.1.5
The inbound interface to which the traffic entry applies. This value is the same as IfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER