Configuration
- Last UpdatedFeb 13, 2023
- 1 minute read
- PI System
- PI Interface for SNMP 1.7.0.37
- Interfaces
To configure PI SNMP to use ifAlias based data collection, specify /device= on the startup command file, with the value of this parameter being the IP address or name of the router. For example,
pisnmp -ps=$ -id=1 -host=localhost:5450 -device=10.8.10.1 …
PI SNMP needs to retrieve the various ifAlias names at startup. Thus, it needs the community string of the router. Specify this community string via the pisnmp#.pwd file. For example,
host=10.8.10.1;
CS=public; community string for 10.8.10.1