Chép lại để lưu truyền cho hậu thế grin

Kết quả là 97.8%. Sai một ý trong một câu. Không tồi chút nào. Sai ở câu 16. Anh em làm đến đó thì cẩn thận nhé

1. A router has one static route configured to each destination network. Which two scenarios would require an administrator to alter the static routes that are configured on that router? (Choose two.)

  The destination network is moved to a different interface on the same router.
  A topology change occurs where the existing next-hop address or exit interface is not accessible.

2. Which of the following is true regarding CDP and the graphic shown?

  By default, Router A will receive CDP advertisements from routers B and C.

3. What happens to a static route entry in a routing table when the outgoing interface is not available?

  The route is removed from the table.

4. What two devices are responsible for converting the data from the WAN service provider into a form acceptable by the router? (Choose two).

  a modem
  a CSU/DSU device

5. Refer to the exhibit. A company network engineer is assigned to establish connectivity between the two Ethernet networks so that hosts on the 10.1.1.0/24 subnet can contact hosts on the 10.1.2.0/24 subnet. The engineer has been told to use only static routing for these company routers. Which set of commands will establish connectivity between the two Ethernet networks?

  R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2
  R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1
Tags:
Post lại một số bài test đã lưu puke

1. If a router cannot find a valid configuration file during the startup sequence, what will occur?

  The router will prompt the user for a response to enter setup mode.

2. Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?

  The interfaces must be enabled with the no shutdown command.

3. Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)

  The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.
  An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface.

4. Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)

  The router will change the frame type to one supported by the WAN link before forwarding the frame.
  The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.

5. 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
  privileged EXEC mode
1. Không để các thông tin status chèn vào lúc đang cấu hình: logging synchronous

2. Theo dõi cập nhật bảng định tuyến: debug ip route

3. CDP thu thập thông tin của tất cả các thiết bị của Cisco và nối trực tiếp. CDP chạy ở layer 2 nên chỉ cần có kết nối vật lý, chưa cần có địa chỉ IP
Các câu lệnh: show cdp neighbor và show cdp neighbor detail

4. Để các route entry không bị mất khi int down, thêm permanent vào sau câu lệnh ip route

5. Đối với các mạng đích gần giống nhau và có cùng out-going interface, có thể sử dụng Summary Route. Ví dụ có 8 mạng từ 192.168.0.0/24 đến 192.168.7.0/24 thì có thể viết gọn lại thành 192.168.0.0/21

Troubleshooting Commands

This chapter describes the function and displays the syntax for troubleshooting commands. For more information about defaults and usage guidelines, see the corresponding chapter of the Configuration Fundamentals Command Reference.

Lý thuyết về OSPF

cnttbachkhoa , 2008/10/30 22:33 , CCNA , Comments (0) , Reads (3357) , Via Original
1.Tổng Quan Về OSPF:
OSPF là một giao thức định tuyến theo trạng thái đường liên kết được triển khai dựa trên các chuẩn mở. OSPF được mô tả trong nhiều chuẩn của IETF (Internet Engineering Task Force). Chuẩn mở ở đây có nghĩa là OSPF hoàn toàn mở với công cộng, không có tính độc quyền.
Nếu so sánh với RIPv1 và RIPv2 là một giao thức nội thì IGP tốt hơn vì khả năng mở rộng của nó. RIP chỉ giới hạn trong 15 hop, hội tụ chậm và đôi khi còn chọn đường có tốc độ chậm vì khi quyết định chọn đường nó không quan tâm đến các yếu quan trọng khác như băng thông chẳng hạn. OSPF khắc phục được các nhược điểm của RIP vì nó là một giao thức định tuyến mạnh, có khả năng mởi rộng, phù hợp với các hệ thống mạng hiện đại. OSPF có thể cấu hình đơn vùng để sử dụng cho các mạng nhỏ.
Tags:
Pages: 14/14 First page Previous page 12 13 14 Final page [ View by Articles | List ]