It's Tuesday, October 21, and here are the answers to Monday's Cisco certification practice exam questions!
Only 10 days until the release of my CCNA Security Exam Study Package- click that link to reserve the lowest price possible AND start studying immediately with the downloadable Preview Edition!
CCNA Certification And CCENT Certification:
SNMP and SMTP sound alike, but they're not similar at all. Describe briefly what each does, and name their port number while you're at it!
Answer: SNMP is the Simple Network Management Protocol, used by network monitoring applications (among others) to collect information on network operations. SNMP uses UDP port 161.
SMTP, the Simple Mail Transfer Protocol, does just what the name says it does! SMTP uses TCP port 25.
CCNA Security Certification / CCNP ISCW Exam:
Only 11 days until the release of my CCNA Security Study Package!
What combination of commands will allow a user to Telnet into a Cisco router with the following restrictions:
a password of hoops
the user should be assigned the highest privilege level possible upon successful login
the user should not be challenged for a username
login should only be allowed if the source IP address is on the 20.1.1.0 /24 network
Answer: You'd need an ACL defining the allowable source addresses...
access-list 45 permit 20.1.1.0 0.0.0.255
... and then the following VTY line configuration:
line vty 0 4
login
password hoops
privilege level 15
access-class 45 in
CCNP Certification / BSCI Exam:
What is ISIS Level 1 routing?
Answer: IS-IS routing in the same area (intra-area routing).
Which of the following does not use digital certificates, and performs mutual authentication through a secure tunnel?
A. LEAP
B. EAP-FAST
C. EAP-PEAP
D. EAP-TLS
Answer: B.
More questions later today!
To your success,
Chris Bryant
CCIE #12933
Comments