# Telegraf - SNMP - Cisco IOS

**URL:** https://community.influxdata.com/t/telegraf-snmp-cisco-ios/18627
**Category:** Telegraf
**Tags:** influxdb, telegraf
**Created:** [March 1, 2021, 11:49am UTC](https://community.influxdata.com/t/telegraf-snmp-cisco-ios/18627 "2021-03-01T11:49:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cciex6](https://avatars.discourse-cdn.com/v4/letter/c/e79b87/32.png) [@cciex6](https://community.influxdata.com/u/cciex6)
#### Post date: [March 1, 2021, 11:49am UTC](https://community.influxdata.com/t/telegraf-snmp-cisco-ios/18627/1 "2021-03-01T11:49:15Z")

</div>

Hello Everyone,

I hope this Topic finds you well and healthy,

Im new here and confused regarding a point,

I have a telegraf [Telegraf 1.17.3 (git: HEAD 24a552b9)] agent installed in a Centos 8 VM, on the installation directory I have this files  
telegraf.conf  
telegraf.d

Also I have a influxdb 1.8 installed on a docker image

I have a cisco switch with SNMP configured (I test it using SNMPWALK) I want telegraf to get Data from Cisco switch using SNMP,  
I found a plugin in Git called SNMP : [telegraf/plugins/inputs/snmp at master · influxdata/telegraf · GitHub](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/snmp)

My questions are,

How to install/add this plugin from githum to my Telagraf config ?  
I should Write a new config file or just add some codes to the default config file ‘Telegraf.conf’ ?  
and regarding the Cisco switch SNMP MIb files should be stored on the SNMPWALK directory or I should store it somewhere to make Telegraf use it ?

Thank you so much for the help

I’m available for any extra information,

---

<div class="post-metadata">

### Author: ![Franky1](https://sea1.discourse-cdn.com/flex023/user_avatar/community.influxdata.com/franky1/32/6666_2.png) [@Franky1](https://community.influxdata.com/u/Franky1)
#### Post date: [March 1, 2021, 11:55am UTC](https://community.influxdata.com/t/telegraf-snmp-cisco-ios/18627/2 "2021-03-01T11:55:27Z")

</div>

> [@cciex6](#):
>
> How to install/add this plugin from githum to my Telagraf config ?

You don’t need to install anything, the plugin belongs to the native telegraf plugins and is already compiled into Telegraf. You only need to comment out or add the corresponding configuration snippet in the `telegraf.conf` file.
