Appendix – Dell PowerEdge C6100 User Manual
Page 55

55
Using the Baseboard Management Controller
Appendix
SSH/Telnet Enable and Disable
• Reserved extended configuration (NetFn: 30H CMD:01H)
• Set/Get extended configuration (NetFn: 30H CMD:03H/02H)
Table 1-59. Configuration ID = 04h, Security
Attribute
ID
Siz e Description
Service Disabled 1
1
Disable or enable services. This attribute takes precedence
over the individual enabled/disabled feature. Once a
service has been disabled, the BMC must not allow the user
to enable the corresponding feature, and the D5h
completion code must be returned.
For example, if HTTP/HTTPS is disabled, the user is not
allowed to enable the web server through the web server
configuration (configuration ID 0Ch). In other words, the
web server can only be disabled or enabled when
HTTP/HTTPS is enabled.
[0] — All service except IPMI is disabled. This bit
takes precedence over other bits. Default is 0.
[1] — KVM/Virtual Storage, enabled by default.
[2] — HTTP/HTTPS, enabled by default.
[3] — SSH/Telnet, disabled by default.
Examples:
Get SSH/Telnet enable status:
• Reserved extended configuration:
ipmitool 0x30 0x01
Response: 0x01 (Reservation ID)
• Get extended configuration:
ipmitool 0x30 0x02 0x01 0x04 0x01 0x00 0x00 0x00 0xFF
Response: 0x04 0x01 0x00 0x01 0x08 (SSH/Telnet disabled)