Page 1 of 1

Step 1. Testing Installation 1. Open a terminal 2. Type the following command a. sudo mn-test pingall b. Provide and scr

Posted: Sun Jul 03, 2022 12:02 pm
by answerhappygod
Step 1 Testing Installation 1 Open A Terminal 2 Type The Following Command A Sudo Mn Test Pingall B Provide And Scr 1
Step 1 Testing Installation 1 Open A Terminal 2 Type The Following Command A Sudo Mn Test Pingall B Provide And Scr 1 (33.69 KiB) Viewed 21 times
Step 1. Testing Installation 1. Open a terminal 2. Type the following command a. sudo mn-test pingall b. Provide and screenshot of the result (20 points) c. What do you think that the result means? (20 points) Step 2. Mininet CLI We will be using CLI to manage our virtual network. The default topology includes two hosts (ht,h2), OpenFlow Switch(s1) and OpenFlow controller(0) Default Mininet topology 1. Runsudo mn (to enter in CLI mode. Commands net and nodes give us information about our nodes and their interconnections) a. Provide a screenshot with the result of the following commands (20 points) i. mininet > nodes ii. mininet > net b. What are those commands providing? (10 points) 2. We can find IP address of either host a. Run commands i. mininet > hl ifconfig-a ii. mininet > h2 ifconfig-a b. Provide a screenshot of the commands in step 2a. (10 points) 3. Check connectivity between hosts a. Run commands L. mininet> h1 ping h2 ii. mininet > dump b. Provide a screenshot of the commands in step 3a. (10 points) c. Provide an explanation of the results of the commands in step 3a (10 points)