Last login: Mon Jun 21 18:38:01 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. --- JUNOS 21.1R1.11 Kernel 32-bit JNPR-11.0-20210308.e5f5942_buil xyzxyz> show configuration ## Last commit: 2021-06-22 02:54:18 UTC by root version 21.1R1.11; system { root-authentication { encrypted-password "$6$Sl9/ewu.$yu/bxMeNiOCh9MBpDXaNkr90cQAgQ.h4eLhP.L7MDyDxXljBrXYgsYSxmf64U9KBJfEGB.GdsKWry3m0e/"; ## SECRET-DATA } login { user abc { full-name xyzxyz; uid 100; class super-user; authentication { encrypted-password "$6$fdinc/ 7Ye82dnoPOE8Dly3EhciLqKLXgBbwJ1"; ## SECRET-DATA } } } services { ssh; web-management { http; https { system-generated-certificate; interface ge-0/0/0.0; } } } auto-snapshot; syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } processes { dhcp-service { traceoptions { file dhcp_logfile size 10m; level all; flag all; } } } } chassis { redundancy { graceful-switchover; } } interfaces { ge-0/0/0 { unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; } storm-control default; } } } ge-0/0/1 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/2 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/3 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/4 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/5 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/6 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/7 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/8 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/9 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/10 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/11 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/1/0 { unit 0 { family ethernet-switching { storm-control default; } } } xe-0/1/0 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/1/1 { unit 0 { family ethernet-switching { storm-control default; } } } xe-0/1/1 { unit 0 { family ethernet-switching { storm-control default; } } } irb { unit 0 { family inet { address 10.1.100.20/24; } } } vme { unit 0 { family inet { dhcp { vendor-id Juniper-ex2300-c-12p-HV0219090411; } } } } } forwarding-options { storm-control-profiles default { all; } } protocols { lldp { interface all; } lldp-med { interface all; } igmp-snooping { vlan default; } rstp { interface ge-0/0/0; interface ge-0/0/1; interface ge-0/0/2; interface ge-0/0/3; interface ge-0/0/4; interface ge-0/0/5; interface ge-0/0/6; interface ge-0/0/7; interface ge-0/0/8; interface ge-0/0/9; interface ge-0/0/10; interface ge-0/0/11; interface ge-0/1/0; interface xe-0/1/0; interface ge-0/1/1; interface xe-0/1/1; } } poe { interface all; } routing-options { static { route 0.0.0.0/0 next-hop 10.1.100.1; } } vlans { default { vlan-id 100; l3-interface irb.0; } wireless { vlan-id 200; } } {master:0} alan>