USR-OSPF-MIB

File: USR-OSPF-MIB.mib (25345 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress common UsrConfigStatus
TEXTUAL-CONVENTION RowStatus DisplayString

Defined Types

TOSType  
Type of Service is defined as a mapping to the IP Type of Service Flags as defined in the IP Forwarding Table MIB +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | 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 The remaining values are left for future definition.
TEXTUAL-CONVENTION    
  Integer32 0..30  

UsrOspfExportPolicyEntry  
SEQUENCE    
  usrOspfExportPolicyNet IpAddress
  usrOspfExportPolicyMask IpAddress
  usrOspfExportPolicyRouteSource INTEGER
  usrOspfExportPolicyAction INTEGER
  usrOspfExportPolicyMetric Integer32 0..16777215
  usrOspfExportPolicyMetricType INTEGER
  usrOspfExportPolicyTag Integer32 0..2147483647
  usrOspfExportPolicyStatus RowStatus

UsrOspfImportPolicyEntry  
SEQUENCE    
  usrOspfImportPolicyNet IpAddress
  usrOspfImportPolicyMask IpAddress
  usrOspfImportPolicyAction INTEGER
  usrOspfImportPolicyRoutingPreference INTEGER
  usrOspfImportPolicyStatus RowStatus

UsrOspfAreaEntry  
SEQUENCE    
  usrOspfAreaId IpAddress
  usrOspfAreaType INTEGER

UsrOspfHostEntry  
SEQUENCE    
  usrOspfHostIpAddress IpAddress
  usrOspfHostIpTOS TOSType
  usrOspfHostIpMask IpAddress

UsrOspfCryptoKeyEntry  
SEQUENCE    
  usrOspfIfIpAddress IpAddress
  usrOspfAddressLessIf Integer32
  usrOspfCryptoKeyId Integer32 0..FF
  usrOspfCryptoKey OCTET STRING
  usrOspfCryptoKeyStatus RowStatus
  usrOspfCryptoAlgo Integer32
  usrOspfCryptoKeyStartAccept Integer32
  usrOspfCryptoKeyStartGenerate Integer32
  usrOspfCryptoKeyStopGenerate Integer32
  usrOspfCryptoKeyStopAccept Integer32

Defined Values

usrOspf 1.3.6.1.4.1.429.4.63
The MIB module to describe the enterprise specific objects for the OSPF Protocol
MODULE-IDENTITY    

usrOspfExportPolicyTable 1.3.6.1.4.1.429.4.63.1
A set of export policies for OSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrOspfExportPolicyEntry

usrOspfExportPolicyEntry 1.3.6.1.4.1.429.4.63.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrOspfExportPolicyEntry  

usrOspfExportPolicyNet 1.3.6.1.4.1.429.4.63.1.1.1
Specifies the network address which will match this policy.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfExportPolicyMask 1.3.6.1.4.1.429.4.63.1.1.2
The network mask to be applied to the network address to specify a specific address or range of addresses for this policy.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfExportPolicyRouteSource 1.3.6.1.4.1.429.4.63.1.1.3
Identifies the source of the routing information: local, static, or RIP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER any(0), local(1), static(2), rip(8)  

usrOspfExportPolicyAction 1.3.6.1.4.1.429.4.63.1.1.4
The action to take with this export policy. If the action is propagate, the route or routes described by the entry are included in the local OSPF updates if they exist in the routing table. If the action is ignore, the route or routes described are not advertised in the local OSPF updates.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER advertise(1), doNotAdvertise(2)  

usrOspfExportPolicyMetric 1.3.6.1.4.1.429.4.63.1.1.5
The metric to be used when advertising the route(s) described by this policy. A metric value of 0 will cause the metric that is inserted into the AS External Links advertisement to be taken from the associated route entry in the routing table. For all other valid metric values, the value is directly inserted into the AS External Links advertisement.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..16777215  

usrOspfExportPolicyMetricType 1.3.6.1.4.1.429.4.63.1.1.6
This variable describes the external type of metric that the export policy will advertise an external route as. Essentially this variable determines if the E Bit in an AS External Links Advertisement is set or not. A selection of external type II will cause the E bit to be set to 1. An external route tagged as an external type II indicates that the external cost to the route is all that should be associated with it's cost metric. A route tagged as external type I indicates that the internal cost to the Autonomous System Border Router as well as the external cost of the route should be associated with the route's cost metric.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER comparableCost(1), nonComparable(2)  

usrOspfExportPolicyTag 1.3.6.1.4.1.429.4.63.1.1.7
The routing tag to be used when exporting the route(s) described by this policy entry.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

usrOspfExportPolicyStatus 1.3.6.1.4.1.429.4.63.1.1.8
The administrative status of the export policy entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrOspfImportPolicyTable 1.3.6.1.4.1.429.4.63.2
A set of OSPF import policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrOspfImportPolicyEntry

usrOspfImportPolicyEntry 1.3.6.1.4.1.429.4.63.2.1
An entry for an OSPF Import Policy
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrOspfImportPolicyEntry  

usrOspfImportPolicyNet 1.3.6.1.4.1.429.4.63.2.1.1
The network address of the destination or set of destinations for which this import policy is being defined.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfImportPolicyMask 1.3.6.1.4.1.429.4.63.2.1.2
The network mask for the destination or set of destinations for which this import policy is being defined.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfImportPolicyAction 1.3.6.1.4.1.429.4.63.2.1.3
The action to take with this import policy. If the action is accept, the route or routes described by the entry are included in the routing table when received in peer OSPF updates. If the action is ignore, the route or routes described are filtered from received OSPF updates.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER accept(1), ignore(2)  

usrOspfImportPolicyRoutingPreference 1.3.6.1.4.1.429.4.63.2.1.4
The routing preference to associate with this route. A routing preference of routingPreference0 is more preferred than a preference equal to routingPreference1. A routing preference of routingPreference1 is more preferred than a preference equal to routingPreference2. A routing preference of routingPreference3 will cause a route to never be used in forwarding. It will be present in the routing table but will never make it into the forwarding table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER routingPreference0(1), routingPreference1(2), routingPreference2(3), routingPreference3(4)  

usrOspfImportPolicyStatus 1.3.6.1.4.1.429.4.63.2.1.5
The administrative status of the import policy entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrOspfAreaTable 1.3.6.1.4.1.429.4.63.3
NOT IMPLEMENTED! Information describing the configured parame- ters and cumulative statistics of the router's attached areas.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrOspfAreaEntry

usrOspfAreaEntry 1.3.6.1.4.1.429.4.63.3.1
Information describing the configured parame- ters and cumulative statistics of one of the router's attached areas.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrOspfAreaEntry  

usrOspfAreaId 1.3.6.1.4.1.429.4.63.3.1.1
A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfAreaType 1.3.6.1.4.1.429.4.63.3.1.2
The area's support for determining if the Type is Stub or Transit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER transit(1), stub(2)  

usrOspfVersion 1.3.6.1.4.1.429.4.63.4
The current software version of the OSPF Process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrOspfConfigFileName 1.3.6.1.4.1.429.4.63.5
The name of a ConfigFile to read/write permanent database records.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrOspfCFMStatusFlag 1.3.6.1.4.1.429.4.63.6
Setting the value of this object to `save' causes the values of the OSPF Group to be written out to the current config file. While the new data is being written, the config process will set the value of this flag to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) will result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrOspfDefaultAreaId 1.3.6.1.4.1.429.4.63.7
A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone. This area ID is used to create the default area when the ospf base is created
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrOspfHostTable 1.3.6.1.4.1.429.4.63.8
The list of Hosts, and their metrics, that the router will advertise as host routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrOspfHostEntry

usrOspfHostEntry 1.3.6.1.4.1.429.4.63.8.1
A metric to be advertised, for a given type of service, when a given host is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrOspfHostEntry  

usrOspfHostIpAddress 1.3.6.1.4.1.429.4.63.8.1.1
The IP Address of the Host.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfHostIpTOS 1.3.6.1.4.1.429.4.63.8.1.2
The Type of Service of the route being config- ured.
Status: current Access: read-only
OBJECT-TYPE    
  TOSType  

usrOspfHostIpMask 1.3.6.1.4.1.429.4.63.8.1.3
The IP Mask of the Host.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrOspfCryptoKeyTable 1.3.6.1.4.1.429.4.63.9
The list of OSPF Cryptographic Authentication Keys per OSPF Interface that will be used to generating/ verifying Cryptographic authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrOspfCryptoKeyEntry

usrOspfCryptoKeyEntry 1.3.6.1.4.1.429.4.63.9.1
The information regarding a single OSPF Cryptographic Authentication Key.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrOspfCryptoKeyEntry  

usrOspfIfIpAddress 1.3.6.1.4.1.429.4.63.9.1.1
The IP address of this OSPF interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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

usrOspfCryptoKeyId 1.3.6.1.4.1.429.4.63.9.1.3
The Key ID of this cryptographic key. This field identifies the algorithm and secret key used to create the message digest appended to the OSPF packet. Key Identifiers are unique per-interface (or equivalently, per-subnet).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..FF  

usrOspfCryptoKey 1.3.6.1.4.1.429.4.63.9.1.4
The Cryptographic Authentication Key. If the Authentication Type is Cryptographic, and the key length is shorter than 16 octets, the agent will left adjust and zero fill to 16 octets. When read, usrOspfCryptoKey always returns an Octet String of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

usrOspfCryptoKeyStatus 1.3.6.1.4.1.429.4.63.9.1.5
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  

usrOspfCryptoAlgo 1.3.6.1.4.1.429.4.63.9.1.6
This field identifies the algorithm used to create message digest.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrOspfCryptoKeyStartAccept 1.3.6.1.4.1.429.4.63.9.1.7
The time that the router will start accepting packets that have been created with the given key. The time is expressed as a number of seconds since the Epoch, 00:00:00 GMT, on January 1, 1995
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrOspfCryptoKeyStartGenerate 1.3.6.1.4.1.429.4.63.9.1.8
The time that the router will start using the key for packet generation. The time is expressed as a number of seconds since the Epoch, 00:00:00 GMT, on January 1, 1995
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrOspfCryptoKeyStopGenerate 1.3.6.1.4.1.429.4.63.9.1.9
The time that the router will stop using the key for packet generation. The time is expressed as a number of seconds since the Epoch, 00:00:00 GMT, on January 1, 1995. The value 0HFFFFFFFF stands for infinity.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrOspfCryptoKeyStopAccept 1.3.6.1.4.1.429.4.63.9.1.10
The time that the router will stop accepting packets that have been created with the given key. The time is expressed as a number of seconds since the Epoch, 00:00:00 GMT, on January 1, 1995 The value 0HFFFFFFFF stands for infinity.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrOspfDefaultAreaStatus 1.3.6.1.4.1.429.4.63.10
This variable is used to delete the ospf default area.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus