--交换机配置 --交换机和路由器连接的接口 switchport mode trunk --路由器配置 enable conf t int fa0/0.1 --路由器接口的子接口 encapsulation dotlq ip address 192.168.0.1 255.255.255.0 --网络号和vlan10号的一致 int fa0/0.2 encapsulation dotlq ip address 192.168.1.1 255.255.255.0 int fa0/0.3 enca
Packet Tracer 5.0 构建CCNA实验(2)—— 配置VLAN Vlan(Virtual Local Area Network) 即虚拟局域网.VLAN可以把同一个物理网络划分为多个逻辑网段,因此,VLAN 可以抑制网络风暴,增强网络的安全性. enable conf t vlan --创建vlan name vlan10 --定义名字 exit vlan name vlan20 exit vlan name vlan30 --进入端口配置模式(把端口划分给vlan(基于端口的vl
Cisco IOS中有两种方式创建vlan,在全局模式下使用vlan vlanid命令,如switch(config)#vlan 10; 在vlan database 下创建vlan ,如 switch(vlan)#vlan 20; 交换机配置: Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 10 S
SW1 Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R1 R1(config)#line console 0 R1(config-line)#logging synchronous R1(config-line)#exec-timeout R1(config-line)#end R1#conf t Enter configu