This is a windows forms appliation(based on .net6.0) used to format SNMPEngineId followed RFC3411.
The name SeiFor is short of SNMP EnginedID Foramrt.
Fill three parameters:
- Private Enterpice Number assigned by IANA
- Select Engine ID Data Format: 1 for IPv4(only support in this version )
- Fill the Engine ID Data base on the data format.
The reuslt generates engineID based on the lines in Engine ID data like below:
An error is shown out in the Result once the three parameters are not matched the requirement. Like:
- empty input
- wrong IPv4 format
About can be opened in the main forms.
In about, the help info is there and also shown how to report bug with scan the QR:
Welcome to raise any issue in this repository or in Wechat Offical Acount (qiheyehk)
This function is added in version 2 which can be opened in the main forms.
This function is used to decode a knowned engineID to readable format.
Version 1(2023-02-20)
- First Version
Version 2(2023-03-04)
- Fix typo
- Update EngineID data format to support IPv6, MAC and Text assigned by admin.
- Add PEN range(0-99999) check.
- Update about with hyperlink for RFC and IANA link
- Add decode function for decoding an engineID
Fork this repository and the exe file in https://github.com/MinpuKang/SNMPv3EngineId-Format/tree/main/SeiFor/bin/Debug/net6.0-windows
Note: must download the whole folder of net6.0-windows, otherwise the exe file cannot run
Or follow Wechat Offical Acount (qiheyehk) and send snmp to get the download link.