Send documentation comments to mdsfeedback-doc@cisco.com
4-23
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 4 C Commands
cimserver
Examples The following example installs a Secure Socket Layer (SSL) certificate specified in the file named with
a .pem extension.
switch# config terminal
switch(config)# cimserver certificateName bootflash:simserver.pem
The following example clears the specified SSL certificate.
switch(config)# cimserver clearCertificateName bootflash:simserver.pem
The following example enables HTTPS (secure protocol).
switch(config)# cimserver enablehttps
The following example disables HTTPS (default).
switch(config)# no cimserver enablehttps
The following example
switch(config)# cimserver enable
The following example disables the CIM server (default).
switch(config)# no cimserver enable
The following example enables HTTP and reverts to the switch default.
switch(config)# cimserver enablehttp
The following example disables HTTP and reverts to the switch default.
switch(config)# no cimserver enablehttp
Related Commands Command Description
show csimserver Displays configured CIM settings and parameters.