×

cisco路由怎样开启http服务

hqy hqy 发表于2022-06-28 12:59:25 浏览620 评论0

抢沙发发表评论

cisco路由怎样开启http服务

命令:
  开启:
  ip http server
  关闭:
  no ip http server
  功能:使能 Web 配置;本命令的 no 操作为关闭 Web 配置。
  命令模式:全局配置模式
  使用指南:Web 配置是给用户提供一个以 HTTP 方式配置的界面。Web 配置的优点是配置 直观、形象,容易理解。本命令的作用相当于在 Setup 配置模式的主菜单中选择[2],进行 Web Server 的配置。
  举例:打开 Web Server 功能,使能 Web 配置。
  switch(Config)#
  #允许http登录
  ip http server
  #idle 600 http
  #连接超时时间(
  #10
  #分钟内无操作则自动断开)
  #life 86400 http
  #最长连接时间(最大24小时)
  #request 10000 http
  #最多允许并发连接数
  ip http timeout-policy idle 600 life 86400 request 10
  #指定本地认证
  ip http authentication local
  #设置用户名、权限和密码
  username kjh privilege 15 secret cisco
  #关闭http服务用命令
  no ip domain lookup
  no ip bootp server
  no ip http server
  no ip http secure-server


 您阅读本篇文章共花了: 

打赏

本文链接:https://kinber.cn/post/2388.html 转载需授权!

分享到:


推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

群贤毕至

访客