X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide%2Fcardinal_-opendaylight-monitoring-as-a-service.rst;h=2338c490dffcddd0f9a6996bcdcfd57fb7827a0b;hb=e8c95d45251719094890ca6983e89b7395bb4719;hp=b53e1c6fd280a3b42caa1488c5c28c9b59927300;hpb=2215192c51f8109795067781cc98362a87ed1b7c;p=docs.git diff --git a/docs/user-guide/cardinal_-opendaylight-monitoring-as-a-service.rst b/docs/user-guide/cardinal_-opendaylight-monitoring-as-a-service.rst index b53e1c6fd..2338c490d 100644 --- a/docs/user-guide/cardinal_-opendaylight-monitoring-as-a-service.rst +++ b/docs/user-guide/cardinal_-opendaylight-monitoring-as-a-service.rst @@ -97,6 +97,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 +130,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