Update git submodules
[docs.git] / docs / user-guide / cardinal_-opendaylight-monitoring-as-a-service.rst
index b53e1c6fd280a3b42caa1488c5c28c9b59927300..45ad822f3615e4865d3b3fe39dd65c71bd007b73 100644 (file)
@@ -1,3 +1,5 @@
+.. _cardinal-user-guide:
+
 Cardinal: OpenDaylight Monitoring as a Service
 ==============================================
 
@@ -57,7 +59,7 @@ basic component in OpenDaylight
 
 2. Karaf Info
 
-3. Project Specific Information.
+3. Project Specific Information (Openflow and Netconf devices).
 
 Prerequisites
 ^^^^^^^^^^^^^
@@ -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