[j-nsp] Missing SNMP trapping

Michael Phung cytogen at gmail.com
Thu Feb 12 13:35:35 EST 2009


Hello,

Has anyone here had problems setting up their Juniper router m120 to
report proper SNMP traps, specifically relating to routing protocols?
We're looking to receive SNMP trap notifications on BGP session
up/down states, and OSPF up/down states.  We have setup the router
with the full compliment of categories but only receive up to this
point PIC power on/off states traps and SONET related traps.

We have the following configured;

snmp {
    community 123456;
    trap-options {
        source-address x.x.x.x;
    }
    trap-group SNMPc {
        version v2;
        categories {
            authentication;
            chassis;
            link;
            remote-operations;
            routing;
            startup;
            rmon-alarm;
            vrrp-events;
            configuration;
            services;
            sonet-alarms;
        }
        targets {
            x.x.x.x;
        }
    }
}


Thanks,
Michael


More information about the juniper-nsp mailing list