BN-IF-EXTENSIONS-MIB

File: BN-IF-EXTENSIONS-MIB.mib (9471 bytes)

Imported modules

SNMPv2-SMI S5-ROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
s5IfExt

Defined Types

BnIfExtnEntry  
SEQUENCE    
  bnIfExtnIndex Integer32
  bnIfExtnSlot Integer32
  bnIfExtnPort Integer32
  bnIfExtnIsPortShared INTEGER
  bnIfExtnPortActiveComponent INTEGER
  bnIfExtnPoweredDeviceDetectType INTEGER
  bnIfExtnAutoNegotiationExtAdv BITS
  bnIfExtnExtHwAdvCapability BITS

Defined Values

bnIfExtensionsMib 1.3.6.1.4.1.45.1.6.15.2
Interface Extension MIB Copyright 1997 - 2013 Avaya, Inc. All rights reserved. This Bay Networks SNMP Management Information Base Specification (Specification) embodies Bay Networks' confidential and proprietary intellectual property. Bay Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Bay Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

bnIfExtensions 1.3.6.1.4.1.45.1.6.15.1
OBJECT IDENTIFIER    

bnIfExtnTable 1.3.6.1.4.1.45.1.6.15.1.1
A list of interface entries. The number of entries is given by the value of ifNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BnIfExtnEntry

bnIfExtnEntry 1.3.6.1.4.1.45.1.6.15.1.1.1
An interface entry containing objects at the subnetwork layer and below for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BnIfExtnEntry  

bnIfExtnIndex 1.3.6.1.4.1.45.1.6.15.1.1.1.1
A unique value for each interface corresponding to the ifIndex value for the same interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bnIfExtnSlot 1.3.6.1.4.1.45.1.6.15.1.1.1.2
The unit number associated with this particular interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bnIfExtnPort 1.3.6.1.4.1.45.1.6.15.1.1.1.3
The port number within a unit or slot.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bnIfExtnIsPortShared 1.3.6.1.4.1.45.1.6.15.1.1.1.4
Indicates whether the port is considered a 'shared' port or not. Multiple physical ports that are logically represented as a single port are considered shared. Only one of the physical ports is active at any given time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER portShared(1), portNotShared(2)  

bnIfExtnPortActiveComponent 1.3.6.1.4.1.45.1.6.15.1.1.1.5
Indicates which physical port component is currently active for ports that are 'shared'. The ability to set this object and thus specify the active physical component of a single logical port is implmentation dependent. This object will be read-only is this capability is not supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixedPort(1), gbicPort(2), mdaPort(3)  

bnIfExtnPoweredDeviceDetectType 1.3.6.1.4.1.45.1.6.15.1.1.1.6
This object is used to specify the mechanism used to detect powered ethernet devices attached to a powered ethernet port. This object should only be instantiated for values of ifIndex that represent ports that support powered ethernet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER compliantWith802dot3af(1), compliantWith802dot3afAndLegacySupport(2), compliantWith802dot3at(3), compliantWith802dot3atAndLegacySupport(4)  

bnIfExtnAutoNegotiationExtAdv 1.3.6.1.4.1.45.1.6.15.1.1.1.7
This object is used to specify the port speed and duplex abilities to be advertised during link negotiation. bit 0 - 10 half duplex advertised bit 1 - 10 full duplex advertised bit 2 - 100 half duplex advertised bit 3 - 100 full duplex advertised bit 4 - 1000 half duplex advertised bit 5 - 1000 full duplex advertised bit 6 - PAUSE frame support advertised bit 7 - Asymmetric PAUSE frame support advertised bit 8 - 10000 full duplex advertised bit 9 - 40000 full duplex advertised The abilities specified in this object are only used when auto-negotiation is enabled on the port. If all bits in this object are disabled, and auto-negotiation is enabled on the port, then the physical link process on the port will be disabled. Any change in the value of this bit map will force the PHY to restart the auto-negotiation process. This will have the same effect as physically unplugging and reattaching the cable plant attached to this port. Only capabilities present in the hardware as indicated by bnIfExtnExtHwAdvCapability can be advertised. The default value for this object will be the value of the associated instance of bnIfExtnExtHwAdvCapability.
Status: current Access: read-write
OBJECT-TYPE    
  BITS advertise10Half(0), advertise10Full(1), advertise100Half(2), advertise100Full(3), advertise1000Half(4), advertise1000Full(5), advertisePauseFrame(6), advertiseAsymmPauseFrame(7), advertise10000Full(8), advertise40000Full(9)  

bnIfExtnExtHwAdvCapability 1.3.6.1.4.1.45.1.6.15.1.1.1.8
This object indicates the port speed and duplex capabilities that hardware can actually support on a port, and which may be advertised by the port using auto-negotiation. Bit 7 tells if a port supports pause frame capabilities (for full-duplex links) as a part of the advertisement. bit 0 - 10 half duplex advertisements bit 1 - 10 full duplex advertisements bit 2 - 100 half duplex advertisements bit 3 - 100 full duplex advertisements bit 4 - 1000 half duplex advertisements bit 5 - 1000 full duplex advertisements bit 6 - PAUSE frame support advertisements bit 7 - Asymmetric PAUSE frame support advertisements bit 8 - 10000 full duplex advertisements bit 9 - 40000 full duplex advertisements If auto negotiation is not supported by the port hardware, then all bits will reflect a value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  BITS advertise10Half(0), advertise10Full(1), advertise100Half(2), advertise100Full(3), advertise1000Half(4), advertise1000Full(5), advertisePauseFrame(6), advertiseAsymmPauseFrame(7), advertise10000Full(8), advertise40000Full(9)