cisco2960交换机的安装配置方法
2017-06-06
你还在为不知道cisco2960交换机的安装配置基础而烦恼么?接下来是小编为大家收集的cisco2960交换机的安装配置基础教程,希望能帮到大家。
cisco2960交换机的安装配置基础:
新设备配置内容:
1. interface vlan 1 的ip,gateway
conf t
int vlan 1
ip address xx.xx.xx.xx 255.255.255.0
ip default-gateway ip-address
no shutdown
exit
2.en的密码
3.line vty 0-4 telnet的密码
4.wr存盘
show interface vlan 1
show run
将F0/1-10端口加入到VLAN20中,对应以下命令
interface range f0/1 -10
switchport mode acccess
switchport access vlan 20
注意,f0/1后面有个空格,然后才是-10