Quiz Rbj 1 - Xi Tkj A (Perintah Dasar Switching CISCO)

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By DIAN LESTIANI
D
DIAN LESTIANI
Community Contributor
Quizzes Created: 1 | Total Attempts: 561
| Attempts: 561 | Pertanyaan: 20
Please wait...

Question 1 / 20
0 %
0/100
Score 0/100
1. Hak akses user mode ditandai dengan _____....

Explanation

The correct answer is ">". This symbol is used to indicate user mode access control.

Submit
Please wait...
About This Quiz
Quiz Rbj 1 - Xi Tkj A (Perintah Dasar Switching CISCO) - Quiz

2. Berdasarkan gambar di atas perintah yang sesuai adalah _____....

Explanation

The correct answer is "show vlan" because based on the given image, the command that is appropriate to execute is "show vlan." This command will display information about the VLANs configured on the network device, such as VLAN IDs, names, and associated interfaces.

Submit
3. Hasil dari perintah yang sesuai dengan gambar tersebut adalah _____ ...

Explanation

The correct answer is "show ip interface brief". This command is used to display a summary of all interfaces on a device, including their IP addresses, status, and protocol information. By executing this command, the user can quickly view the essential details of all interfaces on the device without having to go through each interface individually.

Submit
4. Untuk menghapus perintah dari vlan 10 digunakan perintah _____...

Explanation

The correct answer is "no vlan 10". This command is used to remove or delete the VLAN 10 configuration. By using this command, the VLAN 10 will be removed from the network configuration, and any associated ports or interfaces will no longer be assigned to this VLAN.

Submit
5. Perintah yang digunakan untuk melihat informasi interface adalah ....

Explanation

The correct answer is "show ip interface brief". This command is used to view the basic information about all the interfaces configured on a router or switch. It provides a summary of the IP addresses assigned to each interface, their status (up or down), and the protocol used on each interface. This command is useful for quickly checking the status and configuration of all interfaces on a device.

Submit
6. Untuk mengecek koneksi dari pc dengan ip address 192.168.7.1 ke ip address 192.168.7.77 adalah _____...

Explanation

The given correct answer for this question is "ping 192.168.7.77". This command is used to check the connectivity between two devices in a network. By sending a ping request to the IP address 192.168.7.77 from the PC with the IP address 192.168.7.1, it will determine if there is a successful connection between them. If the ping is successful, it means that the devices can communicate with each other.

Submit
7. Cocokkan konfigurasi di bawah ini dengan ketentuan di bawah ini: vlan 50 diberi nama guru, port yang digunakan adalah fa0/10 vlan 60 diberi nama siswa, port yang digunakan adalah fa0/11
Submit
8. Perintah yang digunakan untuk melihat konfigurasi yang sedang berjalan adalah ....

Explanation

The correct answer is show running-config. This command is used to view the current configuration that is running on a device. It displays all the configuration commands that have been applied to the device, including interface configurations, routing protocols, and other settings. This command is commonly used for troubleshooting purposes or to verify the current configuration settings on a device.

Submit
9. Hak akses ketika masuk dalam cisco IOS yang ditandai dengan tanda # adalah ...

Explanation

The correct answer is "previlige mode". In Cisco IOS, the privilege mode is indicated by the # symbol. This mode allows users to execute privileged commands, such as configuring the device and accessing sensitive information. In privilege mode, users have more control and access to the system compared to user mode, but they still do not have full administrative privileges like in root mode. Global configuration mode is another mode in Cisco IOS that allows users to configure global parameters for the device.

Submit
10. Hak akses yang terdapat dalan cisco IOS adalah ... (Jawaban lebih dari satu)

Explanation

The correct answer options refer to different levels of access control in Cisco IOS. The global configuration mode allows users to make changes to the overall configuration of the device. The user mode provides limited access to basic monitoring and troubleshooting commands. The privilege mode grants higher access privileges, allowing users to configure specific features and execute certain commands. The root mode is not a valid term in Cisco IOS, so it is not included in the correct answer options.

Submit
11. Gambar tersebut adalah tampilan dari perintah _____....

Explanation

The correct answer is "show interface trunk" because the given image is displaying the output of this command. The command "show interface trunk" is used to display information about trunk ports on a network device. It shows the status, VLAN membership, and other details of the trunk interfaces. The image likely shows the output of this command with the relevant information about the trunk interfaces.

Submit
12. Perintah yang harus dimasukkan ketika akan digunakan untuk melakukan konfigurasi perangkat adalah ...

Explanation

The correct answer is "configuration terminal". This is because when configuring a device, the "configuration terminal" command is used to enter the device's configuration mode. This mode allows the user to make changes to the device's settings and parameters. By entering this command, the user gains access to the configuration mode and can proceed with configuring the device.

Submit
13. jika kabel pada port fa0/0 pada router sudah terhubung ke perangkat lainnya namun lampu indikator belum menyala dan keterangan nya masih down, maka perintah yang harus dilakukan setelah mengetikkan int fa0/0 adalah _____ ...

Explanation

The correct answer is "no shut, no shut". The command "no shut" is used to enable the interface and bring it up, allowing the connection to be established. By typing this command twice, it ensures that any previous shutdown state is cleared and the interface is fully enabled.

Submit
14. Jika dalam sebuah jaringan terdapat 2 buah switch managable cisco dimana di setiap switch memiliki vlan yang sama, perintah yang digunakan untuk menghubungkan vlan yang sama dari switch yang berbeda adalah ...

Explanation

The correct answer is "switchport mode trunk". This command is used to connect the same VLANs between different switches. Trunk ports are used to carry multiple VLAN traffic between switches, allowing for communication between devices in the same VLAN on different switches. By configuring the switchport mode as trunk, the switch will be able to transmit and receive traffic from multiple VLANs.

Submit
15. Untuk mengeset password line console ketika melakukan config melalui port console perintah yang harus dimasukkan adalah ....

Explanation

The correct answer is "line console 0, password 123, login". This is because the "line console 0" command is used to enter the console line configuration mode, where the password for the console line can be set. The "password 123" command is used to set the password as "123". The "login" command is used to enable login authentication for the console line, ensuring that a password is required to access it.

Submit
16. Pilihlah 2 perintah untuk menyimpan konfigurasi pada perangkat cisco!

Explanation

The correct answer is "write,copy run start". The "write" command is used to save the current configuration to the startup configuration file, while the "copy run start" command is used to copy the running configuration to the startup configuration file. By using both commands, the configuration changes made in the running configuration will be saved and persist after a reboot.

Submit
17. Perintah yang harus dimasukkan untuk membuat konfigurasi router on stick vlan 20 pada router tersebut adalah ... (jawaban lebih dari satu)

Explanation

The correct answer is a combination of commands that are necessary to configure router on stick VLAN 20. "encapsulation dot1q 20" is used to specify the VLAN ID for the subinterface. "interface fastethernet0/0.20" is used to create the subinterface for VLAN 20. "ip address 20.20.20.1 255.255.255.0" is used to assign the IP address and subnet mask to the subinterface. These commands together enable the router to route traffic between VLAN 20 and other networks.

Submit
18. Switch cisco akan dikonfigurasi dhcp server dengan ketetntuan sebagai berikut: (pool vlan 33, interface vlan memiliki ip address 33.33.33.1 subnetmasknya /24, dns yang digunakan adalah google)

Explanation

The given answer is correct because it includes the necessary configurations for setting up a DHCP server on a Cisco switch. The "network 33.33.33.0 255.255.255.0" command defines the network and subnet mask for the DHCP server. The "ip dhcp pool vlan33" command creates a DHCP pool named "vlan33" for the specified network. The "dns-server 8.8.4.4" command sets the primary DNS server to Google's DNS (8.8.4.4).

Submit
19. Untuk membuat konfigurasi inter-vlan switch layer 3 perintah yang harus dimasukkan adalah .... (jawaban lebih dari satu)

Explanation

The correct answers for configuring inter-vlan on a layer 3 switch are "int vlan 23" to create the VLAN interface, "ip add 10.10.10.1 255.255.255.0" to assign an IP address to the VLAN interface, and "ip routing" to enable routing between VLANs. These commands allow the switch to route traffic between different VLANs using the VLAN interface and enable IP routing on the switch.

Submit
20. Perintah untuk mengganti nama perangkat cisco dari Switch menjadi Padaherang adalah _____....

Explanation

The given command "hostname Padaherang" is used to change the name of a Cisco device to "Padaherang". The "hostname" command is used to set the name of the device, and in this case, it is being set to "Padaherang". This command is commonly used in Cisco devices to customize the device name for easier identification and management.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 15, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 15, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 24, 2018
    Quiz Created by
    DIAN LESTIANI
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Hak akses user mode ditandai dengan _____....
Berdasarkan gambar di atas perintah yang sesuai adalah _____....
Hasil dari perintah yang sesuai dengan gambar tersebut...
Untuk menghapus perintah dari vlan 10 digunakan perintah _____...
Perintah yang digunakan untuk melihat informasi interface adalah ....
Untuk mengecek koneksi dari pc dengan ip address 192.168.7.1 ke ip...
Cocokkan konfigurasi di bawah ini dengan ketentuan di bawah ini: ...
Perintah yang digunakan untuk melihat konfigurasi yang sedang berjalan...
Hak akses ketika masuk dalam cisco IOS yang ditandai dengan tanda #...
Hak akses yang terdapat dalan cisco IOS adalah ... ...
Gambar tersebut adalah tampilan dari perintah _____....
Perintah yang harus dimasukkan ketika akan digunakan untuk melakukan...
Jika kabel pada port fa0/0 pada router sudah terhubung ke perangkat...
Jika dalam sebuah jaringan terdapat 2 buah switch managable cisco...
Untuk mengeset password line console ketika melakukan config melalui...
Pilihlah 2 perintah untuk menyimpan konfigurasi pada perangkat cisco!
Perintah yang harus dimasukkan untuk membuat konfigurasi router on...
Switch cisco akan dikonfigurasi dhcp server dengan ketetntuan sebagai...
Untuk membuat konfigurasi inter-vlan switch layer 3 perintah yang...
Perintah untuk mengganti nama perangkat cisco dari Switch menjadi...
Alert!

Advertisement