网络工程设计与系统集成 实验报告及答案 (杨威)

实验报告配套教材:
书名:网络工程设计与系统集成
作者:杨威 王云 刘景宜
出版社:人民邮电出版社
实验报告概述:
交换机配置 Switch> Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 10 Switch(config-vlan)#int f0/1 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit Switch(config)#vlan 20 Switch(config-vlan)#int f0/2 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 20 Switch(config-if)# Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#int f0/1 Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#int f0/3 Switch(config-if)#switchport mode trunk Switch(config-if)#no shut