HTTP 101
HTTP Server
R(config)# ip http serverR(config)# ip http port PORT-NUMBERR(config)# ip http access-class ACLR(config)# ip http authentication {enable|local}
! When using local auth, the user must have priv 15R(config)# ip http authentication aaa login-authentication METHOD-LIST
! Additionaly, define EXEC and COMMAND authorization:
R(config)# ip http [exec-authorization METHOD-LIST|command-authorization LEVEL METHOD-LISTR(config)# ip http path PATH-TO-SERVER-ROOTR(config)# ip http timeout-policy idle IDLE-TIMEOUT life LIFE-TIMEOUT requests MAX-REQ
! IDLE-TIMEOUT - default 180 - timeout if no data is received
! LIFE-TIMEOUT - default 180 - max lifetime of a connection regardless of data sent
! MAX-REQ - maximum number of requests per connection.HTTPS Server
HTTP Client
Last updated