data


// eLabComposer version 1.0

//Lab-Drill Information
Language = "English";
labDrill = "True";

//Topics Covered
chapterCovered = "Configuring Static NAT";

//Prompt Information
StepModeArray[0] = "";
StepModeArray[1] = "global";
StepModeArray[2] = "global";
StepModeArray[3] = "enable";
StepModeArray[4] = "enable";
StepModeArray[5] = "enable";
StepModeArray[6] = "enable";
StepModeArray[7] = "enable";
StepModeArray[8] = "enable";
StepModeArray[9] = "enable";
StepModeArray[10] = "DOS";
StepModeArray[11] = "DOS";
StepModeArray[12] = "DOS";
StepModeArray[13] = "DOS";
StepModeArray[14] = "DOS";
StepModeArray[15] = "DOS";
StepModeArray[16] = "global";
StepModeArray[17] = "global";
StepModeArray[18] = "global";
StepModeArray[19] = "global";
StepModeArray[20] = "intF";
StepModeArray[21] = "intF";
StepModeArray[22] = "global";
StepModeArray[23] = "intS";
StepModeArray[24] = "enable";
StepModeArray[25] = "enable";
StepModeArray[26] = "DOS";
StepModeArray[27] = "enable";
StepModeArray[28] = "global";
StepModeArray[29] = "enable";
StepModeArray[30] = "enable";
StepModeArray[31] = "DOS";
StepModeArray[32] = "DOS";
StepModeArray[33] = "enable";
StepModeArray[34] = "enable";
StepModeArray[35] = "enable";
StepModeArray[36] = "DOS";
StepModeArray[37] = "DOS";
StepModeArray[38] = "enable";
StepModeArray[39] = "enable";

//Instruction Information
instructionArray[0] = "Objective:\nConfigure static Network Address Translation (NAT) to provide reliable outside access to three shared company servers.\n\nScenario:\nThe private addresses, 192.168.0.0/24, and NAT were used by the International Travel Agency (ITA) to expand, update, and connect their network to the outside world. ITA must pay a monthly fee to maintain each outside IP address from their internet service provider (ISP). ITA has requested for a series of prototypes to be created that will demonstrate NAT capabilities to meet ITA requirements. The company will be using only 14 real IP addresses, 42.0.0.48/28. For a variety of reasons including security concerns, the company wishes to hide the internal network from the outside.\n\nProcedure:\nAssume that the network has been cabled and is working properly and that the initial configuration has been performed.";
instructionArray[1] = "This configuration requires the use of subnet zero, depending on the version of IOS you are using.\n\nConfigure use of subnet zero from the global configuration mode on SanJose1 with the ip subnet-zero command.";
instructionArray[2] = "Configure SanJose1 to use a default route to ISP1. From global configuration mode enter the ip route 0.0.0.0 0.0.0.0 10.0.0.5 command.\n\nHost A represents one of the proposed shared servers that will be part of an Ethernet LAN attached to SanJose1. Host B represents a user in the ITA network.";
instructionArray[3] = "Verify the configuration of SanJose1 with the show running-config command.";
instructionArray[4] = "This is ISP1 Router. Verify the configuration of ISP1 with the show running-config command.";
instructionArray[5] = "This is SanJose1 Router. Verify that SanJose1 can ping the serial interface of ISP1 with the ping 10.0.0.5 command.";
instructionArray[6] = "This is ISP1 Router. Verify that ISP1 can ping the serial interface of SanJose1 with the ping 10.0.0.6 command.\n\n";
instructionArray[7] = "From ISP1, ping the FastEthernet interface of SanJose1 at 192.168.0.1.\n\nThis ping will not be successful.";
instructionArray[8] = "From ISP1, ping Host A (192.168.0.5).";
instructionArray[9] = "From ISP1, ping Host B (192.168.0.20).\n\nThis ping will not be successful.\n";
instructionArray[10] = "This is Host A Workstation. From Host A, ping Host B (192.168.0.20).";
instructionArray[11] = "This is Host B Workstation. From Host B, ping Host A (192.168.0.5).";
instructionArray[12] = "This is Host A Workstation. From Host A use the ping 10.0.0.6 command.";
instructionArray[13] = "This is Host B Workstation. From Host B use the ping 10.0.0.6 command.";
instructionArray[14] = "This is Host A Workstation. From Host A use the ping 10.0.0.5 command.";
instructionArray[15] = "This is Host B Workstation. From Host B use the ping 10.0.0.5 command.\n\nISP1 cannot ping either workstation nor the fast Ethernet interface of SanJose1 which is 192.168.0.1.\n\nBoth workstations can ping each other and 10.0.0.6, but cannot ping 10.0.0.5. Why does the latter ping fail?\n \nSince both workstations can ping the serial interface of SanJose1 the ping request is getting to the serial interface of 10.0.0.5 on ISP1. However, ISP1 has no entry in its routing table for the 192.168.0.0/24 network, so ISP1 cannot reply. \n\nIn Step 7 a static route on ISP1 will be configured to solve this problem.\n\n";
instructionArray[16] = "SanJose1 is the boundary router where you will configure NAT. The router will be translating the inside local addresses to inside global addresses, essentially converting the internal private addresses into legal public addresses for use on the Internet.\n\nOn SanJose1, create static translations between the inside local addresses (the servers to be shared) and the inside global addresses using the following commands from global config mode: \nip nat inside source static 192.168.0.3 42.0.0.49\n.";
instructionArray[17] = "Create a second static translation between the inside local address, the server to be shared and the inside global address: ip nat inside source static 192.168.0.4 42.0.0.50.";
instructionArray[18] = "Create a third static translation between the inside local address, the server to be shared, and the inside global address: ip nat inside source static 192.168.0.5 42.0.0.51.\n\nIf you needed a static translation for a fourth server, 192.168.0.6, what would be the appropriate command?\n";
instructionArray[19] = "Next, specify an interface on SanJose1 to be used by inside network hosts requiring address translation with the interface fastethernet 0/0.";
instructionArray[20] = "Then use the ip nat inside command.";
instructionArray[21] = "Exit fastethernet interface configuration mode.";
instructionArray[22] = "Specify the interface to be used as the outside NAT interface.\n\nEnter the interface serial 0/0 command.";
instructionArray[23] = "Then use the ip nat outside command.";
instructionArray[24] = "To see the translations, use the show ip nat translations command from the privileged EXEC mode of SanJose1.";
instructionArray[25] = "To see what NAT activity has occurred, use the show ip nat statistics command.\n\nNote that the Hits value is currently 0.\n\n";
instructionArray[26] = "From Host A, ping 10.0.0.5. This is the serial interface of ISP1. \n\nThe ping should still fail because ISP1 has no route for 192.168.0.0 /24 in the routing table.\n";
instructionArray[27] = "Return to the console connection of SanJose1 and enter the show ip nat statistics command.\n\nThe ouput shows the hits equal 4. This tells that the translation was made even though there was no response. Remember that the ping replies are not sent because ISP1 does not have route back to SanJose1. It is time to remedy this.";
instructionArray[28] = "On ISP1, configure the following static route to the global addresses used by SanJose1 for NATusing the command ip route 42.0.0.48 255.255.255.240 10.0.0.6.\n\nThe subnet mask defines the pool of IP addresses as 42.0.0.48 /28.";
instructionArray[29] = "You should now be able to successfully ping 42.0.0.51, which is the translated address of the shared server 192.168.0.5.\n\nEnter the ping 42.0.0.51 command.";
instructionArray[30] = "The show ip route command confirms that the static route is present.";
instructionArray[31] = "From Host A, ping the ISP1 router at 10.0.0.5. This ping should now be successful.";
instructionArray[32] = "You should also be able to ping the 10.0.1.2 ISP1 loopback address.";
instructionArray[33] = "From the console connection to SanJose1, issue the show ip nat statistics command and look over the statistics.\n\nThe number of hits should be much larger than before.";
instructionArray[34] = "Enter the show ip nat translations verbose command.\nNote: The verbose option includes information about how recently each translation was used.";
instructionArray[35] = "From SanJose1, use the show ip nat statistics command and make a note of the number of hits.";
instructionArray[36] = "Enter the ping 10.0.0.5 command from Host B.";
instructionArray[37] = "Enter the ping 10.0.1.2 command from Host B. \n\nBoth should fail. Why?";
instructionArray[38] = "From SanJose1, issue the show ip nat statistics command and note that the number of hits has not changed.\n";
instructionArray[39] = "The problem is that NAT did not translate the IP address 192.168.0.20 of Host B to one of the global addresses. \n\nEnter the show ip nat translations command to confirm this. \n\nYou have not set up a static translation for Host B, which represents a LAN user. While you could quickly configure a static translation for this single end user, configuring a static translation for every user on the LAN could be a huge task, resulting in hundreds of configuration commands. Dynamic NAT allows you to configure the router to assign global addresses as they are needed. While static translation may be appropriate for servers, dynamic translation is almost always used with end-user stations. You will explore dynamic NAT in the next lab exercise.";

//Answer Information
assignValueToAnswer(1,"1",False,"ip","subnet-zero");
assignValueToAnswer(2,"1",False,"ip","route","0.0.0.0","0.0.0.0","10.0.0.5");
assignValueToAnswer(3,"2",False,"show","running-config");
assignValueToAnswer(4,"2",False,"show","running-config");
assignValueToAnswer(5,"2",False,"ping","10.0.0.5");
assignValueToAnswer(6,"2",False,"ping","10.0.0.6");
assignValueToAnswer(7,"3",False,"ping","192.168.0.1");
assignValueToAnswer(8,"3",False,"ping","192.168.0.5");
assignValueToAnswer(9,"3",False,"ping","192.168.0.20");
assignValueToAnswer(10,"3",False,"ping","192.168.0.20");
assignValueToAnswer(11,"3",False,"ping","192.168.0.5");
assignValueToAnswer(12,"3",False,"ping","10.0.0.6");
assignValueToAnswer(13,"3",False,"ping","10.0.0.6");
assignValueToAnswer(14,"3",False,"ping","10.0.0.5");
assignValueToAnswer(15,"3",False,"ping","10.0.0.5");
assignValueToAnswer(16,"3",False,"ip","nat","inside","source","static","192.168.0.3","42.0.0.49");
assignValueToAnswer(17,"3",False,"ip","nat","inside","source","static","192.168.0.4","42.0.0.50");
assignValueToAnswer(18,"3",False,"ip","nat","inside","source","static","192.168.0.5","42.0.0.51");
assignValueToAnswer(19,"4",False,"interface","fastethernet","0/0");
assignValueToAnswer(19,"4",False,"int","fa0/0");
assignValueToAnswer(20,"4",False,"ip","nat","inside");
assignValueToAnswer(21,"4",False,"exit");
assignValueToAnswer(22,"4",False,"interface","serial","0/0");
assignValueToAnswer(22,"4",False,"int","s0/0");
assignValueToAnswer(23,"4",False,"ip","nat","outside");
assignValueToAnswer(24,"5",False,"show","ip","nat","translations");
assignValueToAnswer(25,"5",False,"show","ip","nat","statistics");
assignValueToAnswer(26,"6",False,"ping","10.0.0.5");
assignValueToAnswer(27,"6",False,"show","ip","nat","statistics");
assignValueToAnswer(28,"7",False,"ip","route","42.0.0.48","255.255.255.240","10.0.0.6");
assignValueToAnswer(29,"7",False,"ping","42.0.0.51");
assignValueToAnswer(30,"7",False,"show","ip","route");
assignValueToAnswer(31,"8",False,"ping","10.0.0.5");
assignValueToAnswer(32,"8",False,"ping","10.0.1.2");
assignValueToAnswer(33,"8",False,"show","ip","nat","statistics");
assignValueToAnswer(34,"8",False,"show","ip","nat","translations","verbose");
assignValueToAnswer(35,"9",False,"show","ip","nat","statistics");
assignValueToAnswer(36,"9",False,"ping","10.0.0.5");
assignValueToAnswer(37,"9",False,"ping","10.0.1.2");
assignValueToAnswer(38,"9",False,"show","ip","nat","statistics");
assignValueToAnswer(39,"9",False,"show","ip","nat","translations");

//Error Information
assignValueToError(1,"1","Use the ip command.","Use the subnet-zero keyword.");
assignValueToError(2,"1","Use the ip command.","Use the route keyword.","Use static address 0.0.0.0.","Use subnet mask 0.0.0.0.","Use ISP1 interface address 10.0.0.5.");
assignValueToError(3,"2","Use the show command.","Use the running-config keyword.");
assignValueToError(4,"2","Use the show command.","Use the running-config keyword.");
assignValueToError(5,"2","Use the ping command.","Use interface address 10.0.0.5.");
assignValueToError(6,"2","Use the ping command.","Use interface address 10.0.0.6.");
assignValueToError(7,"3","Use the ping command.","Use interface address 192.168.0.1.");
assignValueToError(8,"3","Use the ping command.","Use interface address 192.168.0.5.");
assignValueToError(9,"3","Use the ping command.","Use interface address 192.168.0.20.");
assignValueToError(10,"3","Use the ping command.","Use ip address 192.168.0.20.");
assignValueToError(11,"3","Use the ping command.","Use ip address 192.168.0.5.");
assignValueToError(12,"3","Use the ping command.","Use ip address 10.0.0.6.");
assignValueToError(13,"3","Use the ping command.","Use ip addresss 10.0.0.6.");
assignValueToError(14,"3","Use the ping command.","Use ip address 10.0.0.5.");
assignValueToError(15,"3","Use the ping command.","Use ip address 10.0.0.5.");
assignValueToError(16,"3","Use the ip command.","Use the nat keyword.","Use the inside keyword.","Use the source keyword.","Use the static keyword.","Use ip address 192.168.0.3.","Use address 42.0.0.49.");
assignValueToError(17,"3","Use the ip command.","Use the nat keyword.","Use the inside keyword.","Use the source keyword.","Use the static keyword.","Use ip address 192.168.0.4.","Use address 42.0.0.50.");
assignValueToError(18,"3","Use the ip command.","Use the nat keyword.","Use the inside keyword.","Use the source keyword.","Use the static keyword.","Use ip address 192.168.0.5.","Use address 42.0.0.51.");
assignValueToError(19,"4","Use the interface command.","Use interface name fastethernet","Use 0/0");
assignValueToError(19,"4","Use interface","Use fastethernet");
assignValueToError(20,"4","Use the ip command.","Use the nat keyword.","Use the inside keyword.");
assignValueToError(21,"4","Use exit to escape the fastethernet config mode.");
assignValueToError(22,"4","Use the interface command.","Use interface name serial.","Use 0/0");
assignValueToError(22,"4","Use interface","Use serial");
assignValueToError(23,"4","Use the ip command.","Use the nat keyword.","Use the outside keyword.");
assignValueToError(24,"5","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the translations keyword.");
assignValueToError(25,"5","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the statistics keyword.");
assignValueToError(26,"6","Use the ping command.","Use the interface address 10.0.0.5.");
assignValueToError(27,"6","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the statistics keyword.");
assignValueToError(28,"7","Use the ip command.","Use the route keyword.","Use address 42.0.0.48.","Use mask 255.255.255.240.","Use interface address 10.0.0.6.");
assignValueToError(29,"7","Use the ping command.","Use ip address 42.0.0.51.");
assignValueToError(30,"7","Use the show command.","Use the ip keyword.","Use the route keyword.");
assignValueToError(31,"8","Use the ping command.","Use interface address 10.0.0.5.");
assignValueToError(32,"8","Use the ping command.","Use interface address 10.0.1.2.");
assignValueToError(33,"8","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the statistics keyword.");
assignValueToError(34,"8","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the translations keyword.","Use the verbose keyword.");
assignValueToError(35,"9","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the statistics keyword.");
assignValueToError(36,"9","Use the ping command.","Use interface address 10.0.0.5.");
assignValueToError(37,"9","Use the ping command.","Use interface address 10.0.1.2.");
assignValueToError(38,"9","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the statistics keyword.");
assignValueToError(39,"9","Use the show command.","Use the ip keyword.","Use the nat keyword.","Use the translations keyword.");

//Result Information
assignValueToResult(1,"1","");
assignValueToResult(2,"1","");
assignValueToResult(3,"2","Building configuration...\n","\n","Current configuration : 712 bytes\n","!\n","version 12.1\n","no service single-slot-reload-enable\n","service timestamps debug uptime\n","service timestamps log uptime\n","no service password-encryption\n","!\n","hostname SanJose1\n","!\n","logging rate-limit console 10 except errors\n","!\n","memory-size iomem 15\n","ip subnet-zero\n","no ip finger\n","no ip domain-lookup\n","!\n","ip audit notify log\n","ip audit po max-events 100\n","!\n","!\n","!\n","interface BRI0\n"," no ip address\n"," shutdown\n","!\n","interface FastEthernet0/0\n"," ip address 192.168.0.1 255.255.255.0\n"," speed auto\n","!\n","interface Serial 0/0\n"," ip address 10.0.0.6 255.255.255.252\n","!\n","interface Serial1\n"," no ip address\n"," shutdown\n","!\n","ip classless\n","ip route 0.0.0.0 0.0.0.0 10.0.0.5\n","no ip http server\n","!\n","!\n","line con 0\n"," transport input none\n","line aux 0\n","line vty 0 4\n","!\n","no scheduler allocate\n","end\n","");
assignValueToResult(4,"2","Building configuration...\n","\n","Current configuration:\n","!\n","version 12.0\n","service timestamps debug uptime\n","service timestamps log uptime\n","no service password-encryption\n","!\n","hostname ISP1\n","!\n","!\n","!\n","!\n","!\n","!\n","memory-size iomem 15\n","ip subnet-zero\n","!\n","ip audit notify log\n","ip audit po max-events 100\n","!\n","!\n","!\n","process-max-time 200\n","!\n","interface Loopback0\n"," ip address 10.0.1.2 255.255.255.252\n"," no ip directed-broadcast\n","!\n","interface FastEthernet0/0\n"," no ip address\n"," no ip directed-broadcast\n"," shutdown\n","!\n","interface Serial0/0\n"," ip address 10.0.0.5 255.255.255.252\n"," no ip directed-broadcast\n"," no ip mroute-cache\n"," clockrate 56000\n","!\n","interface FastEthernet0/1\n"," no ip address\n"," no ip directed-broadcast\n"," shutdown\n","!\n","interface Serial0/1\n"," no ip address\n"," no ip directed-broadcast\n"," shutdown\n","!\n","interface Serial0/2\n"," no ip address\n"," no ip directed-broadcast\n"," shutdown\n","!\n","interface Serial0/3\n"," no ip address\n"," no ip directed-broadcast\n"," shutdown\n","!\n","ip classless\n","no ip http server\n","!\n","!\n","line con 0\n"," transport input none\n","line aux 0\n","line vty 0 4\n","!\n","!\n","no scheduler allocate\n","end\n","");
assignValueToResult(5,"2","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 10.0.0.5, timeout is 2 seconds:\n","!!!!!\n","Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms\n","\n","");
assignValueToResult(6,"2","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 10.0.0.6, timeout is 2 seconds:\n","!!!!!\n","Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms\n","\n","");
assignValueToResult(7,"3","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:\n",".....\n","Success rate is 0 percent (0/5)\n","\n","");
assignValueToResult(8,"3","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 192.168.0.5, timeout is 2 seconds:\n",".....\n","Success rate is 0 percent (0/5)\n","\n","");
assignValueToResult(9,"3","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 192.168.0.20, timeout is 2 seconds:\n",".....\n","Success rate is 0 percent (0/5)\n","\n","");
assignValueToResult(10,"3","\n","Pinging 192.168.0.20 with 32 bytes of data:\n","\n","Reply from 192.168.0.20: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.20: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.20: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.20: bytes=32 time<10ms TTL=128\n","\n","Ping statistics for 192.168.0.20:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","\n","");
assignValueToResult(11,"3","\n","Pinging 192.168.0.5 with 32 bytes of data:\n","\n","Reply from 192.168.0.5: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.5: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.5: bytes=32 time<10ms TTL=128\n","Reply from 192.168.0.5: bytes=32 time<10ms TTL=128\n","\n","Ping statistics for 192.168.0.5:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","\n","");
assignValueToResult(12,"3","\n","Pinging 10.0.0.6 with 32 bytes of data:\n","\n","Reply from 10.0.0.6: bytes=32 time=10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","\n","Ping statistics for 10.0.0.6:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 10ms, Average = 2ms\n","\n","");
assignValueToResult(13,"3","\n","Pinging 10.0.0.6 with 32 bytes of data:\n","\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","Reply from 10.0.0.6: bytes=32 time<10ms TTL=255\n","\n","Ping statistics for 10.0.0.6:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","\n","");
assignValueToResult(14,"3","\n","Pinging 10.0.0.5 with 32 bytes of data:\n","\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","\n","Ping statistics for 10.0.0.5:\n"," Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","\n","");
assignValueToResult(15,"3","\n","Pinging 10.0.0.5 with 32 bytes of data:\n","\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","\n","Ping statistics for 10.0.0.5:\n"," Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","\n","");
assignValueToResult(16,"3","");
assignValueToResult(17,"3","");
assignValueToResult(18,"3","");
assignValueToResult(19,"4","");
assignValueToResult(20,"4","");
assignValueToResult(21,"4","");
assignValueToResult(22,"4","");
assignValueToResult(23,"4","");
assignValueToResult(24,"5","Pro Inside global Inside local Outside local Outside global\n","--- 42.0.0.49 192.168.0.3 --- ---\n","--- 42.0.0.50 192.168.0.4 --- ---\n","--- 42.0.0.51 192.168.0.5 --- ---\n","");
assignValueToResult(25,"5","Total active translations: 3 (3 static, 0 dynamic; 0 extended)\n","Outside interfaces:\n"," Serial0\n","Inside interfaces:\n"," FastEthernet0\n","Hits: 0 Misses: 0\n","Expired translations: 0\n","Dynamic mappings:\n","");
assignValueToResult(26,"6","\n","Pinging 10.0.0.5 with 32 bytes of data:\n","\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","\n","Ping statistics for 10.0.0.5:\n"," Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","");
assignValueToResult(27,"6","Total active translations: 3 (3 static, 0 dynamic; 0 extended)\n","Outside interfaces:\n"," Serial0\n","Inside interfaces:\n"," FastEthernet0\n","Hits: 4 Misses: 0\n","Expired translations: 0\n","Dynamic mappings:\n","");
assignValueToResult(28,"7","");
assignValueToResult(29,"7","\n","Type escape sequence to abort.\n","Sending 5, 100-byte ICMP Echos to 42.0.0.51, timeout is 2 seconds:\n","!!!!!\n","Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/36 ms\n","\n","");
assignValueToResult(30,"7","Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP\n"," D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area\n"," N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2\n"," E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP\n"," i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area\n"," * - candidate default, U - per-user static route, o - ODR\n"," P - periodic downloaded static route\n","\n","Gateway of last resort is not set\n","\n"," 42.0.0.0/28 is subnetted, 1 subnets\n","S 42.0.0.48 [1/0] via 10.0.0.6\n"," 10.0.0.0/30 is subnetted, 2 subnets\n","C 10.0.1.0 is directly connected, Loopback0\n","C 10.0.0.4 is directly connected, Serial0/0\n","");
assignValueToResult(31,"8","\n","Pinging 10.0.0.5 with 32 bytes of data:\n","\n","Reply from 10.0.0.5: bytes=32 time=20ms TTL=254\n","Reply from 10.0.0.5: bytes=32 time=20ms TTL=254\n","Reply from 10.0.0.5: bytes=32 time=20ms TTL=254\n","Reply from 10.0.0.5: bytes=32 time=20ms TTL=254\n","\n","Ping statistics for 10.0.0.5:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 20ms, Maximum = 20ms, Average = 20ms\n","\n","");
assignValueToResult(32,"8","\n","Pinging 10.0.1.2 with 32 bytes of data:\n","\n","Reply from 10.0.1.2: bytes=32 time=20ms TTL=254\n","Reply from 10.0.1.2: bytes=32 time=21ms TTL=254\n","Reply from 10.0.1.2: bytes=32 time=20ms TTL=254\n","Reply from 10.0.1.2: bytes=32 time=20ms TTL=254\n","\n","Ping statistics for 10.0.1.2:\n"," Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 20ms, Maximum = 21ms, Average = 20ms\n","\n","");
assignValueToResult(33,"8","Total active translations: 3 (3 static, 0 dynamic; 0 extended)\n","Outside interfaces:\n"," Serial0\n","Inside interfaces:\n"," FastEthernet0\n","Hits: 50 Misses: 0\n","Expired translations: 0\n","Dynamic mappings:\n","");
assignValueToResult(34,"8","Pro Inside global Inside local Outside local Outside global\n","--- 42.0.0.49 192.168.0.3 --- ---\n"," create 00:16:51, use 00:16:39,\n"," flags:\n","static, use_count: 0\n","--- 42.0.0.50 192.168.0.4 --- ---\n"," create 00:16:15, use 00:16:15,\n"," flags:\n","static, use_count: 0\n","--- 42.0.0.51 192.168.0.5 --- ---\n"," create 00:16:06, use 00:03:42,\n"," flags:\n","static, use_count: 0\n","");
assignValueToResult(35,"9","Total active translations: 3 (3 static, 0 dynamic; 0 extended)\n","Outside interfaces:\n"," Serial0\n","Inside interfaces:\n"," FastEthernet0\n","Hits: 46 Misses: 0\n","Expired translations: 0\n","Dynamic mappings:\n","");
assignValueToResult(36,"9","\n","Pinging 10.0.0.5 with 32 bytes of data:\n","\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","\n","Ping statistics for 10.0.0.5:\n"," Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","");
assignValueToResult(37,"9","\n","Pinging 10.0.1.2 with 32 bytes of data:\n","\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","Request timed out.\n","\n","Ping statistics for 10.0.1.2:\n"," Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),\n","Approximate round trip times in milli-seconds:\n"," Minimum = 0ms, Maximum = 0ms, Average = 0ms\n","\n","");
assignValueToResult(38,"9","Total active translations: 3 (3 static, 0 dynamic; 0 extended)\n","Outside interfaces:\n"," Serial0\n","Inside interfaces:\n"," FastEthernet0\n","Hits: 46 Misses: 0\n","Expired translations: 0\n","Dynamic mappings:\n","");
assignValueToResult(39,"9","Pro Inside global Inside local Outside local Outside global\n","--- 42.0.0.49 192.168.0.3 --- ---\n","--- 42.0.0.50 192.168.0.4 --- ---\n","--- 42.0.0.51 192.168.0.5 --- ---\n","");

//Graphic Information
hasDefaultGraphic = true;
graphicArray[0] = "10_5_1";
graphicArray[1] = "";
graphicArray[2] = "";
graphicArray[3] = "";
graphicArray[4] = "";
graphicArray[5] = "";
graphicArray[6] = "";
graphicArray[7] = "";
graphicArray[8] = "";
graphicArray[9] = "";
graphicArray[10] = "";
graphicArray[11] = "";
graphicArray[12] = "";
graphicArray[13] = "";
graphicArray[14] = "";
graphicArray[15] = "";
graphicArray[16] = "";
graphicArray[17] = "";
graphicArray[18] = "";
graphicArray[19] = "";
graphicArray[20] = "";
graphicArray[21] = "";
graphicArray[22] = "";
graphicArray[23] = "";
graphicArray[24] = "";
graphicArray[25] = "";
graphicArray[26] = "";
graphicArray[27] = "";
graphicArray[28] = "";
graphicArray[29] = "";
graphicArray[30] = "";
graphicArray[31] = "";
graphicArray[32] = "";
graphicArray[33] = "";
graphicArray[34] = "";
graphicArray[35] = "";
graphicArray[36] = "";
graphicArray[37] = "";
graphicArray[38] = "";
graphicArray[39] = "";

//Router for Step Information
routerUsedForThisStep[0] = 3;
routerUsedForThisStep[1] = 3;
routerUsedForThisStep[2] = 3;
routerUsedForThisStep[3] = 3;
routerUsedForThisStep[4] = 2;
routerUsedForThisStep[5] = 3;
routerUsedForThisStep[6] = 2;
routerUsedForThisStep[7] = 2;
routerUsedForThisStep[8] = 2;
routerUsedForThisStep[9] = 2;
routerUsedForThisStep[10] = 0;
routerUsedForThisStep[11] = 1;
routerUsedForThisStep[12] = 0;
routerUsedForThisStep[13] = 1;
routerUsedForThisStep[14] = 0;
routerUsedForThisStep[15] = 1;
routerUsedForThisStep[16] = 3;
routerUsedForThisStep[17] = 3;
routerUsedForThisStep[18] = 3;
routerUsedForThisStep[19] = 3;
routerUsedForThisStep[20] = 3;
routerUsedForThisStep[21] = 3;
routerUsedForThisStep[22] = 3;
routerUsedForThisStep[23] = 3;
routerUsedForThisStep[24] = 3;
routerUsedForThisStep[25] = 3;
routerUsedForThisStep[26] = 0;
routerUsedForThisStep[27] = 3;
routerUsedForThisStep[28] = 2;
routerUsedForThisStep[29] = 2;
routerUsedForThisStep[30] = 2;
routerUsedForThisStep[31] = 0;
routerUsedForThisStep[32] = 0;
routerUsedForThisStep[33] = 3;
routerUsedForThisStep[34] = 3;
routerUsedForThisStep[35] = 3;
routerUsedForThisStep[36] = 1;
routerUsedForThisStep[37] = 1;
routerUsedForThisStep[38] = 3;
routerUsedForThisStep[39] = 3;

//Router Information
addToRouterSIMObject(0,"Host A","","","Workstation");
addToRouterSIMObject(1,"Host B","","","Workstation");
addToRouterSIMObject(2,"ISP1","cisco","class","Router 1721");
addToRouterSIMObject(3,"SanJose1","cisco","class","Router 1721");


Wyszukiwarka

Podobne podstrony:
Data shortcut
Data quotes
data sequence
data (3)
DOD Net Centric Data Strategy and Community of Interest (COI) Training Glossary
IEEE Finding Patterns in Three Dimensional Graphs Algorithms and Applications to Scientific Data M
SHSpec 224 6212C13 R2 12 Data Needle Behavior
rc183 010d data mining 1
function mysql data seek
Data Store Read
function mailparse msg get part data
3 4 Screw Compressor Technical Data
Vivid WorkShop Data jak zainstalowac !!!
Data scipio?mpaign regions and settlement names
33 Data References

więcej podobnych podstron