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


Real-Time Performance Monitoring Configuration Guidelines

To configure Real-Time Performance Monitoring (RPM) services, you include statements at the [edit services] hierarchy level of the configuration:

[edit services]
rpm {
    probe owner {
        test test-name {
                data-fill data;
                data-size size;
                destination-port port;
                dscp-code-point DSCP bits;
                history-size size;
                probe-count count;
                probe-interval seconds;
                probe-type type;
                routing-instance instance-name;
                source-address address;
                target-url (url | address);
                test-interval interval;
                thresholds thresholds;
                traps traps;
        }
    }
    probe-server { 
        tcp port;
        udp port;
    }
    probe-limit limit { 
    } 
}

This chapter includes the following sections:


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