Chapter 5 With 100% Accurate Answers
1. In what two ways does SDM differ from the IOS CLI? (Choose two.)
**SDM is used for in-band management only. The IOS CLI can be used for in-band and out-of-band management.
SDM is accessed through a Telnet application. The IOS CLI is accessed through a web browser.
SDM is available for all router platforms. The IOS CLI is available for a limited number of Cisco devices.
**SDM utilizes GUI buttons and text boxes. The IOS CLI requires the use of text-based commands.
SDM is used for advanced configuration tasks. The IOS CLI is preferred for initial basic device configuration.
2. Which mode will a configured router display at login?
global configuration mode
setup mode
ROM monitor mode
**user EXEC mode
3. Refer to the exhibit. Which password or passwords will be encrypted as a result of the configuration that is shown?
virtual terminal only
enable mode only
console and virtual terminal only
enable mode and virtual terminal
only the service password
**all configured passwords
4. Refer to the exhibit. Which three sets of commands are required to enable administrators to connect to the Switch1 console over Telnet for configuration and management? (Choose three.)
**Switch1(config)# interface fa0/1
Switch1(config-if)# ip address 192.168.2.64 255.255.255.192
**Switch1(config)# interface fa0/1
Switch1(config-if)# ip address 192.168.2.66 255.255.255.192
**Switch1(config)# interface vlan 1
Switch1(config-if)# ip address 192.168.2.126 255.255.255.192
Switch1(config-if)# no shutdown
Switch1(config)# line vty 0 4
Switch1(config-line)# enable password cisco
Switch1(config-line)# login
Switch1(config)# line vty 0 15
Switch1(config-line)# password cisco
Switch1(config-line)# login
Switch1(config)# ip default-gateway 192.168.2.65
5. How does the SYST LED on the catalyst 2960 switch indicate a POST failure?
blinks rapidly amber
blinks rapidly green
**steady amber
steady green
6. Refer to the exhibit. A company always uses the last valid IP address in a subnetwork as the IP address of the router LAN interface. A network administrator is using a laptop to configure switch X with a default gateway. Assuming that the switch IP address is 192.168.5.147/24, what command will the administrator use to assign a default gateway to the switch?
**X(config)# ip default-gateway 192.168.5.254
X(config)# ip gateway 192.168.5.1
X(config)# ip route 0.0.0.0 0.0.0.0 192.168.5.1
X(config)# ip default-route 192.168.5.1
X(config)# ip route 192.168.5.254 255.255.255.0 fastethernet 0/0
7. A technician has made changes to the configuration of a router. What command will allow the technician to view the current configuration before he saves the changes?
**router# show running-config
router# show startup-config
router# show flash
router# show version
8. Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)
**VTY interface
**console interface
Ethernet interface
secret EXEC mode
**privileged EXEC mode
router configuration mode
9. To save time, IOS commands may be partially entered and then completed by typing which key or key combination?
**Tab
Ctrl-P
Ctrl-N
Up Arrow
Right Arrow
Down Arrow
10. What is the correct command sequence to configure a router host name to 'LAB_A'?
**Router> enable
Router# configure terminal
Router(config)# hostname LAB_A
Router> enable
Router# hostname LAB_A
Router> enable
Router# configure router
Router(config)# hostname LAB_A
Router> enable
Router(config)# host name LAB_A
11. Refer to the exhibit. From the router console, an administrator is unable to ping a Catalyst switch that is located in another building. What can the administrator do from her location to check the IP configuration of the attached switch?
Open an SDM session with the switch from her desktop.
Telnet to the switch from the router console.
**Use the show cdp neighbors detail command from the router console.
The administrator must go to the switch location and make a console connection to check these settings.
12. Which two options must be selected in SDM Express to enable a router serial interface to obtain an IP address automatically? (Choose two.)
**Easy IP (IP negotiated)
IP unnumbered
No IP address
HDLC encapsulation
Frame Relay encapsulation
**PPP encapsulation
13. What three settings can be made in the SDM Express basic configuration screen? (Choose three.)
**host name
DHCP options
**domain name
interface IP addresses
**enable secret password
DNS server IP addresses
14. Which tasks can be accomplished by using the command history feature? (Choose two.)
View a list of commands entered in a previous session.
Recall up to 15 command lines by default.
**Set the command history buffer size.
**Recall previously entered commands.
Save command lines in a log file for future reference.
15. What option within Cisco SDM Express must be configured to allow hosts that receive IP address settings from the router to resolve names on the network or Internet?
**host name
domain name
DHCP address pool
**DNS server IP address
16. Which three encapsulation types can be set on a serial interface by an administrator who is using SDM Express? (Choose three.)
ATM
CHAP
**Frame Relay
**HDLC
PAP
**PPP
17. Which command will display routing table information about all known networks and subnetworks?
Router# show ip interfaces
Router# show ip connections
**Router# show ip route
Router# show ip networks
18. A network administrator needs to configure a router. Which of the following connection methods requires network functionality to be accessible?
console
AUX
**Telnet
modem
19. Which three pieces of information about a neighbor device can be obtained by the show cdp neighbors command? (Choose three.)
**platform
routing protocol
**connected interface of neighbor device
**device ID
IP addresses of all interfaces
enable mode password
20. Which function is a unique responsibility of the DCE devices shown in the exhibit?
transmission of data
reception of data
**clocking for the synchronous link
noise cancellation in transmitted data
21. Which of the following are functions of NVRAM? (Choose two.)
stores the routing table
**retains contents when power is removed
**stores the startup configuration file
contains the running configuration file
stores the ARP table
22. Refer to the exhibit. Which series of commands will enable users who are attached to Router1 to access the remote server?
Router1(config)# interface S0/0/0
Router1(config-if)# ip address 64.100.0.129 255.255.255.252
Router1(config-if)# clock rate 64000
Router1(config-if)# no shutdown
Router1(config)# interface S0/0/0
Router1(config-if)# ip address 64.100.0.125 255.255.255.252
Router1(config-if)# no shutdown
Router1(config)# interface S0/0/0
Router1(config-if)# ip address 64.100.0.125 255.255.255.252
Router1(config-if)# clock rate 64000
Router1(config-if)# no shutdown
**Router1(config)# interface S0/0/0
Router1(config-if)# ip address 64.100.0.129 255.255.255.252
Router1(config-if)# no shutdown
23. A network technician is attempting to add an older workstation to a Cisco switched LAN. The technician has manually configured the workstation to full-duplex mode in order to enhance the network performance of the workstation. However, when the device is attached to the network, performance degrades and excess collision are detected. What is the cause of this problem?
The host is configured in a different subnet from the subnet of the switch.
**There is a duplex mismatch between the workstation and switch port.
The switch port is running at a different speed from the speed of the workstation NIC.
The host has been configured with a default gateway that is different from that of the switch.
24. Which of the following statements are true regarding the user EXEC mode? (Choose two.)
All router commands are available.
**Global configuration mode can be accessed by entering the enable command.
A password can be entered to allow access to other modes.
Interfaces and routing protocols can be configured.
**Only some aspects of the router configuration can be viewed.
25. Which command turns on a router interface?
Router(config-if)# enable
Router(config-if)# no down
Router(config-if)# s0 active
Router(config-if)# interface up
**Router(config-if)# no shutdown
CCNA1 - Networking Fundamentals
Welcome to the Semester 1: CCNA Exploration
Network Fundamentals course
www.ccna4u.org/search/label/CCNA1
CCNA2: Routing Protocols and Concepts
Welcome to the CCNA2 (Semester 2): Routing
Protocols and Concepts
6www.ccna4u.org/search/label/CCNA2
Wednesday, June 10, 2009
CCNA v4 - E2 - Module 5(100%)
vào lúc
9:11 AM
·
Subscribe to:
Post Comments (Atom)
Labels
About
(5)
ActualTest ccna 640-802
(2)
CCENT Practice Certification Exam
(2)
CCNA - Exam Information
(1)
CCNA Discovery 4.0
(2)
CCNA FAQs - Tips
(2)
CCNA Forum
(1)
CCNA Practice Certification Exam
(2)
CCNA1
(43)
CCNA1 FINAL
(19)
CCNA1 Skill
(3)
CCNA2
(27)
CCNA2 FINAL
(17)
CCNA3
(23)
CCNA3 FINAL
(15)
CCNA4
(27)
CCNA4 FINAL
(18)
CCNP Exam
(3)
Download now
(11)
Free Link exchange
(3)
Host has been suspende
(1)
My Laptop
(1)
Other Tips - Tricks
(2)
Packet Tracer Tutorials
(3)
Packet Tracer Version 5.3 Software Downloads
(1)
Pass4sure
(6)
Pass4sure CCNA 640-802
(4)
Pass4sure ccnp
(2)
Sitemap
(1)
Submit Documents
(1)
Subnet - Calculator
(1)
TestInside
(6)
TestInside CCNA
(4)
Categories
- About (5)
- ActualTest ccna 640-802 (2)
- CCENT Practice Certification Exam (2)
- CCNA - Exam Information (1)
- CCNA Discovery 4.0 (2)
- CCNA FAQs - Tips (2)
- CCNA Forum (1)
- CCNA Practice Certification Exam (2)
- CCNA1 (43)
- CCNA1 FINAL (19)
- CCNA1 Skill (3)
- CCNA2 (27)
- CCNA2 FINAL (17)
- CCNA3 (23)
- CCNA3 FINAL (15)
- CCNA4 (27)
- CCNA4 FINAL (18)
- CCNP Exam (3)
- Download now (11)
- Free Link exchange (3)
- Host has been suspende (1)
- My Laptop (1)
- Other Tips - Tricks (2)
- Packet Tracer Tutorials (3)
- Packet Tracer Version 5.3 Software Downloads (1)
- Pass4sure (6)
- Pass4sure CCNA 640-802 (4)
- Pass4sure ccnp (2)
- Sitemap (1)
- Submit Documents (1)
- Subnet - Calculator (1)
- TestInside (6)
- TestInside CCNA (4)
quocvuong come back!!!
Hello! I'm quocvuong
Email: quocvuong.it@gmail.com
Now i will support in this blog...
Welcome and get lastest version CCNA
Thanks
New Posts
-
►
2010
(41)
-
►
March
(8)
- ESwitching Final Exam - CCNA Exploration: LAN Swit...
- CCNA3 Final March 22 2010 - CCNA 3 Final Explorati...
- Latest TestInside CCNA 640 802 11.73 773
- ActualTest ccna 640-802 version 3.1
- Latest Pass4sure P4s CCNA 640 802 v3.00
- CCNA2 Final Mar 2010: CCNA Cisco Routing Protocol...
- CCNA3 Final - 04 March 2010
- CCNA3 Final 4 march 2010
-
►
January
(8)
- Latest pass4sure ccna update 5-jan-2010 - Direct L...
- New SiteLink in CCNA4U Blog
- Configure A Router With Packet Tracer
- Download Packet Tracer 5 For Free
- CCNA Exploration 1 – Module 8 Exam Answers
- CCNA Exploration 1 – Module 9 Exam Answers
- CCNA Exploration 1 – Module 11 Exam Answers
- CCNA Exploration 1 – Module 11 Exam Answers
-
►
March
(8)
-
▼
2009
(118)
-
►
December
(15)
- Merry christmas & Happy new year!
- CCNA4 Final December 18th 2009 (Thanks 3Z3KI3L)
- Welcome to CCNA Forum (forums.ccna4u.org)
- CCNA 4 Exploration Final questions and answers Up...
- CCNA Discovery 4.0 Blog!
- CCNA4 Final 8th December 2009
- Using Google Public DNS
- Panasonic ToughBook CF-30
- Pass4sure CCNA 640-802 v7.73 Full Version
-
▼
June
(53)
- CCNA 1 – Chapter 8
- CCNA 1 – Chapter 7
- CCNA v4 - E3 - Module 3 (100%)
- CCNA 2 – Chapter 6
- CCNA 1 – Chapter 11
- CCNA 1 – Chapter 10
- CCNA 1 – Chapter 9
- CCNA 1 – Chapter 6
- CCNA 1 – Chapter 5
- CCNA 1 – Chapter 4
- CCNA1 Final v1(Lastest in Jun 2009)
- CCNA1 Final (Lastest in Jun 2009)
- CCNA 1 - Exam 640 - 802 (Only 85%)
- CCNA E3 - Final latest (Updated Jun 14 2009)
- CCNA4 Modules (Lastest all =100%) + CCNA4 FINAL (L...
- ccna2 final version 4.0(97,2%)
- CCNA 2 - Final Exam (B)
- CCNA 2 - Final Exam (A)
- CCNA2 FINAL2 (new 25/12/08)
- CCNA 2 - Final Exam (B)
- CCNA1 FINAL (New1)
- CCNA1 FINAL (New2)
- CCNA1 FINAL 100%
- CCNA1 FINAL 100% (Updated Jan 14 - 2009)
- Cisco CCNA1 Final test version 4.0 (91%)
- CCNA Exploration 1 - FINAL Exam Answers Version 4....
- CCNA v4 - E2 - Module 1(100%)
- CCNA v4 - E2 - Module 3(100%)
- CCNA v4 - E2 - Module 2(97%)
- CCNA v4 - E2 - Module 4(100%)
- CCNA v4 - E2 - Module 5(100%)
- CCNA v4 - E2 - Module 7(95%)
- CCNA v4 - E2 - Module 9(100%)
- CCNA v4 - E2 - Module 8(100%)
- CCNA v4 - E2 - Module 10(100%)
- CCNA v4 - E2 - Module 11(97%)
- CCNA v4 - E3 - Module 1 (100%)
- CCNA v4 - E3 - Module 2 (100%)
- CCNA v4 - E3 - Module 4 (100%)
- CCNA v4 - E3 - Module 5 (100%)
- CCNA v4 - E4 - Module 1 (100%)
- CCNA v4 - E3 - Module 6 (100%)
- CCNA v4 - E3 - Module 7 (100%)
- CCNA v4 - E4 - Module 4 (100%)
- CCNA v4 - E4 - Module 5 (100%)
- CCNA v4 - E4 - Module 6 (100%)
- CCNA v4 - E4 - Module 2 (100%)
- CCNA v4 - E4 - Module 3 (100%)
- CCNA v4 - E4 - Module 7 (100%)
- CCNA v4 - E4 - Module 8 (100%)
- CCNA v4 - E1 - Module 2 (above 90%)
- CCNA v4 - E1 - Module 3 (above 90%)
- CCNA v4 - E1 - Module 1 (above 95%)
-
►
December
(15)
CCNA Discovery 4.0 Blog
CCNA Exploration 4.0
Link Exchange
- Vietnam Daily News
- Cisco Online Tutrials
- CCNA Blog Exam answers
- Cisco IOS Full list
- ccna security exam answers
- CCNA exam answers blog
- Ebook Networking - download Cisco Ebook
- http://www.ccnatut.info
- CCNA keys - help you pass ccna
- ccna keys
- http://forum.hagiangvui.org
- ccna4u blog - ccna final
- Cisco CCNA Labs





5 comment:
I do not know what this exam is, but it is not for CCNA v4 E2 Module 5.
ok! I will check again
Sorry Den!
I don't want show other link in my blog.
If you have other version please sent to email
quocvuong.it@gmail.com
Thanks!
Quocvuong
From quocvuong:
Thank you for visit CISCO EXPLORTION CCNA 4.0.
You have questions about this article please Post a Comment at below. If you want to receive new messages via email please type your email address in Subscribe by Email.
To visit again, you can click on the Favorites (Internet Explorer) or Bookmark (Mozilla Firefox) stored on your browser Bookmark
Also you can read messages with the tools to read news Feed. I hope you find interesting from this page.
To share your documents please email to: quocvuong.it@gmail.com
I will try to answer all questions at the end of day
Post a Comment
1. Please don't use offensive language.
Such comments will be deleted immediately.
2. Please don't comment anonymously.
Use a nick name or blogger ID in your comment.
Happy Commenting !