Ulterius Technologies LLC FDN40 Manual De Usuario

Descargar
Página de 388
 
CHAPTER 2: SYSTEM FEATURES 
Configuration User Manual 
44 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
View the HTTP authentication scheme by executing the following 
show command. 
UltOs# show http authentication-scheme 
The Operational HTTP authentication scheme is Default 
The Configured HTTP authentication scheme is Default 
 
Restart the web browser and clear the saved session information and 
cache from the browser. 
2.  Execute the following commands to configure the HTTP Authentication 
scheme as BASIC in the switch. 
 
Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Configure the authentication scheme for the HTTP server as basic. 
UltOs(config)# set http authentication-scheme basic 
 
Exit from the Global Configuration mode. 
UltOs(config)# end 
 
View the HTTP authentication scheme by executing the following 
show command. 
UltOs# show http authentication-scheme 
The Operational HTTP authentication scheme is Digest 
The Configured HTTP authentication scheme is Basic 
 
Save the configuration. 
UltOs# write startup-config 
 
Restart the exe. 
 
Ensure the MSR restoration is complete. 
 
View the HTTP authentication scheme by executing the following 
show command. 
UltOs# show http authentication-scheme 
The Operational HTTP authentication scheme is Basic 
The Configured HTTP authentication scheme is Basic 
 
Restart the web browser and clear the saved session information and 
cache from the browser. 
3.  Execute the following commands to configure the HTTP Authentication 
scheme as DIGEST in the switch. 
 
Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Configure the authentication scheme for the HTTP server as digest. 
UltOs(config)# set http authentication-scheme digest 
 
Exit from the Global Configuration mode. 
UltOs(config)# end