Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/ping/ping b/cli/documentation/en_US/ping/ping
new file mode 100755
index 0000000..c68085c
--- /dev/null
+++ b/cli/documentation/en_US/ping/ping
@@ -0,0 +1,3 @@
+The ping command sends ICMP echo requests
+validates basic network connectivity between the
+CLI and the requested target.
diff --git a/cli/documentation/en_US/ping/ping-count b/cli/documentation/en_US/ping/ping-count
new file mode 100755
index 0000000..28c55f0
--- /dev/null
+++ b/cli/documentation/en_US/ping/ping-count
@@ -0,0 +1,2 @@
+This integer field identifies the number of ping requests
+sent to the target before exiting. The default value is '5'.
diff --git a/cli/documentation/en_US/ping/ping-example b/cli/documentation/en_US/ping/ping-example
new file mode 100755
index 0000000..8d52b6e
--- /dev/null
+++ b/cli/documentation/en_US/ping/ping-example
@@ -0,0 +1,5 @@
+ping 1.2.3.4
+ Ping a specific host with a default package count (5)
+
+ping 10 1.2.3.4
+ Ping a specific host with a fixed number of packets