root@CE1> show configuration ## Last commit: 2019-01-05 21:17:45 UTC by root version 12.1R1.9; system { host-name CE1; root-authentication { encrypted-password "$1$eWemIk3A$HSt/.iQE7/VybHfxGjT/p0"; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { em0 { description CE1->PE1; unit 0 { family inet { address 10.10.10.2/30; } } } lo0 { unit 0 { family inet { address 172.21.18.1/24; } } } } routing-options { static { route 0.0.0.0/0 next-hop 10.10.10.1; } } services { rpm { probe IP_TRAFFIC { test BE { probe-type icmp-ping; target address 172.21.19.1; probe-count 15; dscp-code-points be; } test AF { probe-type udp-ping; target address 172.21.19.1; probe-count 10; destination-port 49165; dscp-code-points af11; } } probe-server { udp { port 51000; } } } }