GNS3 C3640路由器模仿PC机和交换机
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GNS3 C3640路由器模仿PC机和交换机相关的知识,希望对你有一定的参考价值。
模拟交换机SW1:C3640+NM-16ESW交换模块模块
SW1(config)#no ip routing
创建VLAN:使用vlan database
SW1#vlan database
SW1(vlan)#vlan 10
查看VLAN:show vlan-switch
模拟PC机PC1:C3640
PC1(config)#no ip routing 关闭路由功能
PC1(config)#ip default-gateway 192.168.1.1 设置网关
PC1(config)#int f0/0
PC1(config-if)#ip add 192.168.1.2 255.255.255.0 设置ip地址
PC1(config-if)#no shutdown
本文出自 “12075228” 博客,请务必保留此出处http://12085228.blog.51cto.com/12075228/1887194
以上是关于GNS3 C3640路由器模仿PC机和交换机的主要内容,如果未能解决你的问题,请参考以下文章