CCNA AI and Network Operations • Set 15
CCNA AI and Network Operations Practice Test 15 — 15 questions with explanations. Free, no signup.
You are connected to R1, a router that must send SNMP traps to a management server at 203.0.113.10 and export NetFlow data to a collector at 203.0.113.20. Currently, SNMPv2c traps are not being sent, and SNMPv3 is not configured for read-only access with authentication and privacy. Additionally, NetFlow export is missing the destination and version configuration. Configure the necessary commands on R1 to enable SNMPv2c traps (community string 'public'), configure SNMPv3 user 'admin' with SHA authentication and AES 128 encryption (password 'cisco123' for both auth and priv), and set NetFlow export to version 9.
R1# show running-config | section snmp|ip flow ! ip flow-export destination 203.0.113.20 2055 ! snmp-server community public RO ! R1# show snmp Chassis: SNMPv2c Community strings: public (read-only) No SNMPv3 users configured. No trap configuration. R1# show ip cache flow IP packet size distribution: ... No NetFlow export information configured.
R1# show running-config | section snmp|ip flow ! ip flow-export destination 203.0.113.20 2055 ! snmp-server community public RO ! R1# show snmp Chassis: SNMPv2c Community strings: public (read-only) No SNMPv3 users configured. No trap configuration. R1# show ip cache flow IP packet size distribution: ... No NetFlow export information configured.