You are on page 1of 2

Basic Switch configuration: SW_DS1(config)#hostname SW_AC2 SW_DS1(config)#enable secret class SW_DS1(config)#line console 0 SW_DS1(config-line)#password cisco SW_DS1(config-line)#login SW_DS1(config-line)#exit SW_DS1(config)#line

vty 0 15 SW_DS1(config-line)#password cisco SW_DS1(config-line)#login SW_DS1(config-line)#exit SW_DS1(config)#banner motd #Autorized access only!# hostname SW_DS1 enable secret class line console 0 password cisco login exit line vty 0 15 password cisco login exit Step1: Configure switches for remote management: SW_DS1(config)#interface vlan 43 SW_DS1(config-if)#ip adress 172.16.43.11 255.255.255.0 SW_DS1(config-if)#no shutdown SW_DS1(config-if)#exit SW_DS1(config)#ip default-gateway 172.16.43.1 Step2: Configure Trunking. Note : Packet tracer now supports the use of the range argument for the interfac e command For interfaces FastEthernet 0/19 through FastEthernet 0/24 on all switches: -configure static trunking -Assigne VLAN 43 as the native VLAN SW_DS1(config)#interface range FastEthernet 0/19-24 SW_DS1(config-if-range)#switchport mode trunk SW_DS1(config-if-range)#switchport trunk native vlan 43 SW_DS1(config-if-range)#no shutdown SW_DS1(config-if-range)#end Step 3: Configure VTP and VLANs. - Configure SW_DS1 as VTP server and the following VTP parameters: (ONLY SW_DS1) --SW_DS1 is the VTP server. --VTP domain name: CCNA --VTP password: cisco SW_DS1(config)#vtp mode server SW_DS1(config)#vtp domain CCNA

SW_DS1(config)#vtp password cisco SW_DS1(config)#end -Create and name the following VLANs on SW_DS1.(ONLY SW_DS1) --VLAN 10: Student --VLAN 20: Faculty --VLAN 43: Management --VLAN 67: Wireless SW_DS1(config)#vlan 10 SW_DS1(config-vlan)#name SW_DS1(config-vlan)#exit SW_DS1(config)#vlan 20 SW_DS1(config-vlan)#name SW_DS1(config-vlan)#exit SW_DS1(config)#vlan 43 SW_DS1(config-vlan)#name SW_DS1(config-vlan)#exit SW_DS1(config)#vlan 67 SW_DS1(config-vlan)#name SW_DS1(config-vlan)#exit SW_DS1(config)#end Student Faculty Management Wireless

-Configure SW_AC2 and SW_AC3 as VTP clients to participate in the CCNA VTP domai n. (ONLY SW_AC2 and SW_AC3 -Verify that VTP is operational. SW_DS1#show vtp status SW_DS1#show vlan brief

SW_DS1(config)#spanning-tree vlan 10 root primary

S1(config)# spanning-tree vlan 1 root primary

You might also like