[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Verifying RPM Services

Purpose

Verify that the RPM configuration is within the expected values.

Action

From configuration mode in the CLI, enter the show services rpm command.


user@host# show services rpm
   probe test {
    test customerA {
        probe-type icmp-ping;
        target address 192.178.16.5;
        probe-count 15;
        probe-interval 1;
        hardware-timestamp;
    }
    test customerB {
        probe-type icmp-ping-timestamp;
        target address 192.178.16.5;
        probe-count 15;
        probe-interval 1;
        hardware-timestamp;
    }
    test customerC {
        probe-type udp-ping;
        target address 192.178.16.5;
        probe-count 15;
        probe-interval 1;
        destination-port 50000;
        hardware-timestamp;
    }
   }

Meaning

The output shows the values that are configured for RPM on the device.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]