Replies: 1 comment 3 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have an instance of containerlab running on debian/orbstack. I'm trying to deploy a vJunos-switch. The default username and password admin:admin@123 does not work. I've tried playing around with a startup config to change the password and I still am unable to login to the switch. Any ideas on what I could possibly being doing wrong? Thank you.
2025-05-08 15:56:59,932: vrnetlab INFO CLAB_LABEL_CONTAINERLAB: junos01
2025-05-08 15:56:59,932: vrnetlab INFO CONNECTION_MODE: tc
2025-05-08 15:56:59,932: vrnetlab INFO DOCKER_NET_V4_ADDR: 172.20.20.0/24
2025-05-08 15:56:59,932: vrnetlab INFO DOCKER_NET_V6_ADDR: 3fff:172:20:20::/64
2025-05-08 15:56:59,932: vrnetlab INFO HOME: /root
2025-05-08 15:56:59,932: vrnetlab INFO HOSTNAME: vswitch
2025-05-08 15:56:59,932: vrnetlab INFO LC_CTYPE: C.UTF-8
2025-05-08 15:56:59,932: vrnetlab INFO NO_PROXY: localhost,127.0.0.1,::1,*.local,172.20.20.0/24,3fff:172:20:20::/64,vswitch
2025-05-08 15:56:59,932: vrnetlab INFO PASSWORD: admin@123
2025-05-08 15:56:59,932: vrnetlab INFO PATH: /.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-05-08 15:56:59,932: vrnetlab INFO TERM: xterm
2025-05-08 15:56:59,932: vrnetlab INFO USERNAME: admin
DEBUG qemu cmd: qemu-system-x86_64 -display none -machine pc -monitor tcp:0.0.0.0:4000,server,nowait -serial telnet:0.0.0.0:5000,server,nowait -m 5120 -cpu IvyBridge,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc-adjust=on,umip=on,arch-capabilities=on,pdpe1gb=on,skip-l1dfl-vmentry=on,pschange-mc-no=on,bmi1=off,avx2=off,bmi2=off,erms=off,invpcid=off,rdseed=off,adx=off,smap=off,xsaveopt=off,abm=off,svm=on -smp 4,sockets=1,cores=4,threads=1 -drive if=virtio,file=/vJunos-switch-23.2R1.14-overlay.qcow2 -overcommit mem-lock=off -uuid b9aa00f1-063e-4fcc-9aa4-0ca01c86dc59 -device qemu-xhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/config.img,format=raw,if=none,id=config_disk -device usb-storage,drive=config_disk,id=usb-disk0,removable=off,write-cache=on -no-user-config -nodefaults -boot strict=on -smbios "type=1,product=VM-VEX" -device pci-bridge,chassis_nr=1,id=pci.1 -device pci-bridge,chassis_nr=2,id=pci.2 -device pci-bridge,chassis_nr=3,id=pci.3 -device virtio-net-pci,netdev=p00,mac=0C:00:3f:8a:84:00 -netdev user,id=p00,net=10.0.0.0/24,host=10.0.0.2,dns=10.0.0.3,dhcpstart=10.0.0.15,hostfwd=tcp:0.0.0.0:22-10.0.0.15:22,hostfwd=udp:0.0.0.0:161-10.0.0.15:161,hostfwd=tcp:0.0.0.0:80-10.0.0.15:80,hostfwd=tcp:0.0.0.0:443-10.0.0.15:443,hostfwd=tcp:0.0.0.0:830-10.0.0.15:830,hostfwd=tcp:0.0.0.0:6030-10.0.0.15:6030,hostfwd=tcp:0.0.0.0:8080-10.0.0.15:8080,hostfwd=tcp:0.0.0.0:9339-10.0.0.15:9339,hostfwd=tcp:0.0.0.0:32767-10.0.0.15:32767,hostfwd=tcp:0.0.0.0:57400-10.0.0.15:57400,tftp=/tftpboot
Beta Was this translation helpful? Give feedback.
All reactions