SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX 340 tranparent mode cluster SNMP configuration

    Posted 04-11-2019 03:22

    Hi,

    I got the some technical error.i would like to configuration SNMP configuration in my SRX cluster.

    I am using L2 tranparent mode chassis cluster.So i don't know which interface should i use for SNMP source ? Should i use loopback interface or reth interface ?

    Pleae help link or sample .



  • 2.  RE: SRX 340 tranparent mode cluster SNMP configuration

    Posted 04-11-2019 03:45

    Hi aungzawtun,

     

    "irb" interface can be used as source.

     

    Sample management config in a transparent mode:-

    set groups node0 interfaces fxp0 unit 0 family bridge interface-mode access vlan-id 20
    set groups node1 interfaces fxp0 unit 0 family bridge interface-mode access vlan-id 20
    set groups node0 interfaces irb unit 0 family inet address 192.168.1.1/24


    set groups node1 interfaces irb unit 0 family inet address 192.168.1.2/24

    
set bridge-domains mgmt domain-type bridge vlan-id 20 routing-interface irb.0

    
set routing-options static route 0.0.0.0/0 next-hop 192.168.1.254

     

    Regards,

     

    Rahul



  • 3.  RE: SRX 340 tranparent mode cluster SNMP configuration

    Posted 10-18-2019 02:26

    Hi aungzawtun,

     

    I have 2 srx340 to configured as cluster in transparent mode.  I have checked online for documentation all I get is the cluster config in routed mode. Could you please share your full config with me.

     

    It will be much appreciated. 

     

    Regards

     

     



  • 4.  RE: SRX 340 tranparent mode cluster SNMP configuration
    Best Answer

    Posted 04-11-2019 12:16

    Hello, aungzawtun

     

    Because the SRX340 have fxp0 interfaces for OoB management, you can use these interfaces for SNMP monitoring; I have seen this working before. Here I attached a config example:

     

    https://kb.juniper.net/InfoCenter/index?page=content&id=KB16545

     

    In transparent mode also you have the IRB for regular management, so I assume that you can also use this interface.

     

    Please let us know if you have further questions.