博客
关于我
通过Web方式登录AC
阅读量:459 次
发布时间:2019-03-06

本文共 277 字,大约阅读时间需要 1 分钟。

eNSP中AC用Web方式登录

  • 拓扑
  • Cloud
  • AC
    • 基础配置
    • 开启Http服务
  • 登录
  • 登录成功

拓扑

Cloud

桥接电脑网卡Vmnet8 – IP:192.168.1.1

AC

基础配置

Cloud与AC相连的接口的IP地址设置为网卡所在网段的任意一个IP

开启Http服务

http server enable

开启http服务才能通过Web方式登录

登录

登陆:打开谷歌浏览器输入https://192.168.1.254

首次登录 用户名:admin 密码:admin@huawei.com

首次登录需要修改密码,自己修改一下就好了

登录成功

转载地址:http://glzbz.baihongyu.com/

你可能感兴趣的文章
Python 中的 *tuple 和 **dict 是什么意思?
查看>>
Python 中的 filter() 函数:筛选可迭代对象元素
查看>>
Python 中的 Pillow 不允许我打开图像(“超出限制“)
查看>>
Python 中的 threading 模块和 multiprocessing 模块有何区别?
查看>>
Python 中的 threading 模块和 multiprocessing 模块有何区别?
查看>>
Python 中的 Turtle 库详解
查看>>
Python 中的 __slots__ 属性有什么作用?
查看>>
Python 中的... 三点、箭头(->)、/ 分别的作用
查看>>
python读取json数据的id_python处理JSON数据
查看>>
Python 中的Duck Typing
查看>>
Python 中的for in 遍历生成字典、添加判断条件if
查看>>
Python 中的Lock与RLock
查看>>
Python 中的range(),arange()函数
查看>>
Python 中的内存管理机制
查看>>
Python 中的函数包装器:模型运行时和调试
查看>>
Python 中的列表理解和 lambda
查看>>
Python 中的多层for in嵌套循环使用
查看>>
Python 中的多线程(01/4)
查看>>
Python 中的多进程(01/2):简介
查看>>
Python 中的多进程(02/2):进程之间的通信)
查看>>