# Probes

# URL

frinx-openconfig-probes:probes

# OPENCONFIG YANG

YANG models

"frinx-openconfig-probes": {
    "name": "",
        "config": {
            "name": "",
            "juniper-oc-probes:delegate-probes": true/false
        },
        "tests": {
                {
                    "test": [
                        "name": "",
                        "config": {
                            "name": "",
                            "source": "",
                            "juniper-oc-probes:destination-interface": ""
                        },
                        "target": {
                            "config": {
                                "address": ""
                            }
                        }
                    ]
                }
            }
        }
    }
}

# OS Configuration Commands

# Junos 18.2R1-S2.1

# CLI

set services rpm probe  delegate-probes
set services rpm probe  test  target address 
set services rpm probe  test  source-address 
set services rpm probe  test  destination-interface 

set services rpm probe delegate-probes is a conversion of <delegate-probes> set true
set services rpm probe test target address is a conversion of <target-type> set address

# Unit

Link to github : junos-unit