Hello,
I have a config with a bunch of ethernet-switching fe-0/0/x interfaces and one vlan.0 interface. The vlan.0 interface runs ssh and some other services. I am trying to access the ssh server running on 192.168.1.1 via an ipsec tunnel into the device.
Question: when all of the fe-0/0/x interfaces are down (no computer plugged into any of them) will the ssh server still be accessible on vlan.0? It seems that the ssh server is running on vlan.0 only when one or more of the fe-0/0/x interfaces are up.
Thank you,
Chris
Interfaces
vlan.0 - family inet w/private ip 192.168.1.1
fe-0/0/1 - family ethernet-switching on vlan-trust
fe-0/0/2 - family ethernet-switching on vlan-trust
vlans
vlans { vlan-trust { vlan-id 4; l3-interface vlan.0; } }