Difference between revisions of "Cisco enable http server"

From Ever changing code
Jump to navigation Jump to search
(Created page with "Follow the steps to enable http basic configuration mode #conf t username tech privilege 15 secret 0 tech '<-- create user tech with the highest privileges' ip http serve...")
 
(No difference)

Latest revision as of 12:23, 29 August 2013

Follow the steps to enable http basic configuration mode

#conf t
 username tech privilege 15 secret 0 tech '<-- create user tech with the highest privileges'
 ip http server '<-- enable http access'
 ip http access-class 23
 ip http authentication local '<-- enable local authentication'
 ip http secure-server
 ip http timeout-policy idle 60 life 86400 requests 10000