思科交换机两个vlan互相访问
华为交换机一个端口能配两个vlan吗?
华为交换机一个端口能配两个vlan吗?
思科可以用range,但是华为没有,但华为交换机提供一个端口组的功能;也就是把一些端口添加到一个组里面;然后可以对这个组进行配置;这样就能很方便的批量配置端口信息port-group 1 (新增组1)group-member GigabitEthernet 0/0/25 to GigabitEthernet 0/0/36 (组1的成员是g25到g36)port link-type access 设置为access模式port default vlan 3 加入vlan3就这样了
怎么在CISCO的交换机设置一个端口可以同时访问两个VLAN?
把端口配置成Trunk,并允许所有VLAN通过,另外的交换机链接到TRUNK口
cisco中如何修改交换机的管理vlan,其配置如何写?
首先建立vlan ,然后在该vlan下配置管理IP地址即可,代码如下: R(config)#vlan 100 R(config)#int vlan 100 R(config-if)#ip add
思科交换机常用命令及配置?
1.设置主机名/系统名 switch(config)# hostname “hostname” switch(enable) set system name name-string
2.设置登录口令 switch(config)# enable password level 1 password switch(enable) set password
switch(enable) set enalbepass
3.设置远程访问 switch(config)# inte***ce vlan 1
switch(config-if)# ip address ip-address netmask
switch(config-if)# ip default-gateway ip-address switch(enable) set inte***ce sc0 ip-address netmask broadcast-address
switch(enable) set inte***ce sc0 vlan
switch(enable) set ip route default gateway