CISCO-CNO-SWITCH-MIB

File: CISCO-CNO-SWITCH-MIB.mib (18741 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP DisplayString
ciscoExperiment ifIndex

Defined Types

CnosPortEntry  
SEQUENCE    
  cnosPortControllerRevision Integer32
  cnosPortName DisplayString
  cnosPortDuplexAdmin INTEGER
  cnosPortDuplexStatus INTEGER
  cnosPortSpeedAdmin INTEGER
  cnosPortSpeedStatus INTEGER
  cnosPortMonitoring INTEGER
  cnosPortLinkStatus INTEGER
  cnosPortSTPPortFastMode INTEGER
  cnosPortVlanMember INTEGER

CnosVlanEntry  
SEQUENCE    
  cnosVlanIndex Integer32
  cnosVlanSTPState INTEGER

Defined Values

ciscoCNOSwitchMIB 1.3.6.1.4.1.9.10.43
The MIB module for the management of Cisco Network Office (CNO) switch products.
MODULE-IDENTITY    

ciscoCNOSwitchMIBObjects 1.3.6.1.4.1.9.10.43.1
OBJECT IDENTIFIER    

cnosSysInfo 1.3.6.1.4.1.9.10.43.1.1
OBJECT IDENTIFIER    

cnosSysConfig 1.3.6.1.4.1.9.10.43.1.2
OBJECT IDENTIFIER    

cnosPort 1.3.6.1.4.1.9.10.43.1.3
OBJECT IDENTIFIER    

cnosVlan 1.3.6.1.4.1.9.10.43.1.4
OBJECT IDENTIFIER    

cnosSysInfoSerialNo 1.3.6.1.4.1.9.10.43.1.1.1
Serial number of the hardware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

cnosSysInfoBoardRevision 1.3.6.1.4.1.9.10.43.1.1.2
Returns the revision number of the switch main board on which the system firmware resides.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cnosSysInfoBootVersion 1.3.6.1.4.1.9.10.43.1.1.3
Returns the version number of the switch boot S/W residing in flash. The format is 'V1.2.3'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

cnosSysInfoAddrCapacity 1.3.6.1.4.1.9.10.43.1.1.4
The system-wide maximum number of addresses supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cnosSysConfigReset 1.3.6.1.4.1.9.10.43.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), reset(2)  

cnosSysConfigDefaultReset 1.3.6.1.4.1.9.10.43.1.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), reset(2)  

cnosSysConfigMonitor 1.3.6.1.4.1.9.10.43.1.2.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cnosSysConfigMonitorPort 1.3.6.1.4.1.9.10.43.1.2.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..8  

cnosPortTable 1.3.6.1.4.1.9.10.43.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnosPortEntry

cnosPortEntry 1.3.6.1.4.1.9.10.43.1.3.1.1
Configuration parameters for an individually switched port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CnosPortEntry  

cnosPortControllerRevision 1.3.6.1.4.1.9.10.43.1.3.1.1.1
Returns the revision number of the port controller.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cnosPortName 1.3.6.1.4.1.9.10.43.1.3.1.1.2
A descriptive string of up to 80 characters used by the network administrator to name a port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

cnosPortDuplexAdmin 1.3.6.1.4.1.9.10.43.1.3.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fullDuplex(1), halfDuplex(2), autoNegotiate(3)  

cnosPortDuplexStatus 1.3.6.1.4.1.9.10.43.1.3.1.1.4
The operating duplex mode of the switched port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fullDuplex(1), halfDuplex(2)  

cnosPortSpeedAdmin 1.3.6.1.4.1.9.10.43.1.3.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tenMbps(1), oneHundredMbps(2), autoNegotiate(3)  

cnosPortSpeedStatus 1.3.6.1.4.1.9.10.43.1.3.1.1.6
The operating speed of the switched port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tenMbps(1), oneHundredMbps(2)  

cnosPortMonitoring 1.3.6.1.4.1.9.10.43.1.3.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cnosPortLinkStatus 1.3.6.1.4.1.9.10.43.1.3.1.1.8
The current port link status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER link(1), noLink(2)  

cnosPortSTPPortFastMode 1.3.6.1.4.1.9.10.43.1.3.1.1.9
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cnosPortVlanMember 1.3.6.1.4.1.9.10.43.1.3.1.1.10
Set the port to be a member of a specified VLAN. Set the port to all(5) to be shared among all VLANs.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER vlan1(1), vlan2(2), vlan3(3), vlan4(4), all(5)  

cnosVlanTable 1.3.6.1.4.1.9.10.43.1.4.1
Table containing a list of VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnosVlanEntry

cnosVlanEntry 1.3.6.1.4.1.9.10.43.1.4.1.1
Information pertaining to a VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CnosVlanEntry  

cnosVlanIndex 1.3.6.1.4.1.9.10.43.1.4.1.1.1
Identification of a VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4  

cnosVlanSTPState 1.3.6.1.4.1.9.10.43.1.4.1.1.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ciscoCNOSwitchNotifications 1.3.6.1.4.1.9.10.43.2
OBJECT IDENTIFIER    

ciscoCNOSwitchNotificationsPrefix 1.3.6.1.4.1.9.10.43.2.0
OBJECT IDENTIFIER    

ciscoCNOSwitchMIBComformance 1.3.6.1.4.1.9.10.43.3
OBJECT IDENTIFIER    

ciscoCNOSwitchMIBCompliances 1.3.6.1.4.1.9.10.43.3.1
OBJECT IDENTIFIER    

ciscoCNOSwitchMIBGroups 1.3.6.1.4.1.9.10.43.3.2
OBJECT IDENTIFIER    

ciscoCNOSwitchCompliance 1.3.6.1.4.1.9.10.43.3.1.1
The compliance statement for the Cisco CNO switch products.
Status: current Access: read-write
MODULE-COMPLIANCE    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP