Курсовая работа: Проектирование локальной вычислительной сети Разработка схемы
Switch(config-vlan)#name VLAN2
Switch(config-vlan)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Switch(config)#interface fastethernet0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 2
Switch(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Switch(config)#vlan 3
Switch(config-vlan)#name VLAN3
Switch(config-vlan)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Switch(config)#interface fastethernet0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 3
Switch(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Switch(config)#interface fastethernet0/4
Switch(config-if)#switchport mode trunk
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up
Switch(config-if)#
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...