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

Configuring the Server

The TCP and UDP probes are proprietary to Juniper Networks and require a receiver to receive the probes. To configure the server to receive the probes, include the probe-server statement at the [edit services rpm] hierarchy level:

probe-server {
tcp {
destination-interface interface-name;
port (RPM) number;
}
udp {
destination-interface interface-name;
port (RPM) number;
}
}

The port number specified for the UDP and TCP server can be 7 or from 49160 through 65535. The destination-interface statement specifies the output interface for the RPM server. This interface should be able to support looping of packets to an input interface without adding any encapsulation.

Note: This usage of the destination-interface statement is supported only on J-series Services Routers, for which you should specify an lt tunnel interface.

The destination-interface statement is required to support classification of RPM probes generated by JUNOS software based on a user-configured classifier. The classified packets are sent to the output queue on the output interface specified by the scheduler map configured on that interface. For more information about classifiers and scheduler maps, see the JUNOS Class of Service Configuration Guide. For a complete configuration example, see Examples: Configuring Real-Time Performance Monitoring.


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