S1E10 - A Tangled Web

title: S1E10 - A Tangled Web
author: Nicholas Morrison
draft: false
tags: [network, workshop, routing]
categories: [workshop]
noindex: true

Connecting

Connect to the lab server:

local$ ssh-keygen -R netlab.nanocat.net
local$ ssh [email protected]
Password: (see discord)

Connect to your router:

lab@netlab$ list-routers                           <- list all lab routers
lab@netlab$ list-pcs                               <- list all lab PCs
lab@netlab$ docker exec -it clab-clintro-r7 Cli    <- connect to your router

Topology

Topology: a-tangled-web

Topology: a-tangled-web
Topology: a-tangled-web

Goal

Steps (Bird’s-Eye View)

IP Routing

Loopback interface

Ethernet interface addressing concept

Ethernet interfaces

!
interface ethernet2
   no switchport                            <- routed port
   description --- link to r8:eth10 ---     <- discover from diagram
                                               or using : show lldp neighbor
   ip address 10.4.8.4/24
!

Set up RIP

!
router rip
   no shutdown
   network 10.0.0.0/8
!

Experiment!

show ip route
traceroute 6.6.6.6
ping 10.10.10.10

Bonus: convert to OSPF

michel - R3 roumen - R5 chris - R6 nick - R7 kim - R8 hans - R10 ryan - R11