Sample Questions:
In which form does PAP authentication send the username and password across the link?
Encrypted
Password protected
Clear text
Hashed
To configure SNMPv3 implementation, a network engineer is using the AuthNoPriv security level. What effect does this action have on the SNMP messages?
They become unauthenticated and unencrypted.
They become authenticated and unencrypted.
They become authenticated and encrypted.
They become unauthenticated and encrypted.
Which three are characteristics of IPv6? (Choose three.)
An IPv6 address is 128 bits long.
An IPv6 header is 20 bits long.
An IPv6 header contains the next header field.
An IPv6 header contains the protocol field.
IPv6 routers send RA messages.
An IPv6 header contains the header checksum field.
Which statement is true about IPv6?
Only one IPv6 address is assigned per node.
Only one IPv6 address can be assigned to each interface.
Each host can auto configure its address without the aid of a DHCP server.
IPv6 hosts use any cast addresses to assign IP addresses to interfaces.
An IPv6 overlay tunnel is required to communicate with isolated IPv6 networks across an IPv4 infrastructure. There are currently five IPv6 overlay tunnel types. Which three IPv6 overlay tunnel statements are true? (Choose three.)
Overlay tunnels can only be configured between border routers capable of supporting IPv4 and IPv6.
Overlay tunnels can be configured between border routers or between a border router and a host capable of supporting IPv4 and IPv6.
Cisco IOS supports manual, generic, routing encapsulation (GRE), IPv6-compatible, 4to6, and multiprotocol Label Switching (MPLS) Overlay tunneling mechanism.
Cisco IOS supports manual, generic routing encapsulation (GRE), IPv4-compatible, 6to4, and Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) overlay tunneling mechanisms.
A manual overlay tunnel supports point-to-multipoint tunnels capable of carrying IPv6 and Connectionless Network Service (CLNS) packets.
Overlay tunneling encapsulates IPv6 packets in IPv4 packets for delivery across an IPv4 infrastructure.
Which outbound access list, applied to the WAN interface of a router, permits all traffic except for http traffic sourced from the workstation with IP address 10.10.10.1?
ip access-list extended 200 deny tcp host 10.10.10.1 eq 80 any permit ip any any
ip access-list extended 10 deny tcp host 10.10.10.1 any eq 80 permit ip any any
ip access-list extended NO_HTTP deny tcp host 10.10.10.1 any eq 80
ip access-list extended 100 deny tcp host 10.10.10.1 any eq 80 permit ip any any
A network administrator notices that the BGP state drops and logs are generated for missing BGP hello keepalives. What is the potential problem?
Incorrect neighbor options
Hello timer mismatch
BGP path MTU enabled
MTU mismatch
Which command do you enter to display log messages with a timestamp that includes the length of time since the device was last rebooted?
service timestamps log uptime
logging facility 20
service timestamps debugging localtime msec
logging console errors
logging monitor 7
service timestamps log datetime msec