SSHSM-DISCOVERY-MIB

File: SSHSM-DISCOVERY-MIB.mib (6340 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
mib-2 TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP SnmpSecurityModel

Defined Types

SshsmSupportFlag  
The flag is defined to indicate whether SSH security model is available at the agent. The value is one of: UNAVAILABLE - SSH transport is available for successive communication Available - SSH transport is available for successive communication
TEXTUAL-CONVENTION    
  INTEGER unavailable(0), available(1)  

SshsmHostKeyAlgorithm  
It defines the public key algorithm for host authentication by SSH client. Following strings is defined in [SSHNUM]: ssh-dss ssh-rsa spki-sign-rsa spki-sign-dss pgp-sign-rsa pgp-sign-dss
TEXTUAL-CONVENTION    
  OCTET STRING  

SshsmHostKeyEntry  
SEQUENCE    
  sshsmHostKeyFingerPrint OCTET STRING Size(16)
  sshsmHostKey OCTET STRING
  sshsmHostKeyAlgorithm SshsmHostKeyAlgorithm

Defined Values

sshsmdiscoveryMIB 1.3.6.1.2.1.1
The Agent Discovery MIB of Secure Shell Security Model Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices.
MODULE-IDENTITY    

sshsmdiscoveryObjects 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

sshsmSupportFlag 1.3.6.1.2.1.1.0.0
The flag indicates availability of SSH transport for successive SNMP communication.
Status: current Access: read-only
OBJECT-TYPE    
  SshsmSupportFlag  

sshsmTransportAddress 1.3.6.1.2.1.1.0.1
The value indicates to SSH client which transport address is available for SSH connection which transports SNMP when non-standard SSHSH port is not used
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4294967296  

sshsmHostKeyTable 1.3.6.1.2.1.1.0.2
This table supports agent discovery when SSH security model is applied to SNMP. The table provides information to management application through UDP/USM agent discovery functions. The information is organized in a table because there may be multiple host keys for a device
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshsmHostKeyEntry

sshsmHostKeyEntry 1.3.6.1.2.1.1.0.2.1
An entry in sshsmHostKeyTable, each entry represents a host key and information relevant to the host key.
Status: current Access: not-accessible
OBJECT-TYPE    
  SshsmHostKeyEntry