QUESTION 321 Network topology exhibit:
Which destination addresses will be used by Cisco HighwayA to send data to Cisco HighwayC? (Choose two.)
A. The IP address of Switch Cisco Highway2
B. The MAC address of Switch Cisco Highway2
C. The IP address of Cisco HighwayC
D. The MAC address of Cisco HighwayC
E. The IP address of the route Cisco Highway1's E0 interface.
F. The Mac address of the router Cisco Highway1's E0 interface. Answer: E, F
QUESTION 322 Network Topology Exhibit:
Dr. Sandra King works as a network administrator at Cisco Highway.com. She manages two routers named Cisco Highway1 and Cisco Highway2. These two routers are connected by their serial interfaces as illustrated in the network topology exhibit, but there is no connectivity between them. The Cisco Highway1 router is known to have a correct configuration. Given the Partial configurations, MR. King is required to identify the problem on the Cisco Highway router that is causing the lack of connectivity.
A. Transmission Unit size too large
B. No loopback set.
C. an incorrect subnet mask.
D. incompatible encapsulation at each end.
E. an incorrect IP address.
F. incompatible bandwidth between routers. Answer: F Ref: CCNA 640-607 Second Edition by Todd Lamle, Pg 224
QUESTION 323 Cisco Highway.com has three locations that are connected by a WAN. At each site a router provides Serial connectivity to the WAN and an Ethernet connection to a LAN. All three routers: Cisco Highway1s, Cisco Highway2 and Cisco Highway3 are configured, and the network is functional. Configure and apply an access list that will block telnet traffic to all networks router while allowing all other traffic to pass. The access list should not contain more than three (3) statements and should be applied to the Cisco Highway1 router. The routers have been previously configured with the following specifications.
- The router are named Cisco Highway1, Cisco Highway2 and Cisco Highway3.
- RIP is the routing Protocol.
- Clocking is provided on the Serial 0 Interfaces.
- The password on each router is "Cisco Highway".
- The subnet mask on all interfaces is the default mask.
- The ip address are listed in the chart below. Cisco Highway1 E0 192.168.31.1 S0 192.168.52.1 Cisco Highway2 E0 192.168.101.1 S0 192.168.157.2 S1 192.168.52.2 Cisco Highway3
E0 192.168.178.1 S1 192.168.157.2
Answer: Cisco Highway1>en Password: Cisco Highway Cisco Highway1#show access-lists Cisco Highway1#config t Enter configuration commands, one per line. End with END. Cisco Highway1(config)#access-list 101 deny tcp any 192.168.31.1 0.0.0.0 eq 23 Cisco Highway1(config)#access-list 101 deny tcp any 192.168.52.2 0.0.0.0 eq 23 Cisco Highway1(config)#access-list 101 permit ip any any Cisco Highway1(config)#int e0 Cisco Highway1(config-if)#ip access-group 101 in Cisco Highway1(config-if)#exit Cisco Highway1(config)#int s0 Cisco Highway1(config-if)#ip access-group 101 in Cisco Highway1(config)#CTRL-Z Cisco Highway1#copy running-config startup-config Destination filename [startup-config]? Press Enter Building configuration.... [OK]
QUESTION 324 Cisco Highway.com has three locations that are connected by a WAN. At each site a router provides Serial connectivity to the WAN and an Ethernet connection to a LAN. All three routers: Cisco Highway1, Cisco Highway2 and Cisco Highway3 are configured, and the network is functional. Configure and apply an access list that will block telnet traffic to all networks router while allowing all other traffic to pass. The access list should not contain more than three (3) statements and should be applied to the Cisco Highway3 router. The routers have been previously configured with the following specifications.
- The router are named Cisco Highway1, Cisco Highway2 and Cisco Highway3.
- RIP is the routing Protocol.
- Clocking is provided on the Serial 0 Interfaces.
- The password on each router is "Cisco Highway".
- The subnet mask on all interfaces is the default mask.
- The ip address are listed in the chart below. Cisco Highway1
E0 192.168.4.1 S0 192.168.56.1 Cisco Highway2 E0 192.168.89.1 S0 192.168.139.1 S1 192.168.56.2 Cisco Highway3 E0 192.168.179.1 S1 192.168.139.2
Answer: Cisco Highway3>en Password: Cisco Highway Cisco Highway3#show access-lists Cisco Highway3#config t Enter configuration commands, one per line. End with END. Cisco Highway3(config)#access-list 101 deny tcp any 192.168.179.1 0.0.0.0 eq 23 Cisco Highway3(config)#access-list 101 deny tcp any 192.168.139.2 0.0.0.0 eq 23 Cisco Highway3(config)#access-list 101 permit ip any any Cisco Highway3(config)#int e0 Cisco Highway3(config-if)#ip access-group 101 in Cisco Highway3(config-if)#exit Cisco Highway3(config)#int s1 Cisco Highway3(config-if)#ip access-group 101 in Cisco Highway3(config)#CTRL-Z Cisco Highway3#copy running-config startup-config Destination filename [startup-config]? Press Enter Building configuration.... [OK]
QUESTION 325 A Cisco Highway trainee is curios about ISL and 802.1q Frame Tagging, and asks you what is the purpose of these. What should you tell the Cisco Highway trainee?
A. They Provide Best Path Determination.
B. They Allow the Exchange of filtering tables.
C. They Specify different Implementations of the Spanning-Traa Protocol.
D. They Provide Interswitch VLAN Communication. Answer: D Explanation: A trunk link is the other type of Layer 2 port supported on Cisco switches. When a trunk port is configured, it begins marking frames as they exit the port to indicate which VLAN each frame is associated with. The trunk port can also read the markings, called tags, as they enter the trunk port. This enables the switch to send a frame only to the ports for the given VLAN associated with the incoming frame. The main purpose of trunking is to carry traffic between switches and maintain the VLAN information. Unlike an access link, the trunk link does not belong to a single VLAN but instead can carry traffic from several VLANs over a point-to-point link between two devices that understand the protocol. Because a trunk is typically a point-to-point connection between two switches, it is very efficient and highly recommended that it runs in full-duplex mode. Figure 3-6 shows trunk Links between switches carrying traffic for multiple VLANS. Two forms of trunking are used for Cisco switches on Ethernet networks: An IEEE industry standard called IEEE 802.1Q. This is a frame-tagging mechanism that adds a VLAN identifier to the frame by inserting a tag at Layer 2. Another form of trunking on Cisco switches is called Inter-Switch Link (ISL), which is a Cisco proprietary trunking mechanism. ISL uses a frame encapsulation method that adds a header to identify the VLAN.
QUESTION 326 Network Topology Exhibit:
An Access List has been designed to prevent HTTP traffic from the Accounting Department from reaching the HR server Attached to the Cisco Highway2 Router. Which of the following access lists will accomplish this task when lists will accomplish this task when grouped with the e0 interface on the Cisco Highway1 Router?
A. Permit ip any any Deny tcp 172.16.16.0 0.0.0.255 172.17.17.252 0.0.0.0 eq 80
B. Permit ip any any Deny tcp 172.17.17.252 0.0.0.0 172.16.16.0 0.0.0.255 eq 80
C. Deny tcp 172.17.17.252 0.0.0.0 172.16.16.0 0.0.0.255 eq 80 Permit ip any any
D. Deny tcp 172.16.16.0 0.0.0.255 172.17.17.252 0.0.0.0 eq 80 Permit ip any any Answer: Pending.
QUESTION 327 In the implementation of VLSM techniques on a network using a Single Class C IP address, which subnet mask is the most efficient for point-to-point serial link?)
A. 255.255.255.0
B. 255.255.255.240
C. 255.255.255.248
D. 255.255.255.252
E. 255.255.255.254 Answer: E
QUESTION 328 Network Topology Exhibit: An Access List has been designed to prevent Telnet traffic from the Graphics Department from reaching the Web Server Attached to the Cisco Highway3 Router. On Which Interface and in what direction should the access list be placed to most efficiently implement this list? (Choose Three)
A. Cisco Highway1 Router
B. Cisco Highway3 Router
C. s0
D. e0
E. in
F. out Answer: A, D, E
QUESTION 329 Network Topology Exhibit: You work as a network technician at Cisco Highway.com. It has become necessary to prevent Accounting Department Users on the Cisco Highway1 Router from accessing the Human Resources Server attached to interface E0 of the Cisco Highway2 Router. The following access control list has been created. access-list 19 deny 192.168.16.128 0.0.0.31 access-list 19 permit any On Which Interface and in which direction should the access list be placed to prevent accounting users from accessing the network attached to the E0 interface of the Cisco Highway2 Router? Access to other network should be unaffected.
A. Cisco Highway1 S0, out.
B. Cisco Highway1 E1, in.
C. Cisco Highway1 E1, out.
D. Cisco Highway2 S1, in.
E. Cisco Highway2 E0, out.
F. Cisco Highway2 E0, in. Answer: Pending
QUESTION 330 Network Topology Exhibit:
You work as a network administrator at Cisco Highway.com. Which of the following Access List statements are necessary to allow FTP access to the HR server from the Internet while blocking all other traffic. (Select two).
A. Access-list 101 Permit tcp any 192.168.44.252 0.0.0.0 eq 21
B. Access-list 101 Permit tcp any 192.168.44.252 0.0.0.0 eq 20
C. Access-list 101 Permit tcp 192.168.44.252 0.0.0.0 any eq 20
D. Access-list 101 Permit tcp 192.168.44.252 0.0.0.0 any eq 21
E. Access-list 101 Deny tcp any 192.168.44.255 0.0.0.0 gt 21
F. Access-list 101 Permit tcp 192.168.44.255 0.0.0.0 any gt 21 Answer: Pending