cisco2960交换机安装配置基础详解
志艺分享
你知道cisco2960交换机安装配置基础详解么?接下来是小编为大家收集的[0]方法,希望能帮到大家。
[0]的方法
新设备配置内容:
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
看了“[0]”还想看: