Posts

Showing posts with the label Juniper SFP and onboard interfaces on SRX 210

Switching between SFP and onboard interfaces on SRX 210

AS IT'S KNOWN SRX 210 DOESN'T SUPPORT ETHERNET SWITCHING BETWEEN OPTICAL [ 1-PORT SMALL FORM-FACTOR PLUGGABLE (SFP) MINI-PHYSICAL INTERFACE MODULE ] AND ONBOARD INTERFACES. SURELY YOU CAN APPLY ROUTING METHODS, BUT I HAVE FOUND ONE PRACTICAL SOLUTION TO ARRANGE THIS. LET'S SEE HOW TO PERFORM THIS:   1) Activate packet mode on device: forwarding-options { family { mpls { mode packet-based; } 2) Activate routing instances VPN, instance-type vpls to all interfaces including optical: routing-instances { VPN { instance-type vpls; interface ge-0/0/0.0; interface ge-0/0/1.0; interface fe-0/0/2.0; interface fe-0/0/3.0; interface fe-0/0/4.0; interface fe-0/0/5.0; interface fe-0/0/6.0; interface fe-0/0/7.0; interface ge-1/0/0.0; } } 3) On interface hierarchy add encapsulation ethernet-vpls: ge-0/0/0 { encapsulation ethernet-vpls; unit 0 { family vpls; } } ge-0/0/1 { encapsulation ethernet-vpls; unit 0 { family vpls; } } fe-0/0/2 { encapsulation ethernet-vpls; unit 0 { family vpls;