Skip to content
Discussion options

You must be logged in to vote

Hi @Koiocs,
there are two ways to change devices' image.

The first way is to change the default image using the kathara settings command. By default, the image is set to kathara/base. This change will, indeed, start all the devices using the Quagga daemon (which is probably a bit too invasive).

The second way is to specify the device's image into the lab.conf file. For example, if the device name is router1, you can specify the desired image as follows:

# Define all the device interfaces
router1[0]="A"
# Specify the image
router1[image]="kathara/quagga"

Hope this helps.

Cheers,
Mariano.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tcaiazzi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #346 on March 12, 2025 09:51.