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.  SNMP ex9200

    Posted 06-12-2017 17:11

    Hi,

     

    I use prtg to monitor snmp device/juniper ex, for ex2200 and ex3300 i dont face any problem, just setting the snmpv2 community,auth,and clients prtg can query the snmp interface bandwidth/traffic, but when i set on ex9200 it show error "No available interfaces on this device snmp", but i can query snmp uptime on ex9200, is there some config missing ?

     

    Model: ex9208
    Junos: 14.2R7.5

     

    [ SNMP ]

    contact xxx4;

    view RESTRICTED {
        oid .1 include;
    }
    view all {
        oid .1;
    }
    view interfaces {
        oid 1.3.6.1.2.1.2 include;
    }
    community xxx3 {
        authorization read-only;
    }
    community xxx1 {
        view interfaces;
        authorization read-only;
        clients {
            172.16.30.26/32;
            172.16.30.76/32;
        }
    }
    community xxx2 {
        authorization read-only;
        clients {
            172.17.3.26/32;
        }
    }
    trap-group snmp_traps_srv {
        targets {
            172.16.30.26;
        }
    }

    [SNMP]



  • 2.  RE: SNMP ex9200
    Best Answer

     
    Posted 06-12-2017 18:47

    Hello,

     

    Similar symptonms have been outlined in this link with a solution as well.

     

    https://kb.paessler.com/en/topic/43033-no-available-interfaces-on-this-device-code:-pe049

     

    Regards,

     

    Rushi



  • 3.  RE: SNMP ex9200

    Posted 09-27-2017 23:58

    Hi all,

     

    Trying to ask old issue/thread.

    I can query/snmp to my ex9208 for example oid for temp, memory, cpu usage, but why i cant query  the interface statistic ?

    If i do snmp walk from the core it self i cant find the common snmp interface stat like ifname,ifspeed,etc , heres what i only got.

     

    ibrahim@CORE01> show snmp mib walk .1 | no-more | match 606
    ipCidrRouteIfIndex.172.16.31.0.255.255.255.0.0.0.0.0.0 = 606
    ipCidrRouteIfIndex.172.16.31.51.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.52.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.54.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.56.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.57.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.58.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.59.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.60.255.255.255.255.0.172.16.31.5 = 606
    ipCidrRouteIfIndex.172.16.31.61.255.255.255.255.0.172.16.31.5 = 606

     

    this is strange, i can config snmp ex switch  but i never face like this before.



  • 4.  RE: SNMP ex9200

    Posted 11-21-2017 00:07

    Hi, Ibrahim

     

    I have sama issue.. did you resolve your problem ?

     

    please share your experience