Anda di halaman 1dari 6

ESGI 3I - Rseaux CISCO Juillet 2008 2h00 - sans document - sans calculatrice

La note tiendra compte de la prsentation de la copie, de la justification des rponses et de la qualit de la rdaction. Les rponses peuvent tre selon votre choix, en franais ou en anglais.

QUESTIONS: Q1 - Which of the following commands will correctly configure an extended ACL? (Choose two). Explain your answer. a) Router(config)# access-list 18 permit tcp host 192.168.73.3 eq 25 b) Router(config)# access-list 102 permit tcp 10.43.0.0 0.0.255.255 any eq 80 c) Router(config)# access-list 187 permit tcp host 192.168.42.34 172.29.0.0 0.0.255.255 eq 23 d) Router(config)# access-list 99 permit host 10.217.32.3 e) Router(config)# access-list 128 permit tcp host 192.168.100.31 eq 23 Q2 - Assuming the following ACL is correctly applied to a router interface, what can be concluded about this set of commands? (Choose two.) Router(config)# access-list 165 deny tcp 192.28.115.0 0.0.0.255 172.20.0.0 0.0.255.255 eq 23 Router(config)# access-list 165 permit ip any any a) This is a standard IP access list that denies network 192.28.115.0 Telnet access to the 172.20.0.0 network. b) All Telnet traffic destined for 172.20.0.0 from any network will be denied access. c) Network 192.28.115.0 is denied Telnet access to the 172.20.0.0 network. d) Network 172.20.0.0 is denied Telnet access to the 192.28.115.0 network. e) All FTP and HTTP traffic destined for 172.20.0.0 will be permitted access. Q3 - Which of the following traffic types are supported by Cisco IOS NAT? (Choose two.) a) Routing table updates b) ICMP c) FTP d) BOOTP e) SNMP Q4 - Users are complaining that they cannot attach to network resources. A technician has confirmed that clients are not properly receiving IP configuration information through the DHCP process. The network administrator wants to watch the DHCP process while the technician tries to release and renew addresses on the clients. Which command would the network administrator use to monitor the process of address allocation? a) show ip dhcp server statistics b) show ip dhcp binding c) debug ip dhcp server events d) debug ip dhcp binding

Q5 - Which bits are set in the data frames to request that a device reduce the flow of data sent to or from a Frame Relay switch? a) EIR bits b) ECN bits c) CIR bits d) DE bits e) Window bits Q6 - What is the purpose of the command marked with an arrow shown in the partial configuration output of a Cisco 806 broadband router?

a) defines which addresses are allowed out of the router b) defines which addresses are allowed into the router c) defines which addresses can be translated d) defines which addresses are assigned to a NAT pool Q7 - A ping is sent to address 192.168.50.10 from the Peanut router. Which DLCI will be used to send the ping?

a) 110 b) 115 c) 220 d) 225

Q8 - Given the accompanying graphic, which statement would be applied to the S0 interface when configuring NAT on the Tampa router?

a) ip nat inside b) ip nat outside c) ip pat inside d) ip pat outside Q9 - What is true regarding the differences between NAT and PAT? a) PAT uses the word "overload" at the end of the access-list statement to share a single registered address. b) Static NAT allows an unregistered address to map to multiple registered addresses. c) Dynamic NAT allows hosts to receive the same global address each time external access is required. d) PAT uses unique source port numbers to distinguish between translations. Q10 - What does a DLCI of 1023 indicate about a frame? a) The LMI type is ANSI. b) The LMI type is IETF. c) The LMI type is Cisco. d) The LMI type is Q933a. e) The encapsulation is Cisco. f) The encapsulation is IETF Q11 - What is created between two DTEs in a Frame Relay network? a) switched parallel circuit b) permanent virtual circuit c) limited access circuit d) ISDN circuit e) Frame Relay circuit Q12 - Which of the following are broadcasts sent by a client to a DHCP server? (Choose two.) a) DHCPDISCOVER b) DHCPRELEASE c) DHCPACK d) DHCPREQUEST e) DHCPOFFER Q13 - Which of the following allow the router to map data link layer addresses to network layer addresses in a Frame Relay network? (Choose two.) a) ARP b) RARP c) Proxy ARP d) Inverse ARP e) LMI status messages f) ICMP

Q14 - Given the accompanying graphic, which command would establish a group of 32 IP addresses that could be used to hide inside addresses from the Internet?

a) ip nat pool Raleigh 10.0.0.32 10.0.0.63 netmask 255.255.255.224 b) ip nat pool Raleigh 10.0.0.32 10.0.0.63 netmask 255.255.255.240 c) ip nat pool Raleigh 171.11.10.32 171.11.10.63 netmask 255.255.255.224 d) ip nat pool Raleigh 171.11.10.32 171.11.10.63 netmask 255.255.255.240

Q15 - Given the accompanying diagram, which commands are necessary to implement PAT on the Raleigh router? (Choose four.)

a) access-list 10 permit 192.168.10.0 0.0.0.255 b) access-list 10 permit 171.11.0.0 0.0.255.255 c) ip nat inside source static 192.168.10.1 171.11.0.0 d) ip nat inside source list 10 interface S0 overload e) ip nat outside f) ip nat inside Q16 - What is the purpose of the DHCPDECLINE message? a) If the DHCP client received multiple DHCPOFFERs, it uses the DHCPDECLINE to refuse the offers it does not use. b) If the DHCP server sends an IP configuration update that the DHCP client does not need, it uses the DHCPDECLINE to refuse the information. c) The DHCP server uses the DHCPDECLINE message to refuse a DHCP client's request for IP configuration information. d) If the DHCP client detects that the address supplied by the DHCP server is in use on the network, it uses the DHCPDECLINE to refuse the offer. Q17 - Which of the following describe functions of the Point-to-Point protocol with regards to the OSI model? (Choose three.) a) PPP uses Layer 3 of the OSI model to establish and maintain a session between devices. b) PPP operates at all layers of the OSI model. c) PPP uses the data link layer to configure such options as error detection and compression. d) PPP provides a mechanism to multiplex several network layer protocols. e) PPP uses Network Control Protocols (NCP) to test and maintain connectivity between devices. f) PPP can be configured on both synchronous and asynchronous serial interfaces.

Q18 - PPP uses several protocols for communication. Which of the following are options that the LCP protocol in the PPP architecture can provide? (Choose two.) a) testing the quality of the link b) routing packets between devices c) assigning individual station addresses d) configuring network layer protocols e) negotiating authentication options Q19 - Several tasks must occur before a link between two routers can pass data using PPP. Which of the following are required to establish and maintain a PPP session between two routers? a) configure each host with a PPP address b) configure authentication between the two routers c) send LCP and NCP frames to negotiate configuration parameters d) send hostname and password information between the two routers Q20 - How does Frame Relay technology process frames that contain errors? (Choose two.) a) Frame Relay services depend on the upper layer protocols to handle error recovery. b) It requires the receiving device to request that the sender retransmit erroneous frames. c) FECN, BECN, and DE bits are set in the frames to minimize errors. d) The receiving device drops any frames that contain errors without notifying the sender. e) The frame relay switch notifies the sender that errors were detected. Q21 - Which features make Frame Relay technology a cost-effective alternative to a mesh of dedicated leased lines? (Choose three.) a) allows a single interface to support multiple PVCs b) minimizes the equipment required to be purchased by the customer c) requires one router interface for each PVC d) provides the customer with redundancy if a single interface goes down e) allows the customer to pay for the average bandwidth requirement rather than the maximum bandwidth requirement Q22 - Which data link layer protocol is used to carry frames across a Frame Relay link? a) HDLC b) PPP c) LAPD d) LAPF e) Frame Relay

EXERCICES : E1 - Refer to the graphic.

You are setting up a small network. Host A (on the left) should be setup with an IP address of 192.168.101.2 /24 and a default gateway of 192.168.101.1. Host B (on the right) should be setup with an IP address of 192.168.100.2 /24 and a default gateway of 192.168.100.1. The Fast ethernet interface of Router1 (on the left) should use an IP address of 192.168.101.1 /24 and the Serial interface of Router1 should use an IP address of 192.168.1.1/24. The Fast ethernet interface of Router2 (on the right) should use all IP address of 192.168.100.1/24 and the Serial interface of Router2 should use an IP address of 192.168.1.2 /24. You have a DTE cable connected to Router 1. The serial link should have speed of 128K. Configure the routers with OSPF (area=0) so that all devices can ping any other device. Use PPP with CHAP over the serial link. Use cisco as a password.

E2 - Refer to the graphic. Hosts on VLAN 2 must communicate with hosts on VLAN 3. Use VTP.

1- Give the entire configuration of SW1 (vtp server) and RT0. The domain of Vlans is ESGI and the password is CISCO. 2- Give the configuration of a host on VLAN2 and a host on VLAN3

E3 - Refer to the graphic.

You are interested in testing a Many to One NAT configuration. Host A (on the left) should be setup with an IP address of 192.168. 101.2 /24 and a default gateway of 192.168.101.1. Host B (on the right) should be setup with an IP address of 192.168.100.2 /24 and a default gateway of 192. 168. 100. 1. The Fast Ethernet interface of Router 1 (on the left) should use an IP address of 192. 168.101 . 1 /24 and the Serial interface of Router 1 should use an IP address of 192.168.1.1/24. The Fast Ethernet interface of Router2 (on the right) should use an IP address of 192. 168. 100. 1 /24 and the Serial interface of Router2 should use an IP address of 192.168.1.2 /24. You have a DTE cable connected to Router1. The serial link should have speed of 256K. Configure the routers with EIGRP (AS=23); do not advertise the network off of the fast ethernet 0 interface of Router 1. Setup NAT so that all Hosts of off router1s fast ethernet 0 interface appears as the IP address of the router1s serial interface. Make sure that multiple hosts can access the outside world simultaneously.

Anda mungkin juga menyukai