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.
- Assign the IP address
192.168.11.2/24
to PC1 and192.168.12.2/24
to PC2. - Assign the IP address
192.168.11.1/24
to eth1 and192.168.12.1/24
to eth2 and then to the router interfaces respectively.
Let’s follow these steps one by one:
- Click “Click to Connect” in the following widget and wait for the terminal to load and land you on the command prompt.
- Issue the command
cd root/Documents/frrlab
to switch into the lab’s working directory. - Run
clab deploy --topo frrlab.yml
to create the lab infrastructure inside a container.
Note: The
clab
is the ...