# flow **Repository Path**: yuanshukeji/flow ## Basic Information - **Project Name**: flow - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2023-07-26 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用说明 1. 网络设备配置并开放snmp udp161端口 2. linux上可以安装snmpwalk调试 3. 了解prometheus 的snmp_exporter generator 4. 了解prometheus graph组件的使用 5. 了解sflow 6. 了解开源项目https://github.com/robcowart/elastiflow 搭建 ### snmpwalk调试 1. v2 snmpwalk -v2c -c public 192.168.1.1 1.3.6.1.2.1.1 2. v3 snmpwalk -v 3 -u zhouxiaolong -l authPriv -a sha -A Xxxx@123 -x aes -X Xxxxx@321 18.18.2.3