initial upload

This commit is contained in:
Jonathan Nebel
2023-12-29 10:58:24 +01:00
commit 807a6ad1a8
3 changed files with 74 additions and 0 deletions

23
vjunos.cfg Normal file
View File

@@ -0,0 +1,23 @@
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;
}
}
}
}