Updated git submodules
[docs.git] / docs / user-guide / cardinal_-opendaylight-monitoring-as-a-service.rst
index b53e1c6fd280a3b42caa1488c5c28c9b59927300..60e89a93162031885bff81c3246fe328fe239ef4 100644 (file)
@@ -1,3 +1,5 @@
+.. _cardinal-user-guide:
+
 Cardinal: OpenDaylight Monitoring as a Service
 ==============================================
 
@@ -97,6 +99,8 @@ command on the terminal window of Linux machine:
 ::
 
     netstat -anp | grep "161"
+    netstat -anp | grep "2001"
+    netstat -anp | grep "2003"
 
 If the grep on the \`\`snmpd\`\` port is successful than SNMP daemon is
 up and working.
@@ -128,3 +132,16 @@ For snmpwalk use the below command:
 
     snmpwalk -v2c -c public localhost SNMPv2-SMI::experimental
 
+For tabular data (netconf devices), snmpwalk use the
+below command:
+
+::
+
+   snmpwalk -v2c -c public localhost:2001 SNMPv2-SMI::experimental
+
+For tabular data (openflow devices), snmpwalk use the
+below command:
+
+::
+
+   snmpwalk -v2c -c public localhost:2003 SNMPv2-SMI::experimental