Cisco enable http server

From Ever changing code
Revision as of 13:23, 29 August 2013 by Pio2pio (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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