Wellfleet-XNS-MIB

File: Wellfleet-XNS-MIB.mib (41243 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter Opaque OBJECT-TYPE
DisplayString wfXnsGroup

Defined Types

WfXnsBaseAdjEntry  
SEQUENCE    
  wfXnsBaseAdjacencyNetwork OCTET STRING
  wfXnsBaseAdjacencyHostid OCTET STRING
  wfXnsBaseAdjacencyCost INTEGER
  wfXnsBaseAdjacencyAge INTEGER
  wfXnsBaseAdjacencyIntf OCTET STRING
  wfXnsBaseAdjacencyCct INTEGER

WfXnsBaseRtEntry  
SEQUENCE    
  wfXnsBaseRouteDest OCTET STRING
  wfXnsBaseRouteIfIndex INTEGER
  wfXnsBaseRouteMetric INTEGER
  wfXnsBaseRouteNextHopNetwork OCTET STRING
  wfXnsBaseRouteNextHopHost OCTET STRING
  wfXnsBaseRouteType INTEGER
  wfXnsBaseRouteProto INTEGER
  wfXnsBaseRouteAge INTEGER
  wfXnsBaseRouteInfo OCTET STRING

WfXnsInterfaceEntry  
SEQUENCE    
  wfXnsInterfaceIndex INTEGER
  wfXnsInterfaceDelete INTEGER
  wfXnsInterfaceDisable INTEGER
  wfXnsInterfaceState INTEGER
  wfXnsInterfaceCircuit INTEGER
  wfXnsInterfaceNetworkNumber OCTET STRING
  wfXnsInterfaceCost INTEGER
  wfXnsInterfaceXsumOn INTEGER
  wfXnsInterfaceEncaps INTEGER
  wfXnsInterfaceMacAddress OCTET STRING
  wfXnsInterfaceSMDSGroupAddress OCTET STRING
  wfXnsInterfaceMaxInfo INTEGER
  wfXnsInterfaceExtServer INTEGER
  wfXnsInterfaceExServNetwork OCTET STRING
  wfXnsInterfaceExServHostId OCTET STRING
  wfXnsInterfaceExServPktType OCTET STRING
  wfXnsInterfaceExServSockNm OCTET STRING
  wfXnsInterfaceInReceives Counter
  wfXnsInterfaceInHdrErrors Counter
  wfXnsInterfaceInAddrErrors Counter
  wfXnsInterfaceForwDatagrams Counter
  wfXnsInterfaceInUnknownProtos Counter
  wfXnsInterfaceInDiscards Counter
  wfXnsInterfaceInDelivers Counter
  wfXnsInterfaceOutRequests Counter
  wfXnsInterfaceOutDiscards Counter
  wfXnsInterfaceOutNoRoutes Counter
  wfXnsInterfaceFRBcast OCTET STRING
  wfXnsInterfaceFRMcast OCTET STRING
  wfXnsInterfaceSplit INTEGER

WfXnsRipIntfEntry  
SEQUENCE    
  wfXnsRipInterfaceDelete INTEGER
  wfXnsRipInterfaceDisable INTEGER
  wfXnsRipInterfaceState INTEGER
  wfXnsRipInterfaceIndex OCTET STRING
  wfXnsRipInterfaceSupply INTEGER
  wfXnsRipInterfaceListen INTEGER

WfXnsAdjacentHostEntry  
SEQUENCE    
  wfXnsAhDelete INTEGER
  wfXnsAhDisable INTEGER
  wfXnsAhTargHostNetwork OCTET STRING
  wfXnsAhTargHostId OCTET STRING
  wfXnsAhNextHopIntf OCTET STRING
  wfXnsAhDlci OCTET STRING

WfXnsStaticRouteEntry  
SEQUENCE    
  wfXnsSrDelete INTEGER
  wfXnsSrDisable INTEGER
  wfXnsSrTargNetwork OCTET STRING
  wfXnsSrCost INTEGER
  wfXnsSrNextHopNetwork OCTET STRING
  wfXnsSrNextHopHost OCTET STRING
  wfXnsSrTargNetworkRt INTEGER

WfXnsTrafficFilterEntry  
SEQUENCE    
  wfXnsTrafficFilterCreate INTEGER
  wfXnsTrafficFilterEnable INTEGER
  wfXnsTrafficFilterStatus INTEGER
  wfXnsTrafficFilterCounter Counter
  wfXnsTrafficFilterDefinition Opaque
  wfXnsTrafficFilterReserved INTEGER
  wfXnsTrafficFilterInterface OCTET STRING
  wfXnsTrafficFilterCircuit INTEGER
  wfXnsTrafficFilterRuleNumber INTEGER
  wfXnsTrafficFilterFragment INTEGER
  wfXnsTrafficFilterName DisplayString

Defined Values

wfXnsBase 1.3.6.1.4.1.18.3.5.10.1
OBJECT IDENTIFIER    

wfXnsBaseDelete 1.3.6.1.4.1.18.3.5.10.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete XNS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsBaseDisable 1.3.6.1.4.1.18.3.5.10.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable XNS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsBaseState 1.3.6.1.4.1.18.3.5.10.1.3
The current state of the entire XNS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfXnsBaseCfgHostNumber 1.3.6.1.4.1.18.3.5.10.1.4
Host Number of Router and potential MAC address of box.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsBaseActiveHostNumber 1.3.6.1.4.1.18.3.5.10.1.5
a legal input, else takes on a self generated unique number
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfXnsBaseImplement 1.3.6.1.4.1.18.3.5.10.1.6
Implementation method. UB_XNS/XNS concurrent functionality or Vanilla XNS functionality only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER xerox(1), ungb(2)  

wfXnsBaseNetCount 1.3.6.1.4.1.18.3.5.10.1.7
Count the total number of nets in the box.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsBaseHostCount 1.3.6.1.4.1.18.3.5.10.1.8
Count the total number of hosts in the box.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsBaseLogFilter 1.3.6.1.4.1.18.3.5.10.1.9
Filter out some log messages, Default filters out debugs, info, and trace messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER debug(1), info(2), trace(16), debuginfo(3), debugtrace(17), infotrace(18), debuginfotrace(19)  

wfXnsBaseAdjEntryTable 1.3.6.1.4.1.18.3.5.10.8
This is used by Ungermann-Bass functionality only.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsBaseAdjEntry

wfXnsBaseAdjEntry 1.3.6.1.4.1.18.3.5.10.8.1
An entry in the Adjacency Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsBaseAdjEntry  

wfXnsBaseAdjacencyNetwork 1.3.6.1.4.1.18.3.5.10.8.1.1
Adjacent Router's/Host's network address for which a hello has been received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsBaseAdjacencyHostid 1.3.6.1.4.1.18.3.5.10.8.1.2
Adjacent Router's/Host's hostid for which a hello has been received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

wfXnsBaseAdjacencyCost 1.3.6.1.4.1.18.3.5.10.8.1.3
Cost associated with reaching this adjacency.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseAdjacencyAge 1.3.6.1.4.1.18.3.5.10.8.1.4
Adjacent Router/Host for which a hello has been received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseAdjacencyIntf 1.3.6.1.4.1.18.3.5.10.8.1.5
XNS Network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfXnsBaseAdjacencyCct 1.3.6.1.4.1.18.3.5.10.8.1.6
Circuit on which hello was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseRtEntryTable 1.3.6.1.4.1.18.3.5.10.2
The table of Elements in XNS's routing table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsBaseRtEntry

wfXnsBaseRtEntry 1.3.6.1.4.1.18.3.5.10.2.1
An entry in the Routing Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsBaseRtEntry  

wfXnsBaseRouteDest 1.3.6.1.4.1.18.3.5.10.2.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsBaseRouteIfIndex 1.3.6.1.4.1.18.3.5.10.2.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseRouteMetric 1.3.6.1.4.1.18.3.5.10.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseRouteNextHopNetwork 1.3.6.1.4.1.18.3.5.10.2.1.4
(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.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfXnsBaseRouteNextHopHost 1.3.6.1.4.1.18.3.5.10.2.1.5
Full network.host_id address of nexthop host for this network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfXnsBaseRouteType 1.3.6.1.4.1.18.3.5.10.2.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4), static(5)  

wfXnsBaseRouteProto 1.3.6.1.4.1.18.3.5.10.2.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), rip(4)  

wfXnsBaseRouteAge 1.3.6.1.4.1.18.3.5.10.2.1.8
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsBaseRouteInfo 1.3.6.1.4.1.18.3.5.10.2.1.9
A user-defined string which describes this Route entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceTable 1.3.6.1.4.1.18.3.5.10.3
The network interface record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsInterfaceEntry

wfXnsInterfaceEntry 1.3.6.1.4.1.18.3.5.10.3.1
An entry in the Routing Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsInterfaceEntry  

wfXnsInterfaceIndex 1.3.6.1.4.1.18.3.5.10.3.1.1
A unique value for each XNS interface. Its value ranges between 1 and the value of MAXCIRCUITS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsInterfaceDelete 1.3.6.1.4.1.18.3.5.10.3.1.2
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an XNS interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsInterfaceDisable 1.3.6.1.4.1.18.3.5.10.3.1.3
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable an XNS interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsInterfaceState 1.3.6.1.4.1.18.3.5.10.3.1.4
The current state of the XNS interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfXnsInterfaceCircuit 1.3.6.1.4.1.18.3.5.10.3.1.5
The Circuit Number that this interface runs over
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsInterfaceNetworkNumber 1.3.6.1.4.1.18.3.5.10.3.1.6
The XNS Address to which this entry's addressing information pertains.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsInterfaceCost 1.3.6.1.4.1.18.3.5.10.3.1.7
The Cost associated with the XNS Address of this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfXnsInterfaceXsumOn 1.3.6.1.4.1.18.3.5.10.3.1.8
Flag for checksums
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsInterfaceEncaps 1.3.6.1.4.1.18.3.5.10.3.1.9
chosen by the XNS implementation according to underlying media.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), snap(2)  

wfXnsInterfaceMacAddress 1.3.6.1.4.1.18.3.5.10.3.1.10
The MacAddress of this interface this port will receive or transmit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceSMDSGroupAddress 1.3.6.1.4.1.18.3.5.10.3.1.11
The SMDS Group Address of this interface this port will receive or transmit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceMaxInfo 1.3.6.1.4.1.18.3.5.10.3.1.12
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsInterfaceExtServer 1.3.6.1.4.1.18.3.5.10.3.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsInterfaceExServNetwork 1.3.6.1.4.1.18.3.5.10.3.1.14
The Network address of the remote server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceExServHostId 1.3.6.1.4.1.18.3.5.10.3.1.15
The Host ID of the remote server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceExServPktType 1.3.6.1.4.1.18.3.5.10.3.1.16
The packet type of the requests which are to be passed on to the specified remote server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceExServSockNm 1.3.6.1.4.1.18.3.5.10.3.1.17
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceInReceives 1.3.6.1.4.1.18.3.5.10.3.1.18
The total number of input datagrams received from interfaces, including those received in error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceInHdrErrors 1.3.6.1.4.1.18.3.5.10.3.1.19
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceInAddrErrors 1.3.6.1.4.1.18.3.5.10.3.1.20
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceForwDatagrams 1.3.6.1.4.1.18.3.5.10.3.1.21
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceInUnknownProtos 1.3.6.1.4.1.18.3.5.10.3.1.22
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceInDiscards 1.3.6.1.4.1.18.3.5.10.3.1.23
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceInDelivers 1.3.6.1.4.1.18.3.5.10.3.1.24
The total number of input datagrams successfully delivered to XNS user-protocols (including ECHO)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceOutRequests 1.3.6.1.4.1.18.3.5.10.3.1.25
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceOutDiscards 1.3.6.1.4.1.18.3.5.10.3.1.26
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceOutNoRoutes 1.3.6.1.4.1.18.3.5.10.3.1.27
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsInterfaceFRBcast 1.3.6.1.4.1.18.3.5.10.3.1.28
Configurable Frame Relay broadcast address
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceFRMcast 1.3.6.1.4.1.18.3.5.10.3.1.29
Configurable Frame Relay multicast address
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsInterfaceSplit 1.3.6.1.4.1.18.3.5.10.3.1.30
Enable or Disable Split Horizon algorithm for this interface Comes into to play for non full-meshed WAN networks (Frame Relay)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsRipIntfTable 1.3.6.1.4.1.18.3.5.10.4
The list of RIP interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsRipIntfEntry

wfXnsRipIntfEntry 1.3.6.1.4.1.18.3.5.10.4.1
An entry in the Routing Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsRipIntfEntry  

wfXnsRipInterfaceDelete 1.3.6.1.4.1.18.3.5.10.4.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete an RIP Interface instance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsRipInterfaceDisable 1.3.6.1.4.1.18.3.5.10.4.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable a RIP instance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsRipInterfaceState 1.3.6.1.4.1.18.3.5.10.4.1.3
The current state of RIP on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfXnsRipInterfaceIndex 1.3.6.1.4.1.18.3.5.10.4.1.4
The XNS interface to run RIP on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsRipInterfaceSupply 1.3.6.1.4.1.18.3.5.10.4.1.5
Transmit RIP packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsRipInterfaceListen 1.3.6.1.4.1.18.3.5.10.4.1.6
Receive RIP packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsAdjacentHostTable 1.3.6.1.4.1.18.3.5.10.5
must be configured for a nexthop host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsAdjacentHostEntry

wfXnsAdjacentHostEntry 1.3.6.1.4.1.18.3.5.10.5.1
An entry in the Adjacent Host Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsAdjacentHostEntry  

wfXnsAhDelete 1.3.6.1.4.1.18.3.5.10.5.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the XNS Static Host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsAhDisable 1.3.6.1.4.1.18.3.5.10.5.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable this XNS Static Route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsAhTargHostNetwork 1.3.6.1.4.1.18.3.5.10.5.1.3
The network address of the static host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsAhTargHostId 1.3.6.1.4.1.18.3.5.10.5.1.4
The Address of this static host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

wfXnsAhNextHopIntf 1.3.6.1.4.1.18.3.5.10.5.1.5
The Next Hop Interface Network Address
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsAhDlci 1.3.6.1.4.1.18.3.5.10.5.1.6
The next Hop Host address
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsStaticRouteTable 1.3.6.1.4.1.18.3.5.10.6
The list of Adjacent Hosts used for Configuring XNS
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsStaticRouteEntry

wfXnsStaticRouteEntry 1.3.6.1.4.1.18.3.5.10.6.1
An entry in the Host Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsStaticRouteEntry  

wfXnsSrDelete 1.3.6.1.4.1.18.3.5.10.6.1.1
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the XNS Static Route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsSrDisable 1.3.6.1.4.1.18.3.5.10.6.1.2
Enable/Disable parameter. Default is enabled. Users perform an SNMP SET operation on this object in order to enable/disable this XNS Static Route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsSrTargNetwork 1.3.6.1.4.1.18.3.5.10.6.1.3
The Address of this static route
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsSrCost 1.3.6.1.4.1.18.3.5.10.6.1.4
The Cost of this Static Route
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfXnsSrNextHopNetwork 1.3.6.1.4.1.18.3.5.10.6.1.5
The Next Hop XNS Address
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsSrNextHopHost 1.3.6.1.4.1.18.3.5.10.6.1.6
The next Hop Host address
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfXnsSrTargNetworkRt 1.3.6.1.4.1.18.3.5.10.6.1.7
The Route Identifier Which numbered route this is to be
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsTrafficFilterTable 1.3.6.1.4.1.18.3.5.10.7
XNS Traffic Filters
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfXnsTrafficFilterEntry

wfXnsTrafficFilterEntry 1.3.6.1.4.1.18.3.5.10.7.1
A traffic filter definition
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfXnsTrafficFilterEntry  

wfXnsTrafficFilterCreate 1.3.6.1.4.1.18.3.5.10.7.1.1
Defines the existence of the traffic filter rule: created - traffic filter exists delete - traffic filter does not exist and can be deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfXnsTrafficFilterEnable 1.3.6.1.4.1.18.3.5.10.7.1.2
Defines whether or not the traffic filter rule should be used: enabled - activate the rule. disabled - inactivate the rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfXnsTrafficFilterStatus 1.3.6.1.4.1.18.3.5.10.7.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), error(2), inactive(3)  

wfXnsTrafficFilterCounter 1.3.6.1.4.1.18.3.5.10.7.1.4
The number of received packets that have matched this rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsTrafficFilterDefinition 1.3.6.1.4.1.18.3.5.10.7.1.5
The filter rule definition.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Opaque  

wfXnsTrafficFilterReserved 1.3.6.1.4.1.18.3.5.10.7.1.6
Reserved field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsTrafficFilterInterface 1.3.6.1.4.1.18.3.5.10.7.1.7
The network address of the XNS interface to which this filter is applied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

wfXnsTrafficFilterCircuit 1.3.6.1.4.1.18.3.5.10.7.1.8
The ID of the Circuit to which the filter is applied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsTrafficFilterRuleNumber 1.3.6.1.4.1.18.3.5.10.7.1.9
ID for the rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsTrafficFilterFragment 1.3.6.1.4.1.18.3.5.10.7.1.10
Fragment number - for large rules.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfXnsTrafficFilterName 1.3.6.1.4.1.18.3.5.10.7.1.11
Name of the rule number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfXnsAggrStats 1.3.6.1.4.1.18.3.5.10.9
OBJECT IDENTIFIER    

wfXnsAggrInDatagrams 1.3.6.1.4.1.18.3.5.10.9.1
The total number of datagrams received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrOutDatagrams 1.3.6.1.4.1.18.3.5.10.9.2
The total number of datagrams sent (includes datagrams forwarded)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrFwdDatagrams 1.3.6.1.4.1.18.3.5.10.9.3
The total number of datagrams forwarded
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrInDiscards 1.3.6.1.4.1.18.3.5.10.9.4
The total number of datagrams queued for reception that were discarded for resource reasons
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrInHdrErrs 1.3.6.1.4.1.18.3.5.10.9.5
The total number of datagrams discarded because of errors in the XNS header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrInAddrErrs 1.3.6.1.4.1.18.3.5.10.9.6
The total nmber of datagrams received whose destination address was invalid for this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrInUnknownProtos 1.3.6.1.4.1.18.3.5.10.9.7
The total number of datagrams received locally which specified an unknown or unsupported protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrOutDiscards 1.3.6.1.4.1.18.3.5.10.9.8
The total number of datagrams queued for transmission that were discarded for resource reasons.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfXnsAggrOutNoRoutes 1.3.6.1.4.1.18.3.5.10.9.9
The total number of datagrams queued for transmission thet were discarded because the destination was unreachable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter