QUESTION NO: 1
FCAPS is a network maintenance model defined by ISO. What does it stand for?
A. Action Management
B. Fault Management
C. Configuration Management
D. Protocol Management
E. Security Management
Answer: BCE
QUESTION NO: 2
Which alerts will be seen on the console when running the command: logging console warnings.
A. warnings only
B. warnings, notifications, error, debugging, informational
C. warnings, errors, critical, alerts, emergencies
D. notifications, warnings, errors
E. warnings, errors, critical, alerts
Answer: C
QUESTION NO: 3
You have 2 commands used for ftp:
ip ftp username xxxxxx
ip ftp password yyyyyy
Which two commands will be used when switching from ftp to http?
A. ip http username xxxxxx
B. ip http client username xxxxxx
C. ip http password yyyyyy
D. ip http client password 0 yyyyyy
E. ip http server username xxxxxx
F. ip http server password yyyyyy
Answer: BD
QUESTION NO: 4
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: BD
QUESTION NO: 5
The following commands are issued on a Cisco router:
Router(config)#access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1
Router(config)#access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1
Router#debug ip packet 199
What would be the output shown on the console?
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 to 172.16.1.1
Answer: D
QUESTION NO: 6
You have two NTP servers 10.1.1.1 & 10.1.1.2 and want to configure a router to use 10.1.1.2 as its NTP server before falling back to 10.1.1.1. Which command will you use?
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
D. ntp server 10.1.1.1 fallback
ntp server 10.1.1.2
Answer: C