SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  VLAN tagging supported on SRX650 / SRX1400 cluster

    Posted 06-27-2014 10:02

    I am looking for a solution whether VLAN tagging supported on SRX650 / SRX1400 cluster environment



  • 2.  RE: VLAN tagging supported on SRX650 / SRX1400 cluster
    Best Answer

    Posted 06-27-2014 19:17

    Hi Neo,

     

    Yes VLAN tagging is support on SRX cluster and standalone devices:

     

    Sample configuration for SRX Cluster vlan-tagging:


    Example :

    set interfaces ge-0/0/0 gigether-options redundant-parent reth0
    set interfaces ge-0/0/1 gigether-options redundant-parent reth0

    set interfaces reth0 vlan-tagging
    set interfaces reth0 redundant-ether-options redundancy-group 1

    set interfaces reth0 unit 5 vlan-id 5
    set interfaces reth0 unit 5 family inet address 5.5.5.5/24

    set interfaces reth0 unit 6 vlan-id 6
    set interfaces reth0 unit 6 family inet address 6.6.6.6/24

     

    Thanks & Regards,

    rparthi


    [Please Mark My Solution Accepted if it Helped, Kudos are Appreciated Too] .....



  • 3.  RE: VLAN tagging supported on SRX650 / SRX1400 cluster

    Posted 06-27-2014 19:25

    Thanks for confirmation