• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
The following commands are issued on a Cisco Router:

Router(configuration)#access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1

Router(configuration)#access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1
Router(configuration)#exit

Router#debug ip packet 199

What will the debug output on the console show?

A. All IP packets passing through the router
B. Only IP packets with the source address of 10.1.1.1
C. All IP packets from 10.1.1.1 to 172.16.1.1
D. All IP Packets between 10.1.1.1 and 172.16.1.1
A. All IP packets passing through the router
B. Only IP packets with the source address of 10.1.1.1
C. All IP packets from 10.1.1.1 to 172.16.1.1
D. All IP Packets between 10.1.1.1 and 172.16.1.1
Answer D:
All IP Packets between 10.1.1.1 and 172.16.1.1
What level of logging is enabled on a Router where the following logs are seen?

%LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
A. alerts
B. critical
C. errors
D. notifications
Answer: D


Cisco routers, switches, PIX and ASA firewalls prioritize log messages into 8 levels (0-7), as
shown below:
LevelLevel NameDescription
0 Emergencies System is unusable
1 Alerts Immediate action needed
2 Critical Critical conditions
3 Errors Error conditions
4 Warnings Warning conditions
5 Notifications Informational messages
6 Informational Normal but significant conditions
7 Debugging Debugging messages
You have the followings commands on your Cisco Router:
ip ftp username admin
ip ftp password backup
You have been asked to switch from FTP to HTTP. Which two commands will you use to
replace the existing commands?
A. ip http username admin
B. ip http client username admin
C. ip http password backup
D. ip http client password backup
E. ip http server username admin
F. ip http server password backup
Answer: B,D
You have 2 NTP servers in your network - 10.1.1.1 and 10.1.1.2.
You want to configure a Cisco router to use 10.1.1.2 as its NTP server before falling back to 10.1.1.1.

Which commands will you use to configure the router?
A. ntp server 10.1.1.1
ntp server 10.1.1.2

B. ntp server 10.1.1.1
ntp server 10.1.1.2 primary

C. ntp server 10.1.1.1
ntp server 10.1.1.2 prefer
Answer: C
The following command is issued on a Cisco Router:
Router(configuration)#logging console warnings
Which alerts will be seen on the console?
A. Warnings only
B. debugging, informational, notifications, warnings
C. warnings, errors, critical, alerts, emergencies
D. notifications, warnings, errors
E. warnings, errors, critical, alerts
Answer: C
Explanation:
Cisco routers prioritize log messages into 8 levels (0-7), as shown below:
LevelLevel NameDescription
0 Emergencies System is unusable
1 Alerts Immediate action needed
2 Critical Critical conditions
3 Errors Error conditions
4 Warnings Warning conditions
5 Notifications Informational messages
6 Informational Normal but significant conditions
7 Debugging Debugging messages
Which two of the following options are categories of Network Maintenance tasks?
A. Firefighting
B. Interrupt-driven
C. Policy-based
D. Structured
E. Foundational
Answer: B,D

Explanation:
Proactive Versus Reactive Network Maintenance:

Network maintenance tasks can be categorized as one of the following:
Structured tasks: Performed as a predefined plan.
Interrupt-driven tasks: Involve resolving issues as they are reported
You enabled CDP on two Cisco Routers which are connected to each other.
The Line and Protocol status for the interfaces on both routers show as UP but the routers do not see each other a CDP neighbors.
Which layer of the OSI model does the problem most likely exist?
A. Physical
B. Session
C. Application
D. Data-Link
E. Network
Answer: D
FCAPS is a network maintenance model defined by ISO. It stands for which of the following?
A. Fault Management
B. Action Management
C. Configuration Management
D. Protocol Management
E. Security Management
Answer: A,C,E
Which three management categories are contained in the FCAPS network maintenance model?
(Choose three.)
A. Config
B. Fault
C. Storage
D. Accounting
E. Redundancy
F. Telecommunications
Answer: A,B,D
What is the result of configuring the logging console warning command?
A. Messages with a severity level of 4 and higher will be logged to all available TTY lines.
B. Only warning messages will be logged on the console.
C. Warning, error, critical, and informational messages will be logged on the console.
D. Warning, critical, alert, and emergency messages will be logged on the console.
E. The logging console warning command needs to be followed in the configuration with logging buffered byte size to specify the message buffer size for the console.
Answer: D
Refer to the shown below.
%PIX|ASA-3-105010: (Primary) Failover message block alloc failed
• %PIX|ASA-3-106010: Deny inbound protocol src interface_name:dest_address/dest_port dst
interface_name:source_address/source_port
• %PIX|ASA-3-106011: Deny inbound (No xlate) string
• %PIX|ASA-3-106014: Deny inbound icmp src interface_name: IP_address dst interface_name:
IP_address (type dec, code dec)
• %PIX-3-107003: RIP: Attempted reference of stale data encountered in function, line: line_num
• %PIX|ASA-3-109010: Auth from inside_address/inside_port to outside_address/outside_port
failed (too many pending auths) on interface interface_name.
• %PIX|ASA-3-109013: User must authenticate before using this service
• %PIX|ASA-3-109016: Can't find authorization ACL acl_ID for user 'user'
• %PIX|ASA-3-109018: Downloaded ACL acl_ID is empty
• %PIX|ASA-3-109019: Downloaded ACL acl_ID has parsing error; ACE string
• %PIX|ASA-3-109020: Downloaded ACL has config error; ACE
• %PIX|ASA-3-109023: User from source_address/source_port to dest_address/dest_port on
interface outside_interface must authenticate before using this service.

What statement is correct regarding the output shown in the graphic?
A. These two log messages will not have a severity level. They are not errors but are just informational messages.
B. The first log message is categorized as a warning message.
C. These messages regarding interface status are normal output and will always be displayed when you exit config mode.
D. The first log message is an error message with a severity level of 3.
E. The second message would be shown if the logging console warning command had been issued.
Answer: D
Refer to the configuration statements shown in the graphic above.
R1(config)#access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1
R1(config)#access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1
R1(config)#end
R1#debug ip packet 199 detail
Which statement reflects what the effect is of this configuration sequence?
A. These commands will generate an error message because you cannot use an access list with any debug commands.
B. These commands will have no effect at all. The debug ip packet command will work as normal and display info for all IP packets.
C. These commands turn on debug ip packet only for packets between hosts 10.1.1.1 and 172.16.1.1.
D. These commands will only work when you specify only one host rather than two.
Answer: C
What is the result if you configure two devices with the ntp server command?
A. Nothing will happen until one of the devices is configured with the prefer parameter.
B. The NTP protocol will determine which server is most reliable and will synchronize to that server.
C. The device with the highest priority will become the active server and the other device will become the backup server.
D. The device with the lowest MAC address will become the active server and the other device will become the backup server.
Answer: B
A technician is troubleshooting connectivity problems between two routers that are directly connected through a serial line.
The technician notices that the serial line is up, but cannot see any neighbors displayed in the output of the show cdp neighbors command.
In which OSI layer is the problem most likely occurring?
A. physical
B. data link
C. network
D. transport
E. application
Answer: B
What are two approaches to maintaining a network?(Choose two.)
A. PPDIOO
B. structured
C. bottoms up
D. interrupt-driven
Answer: B,D