Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 2.87 KB

README.md

File metadata and controls

96 lines (53 loc) · 2.87 KB

SNMPv3EngineId-Format

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.

How to use

Main Function

Fill three parameters:

  1. Private Enterpice Number assigned by IANA
  2. Select Engine ID Data Format: 1 for IPv4(only support in this version )
  3. Fill the Engine ID Data base on the data format.

Result

The reuslt generates engineID based on the lines in Engine ID data like below:

Error notify

An error is shown out in the Result once the three parameters are not matched the requirement. Like:

  • empty input
  • wrong IPv4 format

About

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)

Decode an engineID

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

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

How to get

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.