Create report with all snmp profiles
search cancel

Create report with all snmp profiles

book

Article ID: 195495

calendar_today

Updated On:

Products

Network Flow Analysis

Issue/Introduction

We need to know the snmp profiles of all the routers discovered in NFA

Environment

Component : NQRPTA - REPORTERANALYZER

Resolution

The following command will give you the list of the SNMP Profiles on the NFA Console:


mysql -unetqos -pnetqos -D reporter -t -e "select inet6_ntoa(r.routeraddress) as 'Router Address', s.name as 'SNMP Profile Name' from routers r inner join snmpprofiles s on r.profileid=s.id;" > RouterProfiles.txt