Hey all -
New to Juniper, trying to get my bearings. I'm trying to enable SSH management on an in-band vlan, but having no luck.
set routing-options static route 0.0.0.0/0 next-hop 10.0.0.254 set interfaces irb unit 0 family inet address 10.0.0.2/24 set vlans mgt vlan-id 1 set vlans mgt l3-interface irb.0 set interfaces ge-0/0/1.0 family ethernet-switching interface-mode trunk set interfaces ge-0/0/1.0 family ethernet-switching vlan members [mgt xxx xxx xxx] set interfaces ge-0/0/1 native-vlan-id 1
The default route nexthop is untagged on ge-0/0/1, and I can reach it just fine through the switch. How can I enable SSH on irb.0's IP?
No comments:
Post a Comment