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

VENDOR: WELLFLEET


 Home MIB: Wellfleet-OSPF-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
 wfOspfGeneralGroup 1.3.6.1.4.1.18.3.5.3.2.3.1
     wfOspfGeneralDelete 1.3.6.1.4.1.18.3.5.3.2.3.1.1 integer read-write
'This value determines whether OSPF is configured' Enumeration: 'deleted': 2, 'created': 1.
     wfOspfGeneralDisable 1.3.6.1.4.1.18.3.5.3.2.3.1.2 integer read-write
'The administrative status of OSPF in the router. The value 'enabled' denotes that the OSPF Process is active on at least one interface; 'disabled' disables it on all interfaces.' Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfGeneralState 1.3.6.1.4.1.18.3.5.3.2.3.1.3 integer read-only
'The state of OSPF' Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
     wfOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.3.1.4 ipaddress read-write
'A 32-bit integer uniquely identifying the router in the Autonomous System. By convention, to ensure uniqueness, this should default to the value of one of the router's IP interface addresses.' REFERENCE 'OSPF Version 2, C.1 Global parameters'
     wfOspfVersionNumber 1.3.6.1.4.1.18.3.5.3.2.3.1.5 integer read-only
'The current version number of the OSPF protocol is 2.' REFERENCE 'OSPF Version 2, Title'
     wfOspfAreaBdrRtrStatus 1.3.6.1.4.1.18.3.5.3.2.3.1.6 integer read-only
'A flag to note whether this router is an area border router.' REFERENCE 'OSPF Version 2, Section 3 Splitting the AS into Areas' Enumeration: 'false': 2, 'true': 1.
     wfOspfASBdrRtrStatus 1.3.6.1.4.1.18.3.5.3.2.3.1.7 integer read-write
'A flag to note whether this router is an Autonomous System border router.' REFERENCE 'OSPF Version 2, Section 3.3 Classification of routers' Enumeration: 'false': 2, 'true': 1.
     wfOspfTOSSupport 1.3.6.1.4.1.18.3.5.3.2.3.1.8 integer read-only
'The router's support for type-of-service routing.' REFERENCE 'OSPF Version 2, Appendix F.1.2 Optional TOS support' Enumeration: 'false': 2, 'true': 1.
     wfOspfSpfHoldDown 1.3.6.1.4.1.18.3.5.3.2.3.1.9 integer read-write
Hold Down Timer for the SPF. The SPF will run at most once per hold down timer value. A value of 0 means no hold down.
     wfOspfSlotMask 1.3.6.1.4.1.18.3.5.3.2.3.1.10 gauge read-write
Slot mask for which slots OSPF is eligible to run on. The MSBit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14. Default is all slots on a BCN.
     wfOspfNewAseMetricSupport 1.3.6.1.4.1.18.3.5.3.2.3.1.11 integer read-write
A parameter to specify if the new style ASE metric support is enabled. The new metric is not compatible with the pre-8.0 ASE metrics. The new metric support should be disabled if the router is to interoperate with routers running a pre-8.0 OSPF version. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfBackupDisable 1.3.6.1.4.1.18.3.5.3.2.3.1.12 integer read-only
This parameter enables or disables the backup OSPF soloist's backup link state database. When the parameter is set to disabled the OSPF backup soloist will not maintain a copy of the OSPF link state database. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfPrimaryLogMask 1.3.6.1.4.1.18.3.5.3.2.3.1.13 gauge read-write
A parameter to specify which OSPF log messages should be logged. This will only effect the Primary OSPF gate. Each bit represents a message as defined below. A 1 in that bit location means to log it and a 0 means not to put that log message in the log. Changing this value will NOT restart OSPF, but will take effct immediately(if there are any messages to be logged. bit 31 bit 0 +---------------------------------------+ | | +---------------------------------------+ bit0 Trace Messages bit1 INFO Level messages bit2 debug level messages bit3 OSPF interface state change messages bit4 Nbr state changes bit5 self-origination of LSA's bit6 receipt of new LSA's bit7 changes to OSPF`s Routing Table bit8 Bad LS requests, Ack's, or updates bit9 receipt of less recent LSA's bit10 receipt of more recent self-originated LSA's bit11 receipt of MAxAge LSA's (i.e. LSA's being flushed) bit12 - 31 reserved
     wfOspfBackupLogMask 1.3.6.1.4.1.18.3.5.3.2.3.1.14 gauge read-only
A parameter to specify which OSPF log messages should be logged. This will only effect the Backup OSPF gate. Each bit represents a message as defined below. A 1 in that bit location means to log it a 0 means not to put that log message in the log. Changing this value will NOT restart OSPF, but will take effct immediately(if there are any messages to be logged. bit 31 bit 0 +---------------------------------------+ | | +---------------------------------------+ bit0 Trace Messages bit1 INFO Level messages bit2 debug level messages bit3 OSPF interface state change messages bit4 Nbr state changes bit5 self-origination of LSA's bit6 receipt of new LSA's bit7 changes to OSPF`s Routing Table bit8 Bad LS requests, Ack's, or updates bit9 receipt of less recent LSA's bit10 receipt of more recent self-originated LSA's bit11 receipt of MAxAge LSA's (i.e. LSA's being flushed) bit12 - 31 reserved
     wfOspfAseTagDefault 1.3.6.1.4.1.18.3.5.3.2.3.1.15 integer read-write
This parameter indicates how ASE tags will be generated for those ASEs whose tags are not altered by an export route filter or announce route policy. default(1) indicates that a zero value is used. automatic(2) indicates that an automatic tag will be generated as specified in RFC 1403. proprietary(3) indicates that the wellfleet proprietary scheme will be used. In this case, the next hop is used for IGP routes and the neighbor AS is used for EGP routes. Enumeration: 'default': 1, 'proprietary': 3, 'automatic': 2.
     wfOspfPrimarySlot 1.3.6.1.4.1.18.3.5.3.2.3.1.16 integer read-only
Slot on which OSPF Primary is running. Slots can be 1-14. Default is zero.
     wfOspfBackupSlot 1.3.6.1.4.1.18.3.5.3.2.3.1.17 integer read-only
Slot on which OSPF Backup is running. Slots can be 1-14. Default is zero.
     wfOspfMaximumPath 1.3.6.1.4.1.18.3.5.3.2.3.1.18 integer read-write
Maximum number of equal cost paths allowed for a network installed by OSPF.
     wfOspfSlotPriority 1.3.6.1.4.1.18.3.5.3.2.3.1.19 displaystring read-write
Comma-separated list of slots specifying the order in which slots should attempt to bring up OSPF soloist. They are listed in the decreasing order of priority. Slot with priority 0, i.e. the first entry in the list, is most likely to have OSPF soloist running on it.
     wfOspfLsdbCount 1.3.6.1.4.1.18.3.5.3.2.3.1.20 counter read-only
Running count of LSDB entries
     wfOspfMulticastExtensions 1.3.6.1.4.1.18.3.5.3.2.3.1.21 integer read-write
A Bit Mask indicating whether the router is forwarding IP multicast (Class D) datagrams based on the algorithms defined in the Multi- cast Extensions to OSPF. Bit 0, if set, indicates that the router can forward IP multicast datagrams in the router's directly attached areas (called intra-area mul- ticast routing). Bit 1, if set, indicates that the router can forward IP multicast datagrams between OSPF areas (called inter-area multicast routing). Bit 2, if set, indicates that the router can forward IP multicast datagrams between Auto- nomous Systems (called inter-AS multicast rout- ing). Only certain combinations of bit settings are allowed, namely: 0 (no multicast forwarding is enabled), 1 (intra-area multicasting only), 3 (intra-area and inter-area multicasting), 5 (intra-area and inter-AS multicasting) and 7 (multicasting everywhere). By default, no mul- ticast forwarding is enabled.
     wfOspfMulticastDeterministic 1.3.6.1.4.1.18.3.5.3.2.3.1.22 integer read-write
This controls whether or not the deterministic variation of the MOSPF Dijkstra is run or not Enumeration: 'deterministicstrict': 2, 'nondeterministic': 1, 'deterministicloose': 3.
     wfOspfMulticastRoutePinning 1.3.6.1.4.1.18.3.5.3.2.3.1.23 integer read-write
This controls whether or not the route pinning variation of the MOSPF Dijkstra is run or not Enumeration: 'pinned': 2, 'nonpinned': 1.
     wfOspfOpaqueCapability 1.3.6.1.4.1.18.3.5.3.2.3.1.24 integer read-write
This controls whether or not the router will accept and process OPAQUE LSAs Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfDeterministicMcastHoldDown 1.3.6.1.4.1.18.3.5.3.2.3.1.25 integer read-write
This controls whether or not the Hold Down feature for the Deterministic MOSPF is enabled. If it is enabled, a data flow does not go out of an interface even if it would when the feature is disabled, unless there is a reservation for the flow on the interface Enumeration: 'disabled': 2, 'enabled': 1.
     wfMospfEntryTimeoutValue 1.3.6.1.4.1.18.3.5.3.2.3.1.26 integer read-write
The timer value for timing out MOSPF forward entries.
     wfOspfMaxQueuedMcastPkts 1.3.6.1.4.1.18.3.5.3.2.3.1.27 integer read-write
This controls how many mcast packets can be queued on each slot for all flows before the building of mcast trees finishes. If it is not 0, the first a few data packets for a mcast flow are queued before the building of the mcast tree finishes. Otherwise, packets are quietly dropped before the tree is calculated.
     wfOspfMcastUseDynTTL 1.3.6.1.4.1.18.3.5.3.2.3.1.28 integer read-write
This controls whether dynamic TTL threshold is used. Data forwarding is a little bit faster when it is NOT used. Dynamic TTL means the TTL threshold may be different per (source, group, downstream) tuple. See MOSPF spec, section 2.3.4. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfRfc1583Compatibility 1.3.6.1.4.1.18.3.5.3.2.3.1.29 integer read-write
Controls the preference rules used when choosing among multiple AS-external-LSAs advertising the same destination. When set to 'enabled', the preference rules remain those specified by RFC 1583. When set to 'disabled', the preference rules are those stated in RFC 2178, which prevent routing loops when AS- external-LSAs for the same destination have been originated from different areas. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfASEMcastEnable 1.3.6.1.4.1.18.3.5.3.2.3.1.30 integer read-write
This attribute indicates whether AS External routes are multicast capable. If enabled, the advertising ASBR sets the MC-bit in the ASE-LSAs for those routes, so that they can be used for multicast purpose. If an MOSPF router works as an ASBR to support IGMP Relay, it should has this attribute set to 'enabled'. By default, all external routes are multicast incapable. If it's known that an ASBR's external routes can only be used for unicast, this attribute must be set to 'disabled' on the ASBR. For example, if an ASBR has a BGP connection to an ISP but the routes learned via BGP can't be used for multicast because external multicast traffic should be injected by another router with a DVMRP tunnel to Mbone, this attribute on the ASBR should be set to 'disabled'. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfNssaBorderRouter 1.3.6.1.4.1.18.3.5.3.2.3.1.31 integer read-only
`A flag to note whether this router NSSA border router' Enumeration: 'yes': 1, 'no': 2.
     wfOspfLsaRefreshMax 1.3.6.1.4.1.18.3.5.3.2.3.1.32 integer read-write
`Maximum number of consecutive refreshes of self-originated Summary and External LSAs before applying a configured delay. A value of zero implies that there is no maximum.'
     wfOspfLsaRefreshDelay 1.3.6.1.4.1.18.3.5.3.2.3.1.33 integer read-write
`Delay to apply between the maximum number of consecutive refreshes of self-originated Summary and External LSAs if a non-zero maximum is configured. The unit of delay is in seconds.'
     wfOspfAggrUseMaxCost 1.3.6.1.4.1.18.3.5.3.2.3.1.34 integer read-write
When area range is configured, sum net lsa is generated depends on this mib attribute: enabled: Use Max Metric to aggregate networks. See RFC2328 3.5 IP subnetting support. disabled: Use Min Metric to aggregate networks. Bay Router pre-14.40 version does this way. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfFwdAddrComp 1.3.6.1.4.1.18.3.5.3.2.3.1.35 integer read-write
When enabled allows OSPF to comply with RFC1583 with respect to forwarding address changes. When disabled OSPF remains compatiable with pre-14.00rev1D code. Enumeration: 'disabled': 2, 'enabled': 1.
     wfOspfMtuUseCommonDefault 1.3.6.1.4.1.18.3.5.3.2.3.1.36 integer read-write
when this parameter is enabled, OSPF will use the MTU size of ethernet, that is, 1500 in all the interfaces regardless of what IP passes onto OSPF if the wfOspfMtuSize at the interface is set to 1(= Default) or 2. If wfOspfMtuSize is greater than 2 then OSPF will use wfOspfMtuSize as the MTU size at the interface. Enumeration: 'disabled': 2, 'enabled': 1.
 wfOspfAreaTable 1.3.6.1.4.1.18.3.5.3.2.3.2 no-access
-- The OSPF Area Data Structure contains information -- regarding the various areas. The interfaces and -- virtual links are configured as part of these areas. -- Area 0.0.0.0, by definition, is the Backbone Area 'Information describing the configured parameters and cumulative statistics of the router's attached areas.' REFERENCE 'OSPF Version 2, Section 6 The Area Data Structure'
     wfOspfAreaEntry 1.3.6.1.4.1.18.3.5.3.2.3.2.1 no-access
'Information describing the configured parameters and cumulative statistics of one of the router's attached areas.'
         wfOspfAreaDelete 1.3.6.1.4.1.18.3.5.3.2.3.2.1.1 integer read-write
This value determines if the OSPF router is configured with this area. Enumeration: 'deleted': 2, 'created': 1.
         wfOspfAreaDisable 1.3.6.1.4.1.18.3.5.3.2.3.2.1.2 integer read-write
This value indicates the state of this area on the OSPF router. Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaState 1.3.6.1.4.1.18.3.5.3.2.3.2.1.3 integer read-only
This value indicates the state of the OSPF Area. Enumeration: 'down': 2, 'up': 1.
         wfOspfAreaId 1.3.6.1.4.1.18.3.5.3.2.3.2.1.4 ipaddress read-only
'A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
         wfOspfAuthType 1.3.6.1.4.1.18.3.5.3.2.3.2.1.5 integer read-write
'The authentication type specified for an area. Additional authentication types may be assigned locally on a per Area basis.' REFERENCE 'OSPF Version 2, Appendix E Authentication' -- none (0), -- simplePassword (1) -- reserved for future specification (2..255) -- reserved for AS specific values (> 255) Enumeration: 'none': 1, 'simple-password': 2.
         wfOspfImportASExtern 1.3.6.1.4.1.18.3.5.3.2.3.2.1.6 integer read-write
'The area's support for importing AS external link- state advertisements.' REFERENCE `OSPF NSSA Internet Draft, Appendix D: Configuration Parameters' Enumeration: 'importExternal': 1, 'importNoExternal': 2, 'importNssa': 3.
         wfOspfStubMetric 1.3.6.1.4.1.18.3.5.3.2.3.2.1.7 integer read-write
'The metric value applied at the indicated type of service. By default, this equals the least metric at the type of service among the interfaces to other areas.'
         wfOspfImportSum 1.3.6.1.4.1.18.3.5.3.2.3.2.1.8 integer read-write
'The area's support for importing Summary advertisements into a stub area. This variable should not be set unless wfOspfImportASExtern is set to FALSE' Enumeration: 'false': 2, 'true': 1.
         wfOspfSpfCnt 1.3.6.1.4.1.18.3.5.3.2.3.2.1.9 counter read-only
The number of times the OSPF SPF algorithm has been run for this area.
         wfOspfPtpSpecCostEnable 1.3.6.1.4.1.18.3.5.3.2.3.2.1.10 integer read-write
This value indicates the formula used to calculate the cost for point to point links. Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaNssaTranslateCfg 1.3.6.1.4.1.18.3.5.3.2.3.2.1.11 integer read-write
`Indicates whether or not an NSSA Border routes is configured to performing NSSA translation of type-7 LSAs into type-5 LSAs.' REFERENCE `OSPF NSSA Internet Draft, Appendix D: Configuration Parameters' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaNssaTranslateStatus 1.3.6.1.4.1.18.3.5.3.2.3.2.1.12 integer read-only
`Indicates whether or not an NSSA Border routes is performing NSSA translation of type-7 LSAs into type-5 LSAs.' REFERENCE `OSPF NSSA Internet Draft, Appendix D: Configuration Parameters' Enumeration: 'translating': 1, 'nottranslating': 2.
         wfOspfAreaNssaOriginateDefaultRoute 1.3.6.1.4.1.18.3.5.3.2.3.2.1.13 integer read-write
`whether or not an Type-7 default is originated by the ASBR' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaNssaPropagateDefaultRoute 1.3.6.1.4.1.18.3.5.3.2.3.2.1.14 integer read-write
`Indicates whether or not the Type-7 default route LSA will have the propagate bit (P-bit) set. If the P-bit is set, the Type-7 default route LSA is translated into a Type-5 default route LSA and the Type-5 default route LSA is flooded into all non-stub areas. Otherwise the Type-7 default route LSA is not translated This parameter applies to NSSA internal ASBR only. For NSSA border ASBR, the P-bit is never set' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaNssaDefaultRoutePathType 1.3.6.1.4.1.18.3.5.3.2.3.2.1.15 integer read-write
`The path type applied to the type-7 default route' REFERENCE `OSPF NSSA Internet Draft, Appendix D: Configuration Parameters' Enumeration: 'type1': 1, 'type2': 2.
 wfOspfLsdbTable 1.3.6.1.4.1.18.3.5.3.2.3.3 no-access
-- OSPF Link State Database -- The Link State Database contains the Link State -- Advertisements from throughout the areas that the -- device is attached to. 'The OSPF Process's Links State Database.' REFERENCE 'OSPF Version 2, Section 12 Link State Advertisements'
     wfOspfLsdbEntry 1.3.6.1.4.1.18.3.5.3.2.3.3.1 no-access
'A single Link State Advertisement.'
         wfOspfLsdbAreaId 1.3.6.1.4.1.18.3.5.3.2.3.3.1.1 ipaddress read-only
'The 32 bit identifier of the Area from which the LSA was received.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
         wfOspfLsdbType 1.3.6.1.4.1.18.3.5.3.2.3.3.1.2 integer read-only
'The type of the link state advertisement. Each link state type has a separate advertisement format.' REFERENCE 'OSPF Version 2, Appendix A.4.1 The Link State Advertisement header' stubLink (0), routerLink (1), networkLink (2), summaryLink (3), asSummaryLink (4), asExternalLink (5), multicastlink (6), opaquelink (15), resourcelink (16) Enumeration: 'routerlink': 1, 'assummarylink': 4, 'asexternallink': 5, 'opaquelink': 15, 'multicastlink': 6, 'resourcelink': 16, 'summarylink': 3, 'nssaasexternallink': 7, 'networklink': 2.
         wfOspfLsdbLSID 1.3.6.1.4.1.18.3.5.3.2.3.3.1.3 ipaddress read-only
'The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.' REFERENCE 'OSPF Version 2, Section 12.1.4 Link State ID'
         wfOspfLsdbRouterId 1.3.6.1.4.1.18.3.5.3.2.3.3.1.4 ipaddress read-only
'The 32 bit number that uniquely identifies the originating router in the Autonomous System.' REFERENCE 'OSPF Version 2, Appendix C.1 Global parameters'
         wfOspfLsdbSequence 1.3.6.1.4.1.18.3.5.3.2.3.3.1.5 integer read-only
-- Note that the OSPF Sequence Number is a 32 bit signed -- integer. It starts with the value '80000001'h, -- or -'7FFFFFFF'h, and increments until '7FFFFFFF'h -- Thus, a typical sequence number will be very negative. 'The sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number the more recent the advertisement.' REFERENCE 'OSPF Version 2, Section 12.1.6 LS sequence number'
         wfOspfLsdbAge 1.3.6.1.4.1.18.3.5.3.2.3.3.1.6 integer read-only
'This field is the age of the link state advertisement in seconds.' (OSPF_LSDBMINAGE = 0) REFERENCE 'OSPF Version 2, Section 12.1.1 LS age'
         wfOspfLsdbChecksum 1.3.6.1.4.1.18.3.5.3.2.3.3.1.7 integer read-only
'This field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.' REFERENCE 'OSPF Version 2, Section 12.1.7 LS checksum'
         wfOspfLsdbMetric 1.3.6.1.4.1.18.3.5.3.2.3.3.1.8 integer read-only
'Metric from LSA, if applicable.'
         wfOspfLsdbAseForwardAddr 1.3.6.1.4.1.18.3.5.3.2.3.3.1.9 ipaddress read-only
'If an ASE, the forwarding address from the LSA.'
         wfOspfLsdbAseTag 1.3.6.1.4.1.18.3.5.3.2.3.3.1.10 gauge read-only
'If an ASE, the External Route Tag from the LSA.'
         wfOspfLsdbAseType 1.3.6.1.4.1.18.3.5.3.2.3.3.1.11 integer read-only
'If an ASE, the external metric type from the LSA.' Enumeration: 'type1': 1, 'type2': 2.
         wfOspfLsdbAdvLen 1.3.6.1.4.1.18.3.5.3.2.3.3.1.12 integer read-only
'The length of entire Link State Advertisement, including its header.' REFERENCE 'OSPF Version 2, Section 12 Link State Advertisements'
         wfOspfLsdbAdv 1.3.6.1.4.1.18.3.5.3.2.3.3.1.13 octet string read-only
'This field is the actual OSPF advertisement in hexadecimal format'
 wfOspfAreaRangeTable 1.3.6.1.4.1.18.3.5.3.2.3.4 no-access
'A range if IP addresses specified by an IP address/IP network mask pair. For example, class B address range of X.X.X.X with a network mask of 255.255.0.0 includes all IP addresses from X.X.0.0 to X.X.255.255' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
     wfOspfAreaRangeEntry 1.3.6.1.4.1.18.3.5.3.2.3.4.1 no-access
         wfOspfAreaRangeDelete 1.3.6.1.4.1.18.3.5.3.2.3.4.1.1 integer read-write
This value determines if an Area Range has been configured for the OSPF router. Enumeration: 'deleted': 2, 'created': 1.
         wfOspfAreaRangeDisable 1.3.6.1.4.1.18.3.5.3.2.3.4.1.2 integer read-write
'This variable displays the status of the entry. Setting it to 'DISBALED' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfAreaRangeState 1.3.6.1.4.1.18.3.5.3.2.3.4.1.3 integer read-only
The state of the OSPF Area Range. Enumeration: 'down': 2, 'up': 1.
         wfOspfAreaRangeAreaID 1.3.6.1.4.1.18.3.5.3.2.3.4.1.4 ipaddress read-only
'The Area the Address Range is to be found within.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
         wfOspfAreaRangeNet 1.3.6.1.4.1.18.3.5.3.2.3.4.1.5 ipaddress read-only
'The IP Address of the Net or Subnet indicated by the range.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
         wfOspfAreaRangeMask 1.3.6.1.4.1.18.3.5.3.2.3.4.1.6 ipaddress read-write
'The Subnet Mask that pertains to the Net or Subnet.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
         wfOspfAreaRangeStatus 1.3.6.1.4.1.18.3.5.3.2.3.4.1.7 integer read-write
'Set to either Advertise or DoNotAdvertise. Routing information is condensed at area boundaries. External to the area, at most a single route is advertised for each address range. The route is advertised if and only if the addre range's Status is set to Advertise. Unadvertised ranges allow the existence of certain networks to be intentionally hidden from other areas. Status is set to Advertise by default.' REFERENCE 'OSPF Version 2, Appendix C.2' Enumeration: 'advertise': 1, 'block': 2.
         wfOspfAreaRangeMetric 1.3.6.1.4.1.18.3.5.3.2.3.4.1.8 integer read-write
'The metric to advertise into other areas as the distance from the OSPF router to any network in the range. The default of 0 means to use the value calculated by OSPF.' REFERENCE 'OSPF Version 2, Appendix C.2'
 wfOspfIfTable 1.3.6.1.4.1.18.3.5.3.2.3.5 no-access
-- OSPF Interface Table -- The OSPF Interface Table augments the ifTable with OSPF -- specific information. 'The OSPF Interface Table describes the interfaces from the viewpoint of OSPF.' REFERENCE 'OSPF Version 2, Appendix C.3 Router interface parameters'
     wfOspfIfEntry 1.3.6.1.4.1.18.3.5.3.2.3.5.1 no-access
'The OSPF Interface Entry describes one interface from the viewpoint of OSPF.'
         wfOspfIfDelete 1.3.6.1.4.1.18.3.5.3.2.3.5.1.1 integer read-write
This variable determines in an OSPF Interface has been configured on the router. Enumeration: 'deleted': 2, 'created': 1.
         wfOspfIfDisable 1.3.6.1.4.1.18.3.5.3.2.3.5.1.2 integer read-write
'The OSPF interface's administrative status. The value 'enabled' denotes that neighbor relationships may be formed on the interface, and the interface will be advertised as an internal route to some area. The value 'disabled' denotes that the interface is external to OSPF.' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfIfState 1.3.6.1.4.1.18.3.5.3.2.3.5.1.3 integer read-only
'The OSPF Interface State.' down (1), loopback (2), waiting (3), pointToPoint (4), designatedRouter (5), backupDesignatedRouter (6), otherDesignatedRouter (7) Enumeration: 'otherdesignatedrouter': 7, 'backupdesignatedrouter': 6, 'loopback': 2, 'down': 1, 'designatedrouter': 5, 'waiting': 3, 'pointtopoint': 4.
         wfOspfIfIpAddress 1.3.6.1.4.1.18.3.5.3.2.3.5.1.4 ipaddress read-only
'The IP address of this OSPF interface.'
         wfOspfAddressLessIf 1.3.6.1.4.1.18.3.5.3.2.3.5.1.5 integer read-only
'For the purpose of easing the instancing of addressed and addressless interfaces; This variable takes the value 0 on interfaces with IP Addresses, and the corresponding value of ifIndex for interfaces having no IP Address.'
         wfOspfIfAreaId 1.3.6.1.4.1.18.3.5.3.2.3.5.1.6 ipaddress read-write
'A 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPF backbone.' default { '00000000'H } -- 0.0.0.0
         wfOspfIfType 1.3.6.1.4.1.18.3.5.3.2.3.5.1.7 integer read-write
'The OSPF interface type. By way of a default, this field may be intuited from the corresponding value of ifType. Broadcast LANs, such as Ethernet and IEEE 802.5, take the value 'broadcast'. Medias which allow multiple devices to be connected but don't support a broadcast mechanism, such as X.25, take the value 'nbma'. Point to Point protocols take the value of 'pointtopoint'. Non-fully meshed technologies would take the value of either 'ietf' or 'pmp'. Passive interface take the value of 'passive'. An example topology is a Frame Relay cloud that does not have a PVC between every device on the cloud. broadcast (1), nbma (2), pointToPoint (3) point to multipoint - proprietary (4) point to multipoint - standard (5) passive (6) Enumeration: 'passive': 6, 'pmp': 4, 'ietf': 5, 'broadcast': 1, 'nbma': 2, 'pointtopoint': 3.
         wfOspfIfRtrPriority 1.3.6.1.4.1.18.3.5.3.2.3.5.1.8 integer read-write
'The priority of this interface. Used in multi-access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligible to become the designated router on this particular network. In the event of a tie in this value, routers will use their router id as a tie breaker.'
         wfOspfIfTransitDelay 1.3.6.1.4.1.18.3.5.3.2.3.5.1.9 integer read-write
'The estimated number of seconds it takes to transmit a link- state update packet over this interface.'
         wfOspfIfRetransInterval 1.3.6.1.4.1.18.3.5.3.2.3.5.1.10 integer read-write
'The number of seconds between link-state advertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database description and link-state request packets.'
         wfOspfIfHelloInterval 1.3.6.1.4.1.18.3.5.3.2.3.5.1.11 integer read-write
'The length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.'
         wfOspfIfRtrDeadInterval 1.3.6.1.4.1.18.3.5.3.2.3.5.1.12 integer read-write
'The number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.'
         wfOspfIfPollInterval 1.3.6.1.4.1.18.3.5.3.2.3.5.1.13 integer read-write
'The larger time interval, in seconds, between the Hello packets sent to an inactive non-broadcast multi- access neighbor.'
         wfOspfIfDesignatedRouter 1.3.6.1.4.1.18.3.5.3.2.3.5.1.14 ipaddress read-only
'The IP Address of the Designated Router.' default { '00000000'H } -- 0.0.0.0
         wfOspfIfBackupDesignatedRouter 1.3.6.1.4.1.18.3.5.3.2.3.5.1.15 ipaddress read-only
'The IP Address of the Backup Designated Router.' default { '00000000'H } -- 0.0.0.0
         wfOspfIfMetricCost 1.3.6.1.4.1.18.3.5.3.2.3.5.1.16 integer read-write
'The cost of using this type of service on this interface. The default value of the TOS 0 Metric is 10^8 / ifSpeed. The value FFFF is distinguished to mean 'no route via this TOS'.'
         wfOspfIfAuthKey 1.3.6.1.4.1.18.3.5.3.2.3.5.1.17 octet string read-write
'The Authentication Key. If the Area's Authorization Type is simplePassword, and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. When read, ospfIfAuthKey always returns an Octet String of length zero.' default { '0000000000000000'H } -- 0.0.0.0.0.0.0.0 REFERENCE 'OSPF Version 2, Section 9 The Interface Data Structure'
         wfOspfIfTxHellos 1.3.6.1.4.1.18.3.5.3.2.3.5.1.18 counter read-only
Number of OSPF Hello packets transmitted.
         wfOspfIfTxDBDescripts 1.3.6.1.4.1.18.3.5.3.2.3.5.1.19 counter read-only
Number of OSPF DataBase Description packets transmitted.
         wfOspfIfTxLinkStateReqs 1.3.6.1.4.1.18.3.5.3.2.3.5.1.20 counter read-only
Number of OSPF Link State Request packets transmitted.
         wfOspfIfTxLinkStateUpds 1.3.6.1.4.1.18.3.5.3.2.3.5.1.21 counter read-only
Number of OSPF Link State Update packets transmitted.
         wfOspfIfTxLinkStateAcks 1.3.6.1.4.1.18.3.5.3.2.3.5.1.22 counter read-only
Number of OSPF Link States Acknowledgements transmitted.
         wfOspfIfRxHellos 1.3.6.1.4.1.18.3.5.3.2.3.5.1.23 counter read-only
Number of OSPF Hello packets received.
         wfOspfIfRxDBDescripts 1.3.6.1.4.1.18.3.5.3.2.3.5.1.24 counter read-only
Number of OSPF DataBase Description packets received.
         wfOspfIfRxLinkStateReqs 1.3.6.1.4.1.18.3.5.3.2.3.5.1.25 counter read-only
Number of OSPF Link State Requests received.
         wfOspfIfRxLinkStateUpds 1.3.6.1.4.1.18.3.5.3.2.3.5.1.26 counter read-only
Number of OSPF Link State Updates received.
         wfOspfIfRxLinkStateAcks 1.3.6.1.4.1.18.3.5.3.2.3.5.1.27 counter read-only
Number of OSPF Link State Acknowledgements received.
         wfOspfIfDrops 1.3.6.1.4.1.18.3.5.3.2.3.5.1.28 counter read-only
Number of OSPF packets dropped because of invalid information in the packet.
         wfOspfMtuSize 1.3.6.1.4.1.18.3.5.3.2.3.5.1.29 integer read-write
Configure MTU size per OSPF interface This parameter has the following values/meanings: 1 - Use the MTU specified by IP 2 - Use the MTU of ethernet, regardless of what IP says > 2 - Use this value as the actual MTU. If the value is smaller than what OSPF needs as a minimum then the mtu specified by IP is used. For example, 3 would never be used as an MTU.
         wfOspfIfMulticastForwarding 1.3.6.1.4.1.18.3.5.3.2.3.5.1.30 integer read-write
The way multicasts should forwarded on this interface; not forwarded, forwarded as data link multicasts, or forwarded as data link uni- casts. Data link multicasting is not meaning- ful on point to point and NBMA interfaces, and setting ospfMulticastForwarding to 0 effective- ly disables all multicast forwarding. Enumeration: 'unicast': 3, 'multicast': 2, 'blocked': 1.
         wfOspfIfOpaqueOn 1.3.6.1.4.1.18.3.5.3.2.3.5.1.31 integer read-write
This controls whether or not OPAQUE LSAs are to be flooded out this interface or not. Enumeration: 'on': 1, 'off': 2.
         wfOspfIfBwRate 1.3.6.1.4.1.18.3.5.3.2.3.5.1.32 integer read-only
Available BW (token bucket rate) on the intf
         wfOspfIfBwDepth 1.3.6.1.4.1.18.3.5.3.2.3.5.1.33 integer read-only
Available BW (token bucket depth) on the intf
         wfOspfIfMtuMismatchDetect 1.3.6.1.4.1.18.3.5.3.2.3.5.1.34 integer read-write
Controls the interpretation of the MTU field in the database description packet header. Per RFC 2178 the MTU indicates the largest size IP packet that an OSPF interface can receive. If the MTU is greater than that which the interface can receive the packet is ignored and thus, an adjacency is not formed. In RFC 1583 this field does not exist. The value 'enabled' denotes RFC 2178 processing of the MTU field. The value 'disabled' denotes RFC 1583 processing. Enumeration: 'disabled': 2, 'enabled': 1.
 wfOspfVirtIfTable 1.3.6.1.4.1.18.3.5.3.2.3.6 no-access
-- OSPF Virtual Interface Table -- The Virtual Interface Table describes the virtual -- links that the OSPF Process is configured to -- carry on. 'Information about this router's virtual interfaces.' REFERENCE 'OSPF Version 2, Appendix C.4 Virtual link parameters'
     wfOspfVirtIfEntry 1.3.6.1.4.1.18.3.5.3.2.3.6.1 no-access
'Information about a single Virtual Interface.'
         wfOspfVirtIfDelete 1.3.6.1.4.1.18.3.5.3.2.3.6.1.1 integer read-write
Enumeration: 'deleted': 2, 'created': 1.
         wfOspfVirtIfDisable 1.3.6.1.4.1.18.3.5.3.2.3.6.1.2 integer read-write
'This variable displays the validity or invalidity of the entry. Setting it to 'invalid' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfVirtIfState 1.3.6.1.4.1.18.3.5.3.2.3.6.1.3 integer read-only
'OSPF virtual interface states.' down (1), -- these use the same encoding pointToPoint (4) -- as the ospfIfTable Enumeration: 'down': 1, 'pointtopoint': 4.
         wfOspfVirtIfAreaID 1.3.6.1.4.1.18.3.5.3.2.3.6.1.4 ipaddress read-only
'The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0'
         wfOspfVirtIfNeighbor 1.3.6.1.4.1.18.3.5.3.2.3.6.1.5 ipaddress read-only
'The Router ID of the Virtual Neighbor.'
         wfOspfVirtIfTransitDelay 1.3.6.1.4.1.18.3.5.3.2.3.6.1.6 integer read-write
'The estimated number of seconds it takes to transmit a link- state update packet over this interface.'
         wfOspfVirtIfRetransInterval 1.3.6.1.4.1.18.3.5.3.2.3.6.1.7 integer read-write
'The number of seconds between link-state advertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database description and link-state request packets. This value should be well over the expected round-trip time.'
         wfOspfVirtIfHelloInterval 1.3.6.1.4.1.18.3.5.3.2.3.6.1.8 integer read-write
'The length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for the virtual neighbor.'
         wfOspfVirtIfRtrDeadInterval 1.3.6.1.4.1.18.3.5.3.2.3.6.1.9 integer read-write
'The number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for the virtual neighbor.'
         wfOspfVirtIfAuthKey 1.3.6.1.4.1.18.3.5.3.2.3.6.1.10 octet string read-write
'If Authentication Type is simplePassword, the device will left adjust and zero fill to 8 octets. When read, ospfVifAuthKey always returns a string of length zero.' REFERENCE 'OSPF Version 2, Section 9 The Interface Data Structure'
         wfOspfVirtIfTxHellos 1.3.6.1.4.1.18.3.5.3.2.3.6.1.11 counter read-only
Number of OSPF Hello packets transmitted on Virtual Interfaces.
         wfOspfVirtIfTxDBDescripts 1.3.6.1.4.1.18.3.5.3.2.3.6.1.12 counter read-only
Number of OSPF DataBase Description packets transmitted on Virtual Interfaces.
         wfOspfVirtIfTxLinkStateReqs 1.3.6.1.4.1.18.3.5.3.2.3.6.1.13 counter read-only
Number of OSPF Link State Request packets transmitted on Virtual Interfaces.
         wfOspfVirtIfTxLinkStateUpds 1.3.6.1.4.1.18.3.5.3.2.3.6.1.14 counter read-only
Number of OSPF Link State Update packets transmitted on Virtual Interfaces.
         wfOspfVirtIfTxLinkStateAcks 1.3.6.1.4.1.18.3.5.3.2.3.6.1.15 counter read-only
Number of OSPF Link State Acknowledgement packets transmitted on Virtual Interfaces.
         wfOspfVirtIfRxHellos 1.3.6.1.4.1.18.3.5.3.2.3.6.1.16 counter read-only
Number of OSPF Hello packets received on Virtual Interfaces.
         wfOspfVirtIfRxDBDescripts 1.3.6.1.4.1.18.3.5.3.2.3.6.1.17 counter read-only
Number of OSPF DataBase Description packets received on Virtual Interfaces.
         wfOspfVirtIfRxLinkStateReqs 1.3.6.1.4.1.18.3.5.3.2.3.6.1.18 counter read-only
Number of OSPF Link State Request packets recieved on Virtual Interfaces.
         wfOspfVirtIfRxLinkStateUpds 1.3.6.1.4.1.18.3.5.3.2.3.6.1.19 counter read-only
Number of OSPF Link State Update packets received on Virtual Interfaces.
         wfOspfVirtIfRxLinkStateAcks 1.3.6.1.4.1.18.3.5.3.2.3.6.1.20 counter read-only
Number of OSPF Link State Acknowledgement packets received on Virtual Interfaces.
         wfOspfVirtIfDrops 1.3.6.1.4.1.18.3.5.3.2.3.6.1.21 counter read-only
Number of OSPF packets dropped on Virtual Interfaces.
 wfOspfNbrTable 1.3.6.1.4.1.18.3.5.3.2.3.7 no-access
-- OSPF Neighbor Table -- The OSPF Neighbor Table describes all neighbors in -- the locality of the subject router. 'A table of non-virtual neighbor information.' REFERENCE 'OSPF Version 2, Section 10 The Neighbor Data Structure'
     wfOspfNbrEntry 1.3.6.1.4.1.18.3.5.3.2.3.7.1 no-access
'The information regarding a single neighbor.' REFERENCE 'OSPF Version 2, Section 10 The Neighbor Data Structure'
         wfOspfNbrDelete 1.3.6.1.4.1.18.3.5.3.2.3.7.1.1 integer read-write
This variable indicates the existence of a static OSPF neighbor. Enumeration: 'deleted': 2, 'created': 1.
         wfOspfNbrDisable 1.3.6.1.4.1.18.3.5.3.2.3.7.1.2 integer read-write
'This variable displays the status of the entry. Setting it to 'DISABLED' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.' Enumeration: 'disabled': 2, 'enabled': 1.
         wfOspfNbrState 1.3.6.1.4.1.18.3.5.3.2.3.7.1.3 integer read-only
'The State of the relationship with this Neighbor.' REFERENCE 'OSPF Version 2, Section 10.1 Neighbor States' down (1), attempt (2), init (3), twoWay (4), exchangeStart (5), exchange (6), loading (7), full (8) Enumeration: 'loading': 7, 'attempt': 2, 'exchange': 6, 'exchangstart': 5, 'down': 1, 'init': 3, 'full': 8, 'twoway': 4.
         wfOspfNbrIpAddr 1.3.6.1.4.1.18.3.5.3.2.3.7.1.4 ipaddress read-only
'The IP address of this neighbor.'
         wfOspfNbrIfAddr 1.3.6.1.4.1.18.3.5.3.2.3.7.1.5 ipaddress read-write
'The Interface IP address for this neighbor.'
         wfOspfNbrAddressLessIndex 1.3.6.1.4.1.18.3.5.3.2.3.7.1.6 integer read-only
' On an interface having an IP Address, zero. On addressless interfaces, the corresponding value of ifIndex in the Internet Standard MIB. On row creation, this can be derived from the instance.'
         wfOspfNbrRtrId 1.3.6.1.4.1.18.3.5.3.2.3.7.1.7 ipaddress read-only
'A 32-bit integer (represented as a type IpAddress) uniquely identifying the neighboring router in the Autonomous System.' default { '00000000'H } -- 0.0.0.0
         wfOspfNbrOptions 1.3.6.1.4.1.18.3.5.3.2.3.7.1.8 integer read-only
'A Bit Mask corresponding to the neighbor's options field. Bit 0, if set, indicates that the area accepts and operates on external information; if zero, it is a stub area. Bit 1, if set, indicates that the system will operate on Type of Service metrics other than TOS 0. If zero, the neighbor will ignore all metrics except the TOS 0 metric.' REFERENCE 'OSPF Version 2, Section 12.1.2 Options'
         wfOspfNbrPriority 1.3.6.1.4.1.18.3.5.3.2.3.7.1.9 integer read-write
'The priority of this neighbor in the designated router election algorithm. The value 0 signifies that the neighbor is not eligible to become the designated router on this particular network.' This is the user configurable/changeable neighbor's priority
         wfOspfNbrEvents 1.3.6.1.4.1.18.3.5.3.2.3.7.1.10 counter read-only
'The number of times this neighbor relationship has changed state, or an error has occurred.'
         wfOspfNbrLSRetransQLen 1.3.6.1.4.1.18.3.5.3.2.3.7.1.11 gauge read-only
'The current length of the retransmission queue.'
         wfOspfCurNbrPriority 1.3.6.1.4.1.18.3.5.3.2.3.7.1.12 integer read-only
This value represents the priority of the neighbor as indicated in received Hello packets. In most cases, this will be the same as wfOspfCfgNbrPriority. If they are different, it indicates a misconfiguration
 wfOspfVirtNbrTable 1.3.6.1.4.1.18.3.5.3.2.3.8 no-access
-- WFOSPF Virtual Neighbor Table -- This table describes all virtual neighbors. -- Since Virtual Links are configured in the -- virtual interface table, this table is read-only. 'A table of virtual neighbor information.' REFERENCE 'OSPF Version 2, '
     wfOspfVirtNbrEntry 1.3.6.1.4.1.18.3.5.3.2.3.8.1 no-access
'Virtual neighbor information.' REFERENCE 'OSPF Version 2, '
         wfOspfVirtNbrArea 1.3.6.1.4.1.18.3.5.3.2.3.8.1.1 ipaddress read-only
'The Transit Area Identifier.'
         wfOspfVirtNbrRtrId 1.3.6.1.4.1.18.3.5.3.2.3.8.1.2 ipaddress read-only
'A 32-bit integer uniquely identifying the neighboring router in the Autonomous System.'
         wfOspfVirtNbrIpAddr 1.3.6.1.4.1.18.3.5.3.2.3.8.1.3 ipaddress read-only
'The IP address this Virtual Neighbor is using.'
         wfOspfVirtNbrOptions 1.3.6.1.4.1.18.3.5.3.2.3.8.1.4 integer read-only
'A bit map corresponding to the neighbor's options field. Thus, Bit 1, if set, indicates that the neighbor supports Type of Service Routing; if zero, no metrics other than TOS 0 are in use by the neighbor.'
         wfOspfVirtNbrState 1.3.6.1.4.1.18.3.5.3.2.3.8.1.5 integer read-only
'The state of the Virtual Neighbor Relationship.' down (1), attempt (2), init (3), twoWay (4), exchangeStart (5), exchange (6), loading (7), full (8) Enumeration: 'loading': 7, 'attempt': 2, 'exchange': 6, 'exchangstart': 5, 'down': 1, 'init': 3, 'full': 8, 'twoway': 4.
         wfOspfVirtNbrEvents 1.3.6.1.4.1.18.3.5.3.2.3.8.1.6 counter read-only
'The number of times this virtual link has changed its state, or an error has occurred.'
         wfOspfVirtNbrLSRetransQLen 1.3.6.1.4.1.18.3.5.3.2.3.8.1.7 gauge read-only
'The current length of the retransmission queue.'
 wfOspfDynNbrTable 1.3.6.1.4.1.18.3.5.3.2.3.9 no-access
-- OSPF Dynamic Neighbor Table -- The OSPF Dynamic Neighbor Table describes all neighbors in -- the locality of the subject router learned during operation. 'A table of non-virtual neighbor information.' REFERENCE 'OSPF Version 2, Section 10 The Neighbor Data Structure'
     wfOspfDynNbrEntry 1.3.6.1.4.1.18.3.5.3.2.3.9.1 no-access
'The information regarding a single neighbor.' REFERENCE 'OSPF Version 2, Section 10 The Neighbor Data Structure'
         wfOspfDynNbrState 1.3.6.1.4.1.18.3.5.3.2.3.9.1.1 integer read-only
'The State of the relationship with this Neighbor.' REFERENCE 'OSPF Version 2, Section 10.1 Neighbor States' down (1), attempt (2), init (3), twoWay (4), exchangeStart (5), exchange (6), loading (7), full (8) Enumeration: 'loading': 7, 'attempt': 2, 'exchange': 6, 'exchangstart': 5, 'down': 1, 'init': 3, 'full': 8, 'twoway': 4.
         wfOspfDynNbrIpAddr 1.3.6.1.4.1.18.3.5.3.2.3.9.1.2 ipaddress read-only
'The IP address of this neighbor.'
         wfOspfDynNbrIfAddr 1.3.6.1.4.1.18.3.5.3.2.3.9.1.3 ipaddress read-only
'The Interface IP address for this neighbor.'
         wfOspfDynNbrAddressLessIndex 1.3.6.1.4.1.18.3.5.3.2.3.9.1.4 integer read-only
' On an interface having an IP Address, zero. On addressless interfaces, the corresponding value of ifIndex in the Internet Standard MIB. On row creation, this can be derived from the instance.'
         wfOspfDynNbrRtrId 1.3.6.1.4.1.18.3.5.3.2.3.9.1.5 ipaddress read-only
'A 32-bit integer (represented as a type IpAddress) uniquely identifying the neighboring router in the Autonomous System.' default { '00000000'H } -- 0.0.0.0
         wfOspfDynNbrOptions 1.3.6.1.4.1.18.3.5.3.2.3.9.1.6 integer read-only
'A Bit Mask corresponding to the neighbor's options field. Bit 0, if set, indicates that the area accepts and operates on external information; if zero, it is a stub area. Bit 1, if set, indicates that the system will operate on Type of Service metrics other than TOS 0. If zero, the neighbor will ignore all metrics except the TOS 0 metric.' REFERENCE 'OSPF Version 2, Section 12.1.2 Options'
         wfOspfDynNbrPriority 1.3.6.1.4.1.18.3.5.3.2.3.9.1.7 integer read-only
'The priority of this neighbor in the designated router election algorithm. The value 0 signifies that the neighbor is not eligible to become the designated router on this particular network.'
         wfOspfDynNbrEvents 1.3.6.1.4.1.18.3.5.3.2.3.9.1.8 counter read-only
'The number of times this neighbor relationship has changed state, or an error has occurred.'
         wfOspfDynNbrLSRetransQLen 1.3.6.1.4.1.18.3.5.3.2.3.9.1.9 gauge read-only
'The current length of the retransmission queue.'
 wfOspfBackupLsdbTable 1.3.6.1.4.1.18.3.5.3.2.3.10 no-access
-- OSPF Backup Link State Database -- The Backup Link State Database contains the Link State -- Advertisements from throughout the areas that the -- device is attached to. 'The OSPF Process's Links State Database.' REFERENCE 'OSPF Version 2, Section 12 Link State Advertisements'
       wfOspfBackupLsdbEntry 1.3.6.1.4.1.18.3.5.3.2.3.10.1 no-access
'A single Link State Advertisement.'
           wfOspfBackupLsdbAreaId 1.3.6.1.4.1.18.3.5.3.2.3.10.1.1 ipaddress read-only
'The 32 bit identifier of the Area from which the LSA was received.' REFERENCE 'OSPF Version 2, Appendix C.2 Area parameters'
           wfOspfBackupLsdbType 1.3.6.1.4.1.18.3.5.3.2.3.10.1.2 integer read-only
'The type of the link state advertisement. Each link state type has a separate advertisement format.' REFERENCE 'OSPF Version 2, Appendix A.4.1 The Link State Advertisement header' stubLink (0), routerLink (1), networkLink (2), summaryLink (3), asSummaryLink (4), asExternalLink (5) Enumeration: 'routerlink': 1, 'assummarylink': 4, 'asexternallink': 5, 'summarylink': 3, 'nssaasexternallink': 7, 'networklink': 2.
           wfOspfBackupLsdbLSID 1.3.6.1.4.1.18.3.5.3.2.3.10.1.3 ipaddress read-only
'The Link State ID is an LS Type Specific field containing either a Router ID or an IP Address; it identifies the piece of the routing domain that is being described by the advertisement.' REFERENCE 'OSPF Version 2, Section 12.1.4 Link State ID'
           wfOspfBackupLsdbRouterId 1.3.6.1.4.1.18.3.5.3.2.3.10.1.4 ipaddress read-only
'The 32 bit number that uniquely identifies the originating router in the Autonomous System.' REFERENCE 'OSPF Version 2, Appendix C.1 Global parameters'
           wfOspfBackupLsdbSequence 1.3.6.1.4.1.18.3.5.3.2.3.10.1.5 integer read-only
-- Note that the OSPF Sequence Number is a 32 bit signed -- integer. It starts with the value '80000001'h, -- or -'7FFFFFFF'h, and increments until '7FFFFFFF'h -- Thus, a typical sequence number will be very negative. 'The sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number the more recent the advertisement.' REFERENCE 'OSPF Version 2, Section 12.1.6 LS sequence number'
           wfOspfBackupLsdbAge 1.3.6.1.4.1.18.3.5.3.2.3.10.1.6 integer read-only
'This field is the age of the link state advertisement in seconds.' (OSPF_LSDBMINAGE = 0) REFERENCE 'OSPF Version 2, Section 12.1.1 LS age'
           wfOspfBackupLsdbChecksum 1.3.6.1.4.1.18.3.5.3.2.3.10.1.7 integer read-only
'This field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams; it is commonly referred to as the Fletcher checksum.' REFERENCE 'OSPF Version 2, Section 12.1.7 LS checksum'
           wfOspfBackupLsdbMetric 1.3.6.1.4.1.18.3.5.3.2.3.10.1.8 integer read-only
'Metric from LSA, if applicable.'
           wfOspfBackupLsdbAseForwardAddr 1.3.6.1.4.1.18.3.5.3.2.3.10.1.9 ipaddress read-only
'If an ASE, the forwarding address from the LSA.'
           wfOspfBackupLsdbAseTag 1.3.6.1.4.1.18.3.5.3.2.3.10.1.10 gauge read-only
'If an ASE, the External Route Tag from the LSA.'
           wfOspfBackupLsdbAseType 1.3.6.1.4.1.18.3.5.3.2.3.10.1.11 integer read-only
'If an ASE, the external metric type from the LSA.' Enumeration: 'type1': 1, 'type2': 2.
           wfOspfBackupLsdbAdvLen 1.3.6.1.4.1.18.3.5.3.2.3.10.1.12 integer read-only
'The length of entire Link State Advertisement, including its header.' REFERENCE 'OSPF Version 2, Section 12 Link State Advertisements'
           wfOspfBackupLsdbAdv 1.3.6.1.4.1.18.3.5.3.2.3.10.1.13 octet string read-only
'This field is the actual OSPF advertisement in hexadecimal format'
 wfMospfForwardTable 1.3.6.1.4.1.18.3.5.3.2.3.11 no-access
       wfMospfForwardEntry 1.3.6.1.4.1.18.3.5.3.2.3.11.1 no-access
A forwarding entry
           wfMospfForwardSource 1.3.6.1.4.1.18.3.5.3.2.3.11.1.1 ipaddress read-only
The source IP address of this entry. It could be either a host, or a network, depending upon the value of wfMospfForwardSourceMask
           wfMospfForwardGroup 1.3.6.1.4.1.18.3.5.3.2.3.11.1.2 ipaddress read-only
The destinatino group address of this entry
           wfMospfForwardSourceMask 1.3.6.1.4.1.18.3.5.3.2.3.11.1.3 ipaddress read-only
The mask for the source of this entry.
           wfMospfForwardSourceNetMask 1.3.6.1.4.1.18.3.5.3.2.3.11.1.4 ipaddress read-only
The mask for the network that the source is on.
           wfMospfForwardFlag 1.3.6.1.4.1.18.3.5.3.2.3.11.1.5 integer read-only
Flags associated with the entry. 0x10000000 (re)calculation of the entry not done yet 0x00000001 the entry is associated with a RSVP session
           wfMospfForwardUpstreamAddress 1.3.6.1.4.1.18.3.5.3.2.3.11.1.6 ipaddress read-only
The IP address of the upstream intf for the entry.
           wfMospfForwardUpstreamIfIndex 1.3.6.1.4.1.18.3.5.3.2.3.11.1.7 integer read-only
The circuit number of the upstream intf for the entry.
           wfMospfForwardBwBucketDepth 1.3.6.1.4.1.18.3.5.3.2.3.11.1.8 integer read-only
Depth parameter of the flow spec for the entry
           wfMospfForwardBwBucketRate 1.3.6.1.4.1.18.3.5.3.2.3.11.1.9 integer read-only
Rate parameter of the flow spec for the entry
           wfMospfForwardAge 1.3.6.1.4.1.18.3.5.3.2.3.11.1.10 integer read-only
The number of seconds since this route was last updated or otherwise determined to be correct.
           wfMospfForwardDownstream 1.3.6.1.4.1.18.3.5.3.2.3.11.1.11 octet string read-only
list of downstream intfs for this entry. Each one is in the format of (intf_addr (u_int32), intf_cct (u_int16), ttl (u_int16))
 wfOspfNSSARangeTable 1.3.6.1.4.1.18.3.5.3.2.3.12 no-access
-- OSPF NSSA Range Table -- The OSPF NSSA Range Table describes the Type-7 address -- ranges used in translation/aggregation of Type-7 LSAs -- into Type-5 LSAs. REFERENCE 'OSPF Internet Draft, Section 3.2 Type-7 Address Range'
       wfOspfNSSARangeEntry 1.3.6.1.4.1.18.3.5.3.2.3.12.1 no-access
           wfOspfNSSARangeDelete 1.3.6.1.4.1.18.3.5.3.2.3.12.1.1 integer read-write
This value determines if an type-7 Range has been configured for the OSPF NSSA border router . Enumeration: 'deleted': 2, 'created': 1.
           wfOspfNSSARangeDisable 1.3.6.1.4.1.18.3.5.3.2.3.12.1.2 integer read-write
`This variable displays the status of the entry. Setting it to `DISBALED' has the effect of rendering it inoperative. ' Enumeration: 'disabled': 2, 'enabled': 1.
           wfOspfNSSARangeNet 1.3.6.1.4.1.18.3.5.3.2.3.12.1.3 ipaddress read-only
`The IP Address of the Net or Subnet indicated by the range.' REFERENCE `OSPF NSSA Internet Draft, 3.2 type-7 address range'
           wfOspfNSSARangeMask 1.3.6.1.4.1.18.3.5.3.2.3.12.1.4 ipaddress read-write
`The Subnet Mask that pertains to the Net or Subnet.' REFERENCE `OSPF NSSA Internet Draft, 3.2 type-7 address range'
           wfOspfNSSARangeStatus 1.3.6.1.4.1.18.3.5.3.2.3.12.1.5 integer read-write
`Set to either Advertise or DoNotAdvertise. Routing information is condensed at area boundaries. External to the area, at most a single route is advertised for each address range. The route is advertised if and only if the addre range's Status is set to Advertise. Unadvertised ranges allow the existence of certain networks to be intentionally hidden from other areas. Status is set to Advertise by default.' REFERENCE `OSPF NSSA Internet Draft, 3.2 type-7 address range' Enumeration: 'advertise': 1, 'block': 2.
           wfOspfNSSARangeExternRouteTag 1.3.6.1.4.1.18.3.5.3.2.3.12.1.6 integer read-write
`External route tag. This value is used in the aggregated type-5 LSA' REFERENCE `OSPF NSSA Internet Draft, 3.2 type-7 address range'