CISCO-CNO-SWITCH-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-CNO-SWITCH-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 |
ciscoCNOSwitchMIB | 1.3.6.1.4.1.9.10.43 |
The MIB module for the management of Cisco Network Office (CNO) switch products. |
||
ciscoCNOSwitchMIBObjects | 1.3.6.1.4.1.9.10.43.1 | |||
cnosSysInfo | 1.3.6.1.4.1.9.10.43.1.1 | |||
cnosSysInfoSerialNo | 1.3.6.1.4.1.9.10.43.1.1.1 | displaystring | read-only |
Serial number of the hardware. |
cnosSysInfoBoardRevision | 1.3.6.1.4.1.9.10.43.1.1.2 | integer32 | read-only |
Returns the revision number of the switch main board on which the system firmware resides. |
cnosSysInfoBootVersion | 1.3.6.1.4.1.9.10.43.1.1.3 | displaystring | read-only |
Returns the version number of the switch boot S/W residing in flash. The format is 'V1.2.3'. |
cnosSysInfoAddrCapacity | 1.3.6.1.4.1.9.10.43.1.1.4 | integer32 | read-only |
The system-wide maximum number of addresses supported. |
cnosSysConfig | 1.3.6.1.4.1.9.10.43.1.2 | |||
cnosSysConfigReset | 1.3.6.1.4.1.9.10.43.1.2.1 | integer | read-write |
Setting this object to reset(2) causes a complete reset of both hardware and software, but does not run the POST (Power On Self Test). Setting this object to noReset(1) has no effect. The switch always returns the value noReset(1) when this object is read. Enumeration: 'reset': 2, 'noReset': 1. |
cnosSysConfigDefaultReset | 1.3.6.1.4.1.9.10.43.1.2.2 | integer | read-write |
Setting this object to reset(2) causes a complete reset of both hardware and software, but does not run the POST (Power On Self Test). All configuration parameters will revert to their factory default settings, and all addresses assigned will be removed. Setting this object to noReset(1) has no effect. The switch always returns the value noReset(1) when this object is read. Enumeration: 'reset': 2, 'noReset': 1. |
cnosSysConfigMonitor | 1.3.6.1.4.1.9.10.43.1.2.3 | integer | read-write |
Selects whether frames to/from certain ports are sent to conSwitchSysConfigMonitorPort. A port is selected for monitoring purpose when its cnosPortMonitoring object is set to enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
cnosSysConfigMonitorPort | 1.3.6.1.4.1.9.10.43.1.2.4 | integer32 | read-write |
Port number to which all frames to/from monitored ports are sent. Frames are only monitored if the sysConfigMonitor object is set to enabled(1). A number from 1 to 8 selects a switch port. The number 0 selects no monitor port. |
cnosPort | 1.3.6.1.4.1.9.10.43.1.3 | |||
cnosPortTable | 1.3.6.1.4.1.9.10.43.1.3.1 | no-access |
A list of configuration entries for individually switched ports. There in one entry created automatically for each switch port (ifType of ethernetCsmacd) on the device. |
|
1.3.6.1.4.1.9.10.43.1.3.1.1 | no-access |
Configuration parameters for an individually switched port. |
||
cnosPortControllerRevision | 1.3.6.1.4.1.9.10.43.1.3.1.1.1 | integer32 | read-only |
Returns the revision number of the port controller. |
cnosPortName | 1.3.6.1.4.1.9.10.43.1.3.1.1.2 | displaystring | read-write |
A descriptive string of up to 80 characters used by the network administrator to name a port. |
cnosPortDuplexAdmin | 1.3.6.1.4.1.9.10.43.1.3.1.1.3 | integer | read-write |
Set to fullDuplex(1) to operate in full duplex mode: port will allow simultaneous transmit and receive which can double its bandwidth. Set to halfDuplex(2) to operate in normal mode. Set to autoNegotiate(3) to allow the switch to negotiate with the other end of the connection. Enumeration: 'autoNegotiate': 3, 'fullDuplex': 1, 'halfDuplex': 2. |
cnosPortDuplexStatus | 1.3.6.1.4.1.9.10.43.1.3.1.1.4 | integer | read-only |
The operating duplex mode of the switched port. Enumeration: 'fullDuplex': 1, 'halfDuplex': 2. |
cnosPortSpeedAdmin | 1.3.6.1.4.1.9.10.43.1.3.1.1.5 | integer | read-write |
Set to tenMbps(1) to operate in 10Mbps speed mode. Set to oneHundredMbps(2) to operate in 100Mbps speed mode. Set to autoNegotiate(3) to allow the switch to negotiate with the other end of the connection. Enumeration: 'tenMbps': 1, 'oneHundredMbps': 2, 'autoNegotiate': 3. |
cnosPortSpeedStatus | 1.3.6.1.4.1.9.10.43.1.3.1.1.6 | integer | read-only |
The operating speed of the switched port. Enumeration: 'tenMbps': 1, 'oneHundredMbps': 2. |
cnosPortMonitoring | 1.3.6.1.4.1.9.10.43.1.3.1.1.7 | integer | read-write |
Set to enabled(1) to forward receive and transmit frames on this port to the port identified by cnosSysConfigMonitorPort. Set to disabled(2) to not monitor frame traffic on this port. Enumeration: 'disabled': 2, 'enabled': 1. |
cnosPortLinkStatus | 1.3.6.1.4.1.9.10.43.1.3.1.1.8 | integer | read-only |
The current port link status. Enumeration: 'link': 1, 'noLink': 2. |
cnosPortSTPPortFastMode | 1.3.6.1.4.1.9.10.43.1.3.1.1.9 | integer | read-write |
This object configures the port into the Spanning Tree port-fast mode. When enabled(1), the STP can transition the port's state directly from blocking to forwarding, and vice versa, without going through the intermediate listening and learning states. This object should only be enabled for a port that is connected to a single workstation. A port that is attached to a network segment with multiple network nodes or bridges should have this object set to disabled(2) since a temporary loop may occur when port changes state. Enumeration: 'disabled': 2, 'enabled': 1. |
cnosPortVlanMember | 1.3.6.1.4.1.9.10.43.1.3.1.1.10 | integer | read-write |
Set the port to be a member of a specified VLAN. Set the port to all(5) to be shared among all VLANs. Enumeration: 'vlan1': 1, 'vlan2': 2, 'vlan3': 3, 'vlan4': 4, 'all': 5. |
cnosVlan | 1.3.6.1.4.1.9.10.43.1.4 | |||
cnosVlanTable | 1.3.6.1.4.1.9.10.43.1.4.1 | no-access |
Table containing a list of VLANs. |
|
1.3.6.1.4.1.9.10.43.1.4.1.1 | no-access |
Information pertaining to a VLAN. |
||
cnosVlanIndex | 1.3.6.1.4.1.9.10.43.1.4.1.1.1 | integer32 | no-access |
Identification of a VLAN entry. |
cnosVlanSTPState | 1.3.6.1.4.1.9.10.43.1.4.1.1.2 | integer | read-write |
The switch implements the 802.1d Spanning Tree Algorithm & Protocol (STP) on all its port to detect loops in the bridge topology. The user may, for any reason, elect to disable the execution of STP, by setting this object to disabled(2). Enumeration: 'disabled': 2, 'enabled': 1. |
ciscoCNOSwitchNotifications | 1.3.6.1.4.1.9.10.43.2 | |||
ciscoCNOSwitchNotificationsPrefix | 1.3.6.1.4.1.9.10.43.2.0 | |||
ciscoCNOSwitchMIBComformance | 1.3.6.1.4.1.9.10.43.3 | |||
ciscoCNOSwitchMIBCompliances | 1.3.6.1.4.1.9.10.43.3.1 | |||
ciscoCNOSwitchCompliance | 1.3.6.1.4.1.9.10.43.3.1.1 |
The compliance statement for the Cisco CNO switch products. |
||
ciscoCNOSwitchMIBGroups | 1.3.6.1.4.1.9.10.43.3.2 | |||
ciscoCNOSwitchSysInfoGroup | 1.3.6.1.4.1.9.10.43.3.2.1 |
A collection of the system information objects for use with the Cisco CNO switch products. |
||
ciscoCNOSwitchConfigGroup | 1.3.6.1.4.1.9.10.43.3.2.2 |
A collection of the system configuration objects for use with the Cisco CNO switch products. |
||
ciscoCNOSwitchPortGroup | 1.3.6.1.4.1.9.10.43.3.2.3 |
A collection of the the switched port objects for use with the Cisco CNO switch products. |
||
ciscoCNOSwitchMonitorPortGroup | 1.3.6.1.4.1.9.10.43.3.2.4 |
A collection of the switched port monitoring objects for use with the Cisco CNO switch products. |
||
ciscoCNOSwitchVlanGroup | 1.3.6.1.4.1.9.10.43.3.2.5 |
A collection of the VLAN objects for use with the Cisco CNO switch products. |