root@CE2> show configuration ## Last commit: 2019-01-05 23:14:36 UTC by root version 12.1R1.9; system { host-name CE2; root-authentication { encrypted-password "$1$U77krw8I$HqsZl1rMJtOrdOAt0McRY1"; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { em0 { description CE2->PE2; unit 0 { family inet { address 10.10.10.6/30; } } } lo0 { unit 0 { family inet { address 172.21.19.1/24; } } } } protocols { ospf { area 0.0.0.0 { interface lo0.0 { passive; } interface em0.0; } } } services { rpm { probe PING { test T_PING { probe-type icmp-ping; target address 172.21.18.1; probe-count 10; probe-interval 1; dscp-code-points be; } test VoiP_PING { probe-type udp-ping; target address 172.21.18.1; probe-count 10; probe-interval 3; destination-port 51000; dscp-code-points af11; data-size 1520; } } probe-server { udp { port 49165; } } } }