Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/snmp/show b/cli/documentation/en_US/snmp/show
new file mode 100755
index 0000000..37c624a
--- /dev/null
+++ b/cli/documentation/en_US/snmp/show
@@ -0,0 +1,5 @@
+Display operational parameters of this device's SNMP support.
+
+Show the configurable parameters for the SNMP MIBs,
+and show the status of the network firewall
+(which might be blocking some SNMP requests)
diff --git a/cli/documentation/en_US/snmp/show-example b/cli/documentation/en_US/snmp/show-example
new file mode 100755
index 0000000..92d5483
--- /dev/null
+++ b/cli/documentation/en_US/snmp/show-example
@@ -0,0 +1,2 @@
+show snmp
+ Display SNMP operational state.
diff --git a/cli/documentation/en_US/snmp/snmp-server b/cli/documentation/en_US/snmp/snmp-server
new file mode 100755
index 0000000..07066f4
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server
@@ -0,0 +1,4 @@
+Configure this device to respond to SNMP queries.
+
+Configure SNMP protocol parameters, and configure how
+responses to SNMP queries are composed.
diff --git a/cli/documentation/en_US/snmp/snmp-server-community b/cli/documentation/en_US/snmp/snmp-server-community
new file mode 100755
index 0000000..b871d2c
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server-community
@@ -0,0 +1,4 @@
+Configure the community string for simple read-only SNMP client authentication.
+
+Reset the community string (default empty) with the 'no' version of this command.
+
diff --git a/cli/documentation/en_US/snmp/snmp-server-contact b/cli/documentation/en_US/snmp/snmp-server-contact
new file mode 100755
index 0000000..fa45d9e
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server-contact
@@ -0,0 +1,3 @@
+Configure the adminstrative contact record (the SNMP sysContact MIB) for this device.
+
+Reset the contact information to system defaults with the 'no' version of this command.
diff --git a/cli/documentation/en_US/snmp/snmp-server-enable b/cli/documentation/en_US/snmp/snmp-server-enable
new file mode 100755
index 0000000..eff94d0
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server-enable
@@ -0,0 +1,3 @@
+Enable this device for responding to SNMP.
+
+Use the 'no' version of this command to disable SNMP features.
diff --git a/cli/documentation/en_US/snmp/snmp-server-example b/cli/documentation/en_US/snmp/snmp-server-example
new file mode 100755
index 0000000..a277fe5
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server-example
@@ -0,0 +1,24 @@
+snmp-server enable
+ Enable SNMP support.
+
+no snmp-server enable
+ Disable SNMP support.
+
+snmp-server community ro MY-SNMP
+ Set the community string (for authenticating to this SNMP service)
+ to "MY-SNMP"
+
+no snmp-server community
+ Reset the community string to default (the empty string)
+
+snmp-server location snmp.example.com
+ Set the server location reported during SNMP queries.
+
+no snmp-server location
+ Reset to the system default server location.
+
+snmp-server contact admin@example.com
+ Set the administrative contact reported during SNMP queries.
+
+no snmp-server contact
+ Reset to the system default administrative contact setting.
diff --git a/cli/documentation/en_US/snmp/snmp-server-location b/cli/documentation/en_US/snmp/snmp-server-location
new file mode 100755
index 0000000..3a94220
--- /dev/null
+++ b/cli/documentation/en_US/snmp/snmp-server-location
@@ -0,0 +1,3 @@
+Configure this device's location via the sysLocation SNMP MIB.
+
+Reset the location to the system default with the 'no' version of this command.