CISCOSB-EMBWEB-MIB

File: CISCOSB-EMBWEB-MIB.mib (15283 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch001 OBJECT-TYPE MODULE-IDENTITY
IpAddress TruthValue DisplayString
RowStatus

Defined Types

RlEmbWebProtocol  
Embedde Web Protocol
TEXTUAL-CONVENTION    
  INTEGER default(1), http(2), https(3)  

RlEmbWebEnabled  
Embedde Web Service Support Enabled/Disabled
TEXTUAL-CONVENTION    
  INTEGER default(1), false(2), true(3)  

RlEmWebSecurityEntry  
SEQUENCE    
  rlEmWebSecurityUserName DisplayString
  rlEmWebSecurityPassword DisplayString
  rlEmWebSecurityAccess INTEGER
  rlEmWebSecurityIpAddr IpAddress
  rlEmWebSecurityPort INTEGER
  rlEmWebSecuritySnmpVersion INTEGER
  rlEmWebSecurityStatus RowStatus

RlEmWebServiceEntry  
SEQUENCE    
  rlEmWebServiceId INTEGER
  rlEmWebServiceName DisplayString
  rlEmWebServiceEnable RlEmbWebEnabled
  rlEmWebServicePort INTEGER
  rlEmWebServiceMaxUsers INTEGER
  rlEmWebServiceProtocol RlEmbWebProtocol
  rlEmWebServiceCertificateId INTEGER
  rlEmWebServiceMaxIdleTimeOut INTEGER

Defined Values

rlEmbWeb 1.3.6.1.4.1.9.6.1.101.66
This private MIB module adds MIBs to EMBWEB (Embedded Web Server).
MODULE-IDENTITY    

rlEmWebMibVersion 1.3.6.1.4.1.9.6.1.101.66.1
Embedded web version, the current version is 2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEmWebWebSite 1.3.6.1.4.1.9.6.1.101.66.2
Link for the vendor web site used to retrive information.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlEmWebSecurityTable 1.3.6.1.4.1.9.6.1.101.66.3
Security Table whose entry is composed of username and Password, group and access privileges for each user. The access privileges can be one or more of none, read-files, read-write, and super.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEmWebSecurityEntry

rlEmWebSecurityEntry 1.3.6.1.4.1.9.6.1.101.66.3.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEmWebSecurityEntry  

rlEmWebSecurityUserName 1.3.6.1.4.1.9.6.1.101.66.3.1.1
The User name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

rlEmWebSecurityPassword 1.3.6.1.4.1.9.6.1.101.66.3.1.2
The User password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

rlEmWebSecurityAccess 1.3.6.1.4.1.9.6.1.101.66.3.1.3
Access rights for this user .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), readOnly(2), readWrite(3), super(4)  

rlEmWebSecurityIpAddr 1.3.6.1.4.1.9.6.1.101.66.3.1.4
IP Address to send the traps to.0 means doesn't want to receive traps.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlEmWebSecurityPort 1.3.6.1.4.1.9.6.1.101.66.3.1.5
Port to send the traps to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEmWebSecuritySnmpVersion 1.3.6.1.4.1.9.6.1.101.66.3.1.6
SNMP version supported by this user. For the agent use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ver1(1), ver2(2), ver3(3)  

rlEmWebSecurityStatus 1.3.6.1.4.1.9.6.1.101.66.3.1.7
The status of the security table entry. It's used to delete an entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlEmWebCloseTimeout 1.3.6.1.4.1.9.6.1.101.66.5
This variable defines the maximum time period in seconds that a TCP connection can stay open without depending on the TCP timeout mechanism
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

rlEmWebReceiveTimeout 1.3.6.1.4.1.9.6.1.101.66.6
This variable defines the maximum time period in seconds that a TCP connection can wait for data which hasn't arrived
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

rlEmWebMaxIdleTimeout 1.3.6.1.4.1.9.6.1.101.66.7
This variable defines the maximum HTTP Idle time period in seconds for a TCP connection.If another request isn't made at this period, the connection is closed. The value 0 is supported as 'no timeout'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3932159  

rlEmWebSetEWSfilesStatus 1.3.6.1.4.1.9.6.1.101.66.8
This variable sets the status of the embedded Web Server files to either closed or opened.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER opened(1), closed(2)  

rlEmbeddedWebApplied 1.3.6.1.4.1.9.6.1.101.66.9
Specifies if the device supports Embedded WEB: true - suppotrs false - does not support
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlEmWebHttpPort 1.3.6.1.4.1.9.6.1.101.66.10
Specifies the TCP port the embedded web uses for HTTP sessions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlEmWebHttpEnable 1.3.6.1.4.1.9.6.1.101.66.11
Enable/Disable HTTP sessions
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlEmWebHttpsPort 1.3.6.1.4.1.9.6.1.101.66.12
Specifies the TCP port the embedded web uses for HTTPS sessions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlEmWebHttpsEnable 1.3.6.1.4.1.9.6.1.101.66.13
Enable/Disable HTTPS sessions
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlEmWebCertificateCountryName 1.3.6.1.4.1.9.6.1.101.66.14
Value of country name field that will appear when a new certificate is generated.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(2)  

rlEmWebCertificateStateOrProvinceName 1.3.6.1.4.1.9.6.1.101.66.15
Value of state or province name field that will appear when a new certificate is generated.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

rlEmWebCertificateLocalityName 1.3.6.1.4.1.9.6.1.101.66.16
Value of locality field that will appear when a new certificate is generated.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

rlEmWebCertificateOrganizationName 1.3.6.1.4.1.9.6.1.101.66.17
Value of organization field that will appear when a new certificate is generated.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

rlEmWebCertificateCommonName 1.3.6.1.4.1.9.6.1.101.66.19
Value of common name field that will appear when a new certificate is generated.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlEmWebCertificateRegenerate 1.3.6.1.4.1.9.6.1.101.66.20
Setting to a regenerateCertificate causes a new certifiacte to be generated and to be used for all new sessions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(0), regenerateCertificate(1), regenerateRsaKeyAndCertificate(2)  

rlEmWebRsaKeyLength 1.3.6.1.4.1.9.6.1.101.66.21
Setting the RSA key size that will be created when rlEmWebRegenerateCertificateAndKey will be set to regenerateCertificateAndKey.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 512..2048  

rlEmWebDebug 1.3.6.1.4.1.9.6.1.101.66.22
MIB variable for setting debug information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEmWebURL 1.3.6.1.4.1.9.6.1.101.66.23
The URL through which the EWS of this device can be accessed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlEmWebDisplayNonPresentEntities 1.3.6.1.4.1.9.6.1.101.66.24
This object indicates whether the EWS is required to display non-present entities (like non-present ports, IP addresses on non-present ports etc.) on it's screens.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlEmWebCertificateExists 1.3.6.1.4.1.9.6.1.101.66.25
This object indicates whether a certificate has been generated.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlEmWebHttpsActiveCertificateId 1.3.6.1.4.1.9.6.1.101.66.26
By setting this scalar https is notified that the certificate and key with this index should be used for new https sessions. Even if the certifcate or key doesn't exist yet the operation will succeed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEmWebExtraPort 1.3.6.1.4.1.9.6.1.101.66.27
Specifies the TCP port the embedded web uses for The Extra Port sessions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlEmWebExtraPortType 1.3.6.1.4.1.9.6.1.101.66.28
Specifies the Extra Port Type HTTP/HTTPS for all sessions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER http(0), https(1)  

rlEmWebMaxHttpsIdleTimeout 1.3.6.1.4.1.9.6.1.101.66.29
This variable defines the maximum HTTPS Idle time period in seconds for a web connection.If another request isn't made at this period, the connection is closed. The value 0 is supported as 'no timeout'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3932159  

rlEmWebServiceTable 1.3.6.1.4.1.9.6.1.101.66.30
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEmWebServiceEntry

rlEmWebServiceEntry 1.3.6.1.4.1.9.6.1.101.66.30.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEmWebServiceEntry  

rlEmWebServiceId 1.3.6.1.4.1.9.6.1.101.66.30.1.1
The Service Id.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlEmWebServiceName 1.3.6.1.4.1.9.6.1.101.66.30.1.2
Service name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

rlEmWebServiceEnable 1.3.6.1.4.1.9.6.1.101.66.30.1.3
Indicates whether the service is enabled or not. if set to 'default' will the service to go back to its initialization default status.
Status: current Access: read-write
OBJECT-TYPE    
  RlEmbWebEnabled  

rlEmWebServicePort 1.3.6.1.4.1.9.6.1.101.66.30.1.4
Indicates whether the TCP port on which service is listening. value 0 will set the service to it's default port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlEmWebServiceMaxUsers 1.3.6.1.4.1.9.6.1.101.66.30.1.5
The maximal number of users for this service.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEmWebServiceProtocol 1.3.6.1.4.1.9.6.1.101.66.30.1.6
Indicates the protocol that the service operates on. Note that the general HTTP service can have only the http value and the general HTTPS service can have only the https value. setting the field to 'default' will cause the service to go back to it's initialization settings.
Status: current Access: read-write
OBJECT-TYPE    
  RlEmbWebProtocol  

rlEmWebServiceCertificateId 1.3.6.1.4.1.9.6.1.101.66.30.1.7
Indicates the certificate used by the service if rlEmWebServiceProtocol is https. A value of 0 indicates that a certificate has not been assigned to this service. setting this field to 1000 will cause the service to go back to it's initialization value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEmWebServiceMaxIdleTimeOut 1.3.6.1.4.1.9.6.1.101.66.30.1.8
This variable defines the maximum Idle time period in seconds for a TCP connection. If another request isn't made at this period, the connection is closed. The value 0 is supported as 'no timeout'.setting this field to 3932160 will cause the service to go back to it's initialization value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3932160