All MIBs › MRVINREACH › sshCipherMask
sshCipherMask
Module: MRVINREACH
OID (symbolic): MRVINREACH::sshCipherMask
OID (numeric): 1.3.6.1.4.1.33.10.23.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This is a list of the encryption methods supported. The OCTET STRING contains a bitmap, with one bit for each cipher type. Corresponding bit numbers start with 0 as the low-order bit of the second octet. The following bit positions are defined: none(0), des(2), tripleDes(3), and blowfish(6). Corresponds directly to the value labeled 'SSH Cipher Enabled:' in the SERVER SSH CHARACTERISTICS display.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.33.10.23.2 snmpwalk -v2c -c public <target> MRVINREACH::sshCipherMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.33.10.23.2.1 snmpget -v2c -c public <target> MRVINREACH::sshCipherMask.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.33.10.23.2.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.33 | iTouch | ITOUCH-MIB |
| 1.3.6.1.4.1.33.10 | xInternet | ITOUCH-INTERNET-MIB |
| 1.3.6.1.4.1.33.10.23 | xSsh | ITOUCH-INTERNET-MIB |
| 1.3.6.1.4.1.33.10.23.2 | sshCipherMask | MRVINREACH |