Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
See matching posts in thread - SRX 1500 Ordering Info
See matching posts in thread - SRX 1500 HA over L2 question...Hi ...
See matching posts in thread - SRX 1500 Packet trace not worki...
This feature now is available in the 300 series, 1500 and vSRX, with Junos 15.1X49-D80.4
4 Comments - no search term matches found in comments.
interfaces ( (% for ifs in interfaces %) (% set intf = interfaces[ifs] %) (( ifs )) ( (% if intf.description is defined %) description "(( intf.description ))"; (% endif %) (% if intf.units is defined and intf.units is iterable %) (% for unit in intf.units %) unit (( unit.id )) ( family inet ( address (( unit.ip ))/(( unit.mask bits )); (% if unit.filter is defined %) filter ( (% if unit.filter.in is defined %) input ((unit.filter.in)); (% endif %) (% if unit.filter.out is defined %) output (( unit.filter.out )); (% endif %) ) (% endif %) ) (% if intf.vlan tagging is defined %) description "(( unit.description ))"; vlan-id ((unit.vlan id)); (% endif %) (% if intf.syslog is defined %) description "(( unit.description ))"; (% endif %) ) (% endfor %) (% endif %) (% if intf.redundant parent is defined %) gigether-options ( redundant-parent (( intf.redundant parent )); ) (% endif %) (% if intf.mtu is defined %) mtu (( intf.mtu )); (% endif %) (% if intf.vlan tagging is defined %) vlan-tagging; (% endif %) (% if intf.redundant options is defined %) redundant-ether-options ( redundancy-group (( intf.redundant options.group )); (% if intf.lacp is defined %) lacp ( active; periodic fast; ) (% endif %) ) (% endif %) ) (% endfor %) ) Here is the YAML: interfaces: reth0: description: core facing interface lacp: true mtu: 9154 redundant options: ( group: 1 ) reth: true units: - ( id: 0, ip: 10.0.0.1, mask bits: 31 ) ge-0/0/0: description: access facing interface mtu: 1500 vlan tagging: true units: - description: customer 1 id: 1 vlan id: 1 ip: 10.0.1.1 mask bits: 30 filter: in: CUSTOMER IN FILTER out: CUSTOMER OUT FILTER - description: customer 2 id: 2 vlan id: 2 ip: 10.0.2.1 mask bits: 30 filter: in: CUSTOMER IN FILTER out: CUSTOMER OUT FILTER xe-1/0/0: ( description: core1.site1 xe-1/0/0, redundant parent: reth0 ) xe-2/0/0: ( description: core1.site1 xe-2/0/0, redundant parent: reth0 ) This example generates the configuration for a core interface and access interface on an SRX
See matching posts in thread - First SRX ========= set protocols ospf area 0.0....
See matching posts in thread - We need to return an SRX 1500 u...
See matching posts in thread - Below the configuration SRX240H lab> show config...
See matching posts in thread - My solution follows below interfaces ( ge-0/0/0 ...
See matching posts in thread - LACP output: LACP state: Role Exp Def Dist Col S...