Hello!

What JUNOS version are you running?

I a while ago performed tests on a M120 running JUNOS 8.5. SNMP and
trapping was not the main objective, but I could see that trapping for
routing worked.

And of course your objects in SNMPc have the trap community SNMPc set?
(sorry for asking this stupid question).

Cheers
Patrik

--

>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
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp
BEGIN:VCARD
VERSION:2.1
N:Olsson;Patrik
FN:Patrik Olsson
ORG:;EMEA Tech Dev
TEL;WORK;VOICE:+46-733927834
TEL;CELL;VOICE:+46-733927834
ADR;WORK:;Stockholm;Arstaangsvagen 1A, bv;Stockholm;;S11743;Sweden
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Stockholm=0D=0AArstaangsvagen 1A, bv=0D=0AStockholm S11743=0D=0ASweden
EMAIL;PREF;INTERNET:[email protected]
REV:20070904T103433Z
END:VCARD
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to