Juniper-SMDS-MIB

File: Juniper-SMDS-MIB.mib (21212 bytes)

Imported modules

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

Imported symbols

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

Defined Types

JuniSmdsIfEntry  
SEQUENCE    
  juniSmdsIfIndex InterfaceIndex
  juniSmdsIfRowStatus RowStatus
  juniSmdsIfLowerIfIndex InterfaceIndexOrZero

JuniSmdsMajorIfEntry  
SEQUENCE    
  juniSmdsMajorIfIndex InterfaceIndex
  juniSmdsMajorIfRowStatus RowStatus
  juniSmdsMajorIfLowerIfIndex InterfaceIndexOrZero
  juniSmdsMajorIfKeepalive Integer32

JuniSmdsSubIfEntry  
SEQUENCE    
  juniSmdsSubIfIndex InterfaceIndex
  juniSmdsSubIfRowStatus RowStatus
  juniSmdsSubIfLowerIfIndex InterfaceIndexOrZero
  juniSmdsSubIfSmdsAddress OCTET STRING
  juniSmdsSubIfSmdsMulticastIpAddress OCTET STRING
  juniSmdsSubIfSmdsMulticastArpAddress OCTET STRING

JuniSmdsMajorIfStatsEntry  
SEQUENCE    
  juniSmdsMajorIfStatsInKeepaliveRequests Counter32
  juniSmdsMajorIfStatsOutKeepaliveRequests Counter32
  juniSmdsMajorIfStatsInKeepaliveReplies Counter32
  juniSmdsMajorIfStatsOutKeepaliveReplies Counter32
  juniSmdsMajorIfStatsKeepaliveFailures Counter32

Defined Values

juniSmdsMIB 1.3.6.1.4.1.4874.2.2.50
The Switched Multimegabit Data Service (SMDS) MIB for the Juniper Networks enterprise.
MODULE-IDENTITY    

juniSmdsObjects 1.3.6.1.4.1.4874.2.2.50.1
OBJECT IDENTIFIER    

juniSmdsNextIfIndex 1.3.6.1.4.1.4874.2.2.50.1.1
Coordinate ifIndex value allocation for entries in juniSmdsIfTable. 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  

juniSmdsIfTable 1.3.6.1.4.1.4874.2.2.50.1.2
This table contains entries for SMDS interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniSmdsIfEntry

juniSmdsIfEntry 1.3.6.1.4.1.4874.2.2.50.1.2.1
Each entry describes the characteristics of an SMDS 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    
  JuniSmdsIfEntry  

juniSmdsIfIndex 1.3.6.1.4.1.4874.2.2.50.1.2.1.1
The ifIndex of the SMDS interface. When creating entries in this table, suitable values for this object are determined by reading juniSmdsNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniSmdsIfRowStatus 1.3.6.1.4.1.4874.2.2.50.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: juniSmdsIfRowStatus juniSmdsIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniSmdsIfIndex must have been determined previously, by reading juniSmdsNextIfIndex. The interface identified by juniSmdsIfLowerIfIndex must exist. 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  

juniSmdsIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.50.1.2.1.3
The ifIndex of an interface over which this SMDS interface is 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  

juniSmdsMajorNextIfIndex 1.3.6.1.4.1.4874.2.2.50.1.3
Coordinate ifIndex value allocation for entries in juniSmdsMajorIfTable. 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  

juniSmdsMajorIfTable 1.3.6.1.4.1.4874.2.2.50.1.4
This table contains entries for SMDS major interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniSmdsMajorIfEntry

juniSmdsMajorIfEntry 1.3.6.1.4.1.4874.2.2.50.1.4.1
Each entry describes the characteristics of an SMDS major 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    
  JuniSmdsMajorIfEntry  

juniSmdsMajorIfIndex 1.3.6.1.4.1.4874.2.2.50.1.4.1.1
The ifIndex of the SMDS major interface. When creating entries in this table, suitable values for this object are determined by reading juniSmdsMajorNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniSmdsMajorIfRowStatus 1.3.6.1.4.1.4874.2.2.50.1.4.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: juniSmdsMajorIfRowStatus juniSmdsMajorIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniSmdsMajorIfIndex must have been determined previously, by reading juniSmdsMajorNextIfIndex. The interface identified by juniSmdsMajorIfLowerIfIndex must exist. 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  

juniSmdsMajorIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.50.1.4.1.3
The ifIndex of an interface over which this SMDS major interface is 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  

juniSmdsMajorIfKeepalive 1.3.6.1.4.1.4874.2.2.50.1.4.1.4
Keepalive interval in seconds. A value of zero disables keepalive.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 5..32767  

juniSmdsSubNextIfIndex 1.3.6.1.4.1.4874.2.2.50.1.5
Coordinate ifIndex value allocation for entries in juniSmdsSubIfTable. 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  

juniSmdsSubIfTable 1.3.6.1.4.1.4874.2.2.50.1.6
This table contains entries for SMDS subinterfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniSmdsSubIfEntry

juniSmdsSubIfEntry 1.3.6.1.4.1.4874.2.2.50.1.6.1
Each entry describes the characteristics of an SMDS subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/juniIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniSmdsSubIfEntry  

juniSmdsSubIfIndex 1.3.6.1.4.1.4874.2.2.50.1.6.1.1
The ifIndex of the SMDS subinterface. When creating entries in this table, suitable values for this object are determined by reading juniSmdsSubNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniSmdsSubIfRowStatus 1.3.6.1.4.1.4874.2.2.50.1.6.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: juniSmdsSubIfRowStatus juniSmdsSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniSmdsSubIfIndex must have been determined previously, by reading juniSmdsSubNextIfIndex. The interface identified by juniSmdsSubIfLowerIfIndex must exist. 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  

juniSmdsSubIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.50.1.6.1.3
The ifIndex of an interface over which this SMDS subinterface is 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  

juniSmdsSubIfSmdsAddress 1.3.6.1.4.1.4874.2.2.50.1.6.1.4
The 64 bit E.164 SMDS address that has been assigned to this SMDS subinterface. A value of 0 indicates no address is configured.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

juniSmdsSubIfSmdsMulticastIpAddress 1.3.6.1.4.1.4874.2.2.50.1.6.1.5
The 64 bit E.164 SMDS ip multicast address that has been assigned to this SMDS subinterface. A value of 0 indicates no address is configured.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

juniSmdsSubIfSmdsMulticastArpAddress 1.3.6.1.4.1.4874.2.2.50.1.6.1.6
The 64 bit E.164 SMDS multicast arp address that has been assigned to this SMDS subinterface. A value of 0 indicates no address is configured.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

juniSmdsMajorIfStatsTable 1.3.6.1.4.1.4874.2.2.50.1.7
This table contains entries for SMDS major interface statistics present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniSmdsMajorIfStatsEntry

juniSmdsMajorIfStatsEntry 1.3.6.1.4.1.4874.2.2.50.1.7.1
Each entry describes the statistics of an SMDS major interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniSmdsMajorIfStatsEntry  

juniSmdsMajorIfStatsInKeepaliveRequests 1.3.6.1.4.1.4874.2.2.50.1.7.1.1
The number of keepalive requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniSmdsMajorIfStatsOutKeepaliveRequests 1.3.6.1.4.1.4874.2.2.50.1.7.1.2
The number of keepalive requests transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniSmdsMajorIfStatsInKeepaliveReplies 1.3.6.1.4.1.4874.2.2.50.1.7.1.3
The number of keepalive replies received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniSmdsMajorIfStatsOutKeepaliveReplies 1.3.6.1.4.1.4874.2.2.50.1.7.1.4
The number of keepalive replies transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniSmdsMajorIfStatsKeepaliveFailures 1.3.6.1.4.1.4874.2.2.50.1.7.1.5
The number of keepalive failures detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniSmdsConformance 1.3.6.1.4.1.4874.2.2.50.4
OBJECT IDENTIFIER    

juniSmdsCompliances 1.3.6.1.4.1.4874.2.2.50.4.1
OBJECT IDENTIFIER    

juniSmdsGroups 1.3.6.1.4.1.4874.2.2.50.4.2
OBJECT IDENTIFIER    

juniSmdsCompliance 1.3.6.1.4.1.4874.2.2.50.4.1.1
Obsolete compliance statement for entities which implement the Juniper SMDS MIB. This statement became obsolete when support was added for major and sub interfaces.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniSmdsCompliance2 1.3.6.1.4.1.4874.2.2.50.4.1.2
The compliance statement for entities which implement the Juniper SMDS MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniSmdsGroup 1.3.6.1.4.1.4874.2.2.50.4.2.1
Obsolete collection of objects providing management of SMDS interfaces in a Juniper product. This group became obsolete when support was added for major and sub interfaces.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniSmdsGroup2 1.3.6.1.4.1.4874.2.2.50.4.2.2
A collection of objects providing management of SMDS interfaces in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP