Organization > Inventory | |
Organization > Inventory > Select the Site > "Click "Adopt Switches" | |
Assign it to Site | |
App Track License | |
Check ssh session | |
show configuration system services outbound-ssh oc-term.mistsys.net and SSH port: port 2200; outbound ssh root@srx320-np> show configuration system services outbound-ssh client mist { device-id <organization-id>.<mac-address>; secret "$........Ap0"; ## SECRET-DATA keep-alive { retry 3; timeout 5; } services netconf; oc-term.mistsys.net { port 2200; retry 1000; timeout 60; } } | |
nslookup nslookup oc-term.mistsys.net Non-authoritative answer: Name: ab847c3d0fcd311e9b3ae02d80612151-659eb20beaaa3ea3.elb.us-west-1.amazonaws.com Addresses: 13.56.90.212 13.56.90.212 Aliases: oc-term.mistsys.net | |
show system connections extensive | find 13.56.90.212 | |
security flow | |
show security flow session destination-port 2200 | |
show security flow session destination-port 2200 | refresh |
basic config if using DHCP no need for name-server: set system host-name Switch-1 set system root-authentication plain-text-password set system time-zone Europe/London set system ntp server uk.pool.ntp.org delete chassis auto-image-upgrade set system services ssh root-login allow | |
paste the script set system services ssh protocol v2 set system authentication-order password set system login user mist class super-user set system login user mist authentication encrypted-password $6$8SKrI1BgRFgrPsLh$HSd7.Fp4DpE8yxghtB1 set system services outbound-ssh client mist device-id b3d4205f-fe87-47f7-99e4-b163bf6ff92e set system services outbound-ssh client mist secret b6880b89c5153da86491c3060a3fad02641b400535ad25872f set system services outbound-ssh client mist services netconf keep-alive retry 3 timeout 5 set system services outbound-ssh client mist oc-term.mistsys.net port 2200 timeout 60 retry 1000 |