My one goal is to be able to plug an RJ45 to this switch, manually set my IP, and SSH to the device. That being said, this is my first junOS device, and I'm simply learning on it.
I just purchased an EX2200 and wiped it clean. Plugged in via CON port, i've set the following:
set system host-name "switchHostname" set system services ssh set system services ssh root-login allow set interfaces me0 unit 0 family inet address 192.168.1.1/24 set routing-options static route 0.0.0.0/0 next-hop 192.168.1.254 commit
I then set ge-0/0/2 up to the IP id like to use for my laptop
set interfaces ge-0/0/2 unit 0 family inet address 192.168.1.5/24 delete interfaces ge-0/0/0 unit 0 family ethernet-switching
Perform a commit, and no arguments on the device. However, when attempting to SSH to 192.168.1.1, I am getting a No route to host. I've attempted to follow a few guides, but mostly I'm going for an extremly basic setup, so they are either too complex, or too specific to an environment. ANy help is massively appreciated!