首页 > 代码库 > 初始化管理IP及web界面

初始化管理IP及web界面

以 Cisco Catalyst 3560G-24TS Switch 为例


初始化管理IP

enable
configure terminal
interface vlan 1
ip address IP地址 掩码
no shutdown


初始化web界面登陆

enable
configure terminal
ip http server
ip http authentication local
username 用户名 password 密码
username 用户名 privilege 15


本文出自 “雪糕猪” 博客,请务必保留此出处http://icecreampig.blog.51cto.com/648013/1940262

初始化管理IP及web界面