Cisco enable http server

From Ever changing code
Jump to navigation Jump to search

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