Which three Cisco ASA configuration commands are used to enable the Cisco ASA to log only the debug output to syslog? (Choose three.)
A.
loggingHsttest message 711001
B.
logging debug-trace
C.
logging trap debugging
D.
logging message 711001 level 7
E.
logging trap test
Answer
B.logging debug-trace
C.logging trap debugging
D.logging message 711001 level 7
I think the correct answer is:
A) logging list test message 711001
B) logging debug-trace
E) logging trap test
Where “test” is the event list name matched by the logging filter
Refs. http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/l2.html
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080b83d04.shtml#loggsyslogserv
Answer should be
B.logging debug-trace
C.logging trap debugging
D.logging message 711001 level 7
debug option is level 7 and although A and E also log, you have to specify the level 7 for the answer to be correct using link
http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/l2.html
Yes, Answer shud be B,C,D where as in A
the sytax shud be like this.
logging list name {level level [class event_class] | message start_id[-end_id]}
Where as in A logging list test message 711001
We are missing the Level after name. Hence it shud not be Answer A.
Correct answer is BCD