Cisco Certifications Tutorials

Google
52 http:\\ciscocertifications.info 192. Which is true regarding store-and-forward switching method? A: Latency depends on frame length. 193. What command would you enter to display the contents of access list 102? A: show access-list 102 194. How can you turn off the advanced editing features? A: terminal no editing 195. What is the syntax you would use to configure a port on a Catalyst 5000 switch? A: type slot/port 196. What is an administrative distance of 0? A: 0 is the default administrative distance for directly connected routes. The router trusts a 0 distance the most. 197. You have to recommend the cheapest device to increase bandwidth on your network. What would you recommend? A: 100MB hub 198. If you wanted create an access list to only permit traffic to or from network 198.55.56.0 to be permit through a particular interface, what command would you use to create the access list? A: access-list 1 permit 198.55.56.0 0.0.0.255 199. You want to create a static route to network 161.25.0.0. Your next hop address will be 161.172.1.67 and you want to use an administrative distance of 110. The new IP address uses the default subnet mask. What command would you enter in config mode? A: ip route 161.25.0.0 255.255.0.0 161.172.1.67 110 200. How would you configure an access list to only allow traffic from network 141.75.0.0 to enter serial interface s0? A: access-list 1 permit 141.75.0.0 0.0.255.255 interface serial 0 ip access-group 1 in 201. At what layer of the OSI model does a router operate? A: layer 3 202. What does the command "boot system ROM" do? A: Forces the router to load the IOS from ROM. 203. If you wanted to subnet your class C network into 2 subnets, what would you use as a subnet mask? A: 255.255.255.192