CTELS100-NG-MIB

File: CTELS100-NG-MIB.mib (33388 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

Counter mgmt NetworkAddress
enterprises DisplayString OBJECT-TYPE

Defined Types

Els100PortEntry  
SEQUENCE    
  els100Port INTEGER
  els100PortStatus INTEGER
  els100PortDuplexStatus INTEGER
  els100PortForwardedFrames Counter
  els100PortRcvdLocalFrames Counter
  els100PortName DisplayString
  els100PortEnable INTEGER
  els100PortSpeed INTEGER
  els100PortAutonegEnable INTEGER
  els100PortFlowControlEnable INTEGER
  els100PortType INTEGER

Els100SwitchVlanEntry  
SEQUENCE    
  els100SwitchVlanId INTEGER
  els100SwitchVlanName DisplayString
  els100SwitchVlanPorts OCTET STRING
  els100SwitchVlanEgressPorts OCTET STRING
  els100SwitchVlanStatus INTEGER

Els100SwitchVlanPortEntry  
SEQUENCE    
  els100SwitchVlanPortId INTEGER
  els100SwitchVlanPvid INTEGER
  els100SwitchVlanPortType INTEGER

Els100SwitchPriorityPortEntry  
SEQUENCE    
  els100SwitchPriorityPortId INTEGER
  els100SwitchPriorityDefault INTEGER

Defined Values

mib-2 1.3.6.1.2.1
OBJECT IDENTIFIER    

cabletron 1.3.6.1.4.1.52
OBJECT IDENTIFIER    

els100 1.3.6.1.4.1.52.1011
OBJECT IDENTIFIER    

els100SystemConfig 1.3.6.1.4.1.52.1011.1
OBJECT IDENTIFIER    

els100Switch 1.3.6.1.4.1.52.1011.3
OBJECT IDENTIFIER    

els100SysSerialno 1.3.6.1.4.1.52.1011.1.1
The serial number of the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

els100SysTftpIPAddress 1.3.6.1.4.1.52.1011.1.2
The IP address of the TFTP server from which a software download is to be initiated. This variable must be set before a TFTP download can be started with the els100SysTftpStartDownload variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SysTftpFilename 1.3.6.1.4.1.52.1011.1.3
The name of the software upgrade file residing on the TFTP server. Path information must be included in the file name. This variable must be set before a TFTP download can be started with the els100SysTftpStartDownload variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

els100SysPowerupCount 1.3.6.1.4.1.52.1011.1.4
The total number of times the system has powered up since it was shipped from the factory.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

els100SysBrcastCutoffRate 1.3.6.1.4.1.52.1011.1.5
The Broadcast Cutoff Rate of the switch allowing for the control of broadcast storms. The value of this variable sets a per second rate. If the broadcast and unknown destination address frames being forwarded through the system surpass this rate, they are dropped. Valid values for this parameter are in the range (100..500000).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SysGatewayIPAddress 1.3.6.1.4.1.52.1011.1.6
The IP address of the next hop router (gateway) to which frames destined for an IP subnet different than what the system resides are sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SysTftpStartDownload 1.3.6.1.4.1.52.1011.1.7
Start a TFTP download. A SET of this variable with the value download (1) initiates a TFTP download to upgrade the system software. The variables els100SysTftpIPAddress and els100SysTftpFilename must be configured before a download can begin. A GET of this variable will always return the value noDownload (2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER download(1), noDownload(2)  

els100SysBootPDhcpEnable 1.3.6.1.4.1.52.1011.1.8
Enable or disable the operation of the BootP and DHCP protocols on the system. These protocols are used for automatically configuring the system's IP address information if a properly configured BootP and/or DHCP server exists on the network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SysReset 1.3.6.1.4.1.52.1011.1.10
Initiate a software reset of the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), reset(2)  

els100SysSyslogServer 1.3.6.1.4.1.52.1011.1.11
The IP address of the Syslog Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SysLowestSyslogSeverity 1.3.6.1.4.1.52.1011.1.12
The Lowest Syslog Severity Level. All logs with the same or higher severity will be delivered. Note: higher severity has lower number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)  

els100SysComPortEnable 1.3.6.1.4.1.52.1011.1.13
The administrative state of the Com Port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

els100SysBoardID 1.3.6.1.4.1.52.1011.1.14
The system board ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

els100PortTable 1.3.6.1.4.1.52.1011.2
The port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Els100PortEntry

els100PortEntry 1.3.6.1.4.1.52.1011.2.1
An entry in the port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Els100PortEntry  

els100Port 1.3.6.1.4.1.52.1011.2.1.1
The number of the port, from 1 to the number of ports on the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

els100PortStatus 1.3.6.1.4.1.52.1011.2.1.2
The connection (link) status of the port, either up (linked) or down (not linked).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

els100PortDuplexStatus 1.3.6.1.4.1.52.1011.2.1.3
The duplex status of the port, either half duplex or full duplex.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER half(1), full(2)  

els100PortForwardedFrames 1.3.6.1.4.1.52.1011.2.1.4
The number of frames received on the port and forwarded to another port on the system module for processing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

els100PortRcvdLocalFrames 1.3.6.1.4.1.52.1011.2.1.5
The number of frames received where the destination is on the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

els100PortName 1.3.6.1.4.1.52.1011.2.1.6
A descriptive string of up to 60 characters used by the network administrator to name the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100PortEnable 1.3.6.1.4.1.52.1011.2.1.7
The enable status of the port, either enable or disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100PortSpeed 1.3.6.1.4.1.52.1011.2.1.8
The speed the port is operating at: 10Mbps, or 100Mbps, or 1000Mbps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tenMbps(1), oneHundredMbps(2), oneThousandMbps(3)  

els100PortAutonegEnable 1.3.6.1.4.1.52.1011.2.1.9
The auto-negotiation status of the port, either enable or disable. When in the enable (2) state, the port will automatically configure its duplex and speed operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100PortFlowControlEnable 1.3.6.1.4.1.52.1011.2.1.10
The state of flow control operation of the port, either enable or disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100PortType 1.3.6.1.4.1.52.1011.2.1.11
Port physical interface type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ieee10BaseT(2), ieee100BaseTx(3), ieee100BaseFx-MM(4), ieee100BaseFx-SM(5), ieee1000BaseCx(6), ieee1000BaseLx(7), ieee1000BaseSx(8), ieee1000BaseT(9), ieee1000BaseX(10)  

els100SwitchIPAddress 1.3.6.1.4.1.52.1011.3.1
The IP address of the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SwitchSubnetMask 1.3.6.1.4.1.52.1011.3.2
The subnet mask associated with the IP address of the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100ActiveAgingTime 1.3.6.1.4.1.52.1011.3.3
The aging time of entries in the MAC address forwarding table of the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchSTPStatus 1.3.6.1.4.1.52.1011.3.5
The Spanning Tree status of the system, enter on or off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

els100SwitchManager 1.3.6.1.4.1.52.1011.3.6
OBJECT IDENTIFIER    

els100SwitchTrapRcvr1 1.3.6.1.4.1.52.1011.3.6.1
The IP address of the first SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SwitchTrapCommunity1 1.3.6.1.4.1.52.1011.3.6.2
The community name of the first SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100SwitchTrapRcvr2 1.3.6.1.4.1.52.1011.3.6.3
The IP address of the second SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SwitchTrapCommunity2 1.3.6.1.4.1.52.1011.3.6.4
The community name of the second SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100SwitchTrapRcvr3 1.3.6.1.4.1.52.1011.3.6.5
The IP address of the third SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SwitchTrapCommunity3 1.3.6.1.4.1.52.1011.3.6.6
The community name of the third SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100SwitchTrapRcvr4 1.3.6.1.4.1.52.1011.3.6.7
The IP address of the fourth SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

els100SwitchTrapCommunity4 1.3.6.1.4.1.52.1011.3.6.8
The community name of the fourth SNMP manager to which traps from the system are directed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100SwitchPortMirroringStatus 1.3.6.1.4.1.52.1011.3.7
The Port Mirroring status of the system, either disable or enable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SwitchMirroredPort 1.3.6.1.4.1.52.1011.3.8
The port that is being mirrored - the source.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchMirroringPort 1.3.6.1.4.1.52.1011.3.9
The port that is mirroring - the destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchXmitMirrorEnable 1.3.6.1.4.1.52.1011.3.10
Enable or disable the mirroring of transmitted traffic out the mirrored port to the mirroring port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SwitchRcvMirrorEnable 1.3.6.1.4.1.52.1011.3.11
Enable or disable the mirroring of received traffic into the mirrored port to the mirroring port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SwitchVlanEnable 1.3.6.1.4.1.52.1011.3.12
Globally enable or disable the VLAN operation of the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SwitchVlanConfigTable 1.3.6.1.4.1.52.1011.3.13
The VLAN configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Els100SwitchVlanEntry

els100SwitchVlanEntry 1.3.6.1.4.1.52.1011.3.13.1
An entry in the VLAN configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Els100SwitchVlanEntry  

els100SwitchVlanId 1.3.6.1.4.1.52.1011.3.13.1.1
The number of the VLAN, from 1 to the number of VLAN's supported on the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchVlanName 1.3.6.1.4.1.52.1011.3.13.1.2
A descriptive string of up to 60 characters used by the network administrator to name the VLAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

els100SwitchVlanPorts 1.3.6.1.4.1.52.1011.3.13.1.3
The set of ports in the VLAN. For systems supporting tagged VLAN's, these are the ports to which packets on the VLAN are sent untagged. 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 system 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 VLAN; the port is not included if its bit has a value of '0'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

els100SwitchVlanEgressPorts 1.3.6.1.4.1.52.1011.3.13.1.4
The set of ports defined to be on other VLAN's to which tagged packets destined for this specific VLAN should also be sent. Thus, this variable defines ports on the system that reach stations downstream which are on this VLAN and to which traffic may be forwarded. 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 system 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 VLAN; the port is not included if its bit has a value of '0'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

els100SwitchVlanStatus 1.3.6.1.4.1.52.1011.3.13.1.5
Control variable used to enable or disable the operation of the associated VLAN in the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

els100SwitchVlanPortTable 1.3.6.1.4.1.52.1011.3.14
The VLAN port configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Els100SwitchVlanPortEntry

els100SwitchVlanPortEntry 1.3.6.1.4.1.52.1011.3.14.1
An entry in the VLAN port configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Els100SwitchVlanPortEntry  

els100SwitchVlanPortId 1.3.6.1.4.1.52.1011.3.14.1.1
The number of the port, from 1 to number of ports in the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..63  

els100SwitchVlanPvid 1.3.6.1.4.1.52.1011.3.14.1.2
The port's VLAN ID. For tagged VLAN's, this variable defines a 12 bit port VLAN ID (PVID) used as the identifier of the VLAN in the packet tag.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

els100SwitchVlanPortType 1.3.6.1.4.1.52.1011.3.14.1.3
For tagged VLAN's, the VLAN port type, either hybrid or access. Hybrid ports allow both tagged and untagged packets to enter the switch. Access ports only accept untagged packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER hybrid(1), access(2)  

els100SwitchPriorityEnable 1.3.6.1.4.1.52.1011.3.15
Globally enable or disable the Class of Service traffic priority mechanism for the system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

els100SwitchPriorityThreshold 1.3.6.1.4.1.52.1011.3.16
The global priority threshold level for the system at which VLAN tagged frames entering the associated port are assigned a high priority. This variable can have a value from (0...7). Traffic with a priority level equal to or above this value are high priority. Traffic with a priority level below this value are normal priority.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchPriorityPortTable 1.3.6.1.4.1.52.1011.3.17
The priority port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Els100SwitchPriorityPortEntry

els100SwitchPriorityPortEntry 1.3.6.1.4.1.52.1011.3.17.1
An entry in the port priority table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Els100SwitchPriorityPortEntry  

els100SwitchPriorityPortId 1.3.6.1.4.1.52.1011.3.17.1.1
The port number, from 1 to number of ports in the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

els100SwitchPriorityDefault 1.3.6.1.4.1.52.1011.3.17.1.2
The port priority level assigned to untagged traffic entering the associated port. This variable can have a value in the range (0...7). This value is compared to the value of the els100SwitchPriorityThreshold variable to determine if the traffic on the port is high or normal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

els100SwitchSpanningTreeStandby 1.3.6.1.4.1.52.1011.3.18
Globally enable or disable Spanning Tree Standby. If set to disable, every port will instanly enter forwarding mode after link up
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)