New CCNA – Syslog Questions
If you are not sure about Syslog, please read our Syslog tutorial.
Question 1
What are the popular destinations for Syslog messages to be saved?
A. Flash
B. The logging buffer RAM
C. The console terminal
D. Other terminals
E. Syslog server
Answer: B C E
Explanation
By default, switches send the output from system messages and debug privileged EXEC commands to a logging process. The logging process controls the distribution of logging messages to various destinations, such as the logging buffer (on RAM), terminal lines (console terminal), or a UNIX syslog server, depending on your configuration. The process also sends messages to the console.
Note: Syslog messages can be written to a file in Flash memory although it is not a popular place to use. We can configure this feature with the command logging file flash:filename.
Question 2
Syslog was configured with a level 3 trap. Which 3 types of logs would be generated (choose four)
A. Emergencies
B. Alerts
C. Errors
D. Warnings
E. Critical
Answer: A B C E
Explanation
The Message Logging is divided into 8 levels as listed below:
Level | Keyword | Description |
0 | emergencies | System is unusable |
1 | alerts | Immediate action is needed |
2 | critical | Critical conditions exist |
3 | errors | Error conditions exist |
4 | warnings | Warning conditions exist |
5 | notification | Normal, but significant, conditions exist |
6 | informational | Informational messages |
7 | debugging | Debugging messages |
The highest level is level 0 (emergencies). The lowest level is level 7. If you specify a level with the “logging console level” command, that level and all the higher levels will be displayed. For example, by using the “logging console warnings” command, all the logging of emergencies, alerts, critical, errors, warnings will be displayed.
In this question level 3 trap is configured so Emergencies, Alerts, critical and Errors messages are displayed. Although this question only requires to choose 3 correct answers but maybe something is missing here.
Question 3
Which three statements about Syslog utilization are true? (Choose three)
A. Utilizing Syslog improves network performance.
B. The Syslog server automatically notifies the network administrator of network problems.
C. A Syslog server provides the storage space necessary to store log files without using router disk space.
D. There are more Syslog messages available within Cisco IOS than there are comparable SNMP trap messages.
E. Enabling Syslog on a router automatically enables NTP for accurate time stamping.
F. A Syslog server helps in aggregation of logs and alerts.
Answer: C D F
Question 4
What command instructs the device to timestamp Syslog debug messages in milliseconds?
A. service timestamps log datetime localtime
B. service timestamps debug datetime msec
C. service timestamps debug datetime localtime
D. service timestamps log datetime msec
Answer: B
Explanation
The “service timestamps debug” command configures the system to apply a time stamp to debugging messages. The time-stamp format for datetime is MMM DD HH:MM:SS, where MMM is the month, DD is the date, HH is the hour (in 24-hour notation), MM is the minute, and SS is the second. With the additional keyword msec, the system includes milliseconds in the time stamp, in the format HH:DD:MM:SS.mmm, where .mmm is milliseconds
(Reference: http://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/reference/cf_book/cf_r1.html#wp1030116)
Question 5
What is the default Syslog facility level?
A. local4
B. local5
C. local6
D. local7
Answer: D
Question 6
What levels will be trapped if the administrator executes the command
router(config)# logging trap 4
A. Emergency
B. Notice
C. Alert
D. Error
E. Warning
Answer: A C D E
Explanation
The Message Logging is divided into 8 levels as listed below:
Level | Keyword | Description |
0 | emergencies | System is unusable |
1 | alerts | Immediate action is needed |
2 | critical | Critical conditions exist |
3 | errors | Error conditions exist |
4 | warnings | Warning conditions exist |
5 | notification | Normal, but significant, conditions exist |
6 | informational | Informational messages |
7 | debugging | Debugging messages |
If you specify a level with the “logging trap level” command, that level and all the higher levels will be logged. For example, by using the “logging trap 4″ command, all the logging of emergencies, alerts, critical, errors, warnings will be logged.
Question 7
A network administrator enters the following command on a router: logging trap 3. What are three message types that will be sent to the Syslog server? (Choose three)
A. informational
B. emergency
C. warning
D. critical
E. debug
F. error
Answer: B D F
In Question 7: I think: emergencies->alerts->critical->errors ???
Dear Omega here isn’t alert in options
Q1today
drag and drop of this site are important??????????????????
no “alert” #7
q4 today exam passed with 1000 thanks to 9tut
from Pakistan
oi guys i have liked so mush this site and all your coments. please i have my exame for soon. please send me the lastest dump. thanks
oi guys i have liked so mush this site and all your coments. please i have my exame for soon. please send me the lastest dump. zovosamuel@outlook.com
thanks
Dear All, take a exam soon. Pls send me the latest dump on newbrij36@yahoo.com. Thanks
refer to question-3
why Option -> B can not the correct answer ?
q2,3,4,5 yesterday. passed.
Omega
Alerts isn’t mentioned in the choices
Q7 on 15th Feb.
q3 today
Hi can any one send me vce player 1.2 please at raniagarwal31@yahoo.com
Q2,4 and 5
Alhumdollilah Passed today 1000/1000 thanks 9tut.. 9tut is enough for the CCNA exam
from Pakistan
Passed yesterday with score 1000 Thank God
The exam was 51 questions, only one drag and drop about cable types, all questions are very easy just similar to 9tut.
The lab simulations were Eigrp , ACL1 (similar to 9tut exactly) and ACL2 (modification 3 but with host B to access the finance server)
Good luck for everyone, just be relaxed its very very easy :)
questions 5 and 7 were on it
Passed the exam today.
There are new questions in the real exam.
and in the configuration portion I’ve experienced some trouble
because some of the PC console are not functioning.
Its not workable to configure the router esp in ACL and EIGRP.
but almost 90% of the questionaire are in this site.
Thanks 9tut.
Goodluck and Godbless everyone.
Hello Guys good news for you that now New CCNA (200-120) vouchers on special discount of 58% for World wide, with six months expiry date till you purchase.
Details Required For CCNA Voucher For Discount Processing:
1-First Name.
Last Name. (as your name written in your National Identity card)
2-Country.
3-City.
4-State.
5-Pin Code (or Area Code)
6-Residential Address (or where you can collect your Certificate or further correspondence
can be received)
7-Date of birth
Add me on Skype through this information which is written below:
Skype Name: rockon660
you can also email me at this email address which is written below:
madeelqaiser@gmail.com
If you have any Questions feel free to contact me.
Thanks,
Best regards,
Adeel
What is the default syslog facility level – can anyone explain that? Some of the stuff is not covered in the tutorial – can’t find the theory behind it – thanks
Syslog is the perfect topic for multiple answers questions. In order to illustrate my question let’s take Q2:
Syslog was configured with a level 3 trap. Which 3 types of logs would be generated (choose four)
A. Emergencies
B. Alerts
C. Errors
D. Warnings
E. Critical
Answers here are A,B,C and E.
Now, what if in this type of questions you get 3 out of 4 right (you pick D, Warnings instead of E, Critical).
Would be the whole question marked as incorrect or would it be marked accordingly?
Thank you.
helo everyone. im taking ccna exam in a few days time. please send me the dumps. PLEASE PLEASE I NEED TO PASS THIS EXAM SO BADLY.. here is my id : shah_nair23@yahoo.co.uk
i need the vce player too. anyone please help me. thank u so much. god bless..
Hi all,
for those of you who say the exam is easy, I hope you’re not already in the networking arena to say that because there are some of us who don’t have any experience in the IT industry who are also studying for CCNA. So when you say its easy, do state that you’re referring to those who are already familiar with networking basics. In case, we get our hopes up high
http://www.mediafire.com/download/8iw9zvloqzsnwl0/CCNA+200-120+exam.rar
simulation for exam
it’s very very very very very useful
Q1 & 5 today
Q4, Q5
How long is the final Real CCNA- exam. I mean the certification exam?
to remeber syslog level
0 Emergency keep in mind
then
ace
wind
normaly notification(N) is last
but it may help.
2 Hours
@Ahmed
How abt DINWECA EM
7 0
q4,q7.
can i get the latest dumps on mhfasmin@gmail.com
Hi ppl,,, can anyone provide me the updated dumps for ccna. kindly mail me the same @ 19titiksha@gmail.com
In Qu1
Nonconsole or console just without non
Q3
Q3
I have the working vce.along with the examtut dumps(278 questions) from the examcollection.which works on it.I paid for it..so if u want the vce and the dumps then u have to pay a nominal fee.contact me.
email:safridi1993@yahoo.com
I plan to take my exam May 22. If you have the examtut dumps, please send to rgp76711@gmail.com Thanks
keep planning.
hello all please i need the latest dumps
ahmad >>> ahmadalibm@hotmail.com
CCNA 200-120 & CCNA Security Vouchers available globally
Dear Concerns
CCNA and CCNA security 58 % discounted vouchers are available at only 50 USD.
Save up to 120 USD on your exam with 6 months validity.
For further details contact “v_voucher@yahoo.com”.
Hello every one , I am preparing for taking ccna 200-120 exam after a month .
Could you give me any highlight or questions that you had passed the exam?
my email is ravalpratik88@gmail.com
Hello Networking Gurus…Taking the CCNA 200-120 tomorrow. Please send me the latest dump to …………….. amado@usa.com
Abdel-Hameed,
I’ve download the software from the link you’ve provided but they’re a couple vce files when I go to pull them up it asks for a password. What is that password?
Thanks,
I passed the Ccna exam on 6/MAY/2015 972/1000 , thaaaaaaaaaaaanks 9tut
EXAM :
EIGRP 212 – ACL modification 3 .
can i get the latest dumps on rxd034000@gmail.com
Passed the exam today 18.05.15 985/1000 thank you 9tut very easy I used 40mins. Q1 & q5 came
hi miler
Please, Can you send me latest or updated dumps. Because i want to write exam in 2 days
kevinpatel_92@yahoo.com