Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/static-arp-example b/cli/documentation/en_US/static-arp-example
new file mode 100755
index 0000000..0d85ba9
--- /dev/null
+++ b/cli/documentation/en_US/static-arp-example
@@ -0,0 +1,5 @@
+arp 10.0.0.1 11:22:33:44:55:66
+  create a static arp entry
+
+no arp 10.0.0.1 11:22:33:44:55:66
+  remove a static arp entry
\ No newline at end of file