vlan database
vlan 2
exit
config t
interface f1/0
switch mode access
switch access vlan 1
interface f1/2
switch mode access
switch access vlan 1
interface f1/1
switch mode access
switch access vlan 2
interface f1/3
switch mode access
switch access vlan 2
interface vlan 1
ip add 192.168.0.1 255.255.255.0
interface vlan 2
ip add 192.168.1.1 255.255.255.0
打开VPCS,将Qemu1的IP设置为192.168.0.2,Qemu5的IP地址设置为192.168.0.3,Qemu2的IP地址设置为192.168.1.2,Qemu6的IP地址设置为192.168.1.3。
4
检验各PC间能否互通
在路由器上配置SWITCH模块,并使用no ip routing命令关闭路由功能。配置VLAN 是在特权模式下用命令vlan database进入vlan模式再用vlan 10创建vlan10欢迎分享,转载请注明来源:内存溢出
评论列表(0条)