BAY-STACK-OSPF-EXT-MIB

File: BAY-STACK-OSPF-EXT-MIB.mib (17423 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
OSPF-MIB SYNOPTICS-ROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
IpAddress TruthValue RowStatus
InterfaceIndex AreaID RouterID
bayStackMibs

Defined Types

BsoeOspfIfExtEntry  
SEQUENCE    
  bsoeOspfIfIpAddress IpAddress
  bsoeOspfAddressLessIf Integer32
  bsoeOspfIfExtAdvertiseWhenDown TruthValue
  bsoeOspfIfExtPrimaryMd5Key Integer32
  bsoeOspfIfExtMtuIgnore TruthValue
  bsoeOspfIfExtType INTEGER

BsoeMessageDigestEntry  
SEQUENCE    
  bsoeMessageDigestIpAddress IpAddress
  bsoeMessageDigestAddressLessIf Integer32
  bsoeMessageDigestIndex Integer32
  bsoeMessageDigestType INTEGER
  bsoeMessageDigestKey OCTET STRING
  bsoeMessageDigestRowStatus RowStatus

BsoeOspfNbrExtEntry  
SEQUENCE    
  bsoeOspfNbrExtIpAddr IpAddress
  bsoeOspfNbrExtAddressLessIndex InterfaceIndex
  bsoeOspfNbrExtInterfaceAddr IpAddress

BsoeOspfVirtIfExtEntry  
SEQUENCE    
  bsoeOspfVirtIfExtAreaId AreaID
  bsoeOspfVirtIfExtNeighbor RouterID
  bsoeOspfVirtIfExtPrimaryMd5Key Integer32
  bsoeOspfVirtIfExtType INTEGER

BsoeVirtIfMessageDigestEntry  
SEQUENCE    
  bsoeVirtIfMessageDigestAreaId AreaID
  bsoeVirtIfMessageDigestNeighbor RouterID
  bsoeVirtIfMessageDigestIndex Integer32
  bsoeVirtIfMessageDigestType INTEGER
  bsoeVirtIfMessageDigestKey OCTET STRING
  bsoeVirtIfMessageDigestRowStatus RowStatus

Defined Values

bayStackOspfExtMib 1.3.6.1.4.1.45.5.14
Nortel Networks OSPF Extension MIB Copyright 2005-2009 Nortel Networks, Inc. All rights reserved. This Nortel Networks SNMP Management Information Base Specification embodies Nortel Networks' confidential and proprietary intellectual property. Nortel Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Nortel Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

bsoeNotifications 1.3.6.1.4.1.45.5.14.0
OBJECT IDENTIFIER    

bsoeObjects 1.3.6.1.4.1.45.5.14.1
OBJECT IDENTIFIER    

bsoeScalars 1.3.6.1.4.1.45.5.14.1.1
OBJECT IDENTIFIER    

bsoeApplyRedistribute 1.3.6.1.4.1.45.5.14.1.1.1
This object is used to implement the ospf 'ip ospf apply redistribute' command when the 'bgp|direct|rip|static' parameter is used. Setting it will cause the 'apply' to occur for the specified protocol. The value returned is always none(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), direct(1), static(2), rip(3), ospf(4), bgp(5)  

bsoeHardwareCompatibilityMode 1.3.6.1.4.1.45.5.14.1.1.2
This object is used to set the 5510 hardware compatilibity mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ers5510(1), noneErs5510(2)  

bsoeOspfIfExtTable 1.3.6.1.4.1.45.5.14.1.2
Extensions to the ospfIfTable from RFC 1850.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsoeOspfIfExtEntry

bsoeOspfIfExtEntry 1.3.6.1.4.1.45.5.14.1.2.1
A set of objects that augments the ospfIfTable. There will be an entry in this table for each entry in the ospfIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsoeOspfIfExtEntry  

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

bsoeOspfAddressLessIf 1.3.6.1.4.1.45.5.14.1.2.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: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

bsoeOspfIfExtAdvertiseWhenDown 1.3.6.1.4.1.45.5.14.1.2.1.3
Equivalent to rcIpConfAdvertiseWhenDown (allows this flag to be accessed by interface IP rather than by ifIndex).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsoeOspfIfExtPrimaryMd5Key 1.3.6.1.4.1.45.5.14.1.2.1.4
Primary key, if it exists. If there are no keys present, this object will be 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

bsoeOspfIfExtMtuIgnore 1.3.6.1.4.1.45.5.14.1.2.1.5
Indicates whether to ignore mtu checking in ospf bdb.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsoeOspfIfExtType 1.3.6.1.4.1.45.5.14.1.2.1.6
This object is an extension to the standard object ospfIfType. When the value of this object is other(1), then the type of the interface is given by ospfIfType. Otherwise, the value of this object indicates the type of the interface, and the value of ospfIfType is invalid. In the latter case, an implementation may simply not return the corresponding instance of ospfIfType.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), passive(2)  

bsoeMessageDigestTable 1.3.6.1.4.1.45.5.14.1.3
A table of message digest keys
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsoeMessageDigestEntry

bsoeMessageDigestEntry 1.3.6.1.4.1.45.5.14.1.3.1
A message digest key
Status: current Access: not-accessible
OBJECT-TYPE    
  BsoeMessageDigestEntry  

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

bsoeMessageDigestAddressLessIf 1.3.6.1.4.1.45.5.14.1.3.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: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

bsoeMessageDigestIndex 1.3.6.1.4.1.45.5.14.1.3.1.3
An arbitrary index value for this digest value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

bsoeMessageDigestType 1.3.6.1.4.1.45.5.14.1.3.1.4
The type of digest value. Currently only MD5 is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER md5(1)  

bsoeMessageDigestKey 1.3.6.1.4.1.45.5.14.1.3.1.5
The key value. When retrieved, the value is always an empty string. Setting this will change the key.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

bsoeMessageDigestRowStatus 1.3.6.1.4.1.45.5.14.1.3.1.6
Controls creation and deletion of rows in this table. The value of bsoeMessageDigestKey must be set before a row can be made active. There are no restrictions on setting the value of bsoeMessageDigestKey while a row is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsoeOspfNbrExtTable 1.3.6.1.4.1.45.5.14.1.4
Extensions to the ospfNbrTable from RFC 1850.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsoeOspfNbrExtEntry

bsoeOspfNbrExtEntry 1.3.6.1.4.1.45.5.14.1.4.1
A set of objects that augments the ospfNbrTable. There will be an entry in this table for each entry in the ospfNbrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsoeOspfNbrExtEntry  

bsoeOspfNbrExtIpAddr 1.3.6.1.4.1.45.5.14.1.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

bsoeOspfNbrExtAddressLessIndex 1.3.6.1.4.1.45.5.14.1.4.1.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

bsoeOspfNbrExtInterfaceAddr 1.3.6.1.4.1.45.5.14.1.4.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bsoeOspfVirtIfExtTable 1.3.6.1.4.1.45.5.14.1.5
Extensions to the ospfVirtIfTable from RFC 1850.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsoeOspfVirtIfExtEntry

bsoeOspfVirtIfExtEntry 1.3.6.1.4.1.45.5.14.1.5.1
A set of objects that augments the ospfVirtIfTable. There will be an entry in this table for each entry in the ospfVirtIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsoeOspfVirtIfExtEntry  

bsoeOspfVirtIfExtAreaId 1.3.6.1.4.1.45.5.14.1.5.1.1
The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

bsoeOspfVirtIfExtNeighbor 1.3.6.1.4.1.45.5.14.1.5.1.2
The Router ID of the Virtual Neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  RouterID  

bsoeOspfVirtIfExtPrimaryMd5Key 1.3.6.1.4.1.45.5.14.1.5.1.3
Primary key, if it exists. If there are no keys present, this object will be 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

bsoeOspfVirtIfExtType 1.3.6.1.4.1.45.5.14.1.5.1.4
This object indicates whether the virtual link was created manually or automatically.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), automatic(2)  

bsoeVirtIfMessageDigestTable 1.3.6.1.4.1.45.5.14.1.6
A table of message digest keys for virtual interfaces
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsoeVirtIfMessageDigestEntry

bsoeVirtIfMessageDigestEntry 1.3.6.1.4.1.45.5.14.1.6.1
A message digest key for a virtual interface
Status: current Access: not-accessible
OBJECT-TYPE    
  BsoeVirtIfMessageDigestEntry  

bsoeVirtIfMessageDigestAreaId 1.3.6.1.4.1.45.5.14.1.6.1.1
The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0
Status: current Access: not-accessible
OBJECT-TYPE    
  AreaID  

bsoeVirtIfMessageDigestNeighbor 1.3.6.1.4.1.45.5.14.1.6.1.2
The Router ID of the Virtual Neighbor.
Status: current Access: not-accessible
OBJECT-TYPE    
  RouterID  

bsoeVirtIfMessageDigestIndex 1.3.6.1.4.1.45.5.14.1.6.1.3
An arbitrary index value for this digest value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

bsoeVirtIfMessageDigestType 1.3.6.1.4.1.45.5.14.1.6.1.4
The type of digest value. Currently only MD5 is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER md5(1)  

bsoeVirtIfMessageDigestKey 1.3.6.1.4.1.45.5.14.1.6.1.5
The key value. When retrieved, the value is always an empty string. Setting this will change the key.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

bsoeVirtIfMessageDigestRowStatus 1.3.6.1.4.1.45.5.14.1.6.1.6
Controls creation and deletion of rows in this table. The value of bsoeVirtIfMessageDigestKey must be set before a row can be made active. There are no restrictions on setting the value of bsoeVirtIfMessageDigestKey while a row is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus