Hands-on Lab

Learn how to configure a router with PCs.

We'll cover the following...

Network configuration

Let’s configure the network shown in the figure below.

  1. Assign the IP address 192.168.11.2/24 to PC1 and 192.168.12.2/24 to PC2.
  2. Assign the IP address 192.168.11.1/24 to eth1 and 192.168.12.1/24 to eth2 and then to the router interfaces respectively.

Let’s follow these steps one by one:

  1. Click “Click to Connect” in the following widget and wait for the terminal to load and land you on the command prompt.
Terminal 1
Terminal
Loading...
  1. Issue the command cd root/Documents/frrlab to switch into the lab’s working directory.
  2. Run clab deploy --topo frrlab.yml to create the lab infrastructure inside a container.

Note: The clab is the ...