[Nov.-2016-New]Braindump2go 640-911 PDF Questions and Answers Instant Download[NQ21-NQ30]

2016/11 New CCNA Data Center 640-911 DCICN: Introducing Cisco Data Center Networking Exam Questions Updated Today!
Free Instant Download 640-911 Exam Dumps (PDF & VCE) 220Q&As from Braindump2go.com Today!

100% Real Exam Questions! 100% Exam Pass Guaranteed!

1.|2016/11 New 640-911 Exam Dumps (PDF & VCE) 220Q&As Share:
http://www.braindump2go.com/640-911.html

2.|2016/11 New 640-911 Exam Questions & Answers:
https://drive.google.com/folderview?id=0BwwEErkugSaLS1l6YUdERmpVc1k&usp=sharing

QUESTION 21
What is the function of the Tab key on the Cisco Nexus Operating System command-line interface?

A.    redisplays the current command line
B.    deletes all characters from the cursor to the end of the command line
C.    clears the terminal screen
D.    completes a partially entered command if enough characters are present
E.    moves the cursor one word to the right

Answer: D
Explanation:
“Completes the word for you after entering the first characters of the word, and then pressing the Tab key. All options that match are presented.”
http://www.cisco.com/en/US/docs/switches/datacenter/sw/4_1/nx-os/fundamentals/configuration/guide/Cisco_Nexus_7000_Series_NX-OS_Fundamentals_Configuration_Guide__Release_4.1_chapter4.html

QUESTION 22
Where does Cisco Nexus Operating System store the running configuration file?

A.    RAM
B.    flash
C.    bootflash
D.    volatile
E.    NVRAM

Answer: A
Explanation:
“The “running-config” file is stored in RAM.”
http://www.omnisecu.com/cisco-certified-network-associate-ccna/cisco-router-configuration-files.php

QUESTION 23
Where does Cisco Nexus Operating System store the startup configuration file?

A.    RAM
B.    flash
C.    bootflash
D.    volatile
E.    NVRAM

Answer: E
Explanation:
“A persistent copy of Cisco Router configuration file is called as “startup-config” file.
The “startup- config” file is kept in NVRAM and the contents of the “startup-config” file are retained after a reboot.”
http://www.omnisecu.com/cisco-certified-network-associate-ccna/cisco-router-configuration-files.php

QUESTION 24
Which two commands would you use to erase the Cisco Nexus Operation System configuration and return the switch to factory defaults? (Choose two.)

A.    nexus# write erase boot
B.    nexus# erase configuration
C.    nexus# erase running-configuration
D.    nexus# erase startup-configuration
E.    nexus# reboot
F.    nexus# reload
G.    nexus# shutdown

Answer: AF

QUESTION 25
What is the minimum required command to enter global configuration mode on a Cisco Nexus switch?

A.    nexus# con
B.    nexus# configure
C.    nexus# configure global
D.    nexus# configure terminal

Answer: A
Explanation:
Example:
NX# con
Enter configuration commands, one per line. End with CNTL/Z.
NX(config)#
PS. in IOS minimum “conf t”

QUESTION 26
Which option would you use to exit the Cisco Nexus Operating System interface configuration mode and return to the exec prompt?

A.    nexus(config-if)#Ctrl-C
nexus#
B.    nexus(config-if)#Ctrl-Z
nexus#
C.    nexus(config-if)#Ctrl-E
nexus#
D.    nexus(config-if)#exit
nexus#

Answer: B
Explanation:
“Ctrl-Z Ends a configuration session, and returns you to EXEC mode. When used at the end of a command line in which a valid command has been typed, the resulting configuration is first added to the running configuration file.” http://www.cisco.com/en/US/docs/switches/datacenter/sw/4_1/nx-os/fundamentals/configuration/guide/Cisco_Nexus_7000_Series_NX-OS_Fundamentals_Configuration_Guide__Release_4.1_chapter4.html
PS. “exit” return to global config only

QUESTION 27
What is the correct format of an access control list on a Cisco Nexus switch to deny unencrypted Web traffic from any source to destination host 10.10.1.110?

A.    N5K-A(config)#ip access-list 101
N5K-A(config-acl)# deny tcp any host 10.10.1.110 eq 80
B.    N5K-A(config)#access-list 101deny tcp any host 10.10.1.110 eq 80
C.    N5K-A(config)#access-list 101deny tcp any host 10.10.1.110 eq 80
N5K-A(config)#access-list 101permit ip any any
D.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any host 10.10.1.110 eq 80
N5K-A(config-acl)# permit ip any any

Answer: D

QUESTION 28
What is the correct format of an access control list on a Cisco Nexus switch to deny FTP traffic from any source to destination host 10.10.1.110?

A.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any host 10.10.1.110 eq ftp
B.    N5K-A(config)#access-list 101deny tcp any host 10.10.1.110 eq ftp
C.    N5K-A(config)#access-list 101deny tcp any host 10.10.1.110 eq ftp
N5K-A(config)#access-list 101denyip any any
D.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# denyudp any host 10.10.1.110 eq 21
N5K-A(config-acl)# permit ip any any
E.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any host 10.10.1.110 eq 21
N5K-A(config-acl)# permit ip any any

Answer: E

QUESTION 29
What is the correct format of an access control list on a Cisco Nexus switch to deny hosts on the 172.16.1.0/21 network from accessing HTTP proxy servers listening on port 8080?

A.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp 172.16.1.0 0.0.7.255 any eq 8080
N5K-A(config-acl)# permit ip any any
B.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any 172.16.1.0 255.255.248.0 eq 8080
N5K-A(config-acl)# permit ip any any
C.    N5K-A(config)#access-list 101 deny tcp172.16.1.0 0.0.15.255 eq 8080
D.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# deny tcp any host 172.16.1.0/21 eq 8080

Answer: A

QUESTION 30
What is the correct format of an access control list on a Cisco Nexus switch to only permit unencrypted Web traffic from the 172.16.1.0/25 network to destination host 10.10.1.110?

A.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# permit tcp host 172.16.1.0/25 any eq 80
B.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# permit tcp 172.16.1.0 255.255.255.128 any eq 80
C.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# permit tcp 172.16.1.0/25 any eq 80
D.    N5K-A(config)#access-list 101 permit tcp 172.16.1.0/25 0.0.0.128 eq 80
E.    N5K-A(config)# ip access-list 101
N5K-A(config-acl)# permit tcp any 172.16.1.0 255.255.248.0 eq 80

Answer: C


!!!RECOMMEND!!!

1.Braindump2go|2016/11 New 640-911 Exam Dumps (PDF & VCE) 220Q&As Share:
http://www.braindump2go.com/640-911.html

2.Braindump2go|2016/11 New 640-911 Exam Questions & Answers:
https://drive.google.com/folderview?id=0BwwEErkugSaLS1l6YUdERmpVc1k&usp=sharing

         

Categories 640-911 Dumps/640-911 Exam Questions/640-911 PDF/640-911 VCE/Cisco Exam

Post Author: mavis

Categories

Archives

Cisco Exam Dumps Download

200-301 PDF and VCE Dumps

200-901 PDF and VCE Dumps

350-901 PDF and VCE Dumps

300-910 PDF and VCE Dumps

300-915 PDF and VCE Dumps

300-920 PDF and VCE Dumps

350-401 PDF and VCE Dumps

300-410 PDF and VCE Dumps

300-415 PDF and VCE Dumps

300-420 PDF and VCE Dumps

300-425 PDF and VCE Dumps

300-430 PDF and VCE Dumps

300-435 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-801 PDF and VCE Dumps

300-810 PDF and VCE Dumps

300-815 PDF and VCE Dumps

300-820 PDF and VCE Dumps

300-835 PDF and VCE Dumps

350-801 PDF and VCE Dumps

200-201 PDF and VCE Dumps

350-601 PDF and VCE Dumps

300-610 PDF and VCE Dumps

300-615 PDF and VCE Dumps

300-620 PDF and VCE Dumps

300-625 PDF and VCE Dumps

300-635 PDF and VCE Dumps

600-660 PDF and VCE Dumps

350-601 PDF and VCE Dumps

352-001 PDF and VCE Dumps

350-701 PDF and VCE Dumps

300-710 PDF and VCE Dumps

300-715 PDF and VCE Dumps

300-720 PDF and VCE Dumps

300-725 PDF and VCE Dumps

300-730 PDF and VCE Dumps

300-735 PDF and VCE Dumps

350-701 PDF and VCE Dumps

350-501 PDF and VCE Dumps

300-510 PDF and VCE Dumps

300-515 PDF and VCE Dumps

300-535 PDF and VCE Dumps

350-501 PDF and VCE Dumps

010-151 PDF and VCE Dumps

100-490 PDF and VCE Dumps

810-440 PDF and VCE Dumps

820-445 PDF and VCE Dumps

840-450 PDF and VCE Dumps

820-605 PDF and VCE Dumps

700-805 PDF and VCE Dumps

700-070 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

500-173 PDF and VCE Dumps

500-174 PDF and VCE Dumps

200-401 PDF and VCE Dumps

644-906 PDF and VCE Dumps

600-211 PDF and VCE Dumps

600-212 PDF and VCE Dumps

600-210 PDF and VCE Dumps

600-212 PDF and VCE Dumps

700-680 PDF and VCE Dumps

500-275 PDF and VCE Dumps

500-285 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

Microsoft Exams Will Be Retired

AZ-103(retiring August 31, 2020)

AZ-203(retiring August 31, 2020)

AZ-300(retiring August 31, 2020)

AZ-301(retiring August 31, 2020)

77-419(retiring June 30, 2020)

70-333(retiring January 31, 2021)

70-334(retiring January 31, 2021)

70-339(retiring January 31, 2021)

70-345(retiring January 31, 2021)

70-357(retiring January 31, 2021)

70-410(retiring January 31, 2021)

70-411(retiring January 31, 2021)

70-412(retiring January 31, 2021)

70-413(retiring January 31, 2021)

70-414(retiring January 31, 2021)

70-417(retiring January 31, 2021)

70-461(retiring January 31, 2021)

70-462(retiring January 31, 2021)

70-463(retiring January 31, 2021)

70-464(retiring January 31, 2021)

70-465(retiring January 31, 2021)

70-466(retiring January 31, 2021)

70-467(retiring January 31, 2021)

70-480(retiring January 31, 2021)

70-483(retiring January 31, 2021)

70-486(retiring January 31, 2021)

70-487(retiring January 31, 2021)

70-537(retiring January 31, 2021)

70-705(retiring January 31, 2021)

70-740(retiring January 31, 2021)

70-741(retiring January 31, 2021)

70-742(retiring January 31, 2021)

70-743(retiring January 31, 2021)

70-744(retiring January 31, 2021)

70-745(retiring January 31, 2021)

70-761(retiring January 31, 2021)

70-762(retiring January 31, 2021)

70-764(retiring January 31, 2021)

70-765(retiring January 31, 2021)

70-767(retiring January 31, 2021)

70-768(retiring January 31, 2021)

70-777(retiring January 31, 2021)

70-778(retiring January 31, 2021)

70-779(retiring January 31, 2021)

MB2-716(retiring January 31, 2021)

MB6-894(retiring January 31, 2021)

MB6-897(retiring January 31, 2021)

MB6-898(retiring January 31, 2021)