'tshoot 덤프'에 해당되는 글 3건

  1. 2010.05.12 642-832 tshoot .덤프 문제풀이
  2. 2010.05.11 642-832 Tshoot 덤프 문제풀이
  3. 2010.05.06 CCNP Tshoot 642-832 덤프 문제풀이
IT 이야기2010. 5. 12. 08:59
26. Which of the following is not a characteristic of fast switching?
a. Fast switching reduces a router's CPU utilization, compared to process switching
b. all packets of a flow, except for the first packet, use the information in the fast cache
c. It can be enabled with the interface command ip route-cache
d. Fast switching uses a fast cache maintained in a router's control plane
e. Teh fast cache contains information about how traffic from different data flows should be forwarded
f. Even though the fast switching is enabled, the first packet of a flow is still process switched

답은 d인데 Fast Switching은 router의 data plane을 이용한다. control plane은 l3 switching과 router에서 동시에 사용되어지는 반면 data plane은 l3 switching과 router에서 다른 목적으로 사용되어 진다. CEF는 data plane에서 Forwarding Information Base와 adjacency table테이블을 생성한다.
data plane과 control plane의 용도에 대해 정확히 알아놓는게 중요하다.

------------------------------------------------------------------------------------------

27. Which of the following commands will display a router's crypto map IPsec security association settings?
a. show crypto map ipsec sa
b. show crypto map
c. show crypto engine connections active
d. show ipsec crypto map
e. show crypto map sa
f. show ipsec crypto map sa

답은 a이다. d,e,f와 같은 명령어는 없다.

-----------------------------------------------------------------------------------------

28. Which of the following pieces of information will the command show interface provide? (choose all that apply)
a. Layer 1 status
b. Output queue drops
c. Interface CPU utilization
d. Cable type connected to interface
e. Layer 2 status
f. Input queue drops

좀 짜증나는 문제인듯. show interface는 해당 포트의 디테일한 정보를 보여주는 명령어이므로 c와 같이 CPU정보를 보여주지는 않는다. d의 케이블타입도 나타나지 않으므로 a,b,e,f가 되겠다.

-----------------------------------------------------------------------------------------
29. Which of the following statements concerning IGMP are correct? (choose all that apply)
a. With IGMPv1, queries are sent to a specific group
b. Hosts issuing IGMPv1 requests will be correctly interpreted by IGMPv2 hosts due to backward compatibility
c. An IGMPv2 router will ignore IGMPv2 leave messages when IGMPv1 hosts are present
d. With IGMPv2, a leave message is supported
e. An IGMPv2 host will send an IGMPv1 report on an IGMPv1 router
f. An IGMPv2 router can only allow IGMPv2 hosts to execute a join request

IGMP는 세가지 버전이 있다.
IGMPv1은 60초마다 PC에 연결성을 확인하고 3분까지 기다리게 된다. 연결은 224.0.0.1로 이루어진다.
IGMPv2는 특정그룹에게 쿼리를 보내고 PC는 leave메세지를 라우터에 보낼수 있다. IGMPv2가 IGMPv1과 통신할때는 IGMPv1으로 쿼리해야 한다.
IGMPv1 router and a mixture of IGMPv1 and IGMPv2가 있는데 여기선 생략하겠다.
답은 c,d,e이다.

----------------------------------------------------------------------------------------

30. Which of the following are byproducts of a structured maintenance plan?(choose all that apply)
a. Predictable security vulnerabilities
b. Economies of scale
c. Improved expenditure forecasts
d. Increased downtime
e. Predictable equipment obsolescence
f. Consumption of fewer resources

중요한 문제는 아닌듯하다. downtime이 관리와 관게는 없다. 답은 a,b,c,e,f이다.

'IT 이야기' 카테고리의 다른 글

IPSec과 isakmp설정하기  (1) 2010.06.17
ESMTP에 대하여  (0) 2010.06.17
642-832 Tshoot 덤프 문제풀이  (0) 2010.05.11
642-832 tshoot 덤프 문제풀이  (0) 2010.05.07
CCNP Tshoot 642-832 덤프 문제풀이  (0) 2010.05.06
Posted by 구텐모르겐
IT 이야기2010. 5. 11. 06:56
21. Which of teh following options represents the correct sequence of DHCP messages after a client initially boots?
a. DHCPREQUEST, DHCPOFFER, DHCPDISCOVER, DHCPACK
b. DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, DHCPACK
c. DHCPOFFER, DHCPACK, DHCPREQUEST, DHCPDISCOVER
d. DHCPDISCOVER, DHCPREQUEST, DHCPOFFER, DHCPACK
e. DHCPREQUEST, DHCPDISCOVER, DHCPOFFER, DHCPACK
f. DHCPDISCOVER, DHCPACK, DHCPREQUEST, DHCPOFFER

discover-offer-discover-ack 그냥 외우자!

---------------------------------------------------------------------------------------------------------

22. Which of the following statements regarding documentation would not bo considered a helpful step in the troubleshooting process?
a. Use the Cisco Auto Configuration tool
b. Use the Cisco Rollback feature
c. Automate documentation
d. Schedule documentation checks
e. Use the Cisco Configuration Archive tool
f. Require documentation prior to a ticket being closed out

Cisco Auto Configuration Tools은 네트워크 설정하는 툴로써 문제해결과는 관련이 없다.

--------------------------------------------------------------------------------------------------------

23. Which of the following statements are true concerning the command ip sla monitor responder type tcpconnect ipaddress 10.1.1.1 port 23? (choose all that apply)
a. The command will initiate a probe with a destination IP address of 10.1.1.1
b. The command is used on the IP SLA responder and the IP SLA source
c. The command will allow only source address 10.1.1.1 to source probes
d. The command will initiate a probe with a destination Telnet port
e. The command is used to make the router a responder
f. The command will initiate a probe with a source port of 23

IP SLA는 특정 프로그램에서의 트래픽이 어떻게 다뤄지는지를 알아보는 툴로 사용되어진다. ip sla monitor responder type tcpconnect ipaddress 10.1.1.1 port 23은 tcpconnect의 형태로 10.4.4.4호스트를 responder의 형태로 응답을 유도하는 탐사형태이다. 시스코프레서 P427 참조. 그러므로 b에서 IP SLA는 responder로만 쓰였으므로 틀리다. c에서 10.1.1.1.은 responder의 주소이다. f는 destination이 포트 23을 쓰므로 틀리다. e는 누가 소스를 말하고 누가 데스티네이션을 말하는지 모호한 표현이므로 일단 제거. 그러므로 답은 a와 d

-------------------------------------------------------------------------------------------------------

24. In what situation would the command ip helper-address be required? (choose the best answer)
a. Only when there is a duplicate IP address caused by a combination of static and dynamic IP address allocation
b. On each router that exists between the client and the server
c. Only when a router separates the client from the server
d. Only if the DHCP server issues a DHCPNAK to the initial request
e. Only when the client is on the same subnet as the sever
f. Only when the DHCP pool is out of IP address

ip helper-address는 해당 interface의 트래픽을 UDP브로드캐스팅된 트래픽을 destination IP로 보내주는 역할을 한다. 즉 broadcast->unicast의 역할을 하게된다. 그러므로 떨어져 있는 server와의 연결을 도와주므로 c가 답이 된다.

-------------------------------------------------------------------------------------------------------

25. Which of the folowing commands will restore a previously archived configuration by replacing the running configuration with the archived configuration
a. configure archive running-config
b. configure replace
c. copy archive running-config
d. copy startup-config running-config
e. copy tftp running-config
f. configure tftp running-config

show archive를 통해 어떤 파일이 백업되어 있는지 확인이 가능하고 configure replace명령어로 restore가 가능하다. 그러므로 답은 b이다.

'IT 이야기' 카테고리의 다른 글

ESMTP에 대하여  (0) 2010.06.17
642-832 tshoot .덤프 문제풀이  (0) 2010.05.12
642-832 tshoot 덤프 문제풀이  (0) 2010.05.07
CCNP Tshoot 642-832 덤프 문제풀이  (0) 2010.05.06
CCNP Tshoot 642-832 문제풀이  (6) 2010.05.05
Posted by 구텐모르겐
IT 이야기2010. 5. 6. 06:45
11. Which of the following commands can be used to gather information about the AS-PATH of a BGP route? (choose all that apply.)
a. show ip bgp neighbors
b. debug ip bgp updates
c. show ip route bgp
d. show ip bgp
e. show ip bgp summary
f. sh ip bgp database

show ip route bgp neighbors는 이웃라우터의 정보만 제공한다. show ip route bgp는 bgp entry와 라우팅정보만을 제공하고 BGP의 속성값에 대해서는 정보를 제공하지 않는다. sh ip bgp database란 명령어는 존재하지 않는다. 그러므로 답은 b,d,e이다.

-----------------------------------------------------------------------------------------

12. How long will a port remain in the listening state by default?
a. depends on the number of switches in the spanning tree domain
b. 50 seconds
c. 15 seconds
d. until the root directs it to start forwarding
e. 20 seconds
f. depends on the port speed

답은 c이다. blocking (20sec) - listening (15sec) - learning (15sec) - forwarding순으로 이루어진다. 위 값들은 다 디펄트 값이다.

-----------------------------------------------------------------------------------------

13. A new router is added to an existing HSRP standby group. One of the existing routers is in an active state, the other is in a standby state. Under what circumstance will the new router become the active router?
a. The new router will become active immediately because it's the newest router introduced into the group.
b. The new router can become active only when the existing active router and the existing standby router become unavaiable.
c. The new router has a lower priority value.
d. The new router will never become active unless the existing active router becomes unavaiable.
e. The new router has preempt configured and a higher priority
f. The new router has a higher priority value.

HSRP에서 preempt옵션이 있을때는 active router가 될 우선권을 가지게 된다. higher priority는 active router를 정하는 우선값이다.

----------------------------------------------------------------------------------------

14. Which of the following is not a valid reason for a packet to be punted?
a. The TCAM has reached capacity
b. An unknown destination MAC address
c. A packet being discarded due to a security violation
d. A Telnet packet from a session being initiated with the switch
e. Routing protocols sending broadcast traffic
f. A packet belonging to a GRE tunnel

TCAM이 프로세싱을 위해 CPU에 보내는 것을 패킷이 punt되었다고 한다. (왜 punt라고 하는지 나도 잘 모르겠다. 앞이 넙적한 배를 punt선이라고 하는데 무언가를 실어나르다라는 표현으로 쓰여진거 같다.)
TCAM은 CEF의 한 방법으로 다른 방법은 adjacency가 있다. 이 문제는 외워야 할거 같다. ㅎ 너무 광범위한 질문이여서 나도 잘 모르겠다. 하지만 일반적으로 생각해서 메모리 프로세스로 가는데 unknown destination MAC address를 저장할리는 없고, discarded된 패킷을 저장할리도 없으니 답은 쉽게 나오리라 본다.

-----------------------------------------------------------------------------------------

15. Which of the following are not true OSPF LSA rules?
a. OSPF LSA type 5 triggers an LSA type 7 at an ABR between an NSSA and the backbone area.
b. OSPF LSA type 1 triggers an LSA type 3 at an ABR
c. OSPF LSA type 7 triggers an LSA type 5 at an ABR between an NSSA and the backbone area.
d. OSPF LSA type 3 triggers an LSA type 4 at an ABR
e. OSPF LSA type 5 triggers an LSA type 7 at an ASBR but only in NSSAs
f. OSPF LSA type 2 triggers an LSA type 3 at an ABR

중요하고 중요하고 중요한 문제!
type 1 lsa - 물리적으로 연결되어 있는 subnets, local area에 국한된다
type 2 lsa - 라우터간 연결, local area에 국한된다
type 3 lsa - ABR
type 4 lsa - ABR to reach to ASBR
type 5 lsa - ASBR for outside of domain
type 7 lsa - NSSA, stub은 외부와 연결할수 없는 반면 NSSA는 할 수 있다.

-----------------------------------------------------------------------------------------

질문 달아주시면 아는대로 답변해드리겠습니다.

Posted by 구텐모르겐