Switching

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  ENABLE SNMP

    Posted 02-20-2013 08:02

    How can I enable snmp for ex switches



  • 2.  RE: ENABLE SNMP

    Posted 02-20-2013 10:48

    Hi,

     

    Below is a simple example how to create read only community called example1 which allows access from 192.168.0.0/24.

     

    edit

    set snmp community example1 authorization read-only

    set snmp client-list allowed-snmp-clients 192.168.0.0/24

    set snmp community example1 client-list-name allowed-snmp-clients

    commit and-quit



  • 3.  RE: ENABLE SNMP

    Posted 02-22-2013 12:15
    [edit]
    snmp
        {community community-name
            {authorization authorization;
        trap-group group-name
            {categories
                    {category;}
            targets
                   {address;
     
    A Kudos a good way to appreciate
    Please mark it as accepted solution if it works
     

     

     


  • 4.  RE: ENABLE SNMP
    Best Answer

    Posted 02-22-2013 12:22

    Here:

     

    set snmp v3 usm local-engine user "USERNAME" authentication-md5 authentication-password "PASSWORD"

    set snmp v3 usm local-engine user "USERNAME" privacy-des privacy-password "PASSWORD"

    set snmp v3 vacm security-to-group security-model usm security-name "USERNAME" group "GROUP NAME"

    set snmp v3 vacm access group "GROUP NAME" default-context-prefix security-model any security-level authentication read-view all

    set snmp view all oid .1

     

    Thanks, Nehmaan