CTELS100-NG-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTELS100-NG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
mib_2 | 1.3.6.1.2.1 | |||
cabletron | 1.3.6.1.4.1.52 | |||
els100 | 1.3.6.1.4.1.52.1011 | |||
els100SystemConfig | 1.3.6.1.4.1.52.1011.1 | |||
els100SysSerialno | 1.3.6.1.4.1.52.1011.1.1 | displaystring | read-only |
The serial number of the system. |
els100SysTftpIPAddress | 1.3.6.1.4.1.52.1011.1.2 | ipaddress | read-write |
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. |
els100SysTftpFilename | 1.3.6.1.4.1.52.1011.1.3 | displaystring | read-write |
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. |
els100SysPowerupCount | 1.3.6.1.4.1.52.1011.1.4 | integer | read-only |
The total number of times the system has powered up since it was shipped from the factory. |
els100SysBrcastCutoffRate | 1.3.6.1.4.1.52.1011.1.5 | integer | read-write |
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). |
els100SysGatewayIPAddress | 1.3.6.1.4.1.52.1011.1.6 | ipaddress | read-write |
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. |
els100SysTftpStartDownload | 1.3.6.1.4.1.52.1011.1.7 | integer | read-write |
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). Enumeration: 'download': 1, 'noDownload': 2. |
els100SysBootPDhcpEnable | 1.3.6.1.4.1.52.1011.1.8 | integer | read-write |
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. Enumeration: 'enable': 2, 'disable': 1. |
els100SysReset | 1.3.6.1.4.1.52.1011.1.10 | integer | read-write |
Initiate a software reset of the system. Enumeration: 'reset': 2, 'noReset': 1. |
els100SysSyslogServer | 1.3.6.1.4.1.52.1011.1.11 | ipaddress | read-write |
The IP address of the Syslog Server. |
els100SysLowestSyslogSeverity | 1.3.6.1.4.1.52.1011.1.12 | integer | read-write |
The Lowest Syslog Severity Level. All logs with the same or higher severity will be delivered. Note: higher severity has lower number. Enumeration: 'info': 6, 'notice': 5, 'emergency': 0, 'alert': 1, 'critical': 2, 'error': 3, 'debug': 7, 'warning': 4. |
els100SysComPortEnable | 1.3.6.1.4.1.52.1011.1.13 | integer | read-write |
The administrative state of the Com Port. Enumeration: 'disabled': 1, 'enabled': 2. |
els100SysBoardID | 1.3.6.1.4.1.52.1011.1.14 | integer | read-only |
The system board ID. |
els100PortTable | 1.3.6.1.4.1.52.1011.2 | no-access |
The port table. |
|
1.3.6.1.4.1.52.1011.2.1 | no-access |
An entry in the port table. |
||
els100Port | 1.3.6.1.4.1.52.1011.2.1.1 | integer | read-only |
The number of the port, from 1 to the number of ports on the system. |
els100PortStatus | 1.3.6.1.4.1.52.1011.2.1.2 | integer | read-only |
The connection (link) status of the port, either up (linked) or down (not linked). Enumeration: 'down': 2, 'up': 1. |
els100PortDuplexStatus | 1.3.6.1.4.1.52.1011.2.1.3 | integer | read-write |
The duplex status of the port, either half duplex or full duplex. Enumeration: 'full': 2, 'half': 1. |
els100PortForwardedFrames | 1.3.6.1.4.1.52.1011.2.1.4 | counter | read-only |
The number of frames received on the port and forwarded to another port on the system module for processing. |
els100PortRcvdLocalFrames | 1.3.6.1.4.1.52.1011.2.1.5 | counter | read-only |
The number of frames received where the destination is on the port. |
els100PortName | 1.3.6.1.4.1.52.1011.2.1.6 | displaystring | read-write |
A descriptive string of up to 60 characters used by the network administrator to name the port. |
els100PortEnable | 1.3.6.1.4.1.52.1011.2.1.7 | integer | read-write |
The enable status of the port, either enable or disable. Enumeration: 'enable': 2, 'disable': 1. |
els100PortSpeed | 1.3.6.1.4.1.52.1011.2.1.8 | integer | read-write |
The speed the port is operating at: 10Mbps, or 100Mbps, or 1000Mbps. Enumeration: 'tenMbps': 1, 'oneHundredMbps': 2, 'oneThousandMbps': 3. |
els100PortAutonegEnable | 1.3.6.1.4.1.52.1011.2.1.9 | integer | read-write |
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. Enumeration: 'enable': 2, 'disable': 1. |
els100PortFlowControlEnable | 1.3.6.1.4.1.52.1011.2.1.10 | integer | read-write |
The state of flow control operation of the port, either enable or disable. Enumeration: 'enable': 2, 'disable': 1. |
els100PortType | 1.3.6.1.4.1.52.1011.2.1.11 | integer | read-only |
Port physical interface type. Enumeration: 'ieee100BaseFx-SM': 5, 'ieee10BaseT': 2, 'unknown': 1, 'ieee1000BaseLx': 7, 'ieee1000BaseSx': 8, 'ieee1000BaseX': 10, 'ieee100BaseFx-MM': 4, 'ieee1000BaseCx': 6, 'ieee100BaseTx': 3, 'ieee1000BaseT': 9. |
els100Switch | 1.3.6.1.4.1.52.1011.3 | |||
els100SwitchIPAddress | 1.3.6.1.4.1.52.1011.3.1 | ipaddress | read-write |
The IP address of the system. |
els100SwitchSubnetMask | 1.3.6.1.4.1.52.1011.3.2 | ipaddress | read-write |
The subnet mask associated with the IP address of the system. |
els100ActiveAgingTime | 1.3.6.1.4.1.52.1011.3.3 | integer | read-write |
The aging time of entries in the MAC address forwarding table of the system. |
els100SwitchSTPStatus | 1.3.6.1.4.1.52.1011.3.5 | integer | read-write |
The Spanning Tree status of the system, enter on or off. Enumeration: 'on': 1, 'off': 2. |
els100SwitchManager | 1.3.6.1.4.1.52.1011.3.6 | |||
els100SwitchTrapRcvr1 | 1.3.6.1.4.1.52.1011.3.6.1 | ipaddress | read-write |
The IP address of the first SNMP manager to which traps from the system are directed. |
els100SwitchTrapCommunity1 | 1.3.6.1.4.1.52.1011.3.6.2 | displaystring | read-write |
The community name of the first SNMP manager to which traps from the system are directed. |
els100SwitchTrapRcvr2 | 1.3.6.1.4.1.52.1011.3.6.3 | ipaddress | read-write |
The IP address of the second SNMP manager to which traps from the system are directed. |
els100SwitchTrapCommunity2 | 1.3.6.1.4.1.52.1011.3.6.4 | displaystring | read-write |
The community name of the second SNMP manager to which traps from the system are directed. |
els100SwitchTrapRcvr3 | 1.3.6.1.4.1.52.1011.3.6.5 | ipaddress | read-write |
The IP address of the third SNMP manager to which traps from the system are directed. |
els100SwitchTrapCommunity3 | 1.3.6.1.4.1.52.1011.3.6.6 | displaystring | read-write |
The community name of the third SNMP manager to which traps from the system are directed. |
els100SwitchTrapRcvr4 | 1.3.6.1.4.1.52.1011.3.6.7 | ipaddress | read-write |
The IP address of the fourth SNMP manager to which traps from the system are directed. |
els100SwitchTrapCommunity4 | 1.3.6.1.4.1.52.1011.3.6.8 | displaystring | read-write |
The community name of the fourth SNMP manager to which traps from the system are directed. |
els100SwitchPortMirroringStatus | 1.3.6.1.4.1.52.1011.3.7 | integer | read-write |
The Port Mirroring status of the system, either disable or enable. Enumeration: 'enable': 2, 'disable': 1. |
els100SwitchMirroredPort | 1.3.6.1.4.1.52.1011.3.8 | integer | read-write |
The port that is being mirrored - the source. |
els100SwitchMirroringPort | 1.3.6.1.4.1.52.1011.3.9 | integer | read-write |
The port that is mirroring - the destination. |
els100SwitchXmitMirrorEnable | 1.3.6.1.4.1.52.1011.3.10 | integer | read-write |
Enable or disable the mirroring of transmitted traffic out the mirrored port to the mirroring port. Enumeration: 'enable': 2, 'disable': 1. |
els100SwitchRcvMirrorEnable | 1.3.6.1.4.1.52.1011.3.11 | integer | read-write |
Enable or disable the mirroring of received traffic into the mirrored port to the mirroring port. Enumeration: 'enable': 2, 'disable': 1. |
els100SwitchVlanEnable | 1.3.6.1.4.1.52.1011.3.12 | integer | read-write |
Globally enable or disable the VLAN operation of the system. Enumeration: 'enable': 2, 'disable': 1. |
els100SwitchVlanConfigTable | 1.3.6.1.4.1.52.1011.3.13 | no-access |
The VLAN configuration table. |
|
1.3.6.1.4.1.52.1011.3.13.1 | no-access |
An entry in the VLAN configuration table. |
||
els100SwitchVlanId | 1.3.6.1.4.1.52.1011.3.13.1.1 | integer | read-write |
The number of the VLAN, from 1 to the number of VLAN's supported on the system. |
els100SwitchVlanName | 1.3.6.1.4.1.52.1011.3.13.1.2 | displaystring | read-write |
A descriptive string of up to 60 characters used by the network administrator to name the VLAN. |
els100SwitchVlanPorts | 1.3.6.1.4.1.52.1011.3.13.1.3 | octet string | read-write |
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'. |
els100SwitchVlanEgressPorts | 1.3.6.1.4.1.52.1011.3.13.1.4 | octet string | read-write |
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'. |
els100SwitchVlanStatus | 1.3.6.1.4.1.52.1011.3.13.1.5 | integer | read-write |
Control variable used to enable or disable the operation of the associated VLAN in the system. Enumeration: 'enable': 1, 'disable': 2. |
els100SwitchVlanPortTable | 1.3.6.1.4.1.52.1011.3.14 | no-access |
The VLAN port configuration table. |
|
1.3.6.1.4.1.52.1011.3.14.1 | no-access |
An entry in the VLAN port configuration table. |
||
els100SwitchVlanPortId | 1.3.6.1.4.1.52.1011.3.14.1.1 | integer | read-only |
The number of the port, from 1 to number of ports in the system. |
els100SwitchVlanPvid | 1.3.6.1.4.1.52.1011.3.14.1.2 | integer | read-write |
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. |
els100SwitchVlanPortType | 1.3.6.1.4.1.52.1011.3.14.1.3 | integer | read-write |
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. Enumeration: 'access': 2, 'hybrid': 1. |
els100SwitchPriorityEnable | 1.3.6.1.4.1.52.1011.3.15 | integer | read-write |
Globally enable or disable the Class of Service traffic priority mechanism for the system. Enumeration: 'enable': 2, 'disable': 1. |
els100SwitchPriorityThreshold | 1.3.6.1.4.1.52.1011.3.16 | integer | read-write |
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. |
els100SwitchPriorityPortTable | 1.3.6.1.4.1.52.1011.3.17 | no-access |
The priority port table. |
|
1.3.6.1.4.1.52.1011.3.17.1 | no-access |
An entry in the port priority table. |
||
els100SwitchPriorityPortId | 1.3.6.1.4.1.52.1011.3.17.1.1 | integer | read-only |
The port number, from 1 to number of ports in the system. |
els100SwitchPriorityDefault | 1.3.6.1.4.1.52.1011.3.17.1.2 | integer | read-write |
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. |
els100SwitchSpanningTreeStandby | 1.3.6.1.4.1.52.1011.3.18 | integer | read-write |
Globally enable or disable Spanning Tree Standby. If set to disable, every port will instanly enter forwarding mode after link up Enumeration: 'enable': 2, 'disable': 1. |