Skip to main content

Posts

Showing posts with the label Cisco

Pembahasan LKS ASC WSC modul Cisco DHCP Snooping

Soal: Turn on DHCP snooping on SW1 switch for LAN1 subnet. Use internal flash to keep DHCP snooping database. LAN1 is VLAN101 Jawaban: ip dhcp snooping ip dhcp snooping vlan 101 ip dhcp snooping database flash:dhcp.db Pilih port yang dipercaya untuk mendapatkan informasi DHCP server. interface GigabitEthernet1/1 ip dhcp snooping trust Reference: https://www.omnisecu.com/ccna-security/how-to-configure-dhcp-snooping.php

Pembahasan soal ITNSA Cisco Call Manager Express how to configure intercom

Soal :  On Kremlin phone upon pressing second line-button, Ivan's phone should automatically answer the call in speakerphone mode with mute activated and Ivan should hear Kremlin’s conversation.  Jawaban: https://www.cisco.com/c/en/us/support/collaboration-endpoints/unified-ip-phone-7945g/model.html Pertama pastikan kremlin phone dan ivan's phone sudah mempunyai nomor extension dan bisa saling telpon, di tutorial kali ini tidak membahas dasar konfigurasi CME  namun langsung akan memberikan konfigurasi intercom seperti berikut ini: ephone-dn 1  number 101  label Kremlin  name Kremlin ephone-dn 3  number 103  label Ivan  name Ivan ephone-dn  10  number A01  intercom A03 label "intercom" ephone-dn  11  number A03  intercom A01 label "intercom" ephone  1  type 7945  button 1:1 2:10 ephone 3  type CIPC  button 1:3 2:11 Reference: https://www.cisco.com/c/en/us/td/

How to configure role-based access control on Cisco router

Task Project: Configure role-based access control on BR3 router: a. Create user1, user2, user3, user4 and user5 with cisco1 password. i. user1 should be authorized to issue all privileged mode commands except “show version” and “show ip route” but should be able to issue “show ip *” commands. ii. user2 should be authorized to issue all user (unprivileged) mode commands including “show version” but not “show ip route”. b. Create view-context “show_view”: i. Include “show version” command ii. Include all unprivileged commands of “show ip *” iii. Include “who” command iv. user3 should land in this context after successful authentication on local or remote console. c. Create view-context “ping_view”: i. Include “ping” command ii. Include “traceroute” command iii. user4 should land in this context after successful authentication on local or remote console. d. Create superview-context that combines these 2 contexts. user5 should land in this superview-context after s