Juniper-BRIDGE-MIB

File: Juniper-BRIDGE-MIB.mib (10332 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Juniper-MIBs Juniper-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 RowStatus MacAddress
MODULE-COMPLIANCE OBJECT-GROUP InterfaceIndex
InterfaceIndexOrZero juniMibs JuniNextIfIndex

Defined Types

JuniBridgeIfEntry  
SEQUENCE    
  juniBridgeIfIndex InterfaceIndex
  juniBridgeIfRowStatus RowStatus
  juniBridgeIfLowerIfIndex InterfaceIndexOrZero
  juniBridgeSPolicyIndex Unsigned32
  juniBridgeIfMaxLearnCount Unsigned32

JuniBridgeAgeEntry  
SEQUENCE    
  juniBridgeMacAddress MacAddress
  juniBridgeAge Unsigned32

Defined Values

juniBridgeMIB 1.3.6.1.4.1.4874.2.2.63
The Bridge MIB for the Juniper enterprise.
MODULE-IDENTITY    

juniBridgeIfLayer 1.3.6.1.4.1.4874.2.2.63.1
OBJECT IDENTIFIER    

juniBridgeAgeLayer 1.3.6.1.4.1.4874.2.2.63.2
OBJECT IDENTIFIER    

juniBridgeMiscCounters 1.3.6.1.4.1.4874.2.2.63.3
OBJECT IDENTIFIER    

juniBridgeIfNextIfIndex 1.3.6.1.4.1.4874.2.2.63.1.1
Coordinate ifIndex value allocation for entries in juniBridgeIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNextIfIndex  

juniBridgeIfTable 1.3.6.1.4.1.4874.2.2.63.1.2
This table contains entries for Bridge interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniBridgeIfEntry

juniBridgeIfEntry 1.3.6.1.4.1.4874.2.2.63.1.2.1
Each entry describes the characteristics of a Bridge interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniBridgeIfEntry  

juniBridgeIfIndex 1.3.6.1.4.1.4874.2.2.63.1.2.1.1
The ifIndex of the Bridge interface. When creating entries in this table, suitable values for this object are determined by reading juniBridgeIfNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniBridgeIfRowStatus 1.3.6.1.4.1.4874.2.2.63.1.2.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniBridgeIfRowStatus juniBridgeIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniBridgeIfIndex must have been determined previously, by reading juniBridgeIfNextIfIndex. A corresponding entry in ifTable/ifXTable/juniIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniBridgeIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.63.1.2.1.3
The ifIndex of an interface over which this Bridge interface to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

juniBridgeSPolicyIndex 1.3.6.1.4.1.4874.2.2.63.1.2.1.4
The index of the associated subscriber policy.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

juniBridgeIfMaxLearnCount 1.3.6.1.4.1.4874.2.2.63.1.2.1.5
The maximum number of entries that can be learned on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

juniBridgeAgeTable 1.3.6.1.4.1.4874.2.2.63.2.1
A table that contains information about unicast entries for which the bridge has aging information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniBridgeAgeEntry

juniBridgeAgeEntry 1.3.6.1.4.1.4874.2.2.63.2.1.1
Information about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniBridgeAgeEntry  

juniBridgeMacAddress 1.3.6.1.4.1.4874.2.2.63.2.1.1.1
A unicast MAC address for which the bridge has aging information.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

juniBridgeAge 1.3.6.1.4.1.4874.2.2.63.2.1.1.2
The age of this entry in the forwarding table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

juniBridgeDupMacCounter 1.3.6.1.4.1.4874.2.2.63.3.1
The total number of duplicate mac entries found for this bridge group. A duplicate mac address is considered duplicate if found on more than one interface(port).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniBridgeConformance 1.3.6.1.4.1.4874.2.2.63.4
OBJECT IDENTIFIER    

juniBridgeCompliances 1.3.6.1.4.1.4874.2.2.63.4.1
OBJECT IDENTIFIER    

juniBridgeGroups 1.3.6.1.4.1.4874.2.2.63.4.2
OBJECT IDENTIFIER    

juniBridgeCompliance 1.3.6.1.4.1.4874.2.2.63.4.1.1
The compliance statement for entities which implement the Juniper Bridge MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniBridgeGroup 1.3.6.1.4.1.4874.2.2.63.4.2.1
A collection of objects providing management of bridges in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP