I have a Juniper SRX220 (junos) router where I have configured vlan.1 and vlan.2 with IP 10.0.1.1/24 and 10.0.2.1/24. Now I want to route between these networks. How do I configure that in Junos? I can't figure that out from the manual and it does not work out of the box.
Because this is an SRX, there are a number of requirements here.
Step 1:
Define VLANS (think layer 2)
Step 2:
Define L3 interfaces bound to those vlans...
Step 3:
Place those L3 interfaces into a zone
Step 4:
Since this is an SRX, you must create a policy permitting intra-zone traffic
Step 5:
Set physical interfaces onto that VLAN
Step 6:
Plug devices in. Once any interface assigned to that VLAN is physically up, the VLAN interface for that VLAN will come up.