PRVT-OSPF-MIB

File: PRVT-OSPF-MIB.mib (46500 bytes)

Imported modules

PRVT-OSPF-EXTENSION-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

routingProtocols Counter32 Gauge32
Integer32 IpAddress MODULE-IDENTITY
OBJECT-TYPE Unsigned32 RowStatus
TEXTUAL-CONVENTION TruthValue

Defined Types

PrvtOspfDesignatedRouterPriority  
The values defined for the priority of a system for becoming the designated router.
TEXTUAL-CONVENTION    
  Integer32 0..255  

PrvtOspfIpAddress  
An IP address. Currently only IPv4 network addresses are supported. Format for IPv4 addresses consist of 4 octets in network-byte order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4|16)  

PrvtOspfAreaEntry  
SEQUENCE    
  prvtOspfAreaId OCTET STRING
  prvtOspfAreaRowStatus RowStatus
  prvtOspfAreaType INTEGER
  prvtOspfAreaSummary INTEGER
  prvtOspfAreaAuthType INTEGER
  prvtOspfAreaShortcutConfiguration TruthValue
  prvtOspfAreaNssaTransitRole INTEGER
  prvtOspfAreaImportList OCTET STRING
  prvtOspfAreaExportList OCTET STRING
  prvtOspfAreaMetric Integer32
  prvtOspfAreaMetricType INTEGER
  prvtOspfAreaDefaultCost Integer32

PrvtOspfLsdbEntry  
SEQUENCE    
  prvtOspfLsdbAreaId IpAddress
  prvtOspfLsdbType INTEGER
  prvtOspfLsdbLsid IpAddress
  prvtOspfLsdbRouterId IpAddress
  prvtOspfLsdbSequence Integer32
  prvtOspfLsdbAge Integer32
  prvtOspfLsdbChecksum Integer32
  prvtOspfLsdbLength Integer32
  prvtOspfLsdbAdvertisement OCTET STRING

PrvtOspfExtLsdbEntry  
SEQUENCE    
  prvtOspfExtLsdbType INTEGER
  prvtOspfExtLsdbLsid IpAddress
  prvtOspfExtLsdbRouterId IpAddress
  prvtOspfExtLsdbSequence Integer32
  prvtOspfExtLsdbAge Integer32
  prvtOspfExtLsdbChecksum Integer32
  prvtOspfExtLsdbAdvertisement OCTET STRING

PrvtOspfIfEntry  
SEQUENCE    
  prvtOspfIfIpAddress IpAddress
  prvtOspfIfRowStatus RowStatus
  prvtOspfIfAreaId OCTET STRING
  prvtOspfIfWorkingMode INTEGER
  prvtOspfIfTransitDelay Integer32
  prvtOspfIfPriority Integer32
  prvtOspfIfHelloTimer Integer32
  prvtOspfIfDeadTimer Integer32
  prvtOspfIfRetransmitInterval Integer32
  prvtOspfIfOutputCost Integer32
  prvtOspfIfAuthType INTEGER
  prvtOspfIfAuthSimple OCTET STRING
  prvtOspfIfType INTEGER

PrvtOspfIfAuthMd5Entry  
SEQUENCE    
  prvtOspfIfAuthMd5Key Integer32
  prvtOspfIfAuthMd5RowStatus RowStatus
  prvtOspfIfAuthMd5Word OCTET STRING

PrvtOspfNbrEntry  
SEQUENCE    
  prvtOspfNbrIpAddr PrvtOspfIpAddress
  prvtOspfNbrAddressLessIndex Integer32
  prvtOspfNbrRtrId PrvtOspfIpAddress
  prvtOspfNbrOptions Integer32
  prvtOspfNbrPriority PrvtOspfDesignatedRouterPriority
  prvtOspfNbrState INTEGER
  prvtOspfNbrEvents Counter32
  prvtOspfNbrLsRetransQLen Gauge32
  prvtOspfNbmaNbrPermanence INTEGER
  prvtOspfNbrHelloSuppressed TruthValue

PrvtOspfRedistributeEntry  
SEQUENCE    
  prvtOspfRedistributeProtocol INTEGER
  prvtOspfRedistributeRowStatus RowStatus
  prvtOspfRedistributeMetric1 Integer32
  prvtOspfRedistributeMetric2 Integer32
  prvtOspfRedistributeRouteMap OCTET STRING

PrvtOspfRouterDataEntry  
SEQUENCE    
  prvtOspfRouterDataPrefix OCTET STRING
  prvtOspfRouterDataType INTEGER
  prvtOspfRouterDataAreaId OCTET STRING
  prvtOspfRouterDataId IpAddress
  prvtOspfRouterDataCost Unsigned32
  prvtOspfRouterDataCostType Unsigned32
  prvtOspfRouterDataDestType INTEGER
  prvtOspfRouterDataPathType INTEGER
  prvtOspfRouterDataFlags BITS
  prvtOspfRouterDataExternalRouting INTEGER
  prvtOspfRouterDataTag Integer32

PrvtOspfRouterPathEntry  
SEQUENCE    
  prvtOspfRouterPathNextHop OCTET STRING
  prvtOspfRouterPathAdvertisingRouter OCTET STRING
  prvtOspfRouterPathInterfaceName OCTET STRING

Defined Values

prvtOspfMIB 1.3.6.1.4.1.738.1.6.4.2
The PRVT OSPF MIB module contains additional information, needed to control the OSPF protocol, that is not found in the standard RFC
MODULE-IDENTITY    

prvtOspfObjects 1.3.6.1.4.1.738.1.6.4.2.1
OBJECT IDENTIFIER    

prvtOspfRouterId 1.3.6.1.4.1.738.1.6.4.2.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

prvtOspfVersionNumber 1.3.6.1.4.1.738.1.6.4.2.1.3
The current version number of the OSPF protocol is 2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER version2(2)  

prvtOspfExternLsaCount 1.3.6.1.4.1.738.1.6.4.2.1.4
The number of external (LS type 5) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtOspfExternLsaCksumSum 1.3.6.1.4.1.738.1.6.4.2.1.5
The 32-bit unsigned sum of the LS checksums of the external link-state advertisements contained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

prvtOspfTOSSupport 1.3.6.1.4.1.738.1.6.4.2.1.6
The router's support for type-of-service routing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtOspfOriginateNewLsas 1.3.6.1.4.1.738.1.6.4.2.1.7
The number of new link-state advertisements that have been originated. This number is incremented each time the router originates a new LSA.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtOspfRxNewLsas 1.3.6.1.4.1.738.1.6.4.2.1.8
The number of link-state advertisements re- ceived determined to be new instantiations. This number does not include newer instantia- tions of self-originated link-state advertise- ments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtOspfExtLsdbLimit 1.3.6.1.4.1.738.1.6.4.2.1.9
The maximum number of non-default AS- external-LSAs entries that can be stored in the link-state database. If the value is -1, then there is no limit. When the number of non-default AS-external-LSAs in a router's link-state database reaches ospfExtLsdbLimit, the router enters Overflow- State. The router never holds more than ospfExtLsdbLimit non-default AS-external-LSAs in its database. OspfExtLsdbLimit MUST be set identically in all routers attached to the OSPF backbone and/or any regular OSPF area. (i.e., OSPF stub areas and NSSAs are excluded).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

prvtOspfMulticastExtensions 1.3.6.1.4.1.738.1.6.4.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtOspfExitOverflowInterval 1.3.6.1.4.1.738.1.6.4.2.1.11
The number of seconds that, after entering OverflowState, a router will attempt to leave OverflowState. This allows the router to again originate non-default AS-external-LSAs. When set to 0, the router will not leave Overflow- State until restarted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

prvtOspfDemandExtensions 1.3.6.1.4.1.738.1.6.4.2.1.12
The router's support for demand routing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtOspfAreaTable 1.3.6.1.4.1.738.1.6.4.2.1.13
Information describing the configured parameters and cumulative statistics of the router's attached areas.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfAreaEntry

prvtOspfAreaEntry 1.3.6.1.4.1.738.1.6.4.2.1.13.1
Information describing the configured parameters and cumulative statistics of one of the router's attached areas.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfAreaEntry  

prvtOspfAreaId 1.3.6.1.4.1.738.1.6.4.2.1.13.1.1
An octet string, uniquely identifying area. Both A.B.C.D or integer notations are supported. Area ID 0.0.0.0 is used for the OSPF backbone.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

prvtOspfAreaRowStatus 1.3.6.1.4.1.738.1.6.4.2.1.13.1.2
This variable displays the status of the en- try. Setting it to 'invalid' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtOspfAreaType 1.3.6.1.4.1.738.1.6.4.2.1.13.1.3
The area type
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), stub(1), nssa(2)  

prvtOspfAreaSummary 1.3.6.1.4.1.738.1.6.4.2.1.13.1.4
The variable ospfAreaSummary controls the im- port of summary LSAs into stub areas. It has no effect on other areas. If it is noAreaSummary, the router will neither originate nor propagate summary LSAs into the stub area. It will rely entirely on its de- fault route. If it is sendAreaSummary, the router will both summarize and propagate summary LSAs.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAreaSummary(1), sendAreaSummary(2)  

prvtOspfAreaAuthType 1.3.6.1.4.1.738.1.6.4.2.1.13.1.5
The authentication type specified for an area. Additional authentication types may be assigned locally on a per Area basis.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER simple(1), md5(2)  

prvtOspfAreaShortcutConfiguration 1.3.6.1.4.1.738.1.6.4.2.1.13.1.6
Allows the user to set whether the area allows the traffict to pass through other not backbone area
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtOspfAreaNssaTransitRole 1.3.6.1.4.1.738.1.6.4.2.1.13.1.7
Transit role
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ospfNssaRoleNever(0), ospfNssaRoleAlways(1), ospfNssaRoleCandidate(2)  

prvtOspfAreaImportList 1.3.6.1.4.1.738.1.6.4.2.1.13.1.8
Import List
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtOspfAreaExportList 1.3.6.1.4.1.738.1.6.4.2.1.13.1.9
Export List
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtOspfAreaMetric 1.3.6.1.4.1.738.1.6.4.2.1.13.1.10
Area metric
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777215  

prvtOspfAreaMetricType 1.3.6.1.4.1.738.1.6.4.2.1.13.1.11
Area metric type
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ospfMetric(1), comparableCost(2), nonComparable(3)  

prvtOspfAreaDefaultCost 1.3.6.1.4.1.738.1.6.4.2.1.13.1.12
Default cost
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777215  

prvtOspfLsdbTable 1.3.6.1.4.1.738.1.6.4.2.1.14
The OSPF Process's Link State Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfLsdbEntry

prvtOspfLsdbEntry 1.3.6.1.4.1.738.1.6.4.2.1.14.1
A single Link State Advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfLsdbEntry  

prvtOspfLsdbAreaId 1.3.6.1.4.1.738.1.6.4.2.1.14.1.1
The 32 bit identifier of the Area from which the LSA was received.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfLsdbType 1.3.6.1.4.1.738.1.6.4.2.1.14.1.2
The type of the link state advertisement. Each link state type has a separate advertisement format.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER routerLink(1), networkLink(2), summaryLink(3), asSummaryLink(4), asExternalLink(5), multicastLink(6), nssaExternalLink(7), unknownLink(8), opaqueLinkLsa(9), opaqueAreaLsa(10), opaqueAsLsa(11)  

prvtOspfLsdbLsid 1.3.6.1.4.1.738.1.6.4.2.1.14.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfLsdbRouterId 1.3.6.1.4.1.738.1.6.4.2.1.14.1.4
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfLsdbSequence 1.3.6.1.4.1.738.1.6.4.2.1.14.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtOspfLsdbAge 1.3.6.1.4.1.738.1.6.4.2.1.14.1.6
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -32768..32767  

prvtOspfLsdbChecksum 1.3.6.1.4.1.738.1.6.4.2.1.14.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

prvtOspfLsdbLength 1.3.6.1.4.1.738.1.6.4.2.1.14.1.8
The length of the ospf packet
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -32768..32767  

prvtOspfLsdbAdvertisement 1.3.6.1.4.1.738.1.6.4.2.1.14.1.9
The entire Link State Advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtOspfExtLsdbTable 1.3.6.1.4.1.738.1.6.4.2.1.15
The OSPF Process's Links State Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfExtLsdbEntry

prvtOspfExtLsdbEntry 1.3.6.1.4.1.738.1.6.4.2.1.15.1
A single Link State Advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfExtLsdbEntry  

prvtOspfExtLsdbType 1.3.6.1.4.1.738.1.6.4.2.1.15.1.1
The type of the link state advertisement. Each link state type has a separate advertise- ment format.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER routerLink(1), networkLink(2), summaryLink(3), asSummaryLink(4), asExternalLink(5), multicastLink(6), nssaExternalLink(7), unknownLink(8), opaqueLinkLsa(9), opaqueAreaLsa(10), opaqueAsLsa(11)  

prvtOspfExtLsdbLsid 1.3.6.1.4.1.738.1.6.4.2.1.15.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfExtLsdbRouterId 1.3.6.1.4.1.738.1.6.4.2.1.15.1.3
The 32 bit number that uniquely identifies the originating router in the Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfExtLsdbSequence 1.3.6.1.4.1.738.1.6.4.2.1.15.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtOspfExtLsdbAge 1.3.6.1.4.1.738.1.6.4.2.1.15.1.5
This field is the age of the link state advertisement in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -32768..32767  

prvtOspfExtLsdbChecksum 1.3.6.1.4.1.738.1.6.4.2.1.15.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

prvtOspfExtLsdbAdvertisement 1.3.6.1.4.1.738.1.6.4.2.1.15.1.7
The entire Link State Advertisement, including its header.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtOspfIfTable 1.3.6.1.4.1.738.1.6.4.2.1.16
The OSPF Interface Table describes the inter- faces from the viewpoint of OSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfIfEntry

prvtOspfIfEntry 1.3.6.1.4.1.738.1.6.4.2.1.16.1
The OSPF Interface Entry describes one inter- face from the viewpoint of OSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfIfEntry  

prvtOspfIfIpAddress 1.3.6.1.4.1.738.1.6.4.2.1.16.1.1
The IP address of this OSPF interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfIfRowStatus 1.3.6.1.4.1.738.1.6.4.2.1.16.1.2
This variable displays the status of the entry. Setting it to 'invalid' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtOspfIfAreaId 1.3.6.1.4.1.738.1.6.4.2.1.16.1.3
An octet string, uniquely identifying area. Both A.B.C.D or integer notations are supported. Area ID 0.0.0.0 is used for the OSPF backbone.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtOspfIfWorkingMode 1.3.6.1.4.1.738.1.6.4.2.1.16.1.4
Working mode
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(0), passive(1)  

prvtOspfIfTransitDelay 1.3.6.1.4.1.738.1.6.4.2.1.16.1.5
The estimated number of seconds it takes to transmit a link state update packet over this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtOspfIfPriority 1.3.6.1.4.1.738.1.6.4.2.1.16.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

prvtOspfIfHelloTimer 1.3.6.1.4.1.738.1.6.4.2.1.16.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtOspfIfDeadTimer 1.3.6.1.4.1.738.1.6.4.2.1.16.1.8
The number of seconds that a router's Hello packets have not been seen before it's neigh- bors 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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtOspfIfRetransmitInterval 1.3.6.1.4.1.738.1.6.4.2.1.16.1.9
The number of seconds between link-state ad- vertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database descrip- tion and link-state request packets.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..65535  

prvtOspfIfOutputCost 1.3.6.1.4.1.738.1.6.4.2.1.16.1.10
No description in main model!
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtOspfIfAuthType 1.3.6.1.4.1.738.1.6.4.2.1.16.1.11
Set authentication type of interface. If not set, will use the one from area!
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER simple(1), md5(2)  

prvtOspfIfAuthSimple 1.3.6.1.4.1.738.1.6.4.2.1.16.1.12
Simple authentication password (key).Up to 8 characters
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

prvtOspfIfType 1.3.6.1.4.1.738.1.6.4.2.1.16.1.13
No description in main model!
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5), virtualLink(6), loopback(7)  

prvtOspfIfAuthMd5Table 1.3.6.1.4.1.738.1.6.4.2.1.17
Table for configuring message digest authentication password
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfIfAuthMd5Entry

prvtOspfIfAuthMd5Entry 1.3.6.1.4.1.738.1.6.4.2.1.17.1
Table rows
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfIfAuthMd5Entry  

prvtOspfIfAuthMd5Key 1.3.6.1.4.1.738.1.6.4.2.1.17.1.1
Authentication key.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

prvtOspfIfAuthMd5RowStatus 1.3.6.1.4.1.738.1.6.4.2.1.17.1.2
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtOspfIfAuthMd5Word 1.3.6.1.4.1.738.1.6.4.2.1.17.1.3
Authentication word.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

prvtOspfNbrTable 1.3.6.1.4.1.738.1.6.4.2.1.18
A table of non-virtual neighbor information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfNbrEntry

prvtOspfNbrEntry 1.3.6.1.4.1.738.1.6.4.2.1.18.1
The information regarding a single neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfNbrEntry  

prvtOspfNbrIpAddr 1.3.6.1.4.1.738.1.6.4.2.1.18.1.1
The IP address this neighbor is using in its IP Source Address. Note that, on addressless links, this will not be 0.0.0.0, but the ad- dress of another of the neighbor's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfIpAddress  

prvtOspfNbrAddressLessIndex 1.3.6.1.4.1.738.1.6.4.2.1.18.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

prvtOspfNbrRtrId 1.3.6.1.4.1.738.1.6.4.2.1.18.1.3
A 32-bit integer (represented as a type IpAd- dress) uniquely identifying the neighboring router in the Autonomous System.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtOspfIpAddress  

prvtOspfNbrOptions 1.3.6.1.4.1.738.1.6.4.2.1.18.1.4
A Bit Mask corresponding to the neighbor's op- tions field. Bit 0, 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. Bit 1, if set, indicates that the associated area accepts and operates on external informa- tion; if zero, it is a stub area. Bit 2, if set, indicates that the system is ca- pable of routing IP Multicast datagrams; i.e., that it implements the Multicast Extensions to OSPF. Bit 3, if set, indicates that the associated area is an NSSA. These areas are capable of carrying type 7 external advertisements, which are translated into type 5 external advertise- ments at NSSA borders.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtOspfNbrPriority 1.3.6.1.4.1.738.1.6.4.2.1.18.1.5
The priority of this neighbor in the designat- ed router election algorithm. The value 0 sig- nifies that the neighbor is not eligible to be- come the designated router on this particular network.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtOspfDesignatedRouterPriority  

prvtOspfNbrState 1.3.6.1.4.1.738.1.6.4.2.1.18.1.6
The State of the relationship with this Neigh- bor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), attempt(2), init(3), twoWay(4), exchangeStart(5), exchange(6), loading(7), full(8)  

prvtOspfNbrEvents 1.3.6.1.4.1.738.1.6.4.2.1.18.1.7
The number of times this neighbor relationship has changed state, or an error has occurred.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtOspfNbrLsRetransQLen 1.3.6.1.4.1.738.1.6.4.2.1.18.1.8
The current length of the retransmission queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtOspfNbmaNbrPermanence 1.3.6.1.4.1.738.1.6.4.2.1.18.1.10
This variable displays the status of the entry. 'dynamic' and 'permanent' refer to how the neighbor became known.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(1), permanent(2)  

prvtOspfNbrHelloSuppressed 1.3.6.1.4.1.738.1.6.4.2.1.18.1.11
Indicates whether Hellos are being suppressed to the neighbor
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

prvtOspfRedistributeTable 1.3.6.1.4.1.738.1.6.4.2.1.19
The table represents the routing protocols, redistributed into the OSPF routing domain. Creation of conceptual row in the table starts the redistribution of the specified protocol, which would lead to the injection of routing information from that protocol into the OSPF. Deletion of conceptual row would stop the redistribution of that protocol into the OSPF. OSPF router, which redistributes routing information from other protocols, is an ASBR router
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfRedistributeEntry

prvtOspfRedistributeEntry 1.3.6.1.4.1.738.1.6.4.2.1.19.1
The conceptual row represents a routing protocol, redistributed into OSPF
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfRedistributeEntry  

prvtOspfRedistributeProtocol 1.3.6.1.4.1.738.1.6.4.2.1.19.1.1
The specific routes redistributed into OSPF. For T4R model the valid values are connected, rip and static. For all the other models all of the above routes can be redistributed
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER kernel(2), connected(3), static(4), default(17)  

prvtOspfRedistributeRowStatus 1.3.6.1.4.1.738.1.6.4.2.1.19.1.2
Indicates the status of the row. Setting of this field to active enables the redistribution of the protocol. Setting this field to destroy disables the redistribution of the protocol.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtOspfRedistributeMetric1 1.3.6.1.4.1.738.1.6.4.2.1.19.1.3
The metric 1, with which the external routes will be redistributed in the OSPF
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777215  

prvtOspfRedistributeMetric2 1.3.6.1.4.1.738.1.6.4.2.1.19.1.4
The metric 2, with which the external routes will be redistributed in the OSPF
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777215  

prvtOspfRedistributeRouteMap 1.3.6.1.4.1.738.1.6.4.2.1.19.1.5
The route map that would filter the redistributed routing information
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtOspfRouterDataTable 1.3.6.1.4.1.738.1.6.4.2.1.20
Information about available routers
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfRouterDataEntry

prvtOspfRouterDataEntry 1.3.6.1.4.1.738.1.6.4.2.1.20.1
The conceptual row represents a routing entry
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfRouterDataEntry  

prvtOspfRouterDataPrefix 1.3.6.1.4.1.738.1.6.4.2.1.20.1.1
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(5)  

prvtOspfRouterDataType 1.3.6.1.4.1.738.1.6.4.2.1.20.1.2
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER network(1), router(2), external(3)  

prvtOspfRouterDataAreaId 1.3.6.1.4.1.738.1.6.4.2.1.20.1.3
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(4|16)  

prvtOspfRouterDataId 1.3.6.1.4.1.738.1.6.4.2.1.20.1.4
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtOspfRouterDataCost 1.3.6.1.4.1.738.1.6.4.2.1.20.1.5
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtOspfRouterDataCostType 1.3.6.1.4.1.738.1.6.4.2.1.20.1.6
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtOspfRouterDataDestType 1.3.6.1.4.1.738.1.6.4.2.1.20.1.7
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER router(1), network(2), disables(3)  

prvtOspfRouterDataPathType 1.3.6.1.4.1.738.1.6.4.2.1.20.1.8
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER intraArea(1), interArea(2), external1(3), external3(4)  

prvtOspfRouterDataFlags 1.3.6.1.4.1.738.1.6.4.2.1.20.1.9
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  BITS abr(0), asbr(1), virtual(2), unknown(3), nssa(4), shortcut(5)  

prvtOspfRouterDataExternalRouting 1.3.6.1.4.1.738.1.6.4.2.1.20.1.10
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER default(0), stub(1), nssa(2)  

prvtOspfRouterDataTag 1.3.6.1.4.1.738.1.6.4.2.1.20.1.11
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtOspfRouterPathTable 1.3.6.1.4.1.738.1.6.4.2.1.21
Information about available router's paths
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtOspfRouterPathEntry

prvtOspfRouterPathEntry 1.3.6.1.4.1.738.1.6.4.2.1.21.1
The conceptual row represents a routing's path entry
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtOspfRouterPathEntry  

prvtOspfRouterPathNextHop 1.3.6.1.4.1.738.1.6.4.2.1.21.1.1
Unknown in main data model
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(4|16)  

prvtOspfRouterPathAdvertisingRouter 1.3.6.1.4.1.738.1.6.4.2.1.21.1.2
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4|16)  

prvtOspfRouterPathInterfaceName 1.3.6.1.4.1.738.1.6.4.2.1.21.1.3
Unknown in main data model
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtOspfTrafficEngEnable 1.3.6.1.4.1.738.1.6.4.2.1.22
Set to 'true' to enable the traffic engineering extensions of OSPF. Note that enabling traffic engineering requires that router interface lo1 (PRVT-SWITCH-IPVLAN-MIB::ipInterfaceIpAddress.lo1) be configured with a valid IP address (not 0.0.0.0 or 127.0.0.1). An attempt to enable traffic engineering without such a valid address will fail (error returned).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue