SCHOOL OF DRUM in hmj studios
sekolah bagi yang ingin menjadi musisi terutama dalam bidang perkusi/drum..
fasilitas kursus drum:
1. ruang nyaman dan ber ac
2. alat-alat berkualitas baik
3. dijamin dalam sebulan pasti dapat bermain drum.
4. pembelajaran drum detail

Minggu, 05 Juni 2011

Tugas Jarkom 3 ( Praktek )

Step 1: Connecting the network
Utilize the first FastEthernet interface on the ISR router to connect to the last FastEthernet interface on the Floor 1 switch.
Connect GigabitEthernet 1/1 on the Floor 1 switch to GigabitEthernet 1/1 on the Floor 2 switch.
Connect GigabitEthernet 1/2 on the Floor 2 switch to GigabitEthernet 1/1 on the Floor 3 switch.

Step 2: Configure basic switch and router configurations
Router
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ISR_Rtr
ISR_Rtr(config)#enable password cisco123
ISR_Rtr(config)#line vty 0 4
ISR_Rtr(config-line)#password class
ISR_Rtr(config-line)#login
ISR_Rtr(config-line)#exit
ISR_Rtr(config)#line console 0
ISR_Rtr(config-line)#password class
ISR_Rtr(config-line)#login
ISR_Rtr(config-line)#exit
ISR_Rtr(config)#


Switch
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Floor1_Sw
Floor1_Sw(config)#enable password cisco123
Floor1_Sw(config)#line vty 0 4
Floor1_Sw(config-line)#password class
Floor1_Sw(config-line)#login
Floor1_Sw(config-line)#exit
Floor1_Sw(config)#line console 0
Floor1_Sw(config-line)#password class
Floor1_Sw(config-line)#login
Floor1_Sw(config-line)#exit
Floor1_Sw(config)#

Step 3: Configure the interfaces connecting the router and switches
a. Floor1_Sw(config)#interface gigabitEthernet 1/1
Floor1_Sw(config-if)#switchport mode trunk
b. Floor1_Sw(config)#interface fastEthernet 0/24
Floor1_Sw(config-if)#switchport mode trunk

c. ISR_Rtr(config)#int
ISR_Rtr(config)#interface f
ISR_Rtr(config)#interface fastEthernet 0/0
ISR_Rtr(config-if)#no ip add
ISR_Rtr(config-if)#no ip address
ISR_Rtr(config-if)#no sh
ISR_Rtr(config-if)#no shutdown
ISR_Rtr(config-subif)#exit
ISR_Rtr(config)#
d. ISR_Rtr(config)#int
ISR_Rtr(config)#interface f
ISR_Rtr(config)#interface fastEthernet 0/0.20
1. ISR_Rtr(config-subif)#en
ISR_Rtr(config-subif)#encapsulation dot1q 20
2. ISR_Rtr(config-subif)#ip ad
ISR_Rtr(config-subif)#ip address 192.168.20.1 255.255.255.0
ISR_Rtr(config-subif)#exit


Step 4:
a. Floor 2 dan 3
1. Floor2_Sw(config)#vt
Floor2_Sw(config)#vtp do
Floor2_Sw(config)#vtp domain SiteX
Changing VTP domain name from NULL to SiteX
2. Floor2_Sw(config)#vt
Floor2_Sw(config)#vtp mo
Floor2_Sw(config)#vtp mode cl
Floor2_Sw(config)#vtp mode client
Setting device to VTP CLIENT mode.
3. Floor2_Sw(config)#vt
Floor2_Sw(config)#vtp pas
Floor2_Sw(config)#vtp password ciscoVTP
Setting device VLAN database password to ciscoVTP
Floor2_Sw(config)#exit

b. Floor 1
1. Floor1_Sw(config)#vt
Floor1_Sw(config)#vtp do
Floor1_Sw(config)#vtp domain SiteX
Domain name already set to SiteX.
2. Floor1_Sw(config)#vt
Floor1_Sw(config)#vtp mo
Floor1_Sw(config)#vtp mode se
Floor1_Sw(config)#vtp mode server
Device mode already VTP SERVER.
3. Floor1_Sw(config)#vt
Floor1_Sw(config)#vtp pa
Floor1_Sw(config)#vtp password ciscoVTP
Setting device VLAN database password to ciscoVTP
Floor1_Sw(config)#exit


Step 5: configurasi vlan
Floor1_Sw(config)#vl
Floor1_Sw(config)#vlan 20
Floor1_Sw(config-vlan)#na
Floor1_Sw(config-vlan)#name Admin
Floor1_Sw(config-vlan)#exit
Floor1_Sw(config)#vl
Floor1_Sw(config)#vlan 25
Floor1_Sw(config-vlan)#na
Floor1_Sw(config-vlan)#name Management
Floor1_Sw(config-vlan)#exit
Floor1_Sw(config)#vl
Floor1_Sw(config)#vlan 30
Floor1_Sw(config-vlan)#na
Floor1_Sw(config-vlan)#name Finance
Floor1_Sw(config-vlan)#exit
Floor1_Sw(config)#

Step 6:
a. Floor1_Sw(config)#int
Floor1_Sw(config)#interface fastEthernet 0/1
Floor1_Sw(config-if)#switchport mode access
Floor1_Sw(config-if)#switchport access vlan 20
Floor1_Sw(config-if)#exit
Floor1_Sw(config)#
b. Floor2_Sw(config)#int
Floor2_Sw(config)#interface fastEthernet 0/1
Floor2_Sw(config-if)#switchport mode access
Floor2_Sw(config-if)#switchport access vlan 25
Floor2_Sw(config-if)#exit
Floor2_Sw(config)#
c. Floor3_Sw(config)#int
Floor3_Sw(config)#interface fastEthernet 0/1
Floor3_Sw(config-if)#sw
Floor3_Sw(config-if)#switchport mo
Floor3_Sw(config-if)#switchport mode ac
Floor3_Sw(config-if)#switchport mode access
Floor3_Sw(config-if)#sw
Floor3_Sw(config-if)#switchport ac
Floor3_Sw(config-if)#switchport access v
Floor3_Sw(config-if)#switchport access vlan 30
Floor3_Sw(config-if)#exit
Floor3_Sw(config)#