ECHN-MIB

File: ECHN-MIB.mib (13907 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises OBJECT-TYPE

Defined Types

NbsEthChnRunEntry  
SEQUENCE    
  nbsEthChnRunIndex INTEGER
  nbsEthChnRunStatus INTEGER
  nbsEthChnRunList OCTET STRING
  nbsEthChnRunLinkList OCTET STRING

NbsEthChnPermEntry  
SEQUENCE    
  nbsEthChnPermIndex INTEGER
  nbsEthChnPermStatus INTEGER
  nbsEthChnPermList OCTET STRING

NbsEthChnPossEntry  
SEQUENCE    
  nbsEthChnPossIndex INTEGER
  nbsEthChnPossRunStatus INTEGER
  nbsEthChnPossPermStatus INTEGER
  nbsEthChnPossPortMaxNum INTEGER
  nbsEthChnPossList OCTET STRING

Defined Values

nbase 1.3.6.1.4.1.629
OBJECT IDENTIFIER    

nbSwitchG1 1.3.6.1.4.1.629.1
OBJECT IDENTIFIER    

nbSwitchG1Il 1.3.6.1.4.1.629.1.50
OBJECT IDENTIFIER    

nbsEthChn 1.3.6.1.4.1.629.1.50.5
OBJECT IDENTIFIER    

nbsEthChnRun 1.3.6.1.4.1.629.1.50.5.1
OBJECT IDENTIFIER    

nbsEthChnPerm 1.3.6.1.4.1.629.1.50.5.2
OBJECT IDENTIFIER    

nbsEthChnPoss 1.3.6.1.4.1.629.1.50.5.3
OBJECT IDENTIFIER    

nbsEthChnEnable 1.3.6.1.4.1.629.1.50.5.4
Ethernet Channel enable/disable mode of device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

nbsEthChnPossNum 1.3.6.1.4.1.629.1.50.5.5
Maximum Possible number of the Groups for Ethernet Channels constructing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnMaxNum 1.3.6.1.4.1.629.1.50.5.6
Maximum Real number of Ethernet Channels that may be constructed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnRunNum 1.3.6.1.4.1.629.1.50.5.7
Real number of the Ethernet Channels in the RUN Data Base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnPermNum 1.3.6.1.4.1.629.1.50.5.8
Real number of the Ethernet Channels in the PERM Data Base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnRunTable 1.3.6.1.4.1.629.1.50.5.1.1
A list of the current Ethernet Channels defined. Number of entries is given by nbsEthChnMaxNum
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsEthChnRunEntry

nbsEthChnRunEntry 1.3.6.1.4.1.629.1.50.5.1.1.1
Contains the descriptor of a Ethernet Channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbsEthChnRunEntry  

nbsEthChnRunIndex 1.3.6.1.4.1.629.1.50.5.1.1.1.1
The serial number of this entry in the nbsEthChnRunTbl. It may range from 1 to the value of nbsEthChnsRunMaxNum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnRunStatus 1.3.6.1.4.1.629.1.50.5.1.1.1.2
The object is used to create/delete entries in the nbsEthChnRunTable table. Setting this value to invalid(2) for a certain nbsEthChnRunIndex, deletes this entry. To create a new entry a SET PDU with the nbsEthChnRunList and nbsEthChnRunStatus=valid(1) objects is required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbsEthChnRunList 1.3.6.1.4.1.629.1.50.5.1.1.1.3
Bitmap of ports forming the Ethernet Channel in the Run Data Base. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of <1> then that port is included in the set of ports. The port is not included if its bit has a value of <0>.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  


nbsEthChnPermTable 1.3.6.1.4.1.629.1.50.5.2.1
A list of the current Ethernet Channels defined. Number of entries is given by nbsEthChnMaxNum
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsEthChnPermEntry

nbsEthChnPermEntry 1.3.6.1.4.1.629.1.50.5.2.1.1
Contains the descriptor of a Ethernet Channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbsEthChnPermEntry  

nbsEthChnPermIndex 1.3.6.1.4.1.629.1.50.5.2.1.1.1
The serial number of this entry in the nbsEthChnPermTbl. It may range from 1 to the value of nbsEthChnsPermMaxNum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnPermStatus 1.3.6.1.4.1.629.1.50.5.2.1.1.2
The object is used to create/delete entries in the nbsEthChnPermTable table. Setting this value to invalid(2) for a certain nbsEthChnPermIndex, deletes this entry. To create a new entry a SET PDU with the nbsEthChnPermList and nbsEthChnPermStatus=valid(1) objects is required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbsEthChnPermList 1.3.6.1.4.1.629.1.50.5.2.1.1.3
Bitmap of ports forming the Ethernet Channel in the Permanent Data Base. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of <1> then that port is included in the set of ports. The port is not included if its bit has a value of <0>.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nbsEthChnPossTable 1.3.6.1.4.1.629.1.50.5.3.1
A list of the possible ports for the Ethernet Channels. Number of entries is given by nbsEthChnPossNum
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsEthChnPossEntry

nbsEthChnPossEntry 1.3.6.1.4.1.629.1.50.5.3.1.1
Contains the descriptor of a Ethernet Channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbsEthChnPossEntry  

nbsEthChnPossIndex 1.3.6.1.4.1.629.1.50.5.3.1.1.1
The serial number of this entry in the nbsEthChnPossTable. It may range from 1 to the value of nbsEthChnPossNum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnPossRunStatus 1.3.6.1.4.1.629.1.50.5.3.1.1.2
The object is used to know if the current possible port list is used in the RUN Ethernet Channel data base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

nbsEthChnPossPermStatus 1.3.6.1.4.1.629.1.50.5.3.1.1.3
The object is used to know if the current possible port list is used in the PERM Ethernet Channel data base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

nbsEthChnPossPortMaxNum 1.3.6.1.4.1.629.1.50.5.3.1.1.4
The max number of ports in the this EtherChannel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsEthChnPossList 1.3.6.1.4.1.629.1.50.5.3.1.1.5
Bitmap of ports that are possible for each Ethernet Channel. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of <1> then that port is included in the set of ports. The port is not included if its bit has a value of <0>.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING