Cisco Certified Network Associate (200-301 CCNA) – Question591

What is a syslog facility?

A.
host that is configured for the system to send log messages
B. password that authenticates a Network Management System to receive log messages
C. group of log messages associated with the configured severity level
D. set of values that represent the processes that can generate a log message

Correct Answer: D

Cisco Certified Network Associate (200-301 CCNA) – Question590


Refer to the exhibit. What is the next step to complete the implementation for the partial NAT configuration shown?

A.
Modify the access list for the internal network on e0/1.
B. Reconfigure the static NAT entries that overlap the NAT pool.
C. Apply the ACL to the pool configuration.
D. Configure the NAT outside interface.

Correct Answer: B

Cisco Certified Network Associate (200-301 CCNA) – Question584

An engineer is configuring SSH version 2 exclusively on the R1 router. What is the minimum configuration required to permit remote management using the cryptographic protocol?

A.
hostname R1
service password-encryption
crypto key generate rsa general-keys modulus 1024
username cisco privilege 15 password 0 cisco123
ip ssh version 2
line vty 0 15
transport input ssh
login local
B. hostname R1
ip domain name cisco
crypto key generate rsa general-keys modulus 1024
username cisco privilege 15 password 0 cisco123
ip ssh version 2
line vty 0 15
transport input ssh
login local
C. hostname R1
crypto key generate rsa general-keys modulus 1024
username cisco privilege 15 password 0 cisco123
ip ssh version 2
line vty 0 15
transport input ssh
login local
D. hostname R1
ip domain name cisco
crypto key generate rsa general-keys modulus 1024
username cisco privilege 15 password 0 cisco123
ip ssh version 2
line vty 0 15
transport input all
login local

Correct Answer: B

Cisco Certified Network Associate (200-301 CCNA) – Question582


Refer to the exhibit. Which configuration enables DHCP addressing for hosts connected to interface FastEthernet0/1 on router R4?

A.
interface FastEthernet0/1
ip helper-address 10.0.1.1
!
access-list 100 permit tcp host 10.0.1.1 eq 67 host 10.148.2.1
B. interface FastEthernet0/0
ip helper-address 10.0.1.1
!
access-list 100 permit udp host 10.0.1.1 eq bootps host 10.148.2.1
C. interface FastEthernet0/0
ip helper-address 10.0.1.1
!
access-list 100 permit host 10.0.1.1 host 10.148.2.1 eq bootps
D. interface FastEthernet0/1
ip helper-address 10.0.1.1
!
access-list 100 permit udp host 10.0.1.1 eq bootps host 10.148.2.1

Correct Answer: A