CISCO-SIBU-MANAGERS-MIB

File: CISCO-SIBU-MANAGERS-MIB.mib (18465 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP RowStatus DisplayString
ciscoExperiment

Defined Types

CmSnmpSetManagerEntry  
SEQUENCE    
  cmSnmpSetManagerAddr IpAddress
  cmSnmpSetManagerRowStatus RowStatus

CmSnmpTrapManagerEntry  
SEQUENCE    
  cmSnmpTrapManagerAddr IpAddress
  cmSnmpTrapManagerCommunity DisplayString
  cmSnmpTrapManagerRowStatus RowStatus

Defined Values

ciscoSibuManagersMIB 1.3.6.1.4.1.9.10.46
The MIB module that provides a simple configuration of management interfaces on managed devices.
MODULE-IDENTITY    

ciscoSibuManagersMIBObjects 1.3.6.1.4.1.9.10.46.1
OBJECT IDENTIFIER    

cmIpConfig 1.3.6.1.4.1.9.10.46.1.1
OBJECT IDENTIFIER    

cmConsoleConfig 1.3.6.1.4.1.9.10.46.1.2
OBJECT IDENTIFIER    

cmSnmpSetManager 1.3.6.1.4.1.9.10.46.1.3
OBJECT IDENTIFIER    

cmSnmpTrapManager 1.3.6.1.4.1.9.10.46.1.4
OBJECT IDENTIFIER    

cmIpConfigMethod 1.3.6.1.4.1.9.10.46.1.1.1
Indicates the management IP address is got from user configuration or from Bootp. The default value is 1. This value of this object determines how the device obtains its IP address. If set to manual(1), the ip address is the value configured by the user by setting the value of ipConfigIpAddress. If set to bootp(2), the IP address is obtained via the BootStrap Protocol (BOOTP).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), bootp(2)  

cmIpConfigAddress 1.3.6.1.4.1.9.10.46.1.1.2
The device's administrative IP address. The device may automatically discover a value for this object using the BootStrap protocol (BOOTP). The object value is also duplicated in the MIB-II ipAddrTable. This object is writable only if the value of ipConfigMethod is set to manual(1). A write to this object will take effect immediately, replacing the previous address, if any. The default is 0.0.0.0, or no address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cmIpConfigSubnetMask 1.3.6.1.4.1.9.10.46.1.1.3
The device's administrative IP subnet mask. The device may automatically discover a value for this object using the BootStrap protocol (BOOTP). The object value is also duplicated in the MIB-II ipAddrTable. This object is writable only if the value of ipConfigMethod is set to manual(1). A write to this value will take effect immediately. The default value is 0.0.0.0, or no subnet mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cmIpConfigDefaultGateway 1.3.6.1.4.1.9.10.46.1.1.4
The default gateway IP address is the address of the next hop router the switch uses to reach a non-local IP host when the switch does not know the return route. During a normal management protocol exchange with an IP client host, the switch simply sends its response onto the same route from which the request was received. The default gateway route is only used when the switch itself initiates an exchange, e.g., a TFTP upgrade, with the client. This object is writable only if the value of ipConfigMethod is set to manual(1). A write to this object will take effect immediately, replacing the previous address, if any. The default is 0.0.0.0, or no address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cmConsoleCLIInactiveTimeout 1.3.6.1.4.1.9.10.46.1.2.1
The number of seconds of command line console session inactivity to wait before ending the session. Once a session has ended, the user must resupply the cli console password to regain access. A value of 0 indicates no timeout, and is the default value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 30..65500  

cmConsoleCLIPasswordMaxAttempts 1.3.6.1.4.1.9.10.46.1.2.2
The number of consecutive invalid password attempts allowed before the command line console is shut down (kept silent) for a configured duration. A zero value permits unlimited attempts. The default value is 3.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65500  

cmConsoleCLISilentTime 1.3.6.1.4.1.9.10.46.1.2.3
The number of minutes during which the command line console will be unavailable after repeated failed attempts to logon. A zero value specifies no silent time, and is the default value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65500  

cmConsoleWebAdminState 1.3.6.1.4.1.9.10.46.1.2.4
This variable enables or disables the Web console interface. The default value is enabled(1). Enabling the console provides access to management via the web console.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cmConsoleWebHttpPort 1.3.6.1.4.1.9.10.46.1.2.5
This variable allows the user to configure a specific port on which the HTTP server for the web console will listen for TCP connections. Port number 23 is prohibitted for preventing from disturbing telnet port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

cmSnmpSetManagerTable 1.3.6.1.4.1.9.10.46.1.3.1
Table containing a list of IP addresses of workstations permitted to issue SNMP SET requests. Such a workstation is called a Set Manager. If this table is empty then any SET request with a matching SET community string is allowed. If at least one Set manager is specified, then an incoming SET request must have its source IP address matched against an entry in this table before the SET is allowed. An entry can be created and deleted via SNMP, command line interface, or web console.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSnmpSetManagerEntry

cmSnmpSetManagerEntry 1.3.6.1.4.1.9.10.46.1.3.1.1
An IP address of a manager station allowed to issue SET requests to this management agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSnmpSetManagerEntry  

cmSnmpSetManagerAddr 1.3.6.1.4.1.9.10.46.1.3.1.1.1
The SET Manager is assumed to be Internet UDP/IP based. And this is the manager's IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cmSnmpSetManagerRowStatus 1.3.6.1.4.1.9.10.46.1.3.1.1.2
The status of this conceptual row. The row can be set to active, createAndGo, and destroy. On creation, all objects in an entry must be created in the same request.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cmSnmpTrapManagerTable 1.3.6.1.4.1.9.10.46.1.4.1
Table containing a list of Network Management Stations that are to receive traps generated by this Network Management Agent. Such an NMS is called a Trap Manager. An entry can be created and deleted via SNMP, command line interface or web console.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSnmpTrapManagerEntry

cmSnmpTrapManagerEntry 1.3.6.1.4.1.9.10.46.1.4.1.1
A destination address and community string to a particular trap manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSnmpTrapManagerEntry  

cmSnmpTrapManagerAddr 1.3.6.1.4.1.9.10.46.1.4.1.1.1
The trap manager is assumed to be Internet UDP/IP based. And this is the manager's IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cmSnmpTrapManagerCommunity 1.3.6.1.4.1.9.10.46.1.4.1.1.2
Community string used for traps sent to this trap manager.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

cmSnmpTrapManagerRowStatus 1.3.6.1.4.1.9.10.46.1.4.1.1.3
The status of this conceptual row. The row can be set to active, createAndGo, and destroy. On creation, all objects in an entry must be created in the same request.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoSibuManagersNotifications 1.3.6.1.4.1.9.10.46.2
OBJECT IDENTIFIER    

ciscoSibuManagersNotificationsPrefix 1.3.6.1.4.1.9.10.46.2.0
OBJECT IDENTIFIER    

ciscoSibuManagersConsoleLogonIntruder 1.3.6.1.4.1.9.10.46.2.0.1
A user is repeatedly trying to logon using an invalid password. The number of attempts exceeds the preset limit given in consolePasswordMaxAttempts. Depending on how the object cmConsoleSilentTime is configured, the switch may shut down the command line interface console following the generation of this trap.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoSibuManagersMIBComformance 1.3.6.1.4.1.9.10.46.3
OBJECT IDENTIFIER    

ciscoSibuManagersMIBCompliances 1.3.6.1.4.1.9.10.46.3.1
OBJECT IDENTIFIER    

ciscoSibuManagersMIBGroups 1.3.6.1.4.1.9.10.46.3.2
OBJECT IDENTIFIER    

ciscoSibuManagersCompliance 1.3.6.1.4.1.9.10.46.3.1.1
The compliance statement for the Cisco Managers MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoSibuManagersIpConfigGroup 1.3.6.1.4.1.9.10.46.3.2.1
A collection of objects to configure IP address for remote management.
Status: current Access: read-create
OBJECT-GROUP    

ciscoSibuManagersCLIConsoleGroup 1.3.6.1.4.1.9.10.46.3.2.2
A collection of objects to configure command line interface console access.
Status: current Access: read-create
OBJECT-GROUP    

ciscoSibuManagersWebConsoleGroup 1.3.6.1.4.1.9.10.46.3.2.3
A collection of objects to configure web console access.
Status: current Access: read-create
OBJECT-GROUP    

ciscoSibuManagersSnmpSetManagerGroup 1.3.6.1.4.1.9.10.46.3.2.4
A collection of objects to configure SNMP set manager restrictions.
Status: current Access: read-create
OBJECT-GROUP    

ciscoSibuManagersSnmpTrapManagerGroup 1.3.6.1.4.1.9.10.46.3.2.5
A collection of objects to configure trap managers.
Status: current Access: read-create
OBJECT-GROUP