Creating a New QA Probe

Run this command to configure a QA probe for an iRA using the command line interface.

Syntax

  • Windows: ira setProbe [ICMP | UDPECHO | UDP | TCP | DNS | HTTP | HTTPS | ORACLE | DHCP]
  • Linux: ./ira setProbe [ICMP | UDPECHO | UDP | TCP | DNS | HTTP | HTTPS | ORACLE | DHCP]

Parameters

Example: ira setProbe ICMP -on (--ownerName) OWNER_INDEX -op (--operation) [icmpEcho] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe UDP -on (--ownerName) OWNER_INDEX -op (--operation) [udpJitter] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tp (--targetPort) TARGET_PORT -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe UDPECHO -on (--ownerName) OWNER_INDEX -op (--operation) [udpEcho] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tp (--targetPort) TARGET_PORT -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe TCP -on (--ownerName) OWNER_INDEX -op (--operation) [tcpConnect] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tp (--targetPort) TARGET_PORT -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe HTTP -cd (--contentDownload) [true | false] -on (--ownerName) OWNER_INDEX -op (--operation) [httpGet] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe HTTPS -cd (--contentDownload) [true | false] -on (--ownerName) OWNER_INDEX -op (--operation) [httpsGet] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tt (--targetAddrType) [IPv4 | DNS]

Example: ira setProbe ORACLE -db (--databaseName) DB_NAME -on (--ownerName) OWNER_INDEX -op (--operation) [dbConnect | dbQuery] -pw (--password) PASSWORD -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tp (--targetPort) TARGET_PORT -tt (--targetAddrType) [IPv4 | DNS] -un (--username) USERNAME

Example: ira setProbe DHCP -aa (--allocateAddr) HOST_ADDRESS -on (--ownerName) OWNER_INDEX -op (--operation) [dhcpIpGet] -ta (--targetAddr) TARGET_ADDRESS -tn (--testName) TEST_NAME -tt (--targetAddrType) [IPv4 | DNS]