Files
containerlab-vJunosEvolved/vjunos.cfg
Jonathan Nebel 807a6ad1a8 initial upload
2023-12-29 10:58:24 +01:00

23 lines
398 B
INI

interfaces {
et-0/0/0 {
unit 0 {
family inet {
address 192.168.1.1/24;
}
}
}
et-0/0/1 {
unit 0 {
family inet {
address 192.168.5.1/24;
}
}
}
et-0/0/2 {
unit 0 {
family inet {
address 192.168.2.1/24;
}
}
}
}