Quiz Rbj 1 - Xi Tkj A (Perintah Dasar Switching CISCO)
Approved & Edited byProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Hak akses ketika masuk dalam cisco IOS yang ditandai dengan tanda # adalah ...
A.
User mode
B.
Previlige mode
C.
Root mode
D.
Global configuration mode
Correct Answer
B. Previlige mode
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.
Rate this question:
2.
Perintah yang harus dimasukkan ketika akan digunakan untuk melakukan konfigurasi perangkat adalah ...
A.
>
B.
Enable
C.
Configuration terminal
D.
Config
Correct Answer
C. Configuration terminal
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.
Rate this question:
3.
Perintah untuk mengganti nama perangkat cisco dari Switch menjadi Padaherang adalah ________....
Correct Answer hostname Padaherang
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.
Rate this question:
4.
Pilihlah 2 perintah untuk menyimpan konfigurasi pada perangkat cisco!
A.
Save
B.
Write
C.
Running-config
D.
Copy run start
Correct Answer(s)
B. Write D. Copy run start
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.
Rate this question:
5.
Perintah yang digunakan untuk melihat informasi interface adalah ....
A.
Hostname
B.
Configuration terminal
C.
Show running-config
D.
Show ip interface brief
Correct Answer
D. Show ip interface brief
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.
Rate this question:
6.
Untuk mengeset password line console ketika melakukan config melalui port console perintah yang harus dimasukkan adalah ....
A.
Line console 0
B.
Show ip int br
C.
Password 123
D.
Login
Correct Answer(s)
A. Line console 0 C. Password 123 D. Login
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.
Rate this question:
7.
Berdasarkan gambar di atas perintah yang sesuai adalah ________....
Correct Answer(s) show vlan
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.
Rate this question:
8.
Hasil dari perintah yang sesuai dengan gambar tersebut adalah ________ ...
Correct Answer(s) show ip interface brief
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.
Rate this question:
9.
Perintah yang digunakan untuk melihat konfigurasi yang sedang berjalan adalah ....
A.
Show ip interface brief
B.
Show interface trunk
C.
Show vlan
D.
Show running-config
Correct Answer
D. Show running-config
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.
Rate this question:
10.
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 ...
A.
Switchport mode access
B.
Switchport access vlan
C.
Switchport mode trunk
D.
Switchport interace trunk
Correct Answer
C. Switchport mode trunk
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.
Rate this question:
11.
Perintah yang harus dimasukkan untuk membuat konfigurasi router on stick vlan 20 pada router tersebut adalah ...
(jawaban lebih dari satu)
A.
Encapsulation dot1q 20
B.
Interface fastethernet0/0
C.
Interface fastethernet0/0.20
D.
Interface fastethernet0/20
E.
Vlan 20
F.
Ip address 20.20.20.1 255.255.255.0
Correct Answer(s)
A. Encapsulation dot1q 20 C. Interface fastethernet0/0.20 F. Ip address 20.20.20.1 255.255.255.0
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.
Rate this question:
12.
Untuk membuat konfigurasi inter-vlan switch layer 3 perintah yang harus dimasukkan adalah ....
(jawaban lebih dari satu)
A.
Vlan 23
B.
Int vlan 23
C.
Switchport mode vlan
D.
Ip add 10.10.10.1 255.255.255.0
E.
Ip add 23.23.23.256
F.
Ip routing
Correct Answer(s)
B. Int vlan 23 D. Ip add 10.10.10.1 255.255.255.0 F. Ip routing
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.
Rate this question:
13.
Hak akses yang terdapat dalan cisco IOS adalah ...
(Jawaban lebih dari satu)
A.
Global configuration
B.
User mode
C.
Previlige mode
D.
Root mode
Correct Answer(s)
A. Global configuration B. User mode C. Previlige mode
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.
Rate this question:
14.
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)
A.
Network 33.33.33.0 255.255.255.0
B.
Ip dhcp pool vlan33
C.
Default router 30.30.30.1
D.
Dns-server 8.8.4.4
E.
Dns-server 180.131.144.144
Correct Answer(s)
A. Network 33.33.33.0 255.255.255.0 B. Ip dhcp pool vlan33 D. Dns-server 8.8.4.4
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).
Rate this question:
15.
Gambar tersebut adalah tampilan dari perintah ________....
A.
Show running-config
B.
Show vlan
C.
Show ip interface brief
D.
Show interface trunk
Correct Answer
D. Show interface trunk
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.
Rate this question:
16.
Untuk mengecek koneksi dari pc dengan ip address 192.168.7.1 ke ip address 192.168.7.77 adalah ________...
Correct Answer ping 192.168.7.77
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.
Rate this question:
17.
Untuk menghapus perintah dari vlan 10 digunakan perintah ________...
Correct Answer no vlan 10
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.
Rate this question:
18.
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 ________ ...
Correct Answer no shut no shut
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.
Rate this question:
19.
Hak akses user mode ditandai dengan ________....
Correct Answer >
Explanation The correct answer is ">". This symbol is used to indicate user mode access control.
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.