傷欲罷不能 4星
共回答了403个问题采纳率:90.9% 评论
1.完成交换机重命名
Switch>enable
Switch#configure terminal
Switch(config)#hostname cisco
2.设置TELNET时必要的密码
cisco(config)#enable password ccna
cisco(config)#line vty 0 4
cisco(config-if)#password ccnp
cisco(config-if)#exit
注:设置交换机的特权密码。设置交换机的虚拟登陆时的密码。
3.设置管理VLAN的IP地址
cisco(config)#interface vlan 1
cisco(config-if)#ip address 202.119.249.250 255.255.255.0
cisco(config-if)#no shutdown
cisco(config-if)#exit
cisco(config)#ip default-gateway 202.119.249.2
注:进入接口vlan1。配置管理ip地址。置交换机的网关。
4.完成MAC地址的绑定
cisco(config)#mac-address-table static 0010.7a61.1884 vlan 1 interface fastethernet 0/5
注:将MAC地址加入到地址表中
5.测试实验效果
将PC终端设置ip地址202.119.249.251,然后与交换机的fa0/8相连,并打开“开始”菜单—“运行”—“cmd”,接着按照下面给出的DOS所显示的信息来验证实验。telnet登陆后,分别输入vty密码和特权密码。然后show mac-address-table显示mac地址表。
21小时前
猜你喜欢的问题
5个月前1个回答
5个月前1个回答
5个月前1个回答
5个月前2个回答
5个月前1个回答
5个月前2个回答
热门问题推荐
3个月前1个回答
3个月前2个回答
3个月前3个回答
1个月前2个回答
1个月前1个回答
3个月前1个回答
4个月前1个回答
1个月前2个回答
3个月前2个回答