It's Monday, September 22, and here are the answers to Saturday's Cisco certification practice exam questions!

CCNA Certification And CCENT Certification:

Take a look at the following configuration and answer these questions:

1. What's the escape sequence mentioned in the first line?

2. What two commands combined to create this output?

3. What is a more common name for "ICMP Echos"?

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.12.123.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 136/139/152 ms
R3#
IP: s=172.12.123.3 (local), d=172.12.123.2 (Serial0), len 100, sending
IP: s=172.12.123.1 (Serial0), d=172.12.123.3 (Serial0), len 56, rcvd 3
IP: s=172.12.123.2 (Serial0), d=172.12.123.3 (Serial0), len 100, rcvd 3
IP: s=172.12.123.3 (local), d=172.12.123.2 (Serial0), len 100, sending



Answers: The escape sequence is crtl-c. The two commands running are debug ip packet and ping 172.12.123.2 (the destination of the pings is indicated by "d="), and naturally the ICMP Echos are commonly called pings.


CCNA Security Certification / CCNP ISCW Exam:


Which of the following does IKE *not* negotiate?

A. IKE keys

B. IPSec Security Agreements

C. QM_IDLE mode (Tunnel or Transport)

D. authentication of IPSec peers

Answer: C. There's no such thing as QM_Idle mode, but IKE does negotiate the other three values.



CCNA Wireless:

Define the term modulation, and discuss briefly what the term means in today's wireless networks.

Answer: Modulation refers to the addition of information to a signal; the "mo" in modem refers to this process. In wireless networking, information is added to a radio signal in order to transmit the data in that fashion.


CCNA Voice:

Which of the following is *not* a VoIP signaling protocol?

A. SCCP

B. SIP

C. YAGI

D. MGCP

E. UNI

Answer: C, E. Yagi and uni(directional) are antenna types. The others are VoIP signaling protocols.



CCNP Certification / BSCI Exam:

What message should you expect the router to display immediately after entering the following configuration?

R1(config)#router ospf 1

R1(config-router)#redistribute connected

Answer: You'll see a message telling you that only classful networks will be connected. To redistribute all subnets as well, add the subnets option to the redistribute connected command, as shown in the following configuration.

R1(config)#router ospf 1
R1(config-router)#redistribute connected
% Only classful networks will be redistributed
R1(config-router)#redistribute connected subnets



CCNP Certification / BCMSN Exam:

What command resulted in the output shown below?

SW1# ?
Session 1
---------
Type : Local Session
Source Ports :
Both : Fa0/1-5
Destination Ports : Fa0/6
Encapsulation : Native
Ingress: Disabled

Answer: You're verifying your SPAN configuration with the show monitor command.



CCNP / ONT Exam:

Name the three drop behaviors that RED can carry out.

Answer: No Drop, Random Drop, and Full Drop.


I'll have more questions for you later today!


To your success,

Chris Bryant
CCIE #12933
http://www.thebryantadvantage.com/

Comments

Popular posts from this blog