Hi all,

I have the following RPM configured on an SRX device:

root# run show configuration services
rpm {
    probe test {
        test test {
            probe-type icmp-ping;
            target address 10.0.0.2;
            test-interval 5;
        }
    }
}

It's obvious that the probe is failing:

root# run show services rpm history-results
    Owner, Test                 Probe received              Round trip time
    test, test                  Tue Feb  5 18:21:38 2013  Request timed out
    test, test                  Tue Feb  5 18:21:46 2013  Request timed out
    test, test                  Tue Feb  5 18:21:55 2013  Request timed out
    test, test                  Tue Feb  5 18:22:03 2013  Request timed out

... but not according to syslog:

Feb  5 18:21:40   rmopd[1972]: PING_TEST_COMPLETED: pingCtlOwnerIndex =
test, pingCtlTestName = test
Feb  5 18:21:56   rmopd[1972]: PING_TEST_COMPLETED: pingCtlOwnerIndex =
test, pingCtlTestName = test

I should be getting PING_TEST_FAILED instead.

Has anyone come across this problem before? I've tried this on
11.2/11.3/12.1 but got the same result.

Thanks,
Vladi
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to