Wellfleet-XNS-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-XNS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfXnsBase 1.3.6.1.4.1.18.3.5.10.1
     wfXnsBaseDelete 1.3.6.1.4.1.18.3.5.10.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete XNS. Enumeration: 'deleted': 2, 'created': 1.
     wfXnsBaseDisable 1.3.6.1.4.1.18.3.5.10.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable XNS. Enumeration: 'disabled': 2, 'enabled': 1.
     wfXnsBaseState 1.3.6.1.4.1.18.3.5.10.1.3 integer read-only
The current state of the entire XNS. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
     wfXnsBaseCfgHostNumber 1.3.6.1.4.1.18.3.5.10.1.4 octet string read-write
Host Number of Router and potential MAC address of box.
     wfXnsBaseActiveHostNumber 1.3.6.1.4.1.18.3.5.10.1.5 octet string read-only
a legal input, else takes on a self generated unique number
     wfXnsBaseImplement 1.3.6.1.4.1.18.3.5.10.1.6 integer read-write
Implementation method. UB_XNS/XNS concurrent functionality or Vanilla XNS functionality only. Enumeration: 'ungb': 2, 'xerox': 1.
     wfXnsBaseNetCount 1.3.6.1.4.1.18.3.5.10.1.7 counter read-only
Count the total number of nets in the box.
     wfXnsBaseHostCount 1.3.6.1.4.1.18.3.5.10.1.8 counter read-only
Count the total number of hosts in the box.
     wfXnsBaseLogFilter 1.3.6.1.4.1.18.3.5.10.1.9 integer read-write
Filter out some log messages, Default filters out debugs, info, and trace messages. Enumeration: 'info': 2, 'trace': 16, 'infotrace': 18, 'debuginfo': 3, 'debugtrace': 17, 'debug': 1, 'debuginfotrace': 19.
 wfXnsBaseRtEntryTable 1.3.6.1.4.1.18.3.5.10.2 no-access
The table of Elements in XNS's routing table
     wfXnsBaseRtEntry 1.3.6.1.4.1.18.3.5.10.2.1 no-access
An entry in the Routing Table
         wfXnsBaseRouteDest 1.3.6.1.4.1.18.3.5.10.2.1.1 octet string read-only
The destination XNS address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
         wfXnsBaseRouteIfIndex 1.3.6.1.4.1.18.3.5.10.2.1.2 integer read-only
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
         wfXnsBaseRouteMetric 1.3.6.1.4.1.18.3.5.10.2.1.3 integer read-only
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's XnsBaseRouteProto value. If this metric is not used, its value should be set to -1.
         wfXnsBaseRouteNextHopNetwork 1.3.6.1.4.1.18.3.5.10.2.1.4 octet string read-only
(In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's XNS address on that interface.)
         wfXnsBaseRouteNextHopHost 1.3.6.1.4.1.18.3.5.10.2.1.5 octet string read-only
Full network.host_id address of nexthop host for this network.
         wfXnsBaseRouteType 1.3.6.1.4.1.18.3.5.10.2.1.6 integer read-only
The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the XNS architecture. Enumeration: 'indirect': 4, 'other': 1, 'static': 5, 'direct': 3, 'invalid': 2.
         wfXnsBaseRouteProto 1.3.6.1.4.1.18.3.5.10.2.1.7 integer read-only
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols. Enumeration: 'other': 1, 'local': 2, 'netmgmt': 3, 'rip': 4.
         wfXnsBaseRouteAge 1.3.6.1.4.1.18.3.5.10.2.1.8 integer read-only
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned.
         wfXnsBaseRouteInfo 1.3.6.1.4.1.18.3.5.10.2.1.9 octet string read-only
A user-defined string which describes this Route entry
 wfXnsInterfaceTable 1.3.6.1.4.1.18.3.5.10.3 no-access
The network interface record
     wfXnsInterfaceEntry 1.3.6.1.4.1.18.3.5.10.3.1 no-access
An entry in the Routing Table
         wfXnsInterfaceIndex 1.3.6.1.4.1.18.3.5.10.3.1.1 integer read-only
A unique value for each XNS interface. Its value ranges between 1 and the value of MAXCIRCUITS.
         wfXnsInterfaceDelete 1.3.6.1.4.1.18.3.5.10.3.1.2 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an XNS interface. Enumeration: 'deleted': 2, 'created': 1.
         wfXnsInterfaceDisable 1.3.6.1.4.1.18.3.5.10.3.1.3 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable an XNS interface. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsInterfaceState 1.3.6.1.4.1.18.3.5.10.3.1.4 integer read-only
The current state of the XNS interface Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
         wfXnsInterfaceCircuit 1.3.6.1.4.1.18.3.5.10.3.1.5 integer read-only
The Circuit Number that this interface runs over
         wfXnsInterfaceNetworkNumber 1.3.6.1.4.1.18.3.5.10.3.1.6 octet string read-only
The XNS Address to which this entry's addressing information pertains.
         wfXnsInterfaceCost 1.3.6.1.4.1.18.3.5.10.3.1.7 integer read-write
The Cost associated with the XNS Address of this entry
         wfXnsInterfaceXsumOn 1.3.6.1.4.1.18.3.5.10.3.1.8 integer read-write
Flag for checksums Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsInterfaceEncaps 1.3.6.1.4.1.18.3.5.10.3.1.9 integer read-only
chosen by the XNS implementation according to underlying media. Enumeration: 'snap': 2, 'ethernet': 1.
         wfXnsInterfaceMacAddress 1.3.6.1.4.1.18.3.5.10.3.1.10 octet string read-write
The MacAddress of this interface this port will receive or transmit.
         wfXnsInterfaceSMDSGroupAddress 1.3.6.1.4.1.18.3.5.10.3.1.11 octet string read-write
The SMDS Group Address of this interface this port will receive or transmit.
         wfXnsInterfaceMaxInfo 1.3.6.1.4.1.18.3.5.10.3.1.12 integer read-only
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
         wfXnsInterfaceExtServer 1.3.6.1.4.1.18.3.5.10.3.1.13 integer read-write
Flag indicating if this interface has External server capabilities turned on. Allows interface to pass on defined packets, such as PEP/TP requests, to a remote server not located on local network. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsInterfaceExServNetwork 1.3.6.1.4.1.18.3.5.10.3.1.14 octet string read-write
The Network address of the remote server.
         wfXnsInterfaceExServHostId 1.3.6.1.4.1.18.3.5.10.3.1.15 octet string read-write
The Host ID of the remote server.
         wfXnsInterfaceExServPktType 1.3.6.1.4.1.18.3.5.10.3.1.16 octet string read-write
The packet type of the requests which are to be passed on to the specified remote server.
         wfXnsInterfaceExServSockNm 1.3.6.1.4.1.18.3.5.10.3.1.17 octet string read-write
The destination socket number of the requests which are to be passed on to the specified remote server. If no socket number is specified then all packets of the specified type that this interface receives will be forwarded to specified remote server.
         wfXnsInterfaceInReceives 1.3.6.1.4.1.18.3.5.10.3.1.18 counter read-only
The total number of input datagrams received from interfaces, including those received in error.
         wfXnsInterfaceInHdrErrors 1.3.6.1.4.1.18.3.5.10.3.1.19 counter read-only
The number of input datagrams discarded due to errors in their XNS headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their XNS options, etc.
         wfXnsInterfaceInAddrErrors 1.3.6.1.4.1.18.3.5.10.3.1.20 counter read-only
The number of input datagrams discarded because the XNS address in their XNS header's destination field was not a valid address to be received at this entity.This counter includes datagrams discarded because the destination address was not a local address.
         wfXnsInterfaceForwDatagrams 1.3.6.1.4.1.18.3.5.10.3.1.21 counter read-only
The number of input datagrams for which this entity was not their final XNS destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as XNS Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source- Route option processing was successful.
         wfXnsInterfaceInUnknownProtos 1.3.6.1.4.1.18.3.5.10.3.1.22 counter read-only
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
         wfXnsInterfaceInDiscards 1.3.6.1.4.1.18.3.5.10.3.1.23 counter read-only
The number of input XNS datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
         wfXnsInterfaceInDelivers 1.3.6.1.4.1.18.3.5.10.3.1.24 counter read-only
The total number of input datagrams successfully delivered to XNS user-protocols (including ECHO)
         wfXnsInterfaceOutRequests 1.3.6.1.4.1.18.3.5.10.3.1.25 counter read-only
The total number of XNS datagrams which local XNS user-protocols supplied to XNS in requests for transmission. Note that this counter does not include any datagrams counted in XnsInteraceFwdDatagrams.
         wfXnsInterfaceOutDiscards 1.3.6.1.4.1.18.3.5.10.3.1.26 counter read-only
The number of output XNS datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in XnsForwDatagrams if any such packets met this (discretionary) discard criterion.
         wfXnsInterfaceOutNoRoutes 1.3.6.1.4.1.18.3.5.10.3.1.27 counter read-only
The number of XNS datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ForwDatagrams which meet this `no-route' criterion. Note that this includes any datagarms which a host cannot route because all of its default gateways are down.
         wfXnsInterfaceFRBcast 1.3.6.1.4.1.18.3.5.10.3.1.28 octet string read-write
Configurable Frame Relay broadcast address
         wfXnsInterfaceFRMcast 1.3.6.1.4.1.18.3.5.10.3.1.29 octet string read-write
Configurable Frame Relay multicast address
         wfXnsInterfaceSplit 1.3.6.1.4.1.18.3.5.10.3.1.30 integer read-write
Enable or Disable Split Horizon algorithm for this interface Comes into to play for non full-meshed WAN networks (Frame Relay) Enumeration: 'disabled': 2, 'enabled': 1.
 wfXnsRipIntfTable 1.3.6.1.4.1.18.3.5.10.4 no-access
The list of RIP interfaces
     wfXnsRipIntfEntry 1.3.6.1.4.1.18.3.5.10.4.1 no-access
An entry in the Routing Table
         wfXnsRipInterfaceDelete 1.3.6.1.4.1.18.3.5.10.4.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an RIP Interface instance. Enumeration: 'deleted': 2, 'created': 1.
         wfXnsRipInterfaceDisable 1.3.6.1.4.1.18.3.5.10.4.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable a RIP instance. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsRipInterfaceState 1.3.6.1.4.1.18.3.5.10.4.1.3 integer read-only
The current state of RIP on this interface. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
         wfXnsRipInterfaceIndex 1.3.6.1.4.1.18.3.5.10.4.1.4 octet string read-only
The XNS interface to run RIP on.
         wfXnsRipInterfaceSupply 1.3.6.1.4.1.18.3.5.10.4.1.5 integer read-write
Transmit RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsRipInterfaceListen 1.3.6.1.4.1.18.3.5.10.4.1.6 integer read-write
Receive RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
 wfXnsAdjacentHostTable 1.3.6.1.4.1.18.3.5.10.5 no-access
must be configured for a nexthop host.
     wfXnsAdjacentHostEntry 1.3.6.1.4.1.18.3.5.10.5.1 no-access
An entry in the Adjacent Host Table
         wfXnsAhDelete 1.3.6.1.4.1.18.3.5.10.5.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the XNS Static Host. Enumeration: 'deleted': 2, 'created': 1.
         wfXnsAhDisable 1.3.6.1.4.1.18.3.5.10.5.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable this XNS Static Route. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsAhTargHostNetwork 1.3.6.1.4.1.18.3.5.10.5.1.3 octet string read-only
The network address of the static host.
         wfXnsAhTargHostId 1.3.6.1.4.1.18.3.5.10.5.1.4 octet string read-only
The Address of this static host.
         wfXnsAhNextHopIntf 1.3.6.1.4.1.18.3.5.10.5.1.5 octet string read-write
The Next Hop Interface Network Address
         wfXnsAhDlci 1.3.6.1.4.1.18.3.5.10.5.1.6 octet string read-write
The next Hop Host address
 wfXnsStaticRouteTable 1.3.6.1.4.1.18.3.5.10.6 no-access
The list of Adjacent Hosts used for Configuring XNS
     wfXnsStaticRouteEntry 1.3.6.1.4.1.18.3.5.10.6.1 no-access
An entry in the Host Table
         wfXnsSrDelete 1.3.6.1.4.1.18.3.5.10.6.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the XNS Static Route. Enumeration: 'deleted': 2, 'created': 1.
         wfXnsSrDisable 1.3.6.1.4.1.18.3.5.10.6.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable this XNS Static Route. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsSrTargNetwork 1.3.6.1.4.1.18.3.5.10.6.1.3 octet string read-only
The Address of this static route
         wfXnsSrCost 1.3.6.1.4.1.18.3.5.10.6.1.4 integer read-write
The Cost of this Static Route
         wfXnsSrNextHopNetwork 1.3.6.1.4.1.18.3.5.10.6.1.5 octet string read-only
The Next Hop XNS Address
         wfXnsSrNextHopHost 1.3.6.1.4.1.18.3.5.10.6.1.6 octet string read-write
The next Hop Host address
         wfXnsSrTargNetworkRt 1.3.6.1.4.1.18.3.5.10.6.1.7 integer read-only
The Route Identifier Which numbered route this is to be
 wfXnsTrafficFilterTable 1.3.6.1.4.1.18.3.5.10.7 no-access
XNS Traffic Filters
     wfXnsTrafficFilterEntry 1.3.6.1.4.1.18.3.5.10.7.1 no-access
A traffic filter definition
         wfXnsTrafficFilterCreate 1.3.6.1.4.1.18.3.5.10.7.1.1 integer read-write
Defines the existence of the traffic filter rule: created - traffic filter exists delete - traffic filter does not exist and can be deleted. Enumeration: 'deleted': 2, 'created': 1.
         wfXnsTrafficFilterEnable 1.3.6.1.4.1.18.3.5.10.7.1.2 integer read-write
Defines whether or not the traffic filter rule should be used: enabled - activate the rule. disabled - inactivate the rule. Enumeration: 'disabled': 2, 'enabled': 1.
         wfXnsTrafficFilterStatus 1.3.6.1.4.1.18.3.5.10.7.1.3 integer read-only
Defines the current status of the traffic filter: inactive - the rule is not in use. active - the rule is being used. error - the application detected an error in the rule. Enumeration: 'active': 1, 'inactive': 3, 'error': 2.
         wfXnsTrafficFilterCounter 1.3.6.1.4.1.18.3.5.10.7.1.4 counter read-only
The number of received packets that have matched this rule.
         wfXnsTrafficFilterDefinition 1.3.6.1.4.1.18.3.5.10.7.1.5 opaque read-write
The filter rule definition.
         wfXnsTrafficFilterReserved 1.3.6.1.4.1.18.3.5.10.7.1.6 integer read-only
Reserved field.
         wfXnsTrafficFilterInterface 1.3.6.1.4.1.18.3.5.10.7.1.7 octet string read-only
The network address of the XNS interface to which this filter is applied.
         wfXnsTrafficFilterCircuit 1.3.6.1.4.1.18.3.5.10.7.1.8 integer read-only
The ID of the Circuit to which the filter is applied.
         wfXnsTrafficFilterRuleNumber 1.3.6.1.4.1.18.3.5.10.7.1.9 integer read-only
ID for the rule.
         wfXnsTrafficFilterFragment 1.3.6.1.4.1.18.3.5.10.7.1.10 integer read-only
Fragment number - for large rules.
         wfXnsTrafficFilterName 1.3.6.1.4.1.18.3.5.10.7.1.11 displaystring read-write
Name of the rule number.
 wfXnsBaseAdjEntryTable 1.3.6.1.4.1.18.3.5.10.8 no-access
This is used by Ungermann-Bass functionality only.
     wfXnsBaseAdjEntry 1.3.6.1.4.1.18.3.5.10.8.1 no-access
An entry in the Adjacency Table
         wfXnsBaseAdjacencyNetwork 1.3.6.1.4.1.18.3.5.10.8.1.1 octet string read-only
Adjacent Router's/Host's network address for which a hello has been received.
         wfXnsBaseAdjacencyHostid 1.3.6.1.4.1.18.3.5.10.8.1.2 octet string read-only
Adjacent Router's/Host's hostid for which a hello has been received.
         wfXnsBaseAdjacencyCost 1.3.6.1.4.1.18.3.5.10.8.1.3 integer read-only
Cost associated with reaching this adjacency.
         wfXnsBaseAdjacencyAge 1.3.6.1.4.1.18.3.5.10.8.1.4 integer read-only
Adjacent Router/Host for which a hello has been received.
         wfXnsBaseAdjacencyIntf 1.3.6.1.4.1.18.3.5.10.8.1.5 octet string read-only
XNS Network interface.
         wfXnsBaseAdjacencyCct 1.3.6.1.4.1.18.3.5.10.8.1.6 integer read-only
Circuit on which hello was received.
 wfXnsAggrStats 1.3.6.1.4.1.18.3.5.10.9
     wfXnsAggrInDatagrams 1.3.6.1.4.1.18.3.5.10.9.1 counter read-only
The total number of datagrams received
     wfXnsAggrOutDatagrams 1.3.6.1.4.1.18.3.5.10.9.2 counter read-only
The total number of datagrams sent (includes datagrams forwarded)
     wfXnsAggrFwdDatagrams 1.3.6.1.4.1.18.3.5.10.9.3 counter read-only
The total number of datagrams forwarded
     wfXnsAggrInDiscards 1.3.6.1.4.1.18.3.5.10.9.4 counter read-only
The total number of datagrams queued for reception that were discarded for resource reasons
     wfXnsAggrInHdrErrs 1.3.6.1.4.1.18.3.5.10.9.5 counter read-only
The total number of datagrams discarded because of errors in the XNS header.
     wfXnsAggrInAddrErrs 1.3.6.1.4.1.18.3.5.10.9.6 counter read-only
The total nmber of datagrams received whose destination address was invalid for this entity.
     wfXnsAggrInUnknownProtos 1.3.6.1.4.1.18.3.5.10.9.7 counter read-only
The total number of datagrams received locally which specified an unknown or unsupported protocol.
     wfXnsAggrOutDiscards 1.3.6.1.4.1.18.3.5.10.9.8 counter read-only
The total number of datagrams queued for transmission that were discarded for resource reasons.
     wfXnsAggrOutNoRoutes 1.3.6.1.4.1.18.3.5.10.9.9 counter read-only
The total number of datagrams queued for transmission thet were discarded because the destination was unreachable.