Главная » Просмотр файлов » ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU

ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (1130589), страница 76

Файл №1130589 ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (Дополнительные материалы) 76 страницаActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (1130589) страница 762019-05-12СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 76)

The router at the remote office is a non-Cisco router.How should the network administrator configure the serial interface of the mainoffice router to make the connection?A. Main(config)# interface serial 0/0Main(config-if)# ip address 172.16.1.1 255.255.255.255Main(config-f)# no shutB.

Main(config)# interface serial 0/0Main(config-if)# ip address 172.16.1.1 255.255.255.255Main(config-f)# encapsulation pppMain(config-if)# no shutActualtests.com - The Power of Knowing640-802C. Main(config)# interface serial 0/0Main(config-if)# ip address 172.16.1.1 255.255.255.255Main(config-f)# encapsulation frame-relayMain(config-if)# authentication chapMain(config-if)# no shutD. Main(config)# interface serial 0/0Main(config-if)# ip address 172.16.1.1 255.255.255.255Main(config-f)# encapsulation ietfAnswer: BExplanation:The default encapsulation on a serial interface is the Cisco proprietary HDLC.

Whenconnecting to routers from another vendor, we will need to use the standards based PPP,which is correctly defined in choice B.Incorrect Answers:A: This is not a correct answer because no encapsulation is defined, so the default HDLCwill be used, which is a Cisco proprietary protocol.C: CHAP authentication is only used by PPP, not HDLC.D: IETF itself is not an encapsulation option on an interface; it is used in frame relaynetworks, where the encapsulation can be frame relay IETF, but not simply IETF alone.QUESTION 672:Two Certkiller routers are connected as shown below:Certkiller 1 configuration exhibit:Certkiller 2 configuration exhibit:Actualtests.com - The Power of Knowing640-802Two routers named Certkiller 1 and Certkiller 2 are connected by their serialinterfaces as shown above, but there is no data connectivity between them.

TheCertkiller 1 router is known to have a correct configuration. Given the partialconfigurations shown in the exhibit, what is the problem on the Certkiller 2 routerthat is causing the lack of connectivity?A. The serial line encapsulations are incompatible.B. The subnet mask is incorrect.C. The maximum transmission unit (MTU) size is too large.D.

The IP address is incorrect.E. A loopback is not set.F. The bandwidth setting is incompatible with the connected interface.G. None of the aboveAnswer: DQUESTION 673:Part of the Certkiller network is shown below:Certkiller 1 configuration exhibit:Actualtests.com - The Power of Knowing640-802In this Certkiller network segment shown above, hosts in network 192.168.2.0 areunable to reach hosts in network 192.168.3.0.

Based on the output from RouterCertkiller 1, what are two possible reasons for the failure? (Choose two)A. The cable that is connected to S0/0 on Router Certkiller 1 is faulty.B. The encapsulation that is configured on S0/0 of Router Certkiller 2 does not match theencapsulation that is configured on S0/0 of Router Certkiller 1.C. The IP address that is configured on S0/0 of Router Certkiller 2 is not in the correctsubnet.D. Interface S0/0 on Router Certkiller 1 is not receiving a clock signal from theCSU/DSU.E. Interface S0/0 on Router Certkiller 2 is administratively down.F. Interface S0/0 on Router Certkiller 1 is configured with an incorrect subnet mask.Answer: B, DQUESTION 674:The two Certkiller Lab routers shown below are interconnected with back-to-backcables between their serial interfaces. How should the serial interface of theCertkiller 1 router be configured to establish Layer 3 connectivity between the tworouters?A.

Certkiller 1(config)#interface serial 3Certkiller 1(config-if)# clock rate 64000Certkiller 1(config-if)# no shutdownB. Certkiller 1(config)#interface serial 3Certkiller 1(config-if)# ip address 192.168.10.3 255.255.255.0Actualtests.com - The Power of Knowing640-802Certkiller 1(config-if)# clock rate 64000C. Certkiller 1(config)#interface serial 3Certkiller 1(config-if)# ip address 192.168.10.3 255.255.255.0Certkiller 1(config-if)# clock rate 64000Certkiller 1(config-if)# no shutdownD.

Certkiller 1(config)#interface serial 3Certkiller 1(config-if)# ip address 192.168.10.3 255.255.255.0Certkiller 1(config-if)# no shutdownE. None of the aboveAnswer: DExplanation:When examining the interface using the show controllers command, the DTE cable isconnected so there is no need to specify the clock rate and bandwidth; just specify the IPaddress and bring up the interface. Only the DCE side of the serial to serial connection isrequired to specify the clock rate.QUESTION 675:An administrator cannot connect from Certkiller 1 to Certkiller 2. To troubleshootthis problem, the administrator has entered the command shown in the exhibit.Based on the output shown, what could be the problem?A. The serial interface has a full buffer.B. The serial interface is configured for half duplex.C.

The serial interface has the wrong type of cable attached.D. The serial interface does not have a cable attached.Actualtests.com - The Power of Knowing640-802E. The serial interface is configured for the wrong frame size.Answer: CExplanation:According to the figure DTE cable should connect to Certkiller 1 on interface but whileexamining using show controllers serial 0/0 command it showing that a DCE isconnected so the wrong type of cable is being used.QUESTION 676:While logged into a router you manually shut down the serial 0 interface using the"shutdown" interface configuration command.

You then issue the "show interfaceserial 0" command in exec mode. What could you expect the status of the serial 0interface to be?A. Serial 0 is up, line protocol is upB. Serial 0 is up, line protocol is downC. Serial 0 is down, line protocol is downD. Serial 0 is down, line protocol is upE. Serial 0 is administratively down, line protocol is downF. Serial 0 is administratively down, line protocol is upAnswer: EExplanation:To bring down an interface for administrative reasons and, as a side effect, remove theconnected router from the routing table, you can use the shutdown interfacesubcommand. To enable the interface back up, issue the "no shutdown" configurationcommand.Incorrect Answers:A.

This is the status of a fully operational interface.B, C. These are the results of line problems or configuration errors.D, F. These two interface conditions should never be seen.QUESTION 677:DRAG DROPYou work as a network administrator at Certkiller .com. You are required toconfigure router Certkiller 2. In particular, you must set the IP address on a serialinterface. Select the appropriate command.

Not all commands are used.Actualtests.com - The Power of Knowing640-802Answer:Actualtests.com - The Power of Knowing640-802QUESTION 678:Part of the Certkiller network is shown below:Actualtests.com - The Power of Knowing640-802The network administrator is configuring router Certkiller 2 to connect to anon-Cisco (Juniper) network. Which two commands would be applied to the S0/0WAN interface, but not to the Fa0/0 LAN interface? (Choose two.)A.

ip addressB. authentication papC. encapsulation pppD. speedE. no shutdownAnswer: B, CExplanation:Since we are connecting to a non Cisco device, we must use PPP on the serial interface.PAP authentication is an optional parameter that can also used on this interface.Incorrect Answers:A, E: Although are indeed configurable on the serial interface, they are also configuredon the LAN interface and we are being asked to choose the options that apply to theserial interface only.D: This is a parameter that can only be set on and Ethernet interface, not on the serialinterface.QUESTION 679:Network topology exhibit:Certkiller 1 configuration exhibit:Actualtests.com - The Power of Knowing640-802Certkiller 2 configuration exhibit:***Note that some output might have been omitted from the configurations exhibits.The Certkiller 1 and Certkiller 2 routers are directly connected through their serialinterfaces for purposes of testing.

Based on the output shown in the exhibit, whatmust be done to make the serial line operational?A. Use the no shutdown command on the Certkiller 1 router.B. Change the IP address on the Certkiller 2 router.C. Configure the serial 0/0 interface on the Certkiller 2 router with a clockrate.D. Start the clock on the Certkiller 1 router.E. Replace the broken cable between the two devices.F. None of the aboveAnswer: CExplanation:Refer to the following example provided by Cisco:Actualtests.com - The Power of Knowing640-802The default serial encapsulation on Cisco routers is Cisco HDLC, so it does not need tobe explicitly configured on the router. As a result, the encapsulation type is not displayedin the configuration.With a back-to-back serial connection, the router connected to the DCE end of the cableprovides the clock signal for the serial link.

The clockrate command in the interfaceconfiguration mode enables the router at the DCE end of the cable (Prasit, in thisexample) to provide the clock signal for the serial link. Issue the show controllerscommand to determine which end of the cable is connected to the serial interface.In this configuration, the DCE end of the cable is connected to Prasit (the clockratecommand is issued), and the DTE end is connected to Spicey.ConfigurationsThis document uses the configurations shown below.Prasitinterface Serial0ip address 5.0.2.1 255.255.255.0clockrate 64000no cdp enableSpiceyinterface Serial1ip address 5.0.2.2 255.255.255.0no cdp enableActualtests.com - The Power of Knowing640-802Reference:http://www.cisco.com/en/US/tech/ CK7 13/ CK317/technologies_configuration_example09186a00800944ff.shtmlQUESTION 680:Network Topology Exhibit:Certkiller 1 configuration Exhibit:Certkiller 2 configuration Exhibit:You are troubleshooting a connectivity problem on the serial interfaces of theseCertkiller routers.

Характеристики

Тип файла
PDF-файл
Размер
12,38 Mb
Тип материала
Высшее учебное заведение

Список файлов учебной работы

Дополнительные материалы
CISCO
ActualTests Cisco.640-802 Exam Questions and Answers-08.15
index.htm
CCNA 1 UPDATED_files
ads_data_003
index.htm
netError.css
strres.js
ads_data
index.htm
sma6.js
cm_data
index.htm
navbar_data
107652916-dom.js
2461938849-navbar1_bundle.css
3625575137-cookies.js
4095335807-common.js
index.htm
urchin.js
65355.php.htm
1450122297-widgets.js
2300090209-widget_css_bundle.css
3727950723-blog_controls.css
Свежие статьи
Популярно сейчас
Зачем заказывать выполнение своего задания, если оно уже было выполнено много много раз? Его можно просто купить или даже скачать бесплатно на СтудИзбе. Найдите нужный учебный материал у нас!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6418
Авторов
на СтудИзбе
307
Средний доход
с одного платного файла
Обучение Подробнее