CISCOSB-PNP

File: CISCOSB-PNP.mib (12086 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB

Imported symbols

switch001 MODULE-IDENTITY OBJECT-TYPE
Unsigned32 IpAddress RowStatus
TEXTUAL-CONVENTION MacAddress DisplayString
TruthValue SnmpAdminString InetAddressType
InetAddress

Defined Types

RlOwnerType  
The entity that configured parameter.
TEXTUAL-CONVENTION    
  INTEGER rlOwnerNone(0), rlOwnerDefault(1), rlOwnerStatic(2), rlOwnerDHCP(3), rlOwnerProtocol(4), rlOwnerDelete(5)  

RLPNPParamsEntry  
SEQUENCE    
  rlPNPParamsAvailability INTEGER
  rlPNPServerAddrType InetAddressType
  rlPNPServerAddr InetAddress
  rlPNPServerAddrOwner RlOwnerType
  rlPNPProtocol INTEGER
  rlPNPProtocolOwner RlOwnerType
  rlPNPHTTPPort Unsigned32
  rlPNPHTTPPortOwner RlOwnerType
  rlPNPHTTPSPort Unsigned32
  rlPNPHTTPSPortOwner RlOwnerType
  rlPNPUserName DisplayString
  rlPNPUserNameOwner RlOwnerType
  rlPNPPassword SnmpAdminString
  rlPNPPasswordOwner RlOwnerType
  rlPNPDiscoveryTimeout Unsigned32
  rlPNPDiscoveryTimeoutOwner RlOwnerType
  rlPNPDiscoveryExpoFactor Unsigned32
  rlPNPDiscoveryExpoFactorOwner RlOwnerType
  rlPNPDiscoveryTimeoutMax Unsigned32
  rlPNPDiscoveryTimeoutMaxOwner RlOwnerType
  rlPNPReconnectTimeout Unsigned32
  rlPNPReconnectTimeoutOwner RlOwnerType
  rlPNPSrcAddrTyp InetAddressType
  rlPNPSrcAddr InetAddress
  rlPNPSrcAddrOwner RlOwnerType
  rlPNPWatchdogTimeout Unsigned32
  rlPNPWatchdogTimeoutOwner RlOwnerType
  rlPNPAdminState INTEGER
  rlPNPAdminStateOwner RlOwnerType
  rlPNPRowStatus RowStatus

Defined Values

rlPNP 1.3.6.1.4.1.9.6.1.101.234
The private MIB module definition for PNP Agent.
MODULE-IDENTITY    

rlPNPParamsTable 1.3.6.1.4.1.9.6.1.101.234.1
The PnP table has unique structure. It contains PnP agent parameters. It MUST have exactly 2 entries - One, represents the current parameters Second, represents the next session parameters. Since session cannot be interrupted in the middle, the next parameters will replace the current parameters after session ends. Each parameter can be configured manually or by DHCP or by Backoff message.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RLPNPParamsEntry

rlPNPParamsEntry 1.3.6.1.4.1.9.6.1.101.234.1.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RLPNPParamsEntry  

rlPNPParamsAvailability 1.3.6.1.4.1.9.6.1.101.234.1.1.1
The availability of parameters: Current - the parameters that are currently used by session. Next - the parameters that will be used after end of session
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER none(0), next(1), current(2)  

rlPNPServerAddrType 1.3.6.1.4.1.9.6.1.101.234.1.1.2
The type of PnP server address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlPNPServerAddr 1.3.6.1.4.1.9.6.1.101.234.1.1.3
The PnP server address. Default value is: PnPserver
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlPNPServerAddrOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.4
The entity that configured the PnP server address.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPProtocol 1.3.6.1.4.1.9.6.1.101.234.1.1.5
The PnP transport protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER http(0), https(1)  

rlPNPProtocolOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.6
The entity that configured the transport protocol.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPHTTPPort 1.3.6.1.4.1.9.6.1.101.234.1.1.7
The PnP HTTP port.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

rlPNPHTTPPortOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.8
The entity that configured the HTTP port.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPHTTPSPort 1.3.6.1.4.1.9.6.1.101.234.1.1.9
The PnP HTTPS port.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

rlPNPHTTPSPortOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.10
The entity that configured the HTTPS port.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPUserName 1.3.6.1.4.1.9.6.1.101.234.1.1.11
This variable is used in each message from PnP agent to PnP server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlPNPUserNameOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.12
The entity that configured the PnP user name.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPPassword 1.3.6.1.4.1.9.6.1.101.234.1.1.13
This variable optional and is used in each message from PnP agent to PnP server.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

rlPNPPasswordOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.14
The entity that configured the PnP password
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPDiscoveryTimeout 1.3.6.1.4.1.9.6.1.101.234.1.1.15
The time to wait in seconds before new discovery after discovery failure.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2000000  

rlPNPDiscoveryTimeoutOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.16
The entity that configured the discovery timeout
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPDiscoveryExpoFactor 1.3.6.1.4.1.9.6.1.101.234.1.1.17
The value that triggers the discovery attempt exponentially.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..9  

rlPNPDiscoveryExpoFactorOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.18
The entity that configured the discovery exponent factor
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPDiscoveryTimeoutMax 1.3.6.1.4.1.9.6.1.101.234.1.1.19
The maximum value of the timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2000000  

rlPNPDiscoveryTimeoutMaxOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.20
The entity that configured the discovery timeout max
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPReconnectTimeout 1.3.6.1.4.1.9.6.1.101.234.1.1.21
Timeout in seconds between PnP sessions.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2000000  

rlPNPReconnectTimeoutOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.22
The entity that configured the PnP reconnect timeout.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPSrcAddrTyp 1.3.6.1.4.1.9.6.1.101.234.1.1.23
The PnP source address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlPNPSrcAddr 1.3.6.1.4.1.9.6.1.101.234.1.1.24
The PnP source address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlPNPSrcAddrOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.25
The entity that configured the source address.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPWatchdogTimeout 1.3.6.1.4.1.9.6.1.101.234.1.1.26
The time to wait a reply from a PnP or File server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..180  

rlPNPWatchdogTimeoutOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.27
The entity that configured the watchdog timeout.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPAdminState 1.3.6.1.4.1.9.6.1.101.234.1.1.28
The value represents the admin state of the PnP feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(0), disable(1)  

rlPNPAdminStateOwner 1.3.6.1.4.1.9.6.1.101.234.1.1.29
The entity that configured the admin state.
Status: current Access: read-write
OBJECT-TYPE    
  RlOwnerType  

rlPNPRowStatus 1.3.6.1.4.1.9.6.1.101.234.1.1.30
This variable displays the validity or invalidity of the entry. Setting it to 'destroy' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlPNPResume 1.3.6.1.4.1.9.6.1.101.234.2
Action scalar - take out immediately the PnP agent from waiting state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), on(1)  

rlPNPNreadyReason 1.3.6.1.4.1.9.6.1.101.234.3
Displays the reason for the not ready operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER serverIP(0), certificate(1), tod(2)  

rlPNPState 1.3.6.1.4.1.9.6.1.101.234.4
Displays the PnP agent state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bootup(0), discovery(1), discoveryWait(2), session(3), sessionWait(4), disabled(5), notReady(6)  

rlPNPTimerRemainder 1.3.6.1.4.1.9.6.1.101.234.5
Displays the session/discovery timer remainder.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER