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

VENDOR: WELLFLEET


 Home MIB: Wellfleet-IP-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
     wfIpBase 1.3.6.1.4.1.18.3.5.3.2.1.1
         wfIpBaseCreate 1.3.6.1.4.1.18.3.5.3.2.1.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete IP. Enumeration: 'deleted': 2, 'created': 1.
         wfIpBaseEnable 1.3.6.1.4.1.18.3.5.3.2.1.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable IP. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBaseState 1.3.6.1.4.1.18.3.5.3.2.1.1.3 integer read-only
The current state of the entire IP. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpres': 4.
         wfIpBaseForwarding 1.3.6.1.4.1.18.3.5.3.2.1.1.4 integer read-write
The indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host). Note that for some managed nodes, this object may take on only a subset of the values possible. Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to change this object to an inappropriate value. Enumeration: 'forwarding': 1, 'not-forwarding': 2.
         wfIpBaseDefaultTTL 1.3.6.1.4.1.18.3.5.3.2.1.1.5 integer read-write
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
         wfIpBaseRipDiameter 1.3.6.1.4.1.18.3.5.3.2.1.1.6 integer read-write
The Diameter of the RIP network. 1 less than 'infinity
         wfIpBaseRouteCache 1.3.6.1.4.1.18.3.5.3.2.1.1.7 integer read-write
The interval at which routing entries are flushed from the forwarding tables. Enumeration: 'default': 60.
         wfIpBaseMibTables 1.3.6.1.4.1.18.3.5.3.2.1.1.8 integer read-write
Configures which routing MIB tables are maintained by IP. Previously, only the wfIpBaseRtTable was maintained. In order to support variable length subnets, the wfIpForwardTable was implemented. Supporting both these tables requires memory usage. The user can now configure which tables to maintain to reduce memory usage if needed. In the absence of variable length subnetting, these tables would maintain identical information. Enumeration: 'both': 4, 'none': 1, 'forwarding': 3, 'route': 2.
         wfIpBaseNetworks 1.3.6.1.4.1.18.3.5.3.2.1.1.9 integer read-only
The number of networks (including subnets) in the routing table
         wfIpBaseZeroSubnetEnable 1.3.6.1.4.1.18.3.5.3.2.1.1.10 integer read-write
This parameter indicates whether or not 0 subnets are allowed. If they are not allowed, interfaces configured with a 0 subnet will not be allowed. Value 'rip1onasb' implies 'enabled' also RIP1 support on all one or zero subnet Enumeration: 'disabled': 2, 'rip1onasb': 3, 'enabled': 1.
         wfIpBaseEstimatedNetworks 1.3.6.1.4.1.18.3.5.3.2.1.1.11 integer read-write
This parameter indicates the estimated number of networks that the router will need to keep in its routing table.
         wfIpBaseHosts 1.3.6.1.4.1.18.3.5.3.2.1.1.12 integer read-only
This parameter indicates the number of hosts resolved by IP. This parameter will be equal to the number of instances of wfIpNetToMediaEntry
         wfIpBaseEstimatedHosts 1.3.6.1.4.1.18.3.5.3.2.1.1.13 integer read-write
This parameter indicates the estimated number of hosts that the router will need to keep in its hosts table.
         wfIpBaseDefaultOverSubnetEnable 1.3.6.1.4.1.18.3.5.3.2.1.1.14 integer read-write
This parameter indicates whether or not default route for subnets in subnetted network is allowed. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBaseMaxPolicyRules 1.3.6.1.4.1.18.3.5.3.2.1.1.15 integer read-write
This parameter indicates the maximum number of policy rules that can be configured per type (ACCEPT or ANNOUNCE) per protocol. In order to configure more policy rules, this parameter must be changed.
         wfIpBaseRouteFilterSupport 1.3.6.1.4.1.18.3.5.3.2.1.1.16 integer read-write
This parameter indicates whether or not route filters are supported. Enumeration: 'disabled': 2, 'enabled': 1.
         wfRipMaximumPath 1.3.6.1.4.1.18.3.5.3.2.1.1.17 integer read-write
Maximum number of equal cost paths allowed for a network installed by RIP.
         wfIpMultipathMethod 1.3.6.1.4.1.18.3.5.3.2.1.1.18 integer read-write
Method to use to choose next hop when more than one is available. The round-robin method will send each packet destined for a given destination to a different nexthop until all have been used, then repeat its iteration through the list. src-dest-hash will use a single nexthop for all traffic originating at one given IP address and addressed to another given IP address. dest-hash is similar but uses only the destination's IP address to compute the nexthop. round-robin provides greater usage of network resources, but increases the chance for out of order packet delivery and similar problems. src-dest-hash increases the chances that packets will be delivered in order, but fails to take full advantage of the capabilities of the network. dest-hash makes the forwarding algorithm compatible with RSVP when the latter is enabled on the router. Enumeration: 'disabled': 1, 'round-robin': 2, 'dest-hash': 4, 'src-dest-hash': 3.
         wfIpBaseIspMode 1.3.6.1.4.1.18.3.5.3.2.1.1.19 integer read-write
This parameter indicates whether or not ISP features are supported: i.e. BGP soloist, etc. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBaseExtendedTrafficFilterSupport 1.3.6.1.4.1.18.3.5.3.2.1.1.20 integer read-write
This parameter indicates whether or not extended traffic filters are supported. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpOspfMaximumPath 1.3.6.1.4.1.18.3.5.3.2.1.1.21 integer read-write
Maximum number of equal cost paths allowed for a network installed by OSPF.
         wfIpBaseIcmpErrorLimit 1.3.6.1.4.1.18.3.5.3.2.1.1.22 integer read-write
The maximum number of ICMP messages that is allowed to be transmitted within 1 second interval out of any individual interface. Disabled if set to 0.
         wfIpBaseIbgpEcmp 1.3.6.1.4.1.18.3.5.3.2.1.1.23 integer read-write
IBGP ECMP mode allows BGP to select route to IBGP next hop using available ECMP inter-domain routing information. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBaseRtbBalanceInterval 1.3.6.1.4.1.18.3.5.3.2.1.1.24 integer read-write
Time interval (in minutes) to re-balance route pool. If this value is 0, then 'periodical re-balance' functionality is considered to be disabled.
         wfIpBaseRtblP1 1.3.6.1.4.1.18.3.5.3.2.1.1.25 integer read-write
Controls the number of indexes in IP routing RTBL. If this value is 0, a value based on the number of hosts and the number of nets will be calculated. This parameter is closely linked with wfIpBaseRtblP2 in terms of balancing the rtbl
         wfIpBaseRtblP2 1.3.6.1.4.1.18.3.5.3.2.1.1.26 integer read-write
Controls the deviation of nodes per index from the average number of nodes per index. If this value is 0, a value based on the number of hosts and the number of nets will be calculated. This parameter is closely linked with wfIpBaseRtblP1 in terms of balancing the rtbl
         wfIpBaseArpBufLimitPrcnt 1.3.6.1.4.1.18.3.5.3.2.1.1.27 integer read-write
Defines the upper limit (in percent) of buffers that can be used by ARP for saving buffers when resolving ARP request
         wfIpBaseDirectedBcastEnable 1.3.6.1.4.1.18.3.5.3.2.1.1.28 integer read-write
Boxwide directed broadcast Enable/Disable parameter. Default is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBaseHostOnlyRip 1.3.6.1.4.1.18.3.5.3.2.1.1.29 integer read-write
Whether or not listen RIPs in Host Only Mode. Enumeration: 'notlisten': 2, 'listen': 1.
         wfIpBaseBlockSRR 1.3.6.1.4.1.18.3.5.3.2.1.1.30 integer read-write
Blocks incoming IP packets that have the Loose or Strict Source Record Route ip option enabled. Default is disabled which will allow these packets through. Enumeration: 'disabled': 2, 'enabled': 1.
     wfIpBaseRtEntryTable 1.3.6.1.4.1.18.3.5.3.2.1.2 no-access
The list of elements in IP's routing table
         wfIpBaseRtEntry 1.3.6.1.4.1.18.3.5.3.2.1.2.1 no-access
A description of a route
             wfIpBaseRouteDest 1.3.6.1.4.1.18.3.5.3.2.1.2.1.1 ipaddress read-only
The destination IP 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.
             wfIpBaseRouteIfIndex 1.3.6.1.4.1.18.3.5.3.2.1.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.
             wfIpBaseRouteMetric1 1.3.6.1.4.1.18.3.5.3.2.1.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 ipRouteProto value. If this metric is not used, its value should be set to -1.
             wfIpBaseRouteMetric2 1.3.6.1.4.1.18.3.5.3.2.1.2.1.4 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
             wfIpBaseRouteMetric3 1.3.6.1.4.1.18.3.5.3.2.1.2.1.5 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
             wfIpBaseRouteMetric4 1.3.6.1.4.1.18.3.5.3.2.1.2.1.6 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
             wfIpBaseRouteNextHop 1.3.6.1.4.1.18.3.5.3.2.1.2.1.7 ipaddress read-only
The IP address of the next hop of this route. (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 IP address on that interface.)
             wfIpBaseRouteType 1.3.6.1.4.1.18.3.5.3.2.1.2.1.8 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 IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipRouteTable object. That is, it effectively dissasociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. nagement stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipRouteType object. Enumeration: 'indirect': 4, 'other': 1, 'direct': 3, 'invalid': 2.
             wfIpBaseRouteProto 1.3.6.1.4.1.18.3.5.3.2.1.2.1.9 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: 'ahb': 16, 'asr': 17, 'ggp': 6, 'ospf': 13, 'is': 9, 'egp': 5, 'rip': 8, 'bgp': 14, 'idpr': 15, 'other': 1, 'icmp': 4, 'local': 2, 'hello': 7, 'netmgmt': 3.
             wfIpBaseRouteAge 1.3.6.1.4.1.18.3.5.3.2.1.2.1.10 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.
             wfIpBaseRouteMask 1.3.6.1.4.1.18.3.5.3.2.1.2.1.11 ipaddress read-only
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipRouteMask by determining whether the value of the correspondent ipRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the ipRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
             wfIpBaseRouteMetric5 1.3.6.1.4.1.18.3.5.3.2.1.2.1.12 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
             wfIpBaseRouteInfo 1.3.6.1.4.1.18.3.5.3.2.1.2.1.13 object identifier read-only
A user-defined string which describes this Route entry
     wfIpBaseHostEntryTable 1.3.6.1.4.1.18.3.5.3.2.1.3 no-access
The list of elements in IP's host table
         wfIpBaseHostEntry 1.3.6.1.4.1.18.3.5.3.2.1.3.1 no-access
A description of a resolved host
             wfIpBaseNetToMediaIfIndex 1.3.6.1.4.1.18.3.5.3.2.1.3.1.1 integer read-only
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
             wfIpBaseNetToMediaPhysAddress 1.3.6.1.4.1.18.3.5.3.2.1.3.1.2 octet string read-only
The media-dependent `physical' address.
             wfIpBaseNetToMediaNetAddress 1.3.6.1.4.1.18.3.5.3.2.1.3.1.3 ipaddress read-only
The IpAddress corresponding to the media-dependent `physical' address.
             wfIpBaseNetToMediaType 1.3.6.1.4.1.18.3.5.3.2.1.3.1.4 integer read-write
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively dissasociates the interface identified with said entry from the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipNetToMediaType object. Enumeration: 'static': 4, 'other': 1, 'dynamic': 3, 'invalid': 2.
     wfIpInterfaceTable 1.3.6.1.4.1.18.3.5.3.2.1.4 no-access
The list of configured IP interface
         wfIpInterfaceEntry 1.3.6.1.4.1.18.3.5.3.2.1.4.1 no-access
An IP interface description
             wfIpInterfaceCreate 1.3.6.1.4.1.18.3.5.3.2.1.4.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an IP interface. Enumeration: 'create': 1, 'delete': 2.
             wfIpInterfaceEnable 1.3.6.1.4.1.18.3.5.3.2.1.4.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an IP interface. Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceState 1.3.6.1.4.1.18.3.5.3.2.1.4.1.3 integer read-only
INvalid indicates an error in processing the cfg record Enumeration: 'down': 2, 'notpres': 5, 'init': 3, 'up': 1, 'invalid': 4.
             wfIpInterfaceAddr 1.3.6.1.4.1.18.3.5.3.2.1.4.1.4 ipaddress read-only
The IP Address to which this entry's addressing information pertains
             wfIpInterfaceCircuit 1.3.6.1.4.1.18.3.5.3.2.1.4.1.5 integer read-only
The Circuit Number that this interface runs over
             wfIpInterfaceMask 1.3.6.1.4.1.18.3.5.3.2.1.4.1.6 ipaddress read-write
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
             wfIpInterfaceCost 1.3.6.1.4.1.18.3.5.3.2.1.4.1.7 integer read-write
The Cost metric associated with the IP Address of this entry
             wfIpInterfaceCfgBcastAddr 1.3.6.1.4.1.18.3.5.3.2.1.4.1.8 ipaddress read-write
The user can specifcy a broadcast address for a NWIF
             wfIpInterfaceBcastAddr 1.3.6.1.4.1.18.3.5.3.2.1.4.1.9 ipaddress read-only
The value of the broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface. This is value used by the software
             wfIpInterfaceMTUDiscovery 1.3.6.1.4.1.18.3.5.3.2.1.4.1.10 integer read-write
Whether MTU discovery option is on/off Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceAMR 1.3.6.1.4.1.18.3.5.3.2.1.4.1.11 integer read-write
Whether Address Mask Reply is ON/OFF Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceASB 1.3.6.1.4.1.18.3.5.3.2.1.4.1.12 integer read-write
Whether All-Subnet Broadcasts Are excepted and Sent out this NWIF Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceAddressResolutionType 1.3.6.1.4.1.18.3.5.3.2.1.4.1.13 integer read-write
Indicates which Address Resolution Type to use Enumeration: 'arp': 1, 'none': 7, 'arp-in-arp': 6, 'arp-probe': 10, 'probe': 9, 'bfe-ddn': 8, 'pdn': 4, 'in-arp': 5, 'ddn': 3, 'atm-arp': 11.
             wfIpInterfaceProxy 1.3.6.1.4.1.18.3.5.3.2.1.4.1.14 integer read-write
Indicates Whether Proxy is on this Interface or not Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceHostCache 1.3.6.1.4.1.18.3.5.3.2.1.4.1.15 integer read-write
Whether the Host Cache (Address Aging) is on or not. A Range of discrete values is specified as well as a value meaning don't age Enumeration: 'cache-120': 120, 'cache-1200': 1200, 'cache-180': 180, 'cache-900': 900, 'cache-600': 600, 'cache-off': 1, 'cache-240': 240, 'cache-300': 300.
             wfIpInterfaceUdpXsumOn 1.3.6.1.4.1.18.3.5.3.2.1.4.1.16 integer read-write
Whether to turn UDP checksum verification on for UDP packets recieved and transmitted by this router Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceCfgMacAddress 1.3.6.1.4.1.18.3.5.3.2.1.4.1.17 octet string read-write
The desired mac set by the user
             wfIpInterfaceMacAddress 1.3.6.1.4.1.18.3.5.3.2.1.4.1.18 octet string read-only
The MAC Address for this Interface- actual one used
             wfIpInterfaceReasmMaxSize 1.3.6.1.4.1.18.3.5.3.2.1.4.1.19 integer read-only
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
             wfIpInterfaceMaxInfo 1.3.6.1.4.1.18.3.5.3.2.1.4.1.20 integer read-only
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
             wfIpInterfaceInReceives 1.3.6.1.4.1.18.3.5.3.2.1.4.1.21 counter read-only
The total number of input datagrams received from interfaces, including those received in error.
             wfIpInterfaceInHdrErrors 1.3.6.1.4.1.18.3.5.3.2.1.4.1.22 counter read-only
The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
             wfIpInterfaceInAddrErrors 1.3.6.1.4.1.18.3.5.3.2.1.4.1.23 counter read-only
The number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP Gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
             wfIpInterfaceForwDatagrams 1.3.6.1.4.1.18.3.5.3.2.1.4.1.24 counter read-only
The number of input datagrams for which this entity was not their final IP 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 IP Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source- Route option processing was successful.
             wfIpInterfaceInUnknownProtos 1.3.6.1.4.1.18.3.5.3.2.1.4.1.25 counter read-only
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
             wfIpInterfaceInDiscards 1.3.6.1.4.1.18.3.5.3.2.1.4.1.26 counter read-only
The number of input IP 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.
             wfIpInterfaceInDelivers 1.3.6.1.4.1.18.3.5.3.2.1.4.1.27 counter read-only
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
             wfIpInterfaceOutRequests 1.3.6.1.4.1.18.3.5.3.2.1.4.1.28 counter read-only
The total number of IP datagrams which local IP user-protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
             wfIpInterfaceOutDiscards 1.3.6.1.4.1.18.3.5.3.2.1.4.1.29 counter read-only
The number of output IP 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 ipForwDatagrams if any such packets met this (discretionary) discard criterion.
             wfIpInterfaceOutNoRoutes 1.3.6.1.4.1.18.3.5.3.2.1.4.1.30 counter read-only
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams 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.
             wfIpInterfaceReasmTimeout 1.3.6.1.4.1.18.3.5.3.2.1.4.1.31 integer read-only
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
             wfIpInterfaceReasmReqds 1.3.6.1.4.1.18.3.5.3.2.1.4.1.32 counter read-only
The number of IP fragments received which needed to be reassembled at this entity.
             wfIpInterfaceReasmOKs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.33 counter read-only
The number of IP datagrams successfully reassembled.
             wfIpInterfaceReasmFails 1.3.6.1.4.1.18.3.5.3.2.1.4.1.34 counter read-only
The number of failures detected by the IP re- assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
             wfIpInterfaceFragOKs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.35 counter read-only
The number of IP datagrams that have been successfully fragmented at this entity.
             wfIpInterfaceFragFails 1.3.6.1.4.1.18.3.5.3.2.1.4.1.36 counter read-only
The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.
             wfIpInterfaceFragCreates 1.3.6.1.4.1.18.3.5.3.2.1.4.1.37 counter read-only
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
             wfIpInterfaceIcmpInMsgs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.38 counter read-only
The total number of ICMP messages which includes all those counted by wfIpInterfaceIcmpInErrors.
             wfIpInterfaceIcmpInErrors 1.3.6.1.4.1.18.3.5.3.2.1.4.1.39 counter read-only
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
             wfIpInterfaceIcmpInDestUnreachs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.40 counter read-only
The number of ICMP Destination Unreachable messages received.
             wfIpInterfaceIcmpInTimeExcds 1.3.6.1.4.1.18.3.5.3.2.1.4.1.41 counter read-only
The number of ICMP Time Exceeded messages received.
             wfIpInterfaceIcmpInParmProbs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.42 counter read-only
The number of ICMP Parameter Problem messages received.
             wfIpInterfaceIcmpInSrcQuenchs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.43 counter read-only
The number of ICMP Source Quench messages received.
             wfIpInterfaceIcmpInRedirects 1.3.6.1.4.1.18.3.5.3.2.1.4.1.44 counter read-only
The number of ICMP Redirect messages received.
             wfIpInterfaceIcmpInEchos 1.3.6.1.4.1.18.3.5.3.2.1.4.1.45 counter read-only
The number of ICMP Echo (request) messages received.
             wfIpInterfaceIcmpInEchoReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.46 counter read-only
The number of ICMP Echo Reply messages received.
             wfIpInterfaceIcmpInTimestamps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.47 counter read-only
The number of ICMP Timestamp (request) messages received.
             wfIpInterfaceIcmpInTimestampReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.48 counter read-only
The number of ICMP Timestamp Reply messages received.
             wfIpInterfaceIcmpInAddrMasks 1.3.6.1.4.1.18.3.5.3.2.1.4.1.49 counter read-only
The number of ICMP Address Mask Request messages received.
             wfIpInterfaceIcmpInAddrMaskReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.50 counter read-only
The number of ICMP Address Mask Reply messages received.
             wfIpInterfaceIcmpOutMsgs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.51 counter read-only
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
             wfIpInterfaceIcmpOutErrors 1.3.6.1.4.1.18.3.5.3.2.1.4.1.52 counter read-only
The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
             wfIpInterfaceIcmpOutDestUnreachs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.53 counter read-only
The number of ICMP Destination Unreachable messages sent.
             wfIpInterfaceIcmpOutTimeExcds 1.3.6.1.4.1.18.3.5.3.2.1.4.1.54 counter read-only
The number of ICMP Time Exceeded messages sent.
             wfIpInterfaceIcmpOutParmProbs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.55 counter read-only
The number of ICMP Parameter Problem messages sent.
             wfIpInterfaceIcmpOutSrcQuenchs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.56 counter read-only
The number of ICMP Source Quench messages sent.
             wfIpInterfaceIcmpOutRedirects 1.3.6.1.4.1.18.3.5.3.2.1.4.1.57 counter read-only
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
             wfIpInterfaceIcmpOutEchos 1.3.6.1.4.1.18.3.5.3.2.1.4.1.58 counter read-only
The number of ICMP Echo (request) messages sent.
             wfIpInterfaceIcmpOutEchoReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.59 counter read-only
The number of ICMP Echo Reply messages sent.
             wfIpInterfaceIcmpOutTimestamps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.60 counter read-only
The number of ICMP Timestamp (request) messages sent.
             wfIpInterfaceIcmpOutTimestampReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.61 counter read-only
The number of ICMP Timestamp Reply messages sent.
             wfIpInterfaceIcmpOutAddrMasks 1.3.6.1.4.1.18.3.5.3.2.1.4.1.62 counter read-only
The number of ICMP Address Mask Request messages sent.
             wfIpInterfaceIcmpOutAddrMaskReps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.63 counter read-only
The number of ICMP Address Mask Reply messages sent.
             wfIpInterfaceTrEndStation 1.3.6.1.4.1.18.3.5.3.2.1.4.1.64 integer read-write
Use Source Routing over token ring selection. Only applies if pam type is TRING. Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceSMDSGroupAddress 1.3.6.1.4.1.18.3.5.3.2.1.4.1.65 octet string read-write
The SMDS group address
             wfIpInterfaceSMDSArpReqAddress 1.3.6.1.4.1.18.3.5.3.2.1.4.1.66 octet string read-write
The SMDS arp req address
             wfIpInterfaceFRBcastDlci 1.3.6.1.4.1.18.3.5.3.2.1.4.1.67 integer read-write
Frame Relay broadcast dlci
             wfIpInterfaceFRMcast1Dlci 1.3.6.1.4.1.18.3.5.3.2.1.4.1.68 integer read-write
Frame Relay multicast dlci #1
             wfIpInterfaceFRMcast2Dlci 1.3.6.1.4.1.18.3.5.3.2.1.4.1.69 integer read-write
Frame Relay multicast dlci #2
             wfIpInterfaceRedirect 1.3.6.1.4.1.18.3.5.3.2.1.4.1.70 integer read-write
Indicates Whether we're sending out redirects on this Interface or not Enumeration: 'on': 1, 'off': 2.
             wfIpInterfaceEnetArpEncaps 1.3.6.1.4.1.18.3.5.3.2.1.4.1.71 integer read-write
The data link encapsulation type to use for ARP packets if the the media is ethernet. Enumeration: 'both': 3, 'enet': 1, 'arpsnapprobelsap': 8, 'arpbothprobelsap': 9, 'arpenetprobelsap': 7, 'probeboth': 6, 'snap': 2, 'probeenet': 5, 'probelsap': 4.
             wfIpInterfaceCacheMisses 1.3.6.1.4.1.18.3.5.3.2.1.4.1.72 counter read-only
The number of FFT cache misses (i.e how many times did the cache gate have to do a look up in the RNP because the FFT didn't have the destination network
             wfIpInterfaceCacheNetworks 1.3.6.1.4.1.18.3.5.3.2.1.4.1.73 gauge read-only
Between 0 and wfIpInterfaceFwdCacheSize
             wfIpInterfaceCacheRemoves 1.3.6.1.4.1.18.3.5.3.2.1.4.1.74 counter read-only
The number of networks which have been flushed from the FFT because of aging
             wfIpInterfaceSlotMask 1.3.6.1.4.1.18.3.5.3.2.1.4.1.75 gauge read-write
Slot mask for which slots a circuit-less interface is eligible to run on. The most significant bit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14. This is only valid if wfIpInterfaceCircuit is 0.
             wfIpInterfaceEnableSecurity 1.3.6.1.4.1.18.3.5.3.2.1.4.1.76 integer read-write
Enables RIPSO on this interface Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceStripSecurity 1.3.6.1.4.1.18.3.5.3.2.1.4.1.77 integer read-write
Defines which packets will have security option removed. This is a bit mask. Enumeration: 'outgoing': 2, 'incoming': 1, 'all': 3.
             wfIpInterfaceRequireOutSecurity 1.3.6.1.4.1.18.3.5.3.2.1.4.1.78 integer read-write
Defines which types of outbound packets are required to have a security option. This is a bit mask. Enumeration: 'originated': 2, 'all': 3, 'forwarded': 1.
             wfIpInterfaceRequireInSecurity 1.3.6.1.4.1.18.3.5.3.2.1.4.1.79 integer read-write
Defines whether or not incoming packets must have security option. This is a bit mask. Enumeration: 'yes': 1.
             wfIpInterfaceMinLevel 1.3.6.1.4.1.18.3.5.3.2.1.4.1.80 integer read-write
Defines the minimum level allowed for packets transmitted or received via this interface. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
             wfIpInterfaceMaxLevel 1.3.6.1.4.1.18.3.5.3.2.1.4.1.81 integer read-write
Defines the maximum level allowed for packets transmitted or received via this interface. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
             wfIpInterfaceMustOutAuthority 1.3.6.1.4.1.18.3.5.3.2.1.4.1.82 octet string read-write
Defines the authority bits that must be set in packets transmitted via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_NONE.
             wfIpInterfaceMayOutAuthority 1.3.6.1.4.1.18.3.5.3.2.1.4.1.83 octet string read-write
Defines the authority bits that may be set in packets transmitted via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_ALL.
             wfIpInterfaceMustInAuthority 1.3.6.1.4.1.18.3.5.3.2.1.4.1.84 octet string read-write
Defines the authority bits that must be set in packets received via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_NONE.
             wfIpInterfaceMayInAuthority 1.3.6.1.4.1.18.3.5.3.2.1.4.1.85 octet string read-write
Defines the authority bits that may be set in packets received via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_ALL.
             wfIpInterfaceImplicitLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.4.1.86 integer read-write
Should an implicit label be associated with any inbound unlabelled datagrams? Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceImplicitAuth 1.3.6.1.4.1.18.3.5.3.2.1.4.1.87 octet string read-write
Defines the authority bits in the implicit label associated with an unlabelled inbound datagram. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if implicit labelling is enabled (wfIpInterfaceImplicitLabelEnabled = IP_NWIF_LABEL_ENABLED). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and implicit labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE.
             wfIpInterfaceImplicitLevel 1.3.6.1.4.1.18.3.5.3.2.1.4.1.88 integer read-write
Defines the classification level byte in the implicit label associated with an unlabelled inbound datagram. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
             wfIpInterfaceDefaultLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.4.1.89 integer read-write
Should a default label be associated with any not-yet-labelled oubound datagrams? Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceDefaultAuth 1.3.6.1.4.1.18.3.5.3.2.1.4.1.90 octet string read-write
Defines the authority bits in the default label associated with a not-yet-labelled outbound datagram. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if default labelling is enabled (wfIpInterfaceDefaultLabelEnabled = IP_NWIF_LABEL_ENABLED). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and default labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE.
             wfIpInterfaceDefaultLevel 1.3.6.1.4.1.18.3.5.3.2.1.4.1.91 integer read-write
Defines the classification level byte to use in the default label associated with a not-yet-labelled outbound datagram. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
             wfIpInterfaceErrorLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.4.1.92 integer read-write
Should an error label be associated with any outbound ICMP error packets? Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceErrorAuth 1.3.6.1.4.1.18.3.5.3.2.1.4.1.93 octet string read-write
Defines the authority bits in the error label associated with any outbount ICMP error packets. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if error labelling is enabled (wfIpInterfaceErrorLabelEnabled = IP_NWIF_LABEL_ENABLED). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and error labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE
             wfIpInterfaceDropRxAuths 1.3.6.1.4.1.18.3.5.3.2.1.4.1.94 counter read-only
Number of received packets dropped because the authority flag(s) were not sufficient. This could mean that the 'must' flags were not all there, or that the flags other than the 'may' flags were specified.
             wfIpInterfaceDropRxFormats 1.3.6.1.4.1.18.3.5.3.2.1.4.1.95 counter read-only
Number of received packets dropped because the security option format was invalid.
             wfIpInterfaceDropRxLevels 1.3.6.1.4.1.18.3.5.3.2.1.4.1.96 counter read-only
Number of received packets dropped because the classification level was out of range.
             wfIpInterfaceDropRxNoIpsos 1.3.6.1.4.1.18.3.5.3.2.1.4.1.97 counter read-only
Number of received packets dropped because no IP security label was present.
             wfIpInterfaceDropTxAuths 1.3.6.1.4.1.18.3.5.3.2.1.4.1.98 counter read-only
Number of transmitted packets dropped because the authority flag(s) were not sufficient. This could mean that the 'must' flags were not all there, or that the flags other than the 'may' flags were specified.
             wfIpInterfaceDropTxLevels 1.3.6.1.4.1.18.3.5.3.2.1.4.1.99 counter read-only
Number of transmitted packets dropped because the classification level was out of range.
             wfIpInterfaceDropTxNoIpsos 1.3.6.1.4.1.18.3.5.3.2.1.4.1.100 counter read-only
Number of packets not transmitted because no IP security label was present.
             wfIpInterfaceDropTxNoIpsoRooms 1.3.6.1.4.1.18.3.5.3.2.1.4.1.101 counter read-only
Number of packets not transmitted because there was not enough space left in the IP header to insert an IP security option.
             wfIpInterfaceICMPInAdminProhib 1.3.6.1.4.1.18.3.5.3.2.1.4.1.102 counter read-only
Number of ICMP dest unreachable/communication administratively prohibited messages received. Note: may be sent by BFE or another system
             wfIpInterfaceICMPOutAdminProhib 1.3.6.1.4.1.18.3.5.3.2.1.4.1.103 counter read-only
Number of ICMP dest unreachable/communication administratively prohibited messages sent.
             wfIpInterfaceFwdCacheSize 1.3.6.1.4.1.18.3.5.3.2.1.4.1.104 integer read-write
Maximum number of entries allowed in the Forwarding Table at one time. There is a forwarding table per interface.
             wfIpInterfaceTunnelInfo 1.3.6.1.4.1.18.3.5.3.2.1.4.1.105 octet string read-write
If non-null and if wfIpInterfaceCircuit is zero, this string contains encoded information for setting up this interface as a tunnel endpoint. Currently, no underlying code has been implemented for this feature.
             wfIpInterfaceIcmpInRdiscSolicit 1.3.6.1.4.1.18.3.5.3.2.1.4.1.106 counter read-only
The number of ICMP Router Discovery Solicit messages received.
             wfIpInterfaceIcmpInRdiscAdvert 1.3.6.1.4.1.18.3.5.3.2.1.4.1.107 counter read-only
The number of ICMP Router Discovery Advertisement messages received.
             wfIpInterfaceIcmpOutRdiscAdvert 1.3.6.1.4.1.18.3.5.3.2.1.4.1.108 counter read-only
The number of ICMP Address Mask Reply messages sent.
             wfIpInterfaceRoutingDiscards 1.3.6.1.4.1.18.3.5.3.2.1.4.1.109 counter read-only
The number of routing entries which were chosen to be discarded even though they are valid
             wfIpInterfaceUnnumAssocAddr 1.3.6.1.4.1.18.3.5.3.2.1.4.1.110 ipaddress read-write
The Associated IP address used by unnumbered interfaces when sourcing a packet. Rip also uses this attribute to make decisions about advertising subnets over unnumbered interfaces. Rip will advertise subnets over the unnumbered interface if they have the same mask as the associated address.
             wfIpInterfaceUnnumAssocAlt 1.3.6.1.4.1.18.3.5.3.2.1.4.1.111 integer read-write
Enable/Disable parameter. Default is disabled. Users perform a set operation on this object in order to enable/disable the option to automatically assign an alternate unnumbered associated address in the event that the primary associated address interface has gone down Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceAtmArpMode 1.3.6.1.4.1.18.3.5.3.2.1.4.1.112 integer read-write
Indicates whether ATMARP is a client or running as a server. A value of 'none' is for ATM WAN SVCs feature Enumeration: 'none': 3, 'client': 1, 'server': 2.
             wfIpInterfaceAtmArpServerAddress 1.3.6.1.4.1.18.3.5.3.2.1.4.1.113 octet string read-write
The ATMARP server address
             wfIpInterfaceAtmArpServerVcAgingEnable 1.3.6.1.4.1.18.3.5.3.2.1.4.1.114 integer read-write
Indicates whether the ATMARP server VC should be aged (for client operation) Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpInterfaceAtmArpServerRegInterval 1.3.6.1.4.1.18.3.5.3.2.1.4.1.115 integer read-write
For client operation, the interval between registration refreshes. For a server. this will be the duration a registration is valid. (in seconds) Enumeration: 'serverdefault': 1200, 'clientdefault': 900.
             wfIpInterfaceAtmArpServerConnState 1.3.6.1.4.1.18.3.5.3.2.1.4.1.116 integer read-only
Indicates the state of the connection to the ATMARP server. This field should be interpreted as follows (bit 31 is msb, bit 0 is lsb): bits 0-3 are bits for determining ATMARP initialization, client/server, and if the client has ARP requests to send to the server: 0x001 INIT 0x002 WERESERVER 0x--4 CLIENT 0x--8 HAVEARPTOSEND bits 4-7 represent the state of the VC to the server: 0x-0- CLOSED 0x-1- OPENING 0x-2- OPEN 0x-3- OPENFAILED bits 8-11 represent the state of registration to the server: 0x0-- NOTREGISTERED 0x1-- REGISTERING 0x2-- REGISTERED 0x3-- REGISTRATIONFAILED 0x4-- NOSERVER Enumeration: 'openfailreg': 564, 'closedregfailarp': 780, 'opennotregarpxxx': 44, 'closedregingarpxxx': 268, 'openfailregarp': 572, 'openingregarp': 540, 'openingregfailarp': 796, 'openregarpxxx': 556, 'closedregingxxx': 260, 'closedregarp': 524, 'openfailnotreg': 52, 'openregfailarpxxx': 812, 'init': 1, 'openfailregfail': 820, 'openfailregingxxx': 308, 'openingnotregarp': 28, 'closednotreg': 4, 'openingregfail': 788, 'openreg': 548, 'noservercfg': 1028, 'openfailregingarpxxx': 316, 'openingnotreg': 20, 'wereserver': 2, 'openfailnotregarp': 60, 'openregfailxxx': 804, 'openingregingxxx': 276, 'opennotregxxx': 36, 'openregingarp': 300, 'closedreg': 516, 'openreging': 292, 'closednotregarp': 12, 'closedregfail': 772, 'openingreg': 532, 'openfailregfailarp': 828, 'openingregingarpxxx': 284.
             wfIpInterfaceAtmArpAttemptedCalls 1.3.6.1.4.1.18.3.5.3.2.1.4.1.117 counter read-only
Indicates the number of calls ATMARP has attempted
             wfIpInterfaceAtmArpFailRetryCalls 1.3.6.1.4.1.18.3.5.3.2.1.4.1.118 counter read-only
Indicates the number of attempted calls that have failed, but were retried
             wfIpInterfaceAtmArpFailNoRetryCalls 1.3.6.1.4.1.18.3.5.3.2.1.4.1.119 counter read-only
Indicates the number of attempted calls that have failed, and were not retried
             wfIpInterfaceAtmArpSuccessfulCalls 1.3.6.1.4.1.18.3.5.3.2.1.4.1.120 counter read-only
Indicates the number of originated calls completed successfully
             wfIpInterfaceAtmArpAcceptedCalls 1.3.6.1.4.1.18.3.5.3.2.1.4.1.121 counter read-only
Indicates the number of received calls that were accepted
             wfIpInterfaceAtmArpOpenSvcs 1.3.6.1.4.1.18.3.5.3.2.1.4.1.122 counter read-only
Indicates the number of currently open calls
             wfIpInterfaceAtmArpMisc 1.3.6.1.4.1.18.3.5.3.2.1.4.1.123 integer read-write
Not in use.
             wfIpInterfaceAtmArpMisc2 1.3.6.1.4.1.18.3.5.3.2.1.4.1.124 integer read-write
Not in use.
             wfIpInterfaceMcastInPkts 1.3.6.1.4.1.18.3.5.3.2.1.4.1.125 counter read-only
The number of multicast packets received by the interface
             wfIpInterfaceMcastOutPkts 1.3.6.1.4.1.18.3.5.3.2.1.4.1.126 counter read-only
the number of multicast packets transmitted by the interface
             wfIpInterfaceTrEsArpType 1.3.6.1.4.1.18.3.5.3.2.1.4.1.127 integer read-write
Token Ring End Station ARP type ARE / STE Enumeration: 'ste': 1, 'are': 2.
     wfIpStaticRouteTable 1.3.6.1.4.1.18.3.5.3.2.1.5 no-access
The list of static routes
         wfIpStaticRouteEntry 1.3.6.1.4.1.18.3.5.3.2.1.5.1 no-access
A static route definition
             wfIpSrCreate 1.3.6.1.4.1.18.3.5.3.2.1.5.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete the IP Static Route. Enumeration: 'create': 1, 'delete': 2.
             wfIpSrEnable 1.3.6.1.4.1.18.3.5.3.2.1.5.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable this IP Static Route. Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpSrIpAddress 1.3.6.1.4.1.18.3.5.3.2.1.5.1.3 ipaddress read-only
The Address of this static route
             wfIpSrIpNetMask 1.3.6.1.4.1.18.3.5.3.2.1.5.1.4 ipaddress read-only
The IP Network Mask for this Static Route
             wfIpSrCost 1.3.6.1.4.1.18.3.5.3.2.1.5.1.5 integer read-write
The Cost of this Static Route
             wfIpSrNextHopAddr 1.3.6.1.4.1.18.3.5.3.2.1.5.1.6 ipaddress read-write
The Next Hop IP Address
             wfIpSrNextHopMask 1.3.6.1.4.1.18.3.5.3.2.1.5.1.7 ipaddress read-write
The Next Hop IP Netmask
             wfIpSrPreference 1.3.6.1.4.1.18.3.5.3.2.1.5.1.8 integer read-write
This Routes Preference
             wfIpSrIpAddressRt 1.3.6.1.4.1.18.3.5.3.2.1.5.1.9 integer read-only
The Route Identifier Which numbered route this is to be
             wfIpSrValid 1.3.6.1.4.1.18.3.5.3.2.1.5.1.10 integer read-only
Whether this Static Route is valid or not Enumeration: 'valid': 1, 'invalid': 2.
             wfIpSrUnnumCct 1.3.6.1.4.1.18.3.5.3.2.1.5.1.11 integer read-write
static route over the Unnumbered interface
     wfIpAdjacentHostTable 1.3.6.1.4.1.18.3.5.3.2.1.6 no-access
The list of Adjacent Hosts (static IP-Mac resolutions)
         wfIpAdjacentHostEntry 1.3.6.1.4.1.18.3.5.3.2.1.6.1 no-access
A description of an adjacent host
             wfIpAdjHostCreate 1.3.6.1.4.1.18.3.5.3.2.1.6.1.1 integer read-write
Whether to Delete this Adjacent Host Enumeration: 'create': 1, 'delete': 2.
             wfIpAdjHostEnable 1.3.6.1.4.1.18.3.5.3.2.1.6.1.2 integer read-write
Whether to Disable this Host Enumeration: 'disabled': 2, 'enabled': 1.
             wfIpAdjHostIpAddress 1.3.6.1.4.1.18.3.5.3.2.1.6.1.3 ipaddress read-only
The IP address of this Adjacent Host
             wfIpAdjHostIntf 1.3.6.1.4.1.18.3.5.3.2.1.6.1.4 ipaddress read-write
The Interface for this Adjacent Host
             wfIpAdjHostIntfMask 1.3.6.1.4.1.18.3.5.3.2.1.6.1.5 ipaddress read-write
The Network Mask of this Intf
             wfIpAdjHostMacAddr 1.3.6.1.4.1.18.3.5.3.2.1.6.1.6 octet string read-write
The LAN Address for this HOST
             wfIpAdjHostEncaps 1.3.6.1.4.1.18.3.5.3.2.1.6.1.7 integer read-write
The encapsulation type of this entry Enumeration: 'snapip': 6, 'enet': 1, 'pdn': 3, 'gre': 7, 'ddn': 4, 'snap': 2, 'null': 5.
             wfIpAdjHostValid 1.3.6.1.4.1.18.3.5.3.2.1.6.1.8 integer read-only
Whether the record passed validation or not Enumeration: 'valid': 1, 'invalid': 2.
             wfIpAdjHostX121Addr 1.3.6.1.4.1.18.3.5.3.2.1.6.1.9 displaystring read-write
WAN address (X.121, E.164, etc.) used to establish an SVC to the adjacent host.
             wfIpAdjHostSubaddr 1.3.6.1.4.1.18.3.5.3.2.1.6.1.10 displaystring read-write
The subaddress used to establish an SVC to the adjacent host.
             wfIpAdjHostTypeOfNumber 1.3.6.1.4.1.18.3.5.3.2.1.6.1.11 integer read-write
The type of number used to establish an SVC to the adjacent host. Enumeration: 'unknown': 1, 'international': 2.
             wfIpAdjHostType 1.3.6.1.4.1.18.3.5.3.2.1.6.1.12 integer read-write
The type of adjacent host. Enumeration: 'default': 2, 'gre': 5, 'frx121': 3, 'frdlci': 4, 'fre164': 1.
             wfIpAdjHostGreConnName 1.3.6.1.4.1.18.3.5.3.2.1.6.1.13 displaystring read-write
The name of the remote GRE connection to which an adjacent host is configured.
     wfIpTrafficFilterTable 1.3.6.1.4.1.18.3.5.3.2.1.7 no-access
IP Traffic Filters
         wfIpTrafficFilterEntry 1.3.6.1.4.1.18.3.5.3.2.1.7.1 no-access
A traffic filter definition
             wfIpTrafficFilterCreate 1.3.6.1.4.1.18.3.5.3.2.1.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.
             wfIpTrafficFilterEnable 1.3.6.1.4.1.18.3.5.3.2.1.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.
             wfIpTrafficFilterStatus 1.3.6.1.4.1.18.3.5.3.2.1.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.
             wfIpTrafficFilterCounter 1.3.6.1.4.1.18.3.5.3.2.1.7.1.4 counter read-only
The number of received packets that have matched this rule.
             wfIpTrafficFilterDefinition 1.3.6.1.4.1.18.3.5.3.2.1.7.1.5 opaque read-write
The filter rule definition.
             wfIpTrafficFilterReserved 1.3.6.1.4.1.18.3.5.3.2.1.7.1.6 integer read-only
Reserved field.
             wfIpTrafficFilterInterface 1.3.6.1.4.1.18.3.5.3.2.1.7.1.7 ipaddress read-only
The network address of the IP interface to which this filter is applied.
             wfIpTrafficFilterCircuit 1.3.6.1.4.1.18.3.5.3.2.1.7.1.8 integer read-only
The ID of the Circuit to which the filter is applied.
             wfIpTrafficFilterRuleNumber 1.3.6.1.4.1.18.3.5.3.2.1.7.1.9 integer read-only
ID for the rule.
             wfIpTrafficFilterFragment 1.3.6.1.4.1.18.3.5.3.2.1.7.1.10 integer read-only
Fragment number - for large rules.
             wfIpTrafficFilterName 1.3.6.1.4.1.18.3.5.3.2.1.7.1.11 displaystring read-write
name of the rule number
             wfIpTrafficFilterPrecedence 1.3.6.1.4.1.18.3.5.3.2.1.7.1.12 integer read-write
Precedence of the filter. If 2 or more rules match the one with higher precedence will be applied.
             wfIpTrafficFilterType 1.3.6.1.4.1.18.3.5.3.2.1.7.1.13 integer read-only
Type of this filter. Enumeration: 'ip': 1, 'copsdiffserv': 3, 'staticdiffserv': 2, 'dynamicdiffserv': 4.
             wfIpTrafficFilterDSOopCounter 1.3.6.1.4.1.18.3.5.3.2.1.7.1.14 counter read-only
DiffServ Police out-of-profile packet counter.
             wfIpTrafficFilterDSPrecedence 1.3.6.1.4.1.18.3.5.3.2.1.7.1.15 integer read-write
Precedence of the filter. If 2 or more rules match the one with higher precedence will be applied. The lower the value of this field the higher the precedebnce.
             wfIpTrafficFilterDSBytes 1.3.6.1.4.1.18.3.5.3.2.1.7.1.16 counter read-only
Total number of bytes this DS filter was applied to. This is the sum of lengths of all the packets that matched this filter
             wfIpTrafficFilterDSOopBytes 1.3.6.1.4.1.18.3.5.3.2.1.7.1.17 counter read-only
Number of bytes counted as out-of profile.
     wfIpForwardTable 1.3.6.1.4.1.18.3.5.3.2.1.16 no-access
IP Forwarding table The IP Forwarding Table obsoletes and replaces the wfIpBaseRt Table It adds knowledge of the autonomous system of the next hop, multiple next hop support, policy routing support, and supernetting. This is based on the IP Forwarding MIB presented in RFC 1354. It adds the network mask to the index.
           wfIpForwardEntry 1.3.6.1.4.1.18.3.5.3.2.1.16.1 no-access
A forwarding entry
               wfIpForwardDest 1.3.6.1.4.1.18.3.5.3.2.1.16.1.1 ipaddress read-only
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the wfIpForwardMask object is not equal to x.
               wfIpForwardMask 1.3.6.1.4.1.18.3.5.3.2.1.16.1.2 ipaddress read-only
Indicates the mask to be logical-ANDed with the destination address before being compared to the value in the wfIpForwardDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipForwardMask by reference to the IP Address Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the wfIpForwardDest object is not equal to wfIpForwardDest.
               wfIpForwardPolicy 1.3.6.1.4.1.18.3.5.3.2.1.16.1.3 integer read-only
The general set of conditions that would cause the selection of one multipath route (set of next hops for a given destination) is referred to as 'policy'. Unless the mechanism indicated by wfIpForwardProtocol specified otherwise, the policy specifier is the IP TOS field. The encoding of IP TOS is ans specified by the following convention. Zero indicated the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 Protocols defining 'policy' otherwise must ei- ther define a set of values which are valid for this object or must implement an integer- instanced policy table for which this object's value acts as an index.
               wfIpForwardNextHop 1.3.6.1.4.1.18.3.5.3.2.1.16.1.4 ipaddress read-only
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0
               wfIpForwardIfIndex 1.3.6.1.4.1.18.3.5.3.2.1.16.1.5 integer read-only
The ifIndex value which uniquely identifies the local interface through which the next hop of this route should be reached.
               wfIpForwardType 1.3.6.1.4.1.18.3.5.3.2.1.16.1.6 integer read-only
The type of route. Note that local(3) refers to a route for which the next hop is the final destination; remote(4) refers to a route for which the next hop is not the final destination. Enumeration: 'indirect': 4, 'other': 1, 'direct': 3, 'invalid': 2.
               wfIpForwardProto 1.3.6.1.4.1.18.3.5.3.2.1.16.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: 'esis': 10, 'ahb': 16, 'isis': 9, 'ggp': 6, 'asr': 17, 'ospf': 13, 'egp': 5, 'rip': 8, 'bgp': 14, 'idpr': 15, 'other': 1, 'icmp': 4, 'local': 2, 'hello': 7, 'netmgmt': 3.
               wfIpForwardAge 1.3.6.1.4.1.18.3.5.3.2.1.16.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.
               wfIpForwardInfo 1.3.6.1.4.1.18.3.5.3.2.1.16.1.9 object identifier read-only
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's wfIpForwardProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 0 0 }, which is a syntactically valid object identifier, and any implementation conforming to ASN.1 and the Basic Encoding Rules must be able to generate and recognize this value.
               wfIpForwardNextHopAS 1.3.6.1.4.1.18.3.5.3.2.1.16.1.10 integer read-only
The Autonomous System Number of the Next Hop. When this is unknown or not relevant to the protocol indicated by ipForwardProto, zero.
               wfIpForwardMetric1 1.3.6.1.4.1.18.3.5.3.2.1.16.1.11 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 wfIpRouteProto value. If this metric is not used, its value should be set to -1.
               wfIpForwardMetric2 1.3.6.1.4.1.18.3.5.3.2.1.16.1.12 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's wfIpRouteProto value. If this metric is not used, its value should be set to -1.
               wfIpForwardMetric3 1.3.6.1.4.1.18.3.5.3.2.1.16.1.13 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's wfIpRouteProto value. If this metric is not used, its value should be set to -1.
               wfIpForwardMetric4 1.3.6.1.4.1.18.3.5.3.2.1.16.1.14 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's wfIpRouteProto value. If this metric is not used, its value should be set to -1.
               wfIpForwardMetric5 1.3.6.1.4.1.18.3.5.3.2.1.16.1.15 integer read-only
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's wfIpRouteProto value. If this metric is not used, its value should be set to -1.
     wfRdiscIntfTable 1.3.6.1.4.1.18.3.5.3.2.1.17 no-access
The list of configured RDISC interfaces
           wfRdiscIntfEntry 1.3.6.1.4.1.18.3.5.3.2.1.17.1 no-access
A description of a RDISC interface
               wfRdiscInterfaceCreate 1.3.6.1.4.1.18.3.5.3.2.1.17.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an RDISC Interface instance. Enumeration: 'create': 1, 'delete': 2.
               wfRdiscInterfaceEnable 1.3.6.1.4.1.18.3.5.3.2.1.17.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a RDISC interface. Enumeration: 'disabled': 2, 'enabled': 1.
               wfRdiscInterfaceState 1.3.6.1.4.1.18.3.5.3.2.1.17.1.3 integer read-only
The current state of RDISC on this interface. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpres': 4.
               wfRdiscInterfaceIndex 1.3.6.1.4.1.18.3.5.3.2.1.17.1.4 ipaddress read-only
The IP interface to run RDISC on.
               wfRdiscInterfaceBcast 1.3.6.1.4.1.18.3.5.3.2.1.17.1.5 integer read-write
Type of broadcast addr to use in sending advertisements Enumeration: 'local': 2, 'mcast': 1, 'direct': 3.
               wfRdiscInterfaceMinIntrvl 1.3.6.1.4.1.18.3.5.3.2.1.17.1.6 integer read-write
Min time Interval between RDisc Advertisements (seconds)
               wfRdiscInterfaceMaxIntrvl 1.3.6.1.4.1.18.3.5.3.2.1.17.1.7 integer read-write
Max time Interval between RDisc Advertisements (seconds)
               wfRdiscInterfaceLifetime 1.3.6.1.4.1.18.3.5.3.2.1.17.1.8 integer read-write
Max time Interval between RDisc Advertisements (seconds)
               wfRdiscInterfacePref 1.3.6.1.4.1.18.3.5.3.2.1.17.1.9 integer read-write
Interface preference level (Higher is more prefered
               wfRdiscInterfaceUnicastAdvt 1.3.6.1.4.1.18.3.5.3.2.1.17.1.10 counter read-only
Couter for number of unicast advertisements
               wfRdiscInterfaceMulticastAdvt 1.3.6.1.4.1.18.3.5.3.2.1.17.1.11 counter read-only
Couter for number of multicast advertisements
               wfRdiscInterfaceDynamicPref 1.3.6.1.4.1.18.3.5.3.2.1.17.1.12 integer read-only
Interface dynamic preference level (Higher is more prefered
     wfIpNetToMediaEntryTable 1.3.6.1.4.1.18.3.5.3.2.1.18 no-access
The list of elements in IP's host table
           wfIpNetToMediaEntry 1.3.6.1.4.1.18.3.5.3.2.1.18.1 no-access
A description of a resolved host
               wfIpNetToMediaIfIndex 1.3.6.1.4.1.18.3.5.3.2.1.18.1.1 integer read-only
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               wfIpNetToMediaPhysAddress 1.3.6.1.4.1.18.3.5.3.2.1.18.1.2 octet string read-only
The media-dependent `physical' address.
               wfIpNetToMediaNetAddress 1.3.6.1.4.1.18.3.5.3.2.1.18.1.3 ipaddress read-only
The IpAddress corresponding to the media-dependent `physical' address.
               wfIpNetToMediaType 1.3.6.1.4.1.18.3.5.3.2.1.18.1.4 integer read-write
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively dissasociates the interface identified with said entry from the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipNetToMediaType object. Enumeration: 'static': 4, 'other': 1, 'dynamic': 3, 'invalid': 2.
     wfIpAccCtrlFilterTable 1.3.6.1.4.1.18.3.5.3.2.1.19 no-access
IP Access Control Filter Table
           wfIpAccCtrlFilterEntry 1.3.6.1.4.1.18.3.5.3.2.1.19.1 no-access
Each entry corresponds to one filter.
               wfIpAccCtrlFilterCreate 1.3.6.1.4.1.18.3.5.3.2.1.19.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete the IP Access Control Filter. Enumeration: 'create': 1, 'delete': 2.
               wfIpAccCtrlFilterEnable 1.3.6.1.4.1.18.3.5.3.2.1.19.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable this IP Access Control Filter. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpAccCtrlFilterIndex 1.3.6.1.4.1.18.3.5.3.2.1.19.1.3 integer read-only
Access Control Filter index number
               wfIpAccCtrlFilterName 1.3.6.1.4.1.18.3.5.3.2.1.19.1.4 displaystring read-write
Access Control Filter name - user specified name for this filter
               wfIpAccCtrlFilterNetwork 1.3.6.1.4.1.18.3.5.3.2.1.19.1.5 ipaddress read-write
The network
               wfIpAccCtrlFilterNetworkMask 1.3.6.1.4.1.18.3.5.3.2.1.19.1.6 ipaddress read-write
The network mask
               wfIpAccCtrlFilterAction 1.3.6.1.4.1.18.3.5.3.2.1.19.1.7 integer read-write
Filter action. Enumeration: 'deny': 2, 'allow': 1.
               wfIpAccCtrlFilterServiceMask 1.3.6.1.4.1.18.3.5.3.2.1.19.1.8 integer read-write
IP upper layer services access mask. Possible values: telnet 0x01 ftp 0x02 tftp 0x04 snmp 0x08 ntp 0x10 rcmds 0x20 http 0x40
               wfIpAccCtrlFilterDenyLog 1.3.6.1.4.1.18.3.5.3.2.1.19.1.9 integer read-write
Enable/Disable log parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable log message when access is denied. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpAccCtrlFilterPrecedence 1.3.6.1.4.1.18.3.5.3.2.1.19.1.10 integer read-write
precedence. This is a metric to be used to compare this access policy filter to other filters that a given route may match. A filter with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the filter index is used (larger wins).
               wfIpAccCtrlFilterId 1.3.6.1.4.1.18.3.5.3.2.1.19.1.11 integer read-write
Filter ID. This is an assocation of the access control filter entry with the access control network entry and the access control user/host entry.
     wfIpAccCtrlNetworkTable 1.3.6.1.4.1.18.3.5.3.2.1.20 no-access
IP Access Control Network Entry Table
           wfIpAccCtrlNetworkEntry 1.3.6.1.4.1.18.3.5.3.2.1.20.1 no-access
An entry for the IP access control network table.
               wfIpAccCtrlNetworkCreate 1.3.6.1.4.1.18.3.5.3.2.1.20.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete the IP Access Control Network Filter. Enumeration: 'create': 1, 'delete': 2.
               wfIpAccCtrlNetworkEnable 1.3.6.1.4.1.18.3.5.3.2.1.20.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable this IP Access Control Network Filter. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpAccCtrlNetworkIndex 1.3.6.1.4.1.18.3.5.3.2.1.20.1.3 integer read-only
Access Control Network Network Filter index number
               wfIpAccCtrlNetworkNetwork 1.3.6.1.4.1.18.3.5.3.2.1.20.1.4 ipaddress read-write
The network
               wfIpAccCtrlNetworkNetworkMask 1.3.6.1.4.1.18.3.5.3.2.1.20.1.5 ipaddress read-write
The network mask
               wfIpAccCtrlNetworkId 1.3.6.1.4.1.18.3.5.3.2.1.20.1.6 integer read-write
Filter ID. This is an assocation of the access control filter entry with the access control network entry and the access control user/host entry.
     wfIpAccCtrlUserHostTable 1.3.6.1.4.1.18.3.5.3.2.1.21 no-access
IP Access Control User Host Entry Table
           wfIpAccCtrlUserHostEntry 1.3.6.1.4.1.18.3.5.3.2.1.21.1 no-access
An entry for the IP access control user/host Table.
               wfIpAccCtrlUserHostCreate 1.3.6.1.4.1.18.3.5.3.2.1.21.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete the IP Access Control User/Host Filter. Enumeration: 'create': 1, 'delete': 2.
               wfIpAccCtrlUserHostEnable 1.3.6.1.4.1.18.3.5.3.2.1.21.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable this IP Access Control User/Host Filter. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpAccCtrlUserHostIndex 1.3.6.1.4.1.18.3.5.3.2.1.21.1.3 integer read-only
Access Control User/Host Filter index number
               wfIpAccCtrlUserHostUser 1.3.6.1.4.1.18.3.5.3.2.1.21.1.4 displaystring read-write
The user ID
               wfIpAccCtrlUserHostHost 1.3.6.1.4.1.18.3.5.3.2.1.21.1.5 displaystring read-write
The host ID
               wfIpAccCtrlUserHostId 1.3.6.1.4.1.18.3.5.3.2.1.21.1.6 integer read-write
Filter ID. This is an assocation of the access control filter entry with the access control network entry and the access control user/host entry.
     wfIpAddrTable 1.3.6.1.4.1.18.3.5.3.2.1.22 no-access
The table of addressing information relevant to this entity's IP addresses. This table is used to directly map to the ipAddrTable in rfc1213
           wfIpAddrEntry 1.3.6.1.4.1.18.3.5.3.2.1.22.1 no-access
The addressing information for one of this entity's IP addresses.
               wfIpAdEntAddr 1.3.6.1.4.1.18.3.5.3.2.1.22.1.1 ipaddress read-only
The IP address to which this entry's addressing information pertains.
               wfIpAdEntIfIndex 1.3.6.1.4.1.18.3.5.3.2.1.22.1.2 integer read-only
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               wfIpAdEntNetMask 1.3.6.1.4.1.18.3.5.3.2.1.22.1.3 ipaddress read-only
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
               wfIpAdEntBcastAddr 1.3.6.1.4.1.18.3.5.3.2.1.22.1.4 integer read-only
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
               wfIpAdEntReasmMaxSize 1.3.6.1.4.1.18.3.5.3.2.1.22.1.5 integer read-only
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
     wfIpInternalHostTable 1.3.6.1.4.1.18.3.5.3.2.1.23 no-access
Table of internal IP hosts. Maintains counts of received, delivered and reassembled packets.
           wfIpInternalHostEntry 1.3.6.1.4.1.18.3.5.3.2.1.23.1 no-access
An internal host table entry.
               wfIpInternHtIpAddress 1.3.6.1.4.1.18.3.5.3.2.1.23.1.1 ipaddress read-only
IP address of the internal host.
               wfIpInternHtReceives 1.3.6.1.4.1.18.3.5.3.2.1.23.1.2 counter read-only
The number of datagrams received by the internal host.
               wfIpInternHtInDelivers 1.3.6.1.4.1.18.3.5.3.2.1.23.1.3 counter read-only
The number of packets delivered to reassmbly clients.
               wfIpInternHtUnknownProtos 1.3.6.1.4.1.18.3.5.3.2.1.23.1.4 counter read-only
The number of packets for which there was no client to deliver to.
               wfIpInternHtReasmReqds 1.3.6.1.4.1.18.3.5.3.2.1.23.1.5 counter read-only
The number of IP fragments received which needed to be reassembled at this internal host.
               wfIpInternHtReasmFails 1.3.6.1.4.1.18.3.5.3.2.1.23.1.6 counter read-only
The number of failures detected by the IP re- assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
               wfIpInternHtReasmOKs 1.3.6.1.4.1.18.3.5.3.2.1.23.1.7 counter read-only
The number of IP datagrams successfully reassembled.
               wfIpInternHtInHdrErrors 1.3.6.1.4.1.18.3.5.3.2.1.23.1.8 counter read-only
The number of IP datagrams with errors in IP headers.
     wfIpIntfCfgTable 1.3.6.1.4.1.18.3.5.3.2.1.24 no-access
The list of configured IP interface
           wfIpIntfCfgEntry 1.3.6.1.4.1.18.3.5.3.2.1.24.1 no-access
An IP cfg interface description
               wfIpIntfCfgCreate 1.3.6.1.4.1.18.3.5.3.2.1.24.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an IP interface. Enumeration: 'create': 1, 'delete': 2.
               wfIpIntfCfgEnable 1.3.6.1.4.1.18.3.5.3.2.1.24.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an IP interface. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgState 1.3.6.1.4.1.18.3.5.3.2.1.24.1.3 integer read-only
INvalid indicates an error in processing the cfg record Enumeration: 'down': 2, 'notpres': 5, 'init': 3, 'up': 1, 'invalid': 4.
               wfIpIntfCfgAddr 1.3.6.1.4.1.18.3.5.3.2.1.24.1.4 ipaddress read-only
The IP Address to which this entry's addressing information pertains
               wfIpIntfCfgCircuit 1.3.6.1.4.1.18.3.5.3.2.1.24.1.5 integer read-only
The Circuit Number that this interface runs over
               wfIpIntfCfgMask 1.3.6.1.4.1.18.3.5.3.2.1.24.1.6 ipaddress read-write
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
               wfIpIntfCfgCost 1.3.6.1.4.1.18.3.5.3.2.1.24.1.7 integer read-write
The Cost metric associated with the IP Address of this entry
               wfIpIntfCfgCfgBcastAddr 1.3.6.1.4.1.18.3.5.3.2.1.24.1.8 ipaddress read-write
The user can specifcy a broadcast address for a NWIF
               wfIpIntfCfgBcastAddr 1.3.6.1.4.1.18.3.5.3.2.1.24.1.9 ipaddress read-only
The value of the broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface. This is value used by the software
               wfIpIntfCfgCfgMacAddress 1.3.6.1.4.1.18.3.5.3.2.1.24.1.10 octet string read-write
The desired mac set by the user
               wfIpIntfCfgMacAddress 1.3.6.1.4.1.18.3.5.3.2.1.24.1.11 octet string read-only
The MAC Address for this Interface- actual one used
               wfIpIntfCfgMTUDiscovery 1.3.6.1.4.1.18.3.5.3.2.1.24.1.12 integer read-write
Whether MTU discovery option is on/off Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgAMR 1.3.6.1.4.1.18.3.5.3.2.1.24.1.13 integer read-write
Whether Address Mask Reply is ON/OFF Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgASB 1.3.6.1.4.1.18.3.5.3.2.1.24.1.14 integer read-write
Whether All-Subnet Broadcasts Are excepted and Sent out this NWIF Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgAddressResolutionType 1.3.6.1.4.1.18.3.5.3.2.1.24.1.15 integer read-write
Indicates which Address Resolution Type to use Enumeration: 'arp': 1, 'none': 7, 'arp-in-arp': 6, 'arp-probe': 10, 'probe': 9, 'bfe-ddn': 8, 'pdn': 4, 'in-arp': 5, 'ddn': 3, 'atm-arp': 11.
               wfIpIntfCfgProxy 1.3.6.1.4.1.18.3.5.3.2.1.24.1.16 integer read-write
Indicates Whether Proxy is on this Interface or not Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgHostCache 1.3.6.1.4.1.18.3.5.3.2.1.24.1.17 integer read-write
Whether the Host Cache (Address Aging) is on or not. A Range of discrete values is specified as well as a value meaning don't age Enumeration: 'cache-120': 120, 'cache-1200': 1200, 'cache-180': 180, 'cache-900': 900, 'cache-600': 600, 'cache-off': 1, 'cache-240': 240, 'cache-300': 300.
               wfIpIntfCfgUdpXsumOn 1.3.6.1.4.1.18.3.5.3.2.1.24.1.18 integer read-write
Whether to turn UDP checksum verification on for UDP packets recieved and transmitted by this router Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgTrEndStation 1.3.6.1.4.1.18.3.5.3.2.1.24.1.19 integer read-write
Use Source Routing over token ring selection. Only applies if pam type is TRING. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgSMDSGroupAddress 1.3.6.1.4.1.18.3.5.3.2.1.24.1.20 octet string read-write
The SMDS group address
               wfIpIntfCfgSMDSArpReqAddress 1.3.6.1.4.1.18.3.5.3.2.1.24.1.21 octet string read-write
The SMDS arp req address
               wfIpIntfCfgFRBcastDlci 1.3.6.1.4.1.18.3.5.3.2.1.24.1.22 integer read-write
Frame Relay broadcast dlci
               wfIpIntfCfgFRMcast1Dlci 1.3.6.1.4.1.18.3.5.3.2.1.24.1.23 integer read-write
Frame Relay multicast dlci #1
               wfIpIntfCfgFRMcast2Dlci 1.3.6.1.4.1.18.3.5.3.2.1.24.1.24 integer read-write
Frame Relay multicast dlci #2
               wfIpIntfCfgRedirect 1.3.6.1.4.1.18.3.5.3.2.1.24.1.25 integer read-write
Indicates Whether we're sending out redirects on this Interface or not Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgEnetArpEncaps 1.3.6.1.4.1.18.3.5.3.2.1.24.1.26 integer read-write
The data link encapsulation type to use for ARP packets if the the media is ethernet. Enumeration: 'both': 3, 'enet': 1, 'arpsnapprobelsap': 8, 'arpbothprobelsap': 9, 'arpenetprobelsap': 7, 'probeboth': 6, 'snap': 2, 'probeenet': 5, 'probelsap': 4.
               wfIpIntfCfgSlotMask 1.3.6.1.4.1.18.3.5.3.2.1.24.1.27 gauge read-write
Slot mask for which slots a circuit-less interface is eligible to run on. The most significant bit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14. This is only valid if wfIpInterfaceCircuit is 0.
               wfIpIntfCfgEnableSecurity 1.3.6.1.4.1.18.3.5.3.2.1.24.1.28 integer read-write
Enables RIPSO on this interface Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgStripSecurity 1.3.6.1.4.1.18.3.5.3.2.1.24.1.29 integer read-write
Defines which packets will have security option removed. This is a bit mask. Enumeration: 'outgoing': 2, 'incoming': 1, 'all': 3.
               wfIpIntfCfgRequireOutSecurity 1.3.6.1.4.1.18.3.5.3.2.1.24.1.30 integer read-write
Defines which types of outbound packets are required to have a security option. This is a bit mask. Enumeration: 'originated': 2, 'all': 3, 'forwarded': 1.
               wfIpIntfCfgRequireInSecurity 1.3.6.1.4.1.18.3.5.3.2.1.24.1.31 integer read-write
Defines whether or not incoming packets must have security option. This is a bit mask. Enumeration: 'yes': 1.
               wfIpIntfCfgMinLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.32 integer read-write
Defines the minimum level allowed for packets transmitted or received via this interface. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
               wfIpIntfCfgMaxLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.33 integer read-write
Defines the maximum level allowed for packets transmitted or received via this interface. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
               wfIpIntfCfgMustOutAuthority 1.3.6.1.4.1.18.3.5.3.2.1.24.1.34 octet string read-write
Defines the authority bits that must be set in packets transmitted via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_NONE.
               wfIpIntfCfgMayOutAuthority 1.3.6.1.4.1.18.3.5.3.2.1.24.1.35 octet string read-write
Defines the authority bits that may be set in packets transmitted via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_ALL.
               wfIpIntfCfgMustInAuthority 1.3.6.1.4.1.18.3.5.3.2.1.24.1.36 octet string read-write
Defines the authority bits that must be set in packets received via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_NONE.
               wfIpIntfCfgMayInAuthority 1.3.6.1.4.1.18.3.5.3.2.1.24.1.37 octet string read-write
Defines the authority bits that may be set in packets received via this interface. This is a bit map. Zero is valid. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values. IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified, the software will default to IP_NWIF_AUTH_ALL.
               wfIpIntfCfgImplicitLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.24.1.38 integer read-write
Should an implicit label be associated with any inbound unlabelled datagrams? Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgImplicitAuth 1.3.6.1.4.1.18.3.5.3.2.1.24.1.39 octet string read-write
Defines the authority bits in the implicit label associated with an unlabelled inbound datagram. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if implicit labelling is enabled (wfIpIntfImplicitLabelEnabled =IP_NWIF_LABEL_ENABLED). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and implicit labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE.
               wfIpIntfCfgImplicitLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.40 integer read-write
Defines the classification level byte in the implicit label associated with an unlabelled inbound datagram. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
               wfIpIntfCfgDefaultLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.24.1.41 integer read-write
Should a default label be associated with any not-yet-labelled oubound datagrams? Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgDefaultAuth 1.3.6.1.4.1.18.3.5.3.2.1.24.1.42 octet string read-write
Defines the authority bits in the default label associated with a not-yet-labelled outbound datagram. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if default labelling is enabled (wfIpInterfaceDefaultLabelEnabled = IP_NWIF_LABEL_ENABLED). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and default labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE.
               wfIpIntfCfgDefaultLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.43 integer read-write
Defines the classification level byte to use in the default label associated with a not-yet-labelled outbound datagram. IP_NWIF_LEVEL_UNCLASSIFIED 171 0x000000AB IP_NWIF_LEVEL_CONFIDENTIAL 150 0x00000096 IP_NWIF_LEVEL_SECRET 90 0x0000005A IP_NWIF_LEVEL_TOPSECRET 61 0x0000003D Enumeration: 'unclassified': 171, 'topsecret': 61, 'secret': 90, 'confidential': 150.
               wfIpIntfCfgErrorLabelEnabled 1.3.6.1.4.1.18.3.5.3.2.1.24.1.44 integer read-write
Should an error label be associated with any outbound ICMP error packets? Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgErrorAuth 1.3.6.1.4.1.18.3.5.3.2.1.24.1.45 octet string read-write
Defines the authority bits in the error label associated with any outbount ICMP error packets. This is a bit map. 'NONE' means that a 3-byte option label (no authority byte) is used. This field only has meaning if error labelling is enabled (wfIpInterfaceError LabelEnabled = IP_NWIF_LABEL_ENABLED ). The octets indicate auth values. Authorities have been defined for the first octet. This is represented by the following 'bit mask' values: IP_NWIF_AUTH_NONE 0 (0x00) IP_NWIF_AUTH_GENSER 128 (0x80) IP_NWIF_AUTH_SIOPESI 64 (0x40) IP_NWIF_AUTH_SCI 32 (0x20) IP_NWIF_AUTH_NSA 16 (0x10) IP_NWIF_AUTH_DOE 8 (0x08) IP_NWIF_AUTH_ALL 248 (0xF8) If no value is specified and error labelling is enabled, the software defaults to IP_NWIF_AUTH_NONE
               wfIpIntfCfgFwdCacheSize 1.3.6.1.4.1.18.3.5.3.2.1.24.1.46 integer read-write
Maximum number of entries allowed in the Forwarding Table at one time. There is a forwarding table per interface.
               wfIpIntfCfgUnnumAsocAddr 1.3.6.1.4.1.18.3.5.3.2.1.24.1.47 ipaddress read-write
The Associated IP address used by unnumbered interfaces when sourcing a packet. Rip also uses this attribute to make decisions about advertising subnets over unnumbered interfaces. Rip will advertise subnets over the unnumbered interface if they have the same mask as the associated address.
               wfIpIntfCfgUnnumAsocAlt 1.3.6.1.4.1.18.3.5.3.2.1.24.1.48 integer read-write
Enable/Disable parameter. Default is disabled. Users perform a set operation on this object in order to enable/disable the option to automatically assign an alternate unnumbered associated address in the event that the primary associated address interface has gone down Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgAtmArpMode 1.3.6.1.4.1.18.3.5.3.2.1.24.1.49 integer read-write
Indicates whether ATMARP is a client or running as a server. A value of 'none' is for ATM WAN SVCs feature Enumeration: 'none': 3, 'client': 1, 'server': 2.
               wfIpIntfCfgAtmArpSrvAddress 1.3.6.1.4.1.18.3.5.3.2.1.24.1.50 octet string read-write
The ATMARP server address
               wfIpIntfCfgAtmArpSrvVcAgingEnable 1.3.6.1.4.1.18.3.5.3.2.1.24.1.51 integer read-write
Indicates whether the ATMARP server VC should be aged (for client operation) Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgAtmArpSrvRegInterval 1.3.6.1.4.1.18.3.5.3.2.1.24.1.52 integer read-write
For client operation, the interval between registration refreshes. For a server. this will be the duration a registration is valid. (in seconds) Enumeration: 'server-default': 1200, 'client-default': 900.
               wfIpIntfCfgAtmArpMisc 1.3.6.1.4.1.18.3.5.3.2.1.24.1.53 integer read-write
Not in use.
               wfIpIntfCfgAtmArpMisc2 1.3.6.1.4.1.18.3.5.3.2.1.24.1.54 integer read-write
Not in use.
               wfIpIntfCfgAtmArpSrvConnState 1.3.6.1.4.1.18.3.5.3.2.1.24.1.55 integer read-only
Indicates the state of the connection to the ATMARP server. This field should be interpreted as follows (bit 31 is msb, bit 0 is lsb): bits 0-3 are bits for determining ATMARP initialization, client/server, and if the client has ARP requests to send to the server: 0x001 INIT 0x002 WERESERVER 0x--4 CLIENT 0x--8 HAVEARPTOSEND bits 4-7 represent the state of the VC to the server: 0x-0- CLOSED 0x-1- OPENING 0x-2- OPEN 0x-3- OPENFAILED bits 8-11 represent the state of registration to the server: 0x0-- NOTREGISTERED 0x1-- REGISTERING 0x2-- REGISTERED 0x3-- REGISTRATIONFAILED 0x4-- NOSERVER Enumeration: 'openfailreg': 564, 'closedregfailarp': 780, 'opennotregarpxxx': 44, 'closedregingarpxxx': 268, 'openfailregarp': 572, 'openingregarp': 540, 'openingregfailarp': 796, 'openregarpxxx': 556, 'closedregingxxx': 260, 'closedregarp': 524, 'openfailnotreg': 52, 'openregfailarpxxx': 812, 'init': 1, 'openfailregfail': 820, 'openfailregingxxx': 308, 'openingnotregarp': 28, 'closednotreg': 4, 'openingregfail': 788, 'openreg': 548, 'noservercfg': 1028, 'openfailregingarpxxx': 316, 'openingnotreg': 20, 'wereserver': 2, 'openfailnotregarp': 60, 'openregfailxxx': 804, 'openingregingxxx': 276, 'opennotregxxx': 36, 'openregingarp': 300, 'closedreg': 516, 'openreging': 292, 'closednotregarp': 12, 'closedregfail': 772, 'openingreg': 532, 'openfailregfailarp': 828, 'openingregingarpxxx': 284.
               wfIpIntfCfgTrEsArpType 1.3.6.1.4.1.18.3.5.3.2.1.24.1.56 integer read-write
Token Ring End Station ARP type ARE / STE Enumeration: 'ste': 1, 'are': 2.
               wfIpIntfCfgMprMode 1.3.6.1.4.1.18.3.5.3.2.1.24.1.57 integer read-write
Multicast Packet Replicator activation mode Enumeration: 'none': 1, 'translate': 2, 'replicate': 3.
               wfIpIntfCfgMprState 1.3.6.1.4.1.18.3.5.3.2.1.24.1.58 integer read-only
Invalid indicates an error in processing the MPR record Enumeration: 'down': 2, 'notpres': 5, 'init': 3, 'up': 1, 'invalid': 4.
               wfIpIntfCfgIPSecEnable 1.3.6.1.4.1.18.3.5.3.2.1.24.1.59 integer read-write
If this IP interface is enabled for IPSec, it will provide security services to IP packets forwarded through this interface as well as IPSec packets meant for this interface. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpIntfCfgIPSecLogLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.60 integer read-write
32-bit integer used to tune the level of IPSec logging.
               wfIpIntfCfgTosTemplate 1.3.6.1.4.1.18.3.5.3.2.1.24.1.61 integer read-write
The instance ID of the ToS template (from wfIpTosTemplateTable being used by this interface Enumeration: 'none': 1, 'rfc791-precedence': 2.
               wfIpIntfCfgMsgLevel 1.3.6.1.4.1.18.3.5.3.2.1.24.1.62 integer read-write
IP Interface log messages level. To control level of log messages DBG_MSG_ALL 0x001f0000 - 2031616 DBG_MSG_DEBUG 0x00010000 - 65536 DBG_MSG_INFO 0x00020000 - 131072 DBG_MSG_WARNING 0x00040000 - 262144 DBG_MSG_FAULT 0x00080000 - 524288 DBG_MSG_TRACE 0x00100000 - 1048576 Enumeration: 'info': 131072, 'all': 2031616, 'trace': 1048576, 'fault': 524288, 'infofaultwarning': 917504, 'warning': 262144, 'debug': 65536.
               wfIpIntfCfgMtu 1.3.6.1.4.1.18.3.5.3.2.1.24.1.63 integer read-write
Allows user to configure the MTU of the interface. The actual MTU used by the interface will be the minimum value of this parameter and the underlying circuit's MTU.
               wfIpIntfCfgDropIpMacBroadcast 1.3.6.1.4.1.18.3.5.3.2.1.24.1.64 integer read-write
enable /disable parameter for interface to drop IP packets which were broadcasted at the ethernet level Enumeration: 'disabled': 2, 'enabled': 1.
     wfIpIntfStatsTable 1.3.6.1.4.1.18.3.5.3.2.1.25 no-access
The list of configured IP interface stats
           wfIpIntfStatsEntry 1.3.6.1.4.1.18.3.5.3.2.1.25.1 no-access
An IP stats interface description
               wfIpIntfStatsAddr 1.3.6.1.4.1.18.3.5.3.2.1.25.1.1 ipaddress read-only
The IP Address to which this entry's addressing information pertains
               wfIpIntfStatsCircuit 1.3.6.1.4.1.18.3.5.3.2.1.25.1.2 integer read-only
The Circuit Number that this interface runs over
               wfIpIntfStatsReasmMaxSize 1.3.6.1.4.1.18.3.5.3.2.1.25.1.3 gauge read-only
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
               wfIpIntfStatsMaxInfo 1.3.6.1.4.1.18.3.5.3.2.1.25.1.4 integer read-only
The maximum size of the INFO (non-MAC) field that this port will receive or transmit.
               wfIpIntfStatsInReceives 1.3.6.1.4.1.18.3.5.3.2.1.25.1.5 counter read-only
The total number of input datagrams received from interfaces, including those received in error.
               wfIpIntfStatsInHdrErrors 1.3.6.1.4.1.18.3.5.3.2.1.25.1.6 counter read-only
The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
               wfIpIntfStatsInAddrErrors 1.3.6.1.4.1.18.3.5.3.2.1.25.1.7 counter read-only
The number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP Gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
               wfIpIntfStatsForwDatagrams 1.3.6.1.4.1.18.3.5.3.2.1.25.1.8 counter read-only
The number of input datagrams for which this entity was not their final IP 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 IP Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source- Route option processing was successful.
               wfIpIntfStatsInUnknownProtos 1.3.6.1.4.1.18.3.5.3.2.1.25.1.9 counter read-only
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
               wfIpIntfStatsInDiscards 1.3.6.1.4.1.18.3.5.3.2.1.25.1.10 counter read-only
The number of input IP 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.
               wfIpIntfStatsInDelivers 1.3.6.1.4.1.18.3.5.3.2.1.25.1.11 counter read-only
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
               wfIpIntfStatsOutRequests 1.3.6.1.4.1.18.3.5.3.2.1.25.1.12 counter read-only
The total number of IP datagrams which local IP user-protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
               wfIpIntfStatsOutDiscards 1.3.6.1.4.1.18.3.5.3.2.1.25.1.13 counter read-only
The number of output IP 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 ipForwDatagrams if any such packets met this (discretionary) discard criterion.
               wfIpIntfStatsOutNoRoutes 1.3.6.1.4.1.18.3.5.3.2.1.25.1.14 counter read-only
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams 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.
               wfIpIntfStatsReasmTimeout 1.3.6.1.4.1.18.3.5.3.2.1.25.1.15 integer read-only
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
               wfIpIntfStatsReasmReqds 1.3.6.1.4.1.18.3.5.3.2.1.25.1.16 counter read-only
The number of IP fragments received which needed to be reassembled at this entity.
               wfIpIntfStatsReasmOKs 1.3.6.1.4.1.18.3.5.3.2.1.25.1.17 counter read-only
The number of IP datagrams successfully reassembled.
               wfIpIntfStatsReasmFails 1.3.6.1.4.1.18.3.5.3.2.1.25.1.18 counter read-only
The number of failures detected by the IP re- assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
               wfIpIntfStatsFragOKs 1.3.6.1.4.1.18.3.5.3.2.1.25.1.19 counter read-only
The number of IP datagrams that have been successfully fragmented at this entity.
               wfIpIntfStatsFragFails 1.3.6.1.4.1.18.3.5.3.2.1.25.1.20 counter read-only
The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.
               wfIpIntfStatsFragCreates 1.3.6.1.4.1.18.3.5.3.2.1.25.1.21 counter read-only
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
               wfIpIntfStatsCacheMisses 1.3.6.1.4.1.18.3.5.3.2.1.25.1.22 counter read-only
The number of FFT cache misses (i.e how many times did the cache gate have to do a look up in the RNP because the FFT didn't have the destination network
               wfIpIntfStatsCacheNetworks 1.3.6.1.4.1.18.3.5.3.2.1.25.1.23 gauge read-only
Between 0 and wfIpInterfaceFwdCacheSize
               wfIpIntfStatsCacheRemoves 1.3.6.1.4.1.18.3.5.3.2.1.25.1.24 counter read-only
The number of networks which have been flushed from the FFT because of aging
               wfIpIntfStatsDropRxAuths 1.3.6.1.4.1.18.3.5.3.2.1.25.1.25 counter read-only
Number of received packets dropped because the authority flag(s) were not sufficient. This could mean that the 'must' flags were not all there, or that the flags other than the 'may' flags were specified.
               wfIpIntfStatsDropRxFormats 1.3.6.1.4.1.18.3.5.3.2.1.25.1.26 counter read-only
Number of received packets dropped because the security option format was invalid.
               wfIpIntfStatsDropRxLevels 1.3.6.1.4.1.18.3.5.3.2.1.25.1.27 counter read-only
Number of received packets dropped because the classification level was out of range.
               wfIpIntfStatsDropRxNoIpsos 1.3.6.1.4.1.18.3.5.3.2.1.25.1.28 counter read-only
Number of received packets dropped because no IP security label was present.
               wfIpIntfStatsDropTxAuths 1.3.6.1.4.1.18.3.5.3.2.1.25.1.29 counter read-only
Number of transmitted packets dropped because the authority flag(s) were not sufficient. This could mean that the 'must' flags were not all there, or that the flags other than the 'may' flags were specified.
               wfIpIntfStatsDropTxLevels 1.3.6.1.4.1.18.3.5.3.2.1.25.1.30 counter read-only
Number of transmitted packets dropped because the classification level was out of range.
               wfIpIntfStatsDropTxNoIpsos 1.3.6.1.4.1.18.3.5.3.2.1.25.1.31 counter read-only
Number of packets not transmitted because no IP security label was present.
               wfIpIntfStatsDropTxNoIpsoRooms 1.3.6.1.4.1.18.3.5.3.2.1.25.1.32 counter read-only
Number of packets not transmitted because there was not enough space left in the IP header to insert an IP security option.
               wfIpIntfStatsRoutingDiscards 1.3.6.1.4.1.18.3.5.3.2.1.25.1.33 counter read-only
The number of routing entries which were chosen to be discarded even though they are valid
               wfIpIntfStatsAtmArpAttemptedCalls 1.3.6.1.4.1.18.3.5.3.2.1.25.1.34 counter read-only
Indicates the number of calls ATMARP has attempted
               wfIpIntfStatsAtmArpFailRetryCalls 1.3.6.1.4.1.18.3.5.3.2.1.25.1.35 counter read-only
Indicates the number of attempted calls that have failed, but were retried
               wfIpIntfStatsAtmArpFailNoRetryCalls 1.3.6.1.4.1.18.3.5.3.2.1.25.1.36 counter read-only
Indicates the number of attempted calls that have failed, and were not retried
               wfIpIntfStatsAtmArpSuccessfulCalls 1.3.6.1.4.1.18.3.5.3.2.1.25.1.37 counter read-only
Indicates the number of originated calls completed successfully
               wfIpIntfStatsAtmArpAcceptedCalls 1.3.6.1.4.1.18.3.5.3.2.1.25.1.38 counter read-only
Indicates the number of received calls that were accepted
               wfIpIntfStatsAtmArpOpenSvcs 1.3.6.1.4.1.18.3.5.3.2.1.25.1.39 counter read-only
Indicates the number of currently open calls
               wfIpIntfStatsMcastInPkts 1.3.6.1.4.1.18.3.5.3.2.1.25.1.40 counter read-only
The number of multicast packets received by the interface
               wfIpIntfStatsMcastOutPkts 1.3.6.1.4.1.18.3.5.3.2.1.25.1.41 counter read-only
the number of multicast packets transmitted by the interface
               wfIpIntfStatsMcastInDataPkts 1.3.6.1.4.1.18.3.5.3.2.1.25.1.42 counter read-only
The number of multicast data packets received by the interface
               wfIpIntfStatsControlPathInPkts 1.3.6.1.4.1.18.3.5.3.2.1.25.1.43 counter read-only
the number of control path packets received by the interface
               wfIpIntfStatsControlPathOutPkts 1.3.6.1.4.1.18.3.5.3.2.1.25.1.44 counter read-only
the number of control path packets transmitted by the interface
     wfIpIntfStatsIcmpTable 1.3.6.1.4.1.18.3.5.3.2.1.26 no-access
The list of configured IP icmp stats interface
           wfIpIntfStatsIcmpEntry 1.3.6.1.4.1.18.3.5.3.2.1.26.1 no-access
An IP interface icmp stats description
               wfIpIntfStatsIcmpAddr 1.3.6.1.4.1.18.3.5.3.2.1.26.1.1 ipaddress read-only
The IP Address to which this entry's addressing information pertains
               wfIpIntfStatsIcmpCircuit 1.3.6.1.4.1.18.3.5.3.2.1.26.1.2 integer read-only
The Circuit Number that this interface runs over
               wfIpIntfStatsIcmpInMsgs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.3 counter read-only
The total number of ICMP messages which includes all those counted by wfIpInterfaceIcmpInErrors.
               wfIpIntfStatsIcmpInErrors 1.3.6.1.4.1.18.3.5.3.2.1.26.1.4 counter read-only
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
               wfIpIntfStatsIcmpInDestUnreachs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.5 counter read-only
The number of ICMP Destination Unreachable messages received.
               wfIpIntfStatsIcmpInTimeExcds 1.3.6.1.4.1.18.3.5.3.2.1.26.1.6 counter read-only
The number of ICMP Time Exceeded messages received.
               wfIpIntfStatsIcmpInParmProbs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.7 counter read-only
The number of ICMP Parameter Problem messages received.
               wfIpIntfStatsIcmpInSrcQuenchs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.8 counter read-only
The number of ICMP Source Quench messages received.
               wfIpIntfStatsIcmpInRedirects 1.3.6.1.4.1.18.3.5.3.2.1.26.1.9 counter read-only
The number of ICMP Redirect messages received.
               wfIpIntfStatsIcmpInEchos 1.3.6.1.4.1.18.3.5.3.2.1.26.1.10 counter read-only
The number of ICMP Echo (request) messages received.
               wfIpIntfStatsIcmpInEchoReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.11 counter read-only
The number of ICMP Echo Reply messages received.
               wfIpIntfStatsIcmpInTimestamps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.12 counter read-only
The number of ICMP Timestamp (request) messages received.
               wfIpIntfStatsIcmpInTimestampReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.13 counter read-only
The number of ICMP Timestamp Reply messages received.
               wfIpIntfStatsIcmpInAddrMasks 1.3.6.1.4.1.18.3.5.3.2.1.26.1.14 counter read-only
The number of ICMP Address Mask Request messages received.
               wfIpIntfStatsIcmpInAddrMaskReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.15 counter read-only
The number of ICMP Address Mask Reply messages received.
               wfIpIntfStatsIcmpOutMsgs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.16 counter read-only
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
               wfIpIntfStatsIcmpOutErrors 1.3.6.1.4.1.18.3.5.3.2.1.26.1.17 counter read-only
The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
               wfIpIntfStatsIcmpOutDestUnreachs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.18 counter read-only
The number of ICMP Destination Unreachable messages sent.
               wfIpIntfStatsIcmpOutTimeExcds 1.3.6.1.4.1.18.3.5.3.2.1.26.1.19 counter read-only
The number of ICMP Time Exceeded messages sent.
               wfIpIntfStatsIcmpOutParmProbs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.20 counter read-only
The number of ICMP Parameter Problem messages sent.
               wfIpIntfStatsIcmpOutSrcQuenchs 1.3.6.1.4.1.18.3.5.3.2.1.26.1.21 counter read-only
The number of ICMP Source Quench messages sent.
               wfIpIntfStatsIcmpOutRedirects 1.3.6.1.4.1.18.3.5.3.2.1.26.1.22 counter read-only
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
               wfIpIntfStatsIcmpOutEchos 1.3.6.1.4.1.18.3.5.3.2.1.26.1.23 counter read-only
The number of ICMP Echo (request) messages sent.
               wfIpIntfStatsIcmpOutEchoReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.24 counter read-only
The number of ICMP Echo Reply messages sent.
               wfIpIntfStatsIcmpOutTimestamps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.25 counter read-only
The number of ICMP Timestamp (request) messages sent.
               wfIpIntfStatsIcmpOutTimestampReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.26 counter read-only
The number of ICMP Timestamp Reply messages sent.
               wfIpIntfStatsIcmpOutAddrMasks 1.3.6.1.4.1.18.3.5.3.2.1.26.1.27 counter read-only
The number of ICMP Address Mask Request messages sent.
               wfIpIntfStatsIcmpOutAddrMaskReps 1.3.6.1.4.1.18.3.5.3.2.1.26.1.28 counter read-only
The number of ICMP Address Mask Reply messages sent.
               wfIpIntfStatsIcmpInAdminProhib 1.3.6.1.4.1.18.3.5.3.2.1.26.1.29 counter read-only
Number of ICMP dest unreachable/communication administratively prohibited messages received. Note: may be sent by BFE or another system
               wfIpIntfStatsIcmpOutAdminProhib 1.3.6.1.4.1.18.3.5.3.2.1.26.1.30 counter read-only
Number of ICMP dest unreachable/communication administratively prohibited messages sent.
               wfIpIntfStatsIcmpInRdiscSolicit 1.3.6.1.4.1.18.3.5.3.2.1.26.1.31 counter read-only
The number of ICMP Router Discovery Solicit messages received.
               wfIpIntfStatsIcmpInRdiscAdvert 1.3.6.1.4.1.18.3.5.3.2.1.26.1.32 counter read-only
The number of ICMP Router Discovery Advertisement messages received.
               wfIpIntfStatsIcmpOutRdiscAdvert 1.3.6.1.4.1.18.3.5.3.2.1.26.1.33 counter read-only
The number of ICMP Address Mask Reply messages sent.
     wfIpGreTnlTable 1.3.6.1.4.1.18.3.5.3.2.1.27 no-access
GRE tunnel definitions
           wfIpGreTnlEntry 1.3.6.1.4.1.18.3.5.3.2.1.27.1 no-access
A GRE tunnel definition
               wfIpGreTnlCreate 1.3.6.1.4.1.18.3.5.3.2.1.27.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a GRE tunnel. Enumeration: 'deleted': 2, 'created': 1.
               wfIpGreTnlEnable 1.3.6.1.4.1.18.3.5.3.2.1.27.1.2 integer read-write
Enable/Disable parameter. Default is enableded. Users perform a set operation on this object in order to enable/disablea GRE tunnel. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpGreTnlState 1.3.6.1.4.1.18.3.5.3.2.1.27.1.3 integer read-only
State of the GRE tunnel Enumeration: 'down': 2, 'up': 1.
               wfIpGreTnlNum 1.3.6.1.4.1.18.3.5.3.2.1.27.1.4 integer read-only
GRE tunnel number
               wfIpGreTnlName 1.3.6.1.4.1.18.3.5.3.2.1.27.1.5 displaystring read-write
GRE tunnel name
               wfIpGreTnlCctNum 1.3.6.1.4.1.18.3.5.3.2.1.27.1.6 integer read-write
Circuit number associated with GRE tunnel
               wfIpGreTnlLocIpAddr 1.3.6.1.4.1.18.3.5.3.2.1.27.1.7 ipaddress read-write
GRE tunnel local IP address
               wfIpGreTnlMinMtu 1.3.6.1.4.1.18.3.5.3.2.1.27.1.8 integer read-write
Minimum MTU for GRE tunnel
     wfIpGreConnTable 1.3.6.1.4.1.18.3.5.3.2.1.28 no-access
Definitions of GRE tunnel connections. Each point to multipoint tunnel is a group (possibly with only 1 member) of point to point connections which share local configuration parameters.
           wfIpGreConnEntry 1.3.6.1.4.1.18.3.5.3.2.1.28.1 no-access
A GRE tunnel connection definition
               wfIpGreConnCreate 1.3.6.1.4.1.18.3.5.3.2.1.28.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a GRE connection. Enumeration: 'deleted': 2, 'created': 1.
               wfIpGreConnEnable 1.3.6.1.4.1.18.3.5.3.2.1.28.1.2 integer read-write
Enable/Disable parameter. Default is enableded. Users perform a set operation on this object in order to enable/disablea GRE connection. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpGreConnTnlNum 1.3.6.1.4.1.18.3.5.3.2.1.28.1.3 integer read-only
GRE tunnel number for this connection. This ties the connection to a local endpoint.
               wfIpGreConnNum 1.3.6.1.4.1.18.3.5.3.2.1.28.1.4 integer read-only
GRE tunnel connection number.
               wfIpGreConnName 1.3.6.1.4.1.18.3.5.3.2.1.28.1.5 displaystring read-write
GRE connection name
               wfIpGreConnRemIpAddr 1.3.6.1.4.1.18.3.5.3.2.1.28.1.6 ipaddress read-write
GRE tunnel connection remote IP address
               wfIpGreConnProtoMap 1.3.6.1.4.1.18.3.5.3.2.1.28.1.7 integer read-write
CONN_PROTO_IP 1 CONN_PROTO_IPX 2 CONN_PROTO_OSI 4
     wfIpFilterRuleTable 1.3.6.1.4.1.18.3.5.3.2.1.29 no-access
Definition of filter rules
           wfIpFilterRuleEntry 1.3.6.1.4.1.18.3.5.3.2.1.29.1 no-access
Each entry contains the definition of a traffic filter
               wfIpFilterRuleCreate 1.3.6.1.4.1.18.3.5.3.2.1.29.1.1 integer read-write
The row (object) creation/deletion attribute for this filter Enumeration: 'deleted': 2, 'created': 1.
               wfIpFilterRuleNumber 1.3.6.1.4.1.18.3.5.3.2.1.29.1.2 integer read-only
The rule number for this rule.
               wfIpFilterRuleName 1.3.6.1.4.1.18.3.5.3.2.1.29.1.3 displaystring read-write
The name of this filter rule.
               wfIpFilterRuleDescription 1.3.6.1.4.1.18.3.5.3.2.1.29.1.4 opaque read-write
The filter rule definition.
               wfIpFilterRuleFragment 1.3.6.1.4.1.18.3.5.3.2.1.29.1.5 integer read-only
Fragment number for large rules.
               wfIpFilterRuleNewTosValue 1.3.6.1.4.1.18.3.5.3.2.1.29.1.6 integer read-write
The new TOS value to apply to packets that match the filter.
               wfIpFilterRuleNewTosValueMask 1.3.6.1.4.1.18.3.5.3.2.1.29.1.7 integer read-write
The mask to apply to the new TOS value to not change other bits in the TOS field.
               wfIpFilterRuleAction 1.3.6.1.4.1.18.3.5.3.2.1.29.1.8 integer read-write
The action to take if the packet matches the filter. Enumeration: 'drop': 1, 'accept': 2, 'forwardtohost': 3.
               wfIpFilterRuleClassifyAction 1.3.6.1.4.1.18.3.5.3.2.1.29.1.9 integer read-write
The action to take to classify the packet if it matches the filter.
               wfIpFilterRuleDropPreference 1.3.6.1.4.1.18.3.5.3.2.1.29.1.10 integer read-write
The drop preference for packets matching this rule.
     wfIpFilterConfigTable 1.3.6.1.4.1.18.3.5.3.2.1.30 no-access
Configuration information for IP Traffic Filters
           wfIpFilterConfigEntry 1.3.6.1.4.1.18.3.5.3.2.1.30.1 no-access
A traffic filter definition of configuration information
               wfIpFilterConfigCreate 1.3.6.1.4.1.18.3.5.3.2.1.30.1.1 integer read-write
Defines the existence of the traffic filter rule: created - traffic filter exists deleted - traffic filter does not exist and can be deleted. Enumeration: 'deleted': 2, 'created': 1.
               wfIpFilterConfigEnable 1.3.6.1.4.1.18.3.5.3.2.1.30.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.
               wfIpFilterConfigStatus 1.3.6.1.4.1.18.3.5.3.2.1.30.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.
               wfIpFilterConfigRuleNumber 1.3.6.1.4.1.18.3.5.3.2.1.30.1.4 integer read-write
The number of the rule from the table wfIpFilterRuleEntry.
               wfIpFilterConfigRulePrecedence 1.3.6.1.4.1.18.3.5.3.2.1.30.1.5 integer read-write
The precedence of this rule in relation to other rules configured for this interface.
               wfIpFilterConfigFilterType 1.3.6.1.4.1.18.3.5.3.2.1.30.1.6 integer read-write
The type of filter. Enumeration: 'out': 2, 'in': 1.
               wfIpFilterConfigLogFilterInfo 1.3.6.1.4.1.18.3.5.3.2.1.30.1.7 integer read-write
When enabled, this attribute will log a message to the log with information about the filter. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpFilterConfigReserved 1.3.6.1.4.1.18.3.5.3.2.1.30.1.8 integer read-only
Reserved field.
               wfIpFilterConfigInterface 1.3.6.1.4.1.18.3.5.3.2.1.30.1.9 ipaddress read-only
The network address of the IP interface to which this filter is applied.
               wfIpFilterConfigCircuit 1.3.6.1.4.1.18.3.5.3.2.1.30.1.10 integer read-only
The ID of the Circuit to which the filter is applied.
               wfIpFilterConfigIndex 1.3.6.1.4.1.18.3.5.3.2.1.30.1.11 integer read-only
Index for the rule.
     wfIpFilterStatsTable 1.3.6.1.4.1.18.3.5.3.2.1.31 no-access
Statistical information for IP Traffic Filters
           wfIpFilterStatsEntry 1.3.6.1.4.1.18.3.5.3.2.1.31.1 no-access
A traffic filter definition of statistical information
               wfIpFilterStatsCounter 1.3.6.1.4.1.18.3.5.3.2.1.31.1.1 counter read-only
The number of received packets that have matched this rule.
               wfIpFilterStatsInterface 1.3.6.1.4.1.18.3.5.3.2.1.31.1.2 ipaddress read-only
The network address of the IP interface to which this filter is applied.
               wfIpFilterStatsCircuit 1.3.6.1.4.1.18.3.5.3.2.1.31.1.3 integer read-only
The ID of the Circuit to which the filter is applied.
               wfIpFilterStatsIndex 1.3.6.1.4.1.18.3.5.3.2.1.31.1.4 integer read-only
Index for the rule.
     wfIpTosTemplateCfgTable 1.3.6.1.4.1.18.3.5.3.2.1.32 no-access
The list of user configured ToS/DS byte interpretation/mapping templates
           wfIpTosTemplateCfgEntry 1.3.6.1.4.1.18.3.5.3.2.1.32.1 no-access
A ToS/DS byte interpretation/mapping
               wfIpTosTemplateCfgCreate 1.3.6.1.4.1.18.3.5.3.2.1.32.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a ToS template. Enumeration: 'create': 1, 'delete': 2.
               wfIpTosTemplateCfgIndex 1.3.6.1.4.1.18.3.5.3.2.1.32.1.2 integer read-only
The identifier of this ToS/DS byte interpretation/mapping
               wfIpTosTemplateCfgName 1.3.6.1.4.1.18.3.5.3.2.1.32.1.3 displaystring read-write
User-specified name of this ToS/DS byte interpretation/ mapping template
               wfIpTosTemplateCfgStatus 1.3.6.1.4.1.18.3.5.3.2.1.32.1.4 integer read-only
The status of this entry in the table. valid(1) indicates the template has been configured correctly. invalid(2) indicates there is a problem with the entry. notconfigurable(3) indicates an attempt has been made to modify a reserved, built-in template. Enumeration: 'valid': 1, 'invalid': 2, 'notconfigurable': 3.
               wfIpTosTemplateCfgRxEnable 1.3.6.1.4.1.18.3.5.3.2.1.32.1.5 integer read-write
Indicates if the ToS/DS byte is interpreted for packets received on IP interfaces using this template. disabled - The ToS field is ignored. All received packets have the lowest service class. enabled - convert the ToS byte to an internal service class. The internal service class is 'carried' with the packet through the forwarding path, affecting various internal mechanisms (e.g. queueing, policing, clipping) and then possibly used at the egress interface to affect changes to the ToS value, which VC, etc. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpTosTemplateCfgRxMapping 1.3.6.1.4.1.18.3.5.3.2.1.32.1.6 octet string read-write
RxMapping controls the mapping of the ToS/DS byte to an internal service class (ISC). It consists of a list of (pattern, mask, ISC, DP) tuples. If the ToS byte contains the indicated pattern after being bit-wise ANDed with the mask, then the packet will be given the specified ISC. Each tuple is represented by four octets: one each for pattern, mask, and ISC, and DP in that order. e.g. for these two tuples of (pattern, mask, ISC, DP): (0x24, 0x7f, 5, 0) and (0x36, 0x7f, 2, 0) the octet string would have a length of eight and contain: 0x24, 0x7f, 0x05, 0x00, 0x36, 0x7f, 0x02, 0x00 Values greater than 7 for the ISC octet are reserved, as are values greater than 1 for the DP octet
               wfIpTosTemplateCfgTxEnable 1.3.6.1.4.1.18.3.5.3.2.1.32.1.7 integer read-write
TxHandling Indicates how the ToS/DS byte is handled for packets transmitted on IP interfaces using this interpretation/mapping template: disable - no changes is made to the IP header. enable - convert the internal service class to a new ToS octet, based on the mappings configured in wfIpTosTemplateCfgTxMapping. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpTosTemplateCfgTxMapping 1.3.6.1.4.1.18.3.5.3.2.1.32.1.8 octet string read-write
TxMapping controls the mapping of the Internal Service Class (ISC) to the ToS/DS byte. It consists of a list of (pattern, mask, ISC, DP) tuples stored in the same format as wfIpTosTemplateCfgRxMapping. For a packet with a given ISC and DP, the bits selected by 'mask' in the the packet's ToS byte will be modified to contain 'pattern'.
     wfIpTosTemplateTable 1.3.6.1.4.1.18.3.5.3.2.1.33 no-access
The list of ToS/DS byte interpretation/mapping templates
           wfIpTosTemplateEntry 1.3.6.1.4.1.18.3.5.3.2.1.33.1 no-access
A ToS/DS byte interpretation/mapping
               wfIpTosTemplateIndex 1.3.6.1.4.1.18.3.5.3.2.1.33.1.1 integer read-only
The identifier of this ToS/DS byte interpretation/mapping
               wfIpTosTemplateName 1.3.6.1.4.1.18.3.5.3.2.1.33.1.2 displaystring read-only
User-specified name of this ToS/DS byte interpretation/ mapping template
               wfIpTosTemplateStatus 1.3.6.1.4.1.18.3.5.3.2.1.33.1.3 integer read-only
The status of this entry in the table. valid(1) indicates the template has been configured correctly. invalid(2) indicates there is a problem with the entry. builtin(3) indicates that this instance is a built-in template that can not be modified. Enumeration: 'builtin': 3, 'valid': 1, 'invalid': 2.
               wfIpTosTemplateRxEnable 1.3.6.1.4.1.18.3.5.3.2.1.33.1.4 integer read-only
Indicates if the ToS/DS byte is interpreted for packets received on IP interfaces using this template. disabled - The ToS field is ignored. All received packets have the lowest service class. enabled - convert the ToS byte to an internal service class. The internal service class is 'carried' with the packet through the forwarding path, affecting various internal mechanisms (e.g. queueing, policing, clipping) and then possibly used at the egress interface to affect changes to the ToS value, which VC, etc. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpTosTemplateRxMapping 1.3.6.1.4.1.18.3.5.3.2.1.33.1.5 octet string read-only
RxMapping controls the mapping of the ToS/DS byte to an internal service class (ISC). It consists of a list of (pattern, mask, ISC, DP) tuples. If the ToS byte contains the indicated pattern after being bit-wise ANDed with the mask, then the packet will be given the specified ISC. Each tuple is represented by four octets: one each for pattern, mask, and ISC, and DP in that order. e.g. for these two tuples of (pattern, mask, ISC, DP): (0x24, 0x7f, 5, 0) and (0x36, 0x7f, 2, 0) the octet string would have a length of eight and contain: 0x24, 0x7f, 0x05, 0x00, 0x36, 0x7f, 0x02, 0x00 Values greater than 7 for the ISC octet are reserved, as are values greater than 1 for the DP octet
               wfIpTosTemplateTxEnable 1.3.6.1.4.1.18.3.5.3.2.1.33.1.6 integer read-only
TxHandling Indicates how the ToS/DS byte is handled for packets transmitted on IP interfaces using this interpretation/mapping template: disable - no changes is made to the IP header. enable - convert the internal service class to a new ToS octet, based on the mappings configured in wfIpTosTemplateTxMapping. Enumeration: 'disabled': 2, 'enabled': 1.
               wfIpTosTemplateTxMapping 1.3.6.1.4.1.18.3.5.3.2.1.33.1.7 octet string read-only
TxMapping controls the mapping of the Internal Service Class (ISC) to the ToS/DS byte. It consists of a list of (pattern, mask, ISC, DP) tuples stored in the same format as wfIpTosTemplateRxMapping. For a packet with a given ISC and DP, the bits selected by 'mask' in the the packet's ToS byte will be modified to contain 'pattern'.
     wfIpBaseDbg 1.3.6.1.4.1.18.3.5.3.2.1.34
           wfIpBaseDbgCreate 1.3.6.1.4.1.18.3.5.3.2.1.34.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete IP base debug. Enumeration: 'deleted': 2, 'created': 1.
           wfIpBaseDbgOptions 1.3.6.1.4.1.18.3.5.3.2.1.34.2 integer read-write
reserved
           wfIpBaseDbgAddress 1.3.6.1.4.1.18.3.5.3.2.1.34.3 ipaddress read-write
reserved
           wfIpBaseDbgAddressMask 1.3.6.1.4.1.18.3.5.3.2.1.34.4 ipaddress read-write
reserved
           wfIpBaseDbgMisc 1.3.6.1.4.1.18.3.5.3.2.1.34.5 integer read-write
reserved
     wfIpFilterTemplateTable 1.3.6.1.4.1.18.3.5.3.2.1.35 no-access
Defines the criteria, actions and action data of an IP Traffic Filter. An entry in this table will be pointed to by the wfIpTrafficFilterDefinition attribute of a wfIpTrafficFilter table entry if a template was used to define the filter definition. This feature was added to 13.20 for BCC support.
           wfIpFilterTemplateEntry 1.3.6.1.4.1.18.3.5.3.2.1.35.1 no-access
An IP Traffic Filter definition
               wfIpFilterTemplateCreate 1.3.6.1.4.1.18.3.5.3.2.1.35.1.1 integer read-write
Defines the existence of the traffic filter template; created - traffic filter template exists; deleted - traffic filter template does not exist and can be deleted. Enumeration: 'deleted': 2, 'created': 1.
               wfIpFilterTemplateRuleNumber 1.3.6.1.4.1.18.3.5.3.2.1.35.1.2 integer read-only
ID for the template.
               wfIpFilterTemplateFragment 1.3.6.1.4.1.18.3.5.3.2.1.35.1.3 integer read-only
Fragment number - for large rules.
               wfIpFilterTemplateDefinition 1.3.6.1.4.1.18.3.5.3.2.1.35.1.4 opaque read-write
The criteria, actions and action data that defines the filter template.
               wfIpFilterTemplateName 1.3.6.1.4.1.18.3.5.3.2.1.35.1.5 displaystring read-write
The name of this filter template.
     wfRipIntfTable 1.3.6.1.4.1.18.3.5.3.2.2.1 no-access
The list of configured RIP interfaces
         wfRipIntfEntry 1.3.6.1.4.1.18.3.5.3.2.2.1.1 no-access
A description of a RIP interface
             wfRipInterfaceCreate 1.3.6.1.4.1.18.3.5.3.2.2.1.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an RIP Interface instance. Enumeration: 'create': 1, 'delete': 2.
             wfRipInterfaceEnable 1.3.6.1.4.1.18.3.5.3.2.2.1.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a RIP interface. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipInterfaceState 1.3.6.1.4.1.18.3.5.3.2.2.1.1.3 integer read-only
The current state of RIP on this interface. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpres': 4.
             wfRipInterfaceIndex 1.3.6.1.4.1.18.3.5.3.2.2.1.1.4 ipaddress read-only
The IP interface to run RIP on.
             wfRipInterfaceSupply 1.3.6.1.4.1.18.3.5.3.2.2.1.1.5 integer read-write
Transmit RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipInterfaceListen 1.3.6.1.4.1.18.3.5.3.2.2.1.1.6 integer read-write
Whether to listen to RIP packets Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipInterfaceDefaultRouteSupply 1.3.6.1.4.1.18.3.5.3.2.2.1.1.7 integer read-write
Transmit the default route, 0.0.0.0, in RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipInterfaceDefaultRouteListen 1.3.6.1.4.1.18.3.5.3.2.2.1.1.8 integer read-write
Receive the default route, 0.0.0.0, in RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipInterfacePoisonedReversed 1.3.6.1.4.1.18.3.5.3.2.2.1.1.9 integer read-write
Specifies how the router advertises routes it has learned from a neighboring router in periodic updates subsequently sent to the neighbor. If 'Poisoned', the node implements poisoned reverse. The router now advertises routes learned from a neighbor in RIP updates subsequently sent to that neighbor with a hop count of wfRipBaseRipNetworkDiameter plus 1, (thus declaring the destination unreachable). If 'Split', the router implements a split-horizon, and omits routes learned from a neighbor in RIP updates subsequently sent to that neighbor. If 'Actual', the learned cost of the route is advertised. Enumeration: 'poisoned': 1, 'actual': 2, 'split': 3.
     wfRipInterfaceTable 1.3.6.1.4.1.18.3.5.3.2.2.2 no-access
The list of configured RIP interfaces
         wfRipInterfaceEntry 1.3.6.1.4.1.18.3.5.3.2.2.2.1 no-access
A description of a RIP interface
             wfRipIntfCreate 1.3.6.1.4.1.18.3.5.3.2.2.2.1.1 integer read-write
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an RIP Interface instance. Enumeration: 'create': 1, 'delete': 2.
             wfRipIntfEnable 1.3.6.1.4.1.18.3.5.3.2.2.2.1.2 integer read-write
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a RIP interface. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfState 1.3.6.1.4.1.18.3.5.3.2.2.2.1.3 integer read-only
The current state of RIP on this interface. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpres': 4.
             wfRipIntfIndex 1.3.6.1.4.1.18.3.5.3.2.2.2.1.4 ipaddress read-only
The IP interface to run RIP on.
             wfRipIntfSupply 1.3.6.1.4.1.18.3.5.3.2.2.2.1.5 integer read-write
Transmit RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfListen 1.3.6.1.4.1.18.3.5.3.2.2.2.1.6 integer read-write
Whether to listen to RIP packets Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfDefaultRouteSupply 1.3.6.1.4.1.18.3.5.3.2.2.2.1.7 integer read-write
Transmit the default route, 0.0.0.0, in RIP packets. Enumeration: 'disabled': 2, 'generated': 3, 'enabled': 1.
             wfRipIntfDefaultRouteListen 1.3.6.1.4.1.18.3.5.3.2.2.2.1.8 integer read-write
Receive the default route, 0.0.0.0, in RIP packets. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfPoisonedReversed 1.3.6.1.4.1.18.3.5.3.2.2.2.1.9 integer read-write
Specifies how the router advertises routes it has learned from a neighboring router in periodic updates subsequently sent to the neighbor. If 'Poisoned', the node implements poisoned reverse. The router now advertises routes learned from a neighbor in RIP updates subsequently sent to that neighbor with a hop count of wfRipBaseRipNetworkDiameter plus 1, (thus declaring the destination unreachable). If 'Split', the router implements a split-horizon, and omits routes learned from a neighbor in RIP updates subsequently sent to that neighbor. If 'Actual', the learned cost of the route is advertised. Enumeration: 'poisoned': 1, 'actual': 2, 'split': 3.
             wfRipIntfCct 1.3.6.1.4.1.18.3.5.3.2.2.2.1.10 integer read-only
Circuit number of the IP interface
             wfRipIntfTTL 1.3.6.1.4.1.18.3.5.3.2.2.2.1.11 integer read-write
Time To Live in the IP Header for RIP updates
             wfRipIntfBroadcastTimer 1.3.6.1.4.1.18.3.5.3.2.2.2.1.12 integer read-write
This parameter allows the user to configure the frequency of full RIP updates. The default is per the standard. If DOR ( Dial Optimized Routing ) is not configured, the minimum would be every 5 seconds, with a maximum of 24 hours. If DOR is configured the minimum could be zero the maximum ( also is default ) could be two weeks (1209600);
             wfRipIntfTimeoutTimer 1.3.6.1.4.1.18.3.5.3.2.2.2.1.13 integer read-write
This parameter allows the user to configure the time period which RIP will wait before timing out a route. This time is typically 3 x the broadcast timer. The default is 90 seconds with a maximum of 72 hours if DOR ( Dial Optimized Routing ) is not configured. Otherwise it could be 6 weeks( 3628800 ) as maximum value and two weeks as default value ( 1209600 ).
             wfRipIntfHolddownTimer 1.3.6.1.4.1.18.3.5.3.2.2.2.1.14 integer read-write
This parameter allows the user to configure the time period which unreachable routes will be held in the Routing Pool. This time is typically 3 x the broadcast timer. It allows RIP to advertise the unreachable routes to help convergence time. If DOR ( Dial Optimized Routing ) is configured the default value would be 1209600 two weeks , and maximum value of 3628800 ( 6 weeks ).
             wfRipIntfCompSwitch 1.3.6.1.4.1.18.3.5.3.2.2.2.1.15 integer read-write
This parameter allows the user to configure which mode of RIP to run. The default is to run RIP1. RIP2 mode runs RIP2. This does not do automatic aggregation of subnets like RIP1 does. RIP2_AGGR provides the automatic aggregation of subnets for RIP2. Enumeration: 'rip2': 2, 'rip1': 1, 'aggr': 3.
             wfRipIntfTriggeredUpdates 1.3.6.1.4.1.18.3.5.3.2.2.2.1.16 integer read-write
This parameter allows the user to configure triggered updates. By default this parameter is disabled to conform with previous release action. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfAuthType 1.3.6.1.4.1.18.3.5.3.2.2.2.1.17 integer read-write
Specifies the type of Authentication to be used with RIP. This is only valid when running RIP2 Enumeration: 'none': 1, 'simple-password': 2.
             wfRipIntfAuthentication 1.3.6.1.4.1.18.3.5.3.2.2.2.1.18 displaystring read-write
Contains the authentication if the Authentication Type is set to simple password. This field contains up to 16 characters.
             wfRipIntfInitStabilizationTimer 1.3.6.1.4.1.18.3.5.3.2.2.2.1.19 integer read-write
This parameter allows the user to cofigure the time period which RIP will use as its initial stabilization time length. It allows RIP to learn all routes from its neighbors before sending full updates.
             wfRipIntfSVCBroadcast 1.3.6.1.4.1.18.3.5.3.2.2.2.1.20 integer read-write
Defines whether Frame Relay SVCs should be established for all adjacent hosts before sending an update. Enumeration: 'disabled': 2, 'enabled': 1.
             wfRipIntfDefaultRouteCost 1.3.6.1.4.1.18.3.5.3.2.2.2.1.21 integer read-write
Defines the default route cost when the route is being generated. The cost is added in case the default route supply is set to enable.
 wfUdp 1.3.6.1.4.1.18.3.5.3.4.1
     wfUdpInDatagrams 1.3.6.1.4.1.18.3.5.3.4.1.1 counter read-only
The total number of UDP datagrams delivered to UDP users.
     wfUdpNoPorts 1.3.6.1.4.1.18.3.5.3.4.1.2 counter read-only
The total number of received UDP datagrams for which there was no application at the destination port.
     wfUdpInErrors 1.3.6.1.4.1.18.3.5.3.4.1.3 counter read-only
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
     wfUdpOutDatagrams 1.3.6.1.4.1.18.3.5.3.4.1.4 counter read-only
The total number of UDP datagrams sent from this entity.
 wfUdpTable 1.3.6.1.4.1.18.3.5.3.4.2 no-access
The UDP listener table contains information about this entity's UDP end-points on which a local application is currently accepting datagrams.
     wfUdpEntry 1.3.6.1.4.1.18.3.5.3.4.2.1 no-access
A particular entry
         wfUdpLocalAddress 1.3.6.1.4.1.18.3.5.3.4.2.1.1 ipaddress read-only
The local IP address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IP interface asociated with the node, the value 0.0.0.0 is used.
         wfUdpLocalPort 1.3.6.1.4.1.18.3.5.3.4.2.1.2 integer read-only
The port value
 wfUdpMpr 1.3.6.1.4.1.18.3.5.3.4.3
     wfUdpMprCreate 1.3.6.1.4.1.18.3.5.3.4.3.1 integer read-write
Create/Delete parameter for SIAC MPR. The default is created. Enumeration: 'deleted': 2, 'created': 1.
     wfUdpMprEnable 1.3.6.1.4.1.18.3.5.3.4.3.2 integer read-write
Enables/Disables router wide MPR functionality. Enumeration: 'disabled': 2, 'enabled': 1.
     wfUdpMprStartPort 1.3.6.1.4.1.18.3.5.3.4.3.3 integer read-write
Starting UDP port number for MPR address resolution. Enumeration: 'default': 50000, 'maximum': 60000, 'minumum': 10000.
     wfUdpMprNumberOfPorts 1.3.6.1.4.1.18.3.5.3.4.3.4 integer read-write
Max number of UDP ports in mapping table. Enumeration: 'default': 64, 'maximum': 256.
     wfUdpMprStatisticsEnable 1.3.6.1.4.1.18.3.5.3.4.3.5 integer read-write
Enable/Disable parameter for global MPR statistics collection. Enumeration: 'disabled': 2, 'enabled': 1.
     wfUdpMprInPkts 1.3.6.1.4.1.18.3.5.3.4.3.6 counter read-only
Total number of packets received by MPR
     wfUdpMprOutPkts 1.3.6.1.4.1.18.3.5.3.4.3.7 counter read-only
Total number of packets sent by MPR
     wfUdpMprGenPkts 1.3.6.1.4.1.18.3.5.3.4.3.8 counter read-only
Total number of packets generated by MPR.
     wfUdpMprLookupDrops 1.3.6.1.4.1.18.3.5.3.4.3.9 counter read-only
Total number of packets dropped due to mcast address lokup failure.
     wfUdpMprDisableDrops 1.3.6.1.4.1.18.3.5.3.4.3.10 counter read-only
Total number of packets dropped due to mapping entry being disabled.
 wfUdpMprMappingTable 1.3.6.1.4.1.18.3.5.3.4.4 no-access
The MPR Mapping table contains information regarding UDP port to IP multicast address resolution.
     wfUdpMprMappingEntry 1.3.6.1.4.1.18.3.5.3.4.4.1 no-access
A particular entry
         wfUdpMprMapCreate 1.3.6.1.4.1.18.3.5.3.4.4.1.1 integer read-write
Mapping entry create/delete attribute. Enumeration: 'deleted': 2, 'created': 1.
         wfUdpMprMapEnable 1.3.6.1.4.1.18.3.5.3.4.4.1.2 integer read-write
Mapping entry enable/disable attribute. Enumeration: 'disabled': 2, 'enabled': 1.
         wfUdpMprMapPort 1.3.6.1.4.1.18.3.5.3.4.4.1.3 integer read-only
The relative (relative to start port) port number of the MPR mapping entry.
         wfUdpMprMapMcastAddr 1.3.6.1.4.1.18.3.5.3.4.4.1.4 ipaddress read-write
IP multicast address associated with this port.
         wfUdpMprMapStatisticsEnable 1.3.6.1.4.1.18.3.5.3.4.4.1.5 integer read-write
MPR mapping entry specific statistics collection enable/disable attribute. Enumeration: 'disabled': 2, 'enabled': 1.
         wfUdpMprMapInPkts 1.3.6.1.4.1.18.3.5.3.4.4.1.6 counter read-only
Total number of MPR packets received for this port.
         wfUdpMprMapOutPkts 1.3.6.1.4.1.18.3.5.3.4.4.1.7 counter read-only
Total number of MPR packets sent with this port number.
         wfUdpMprMapGenPkts 1.3.6.1.4.1.18.3.5.3.4.4.1.8 counter read-only
Total number of MPR packets generated by MPR with this port number.
         wfUdpMprMapLookupDrops 1.3.6.1.4.1.18.3.5.3.4.4.1.9 counter read-only
Total number of MPR packets dropped for this port because mcast address lookups failed.
         wfUdpMprMapDisableDrops 1.3.6.1.4.1.18.3.5.3.4.4.1.10 counter read-only
Total number of MPR packets dropped for this port because the mapping record is disabled.