Page MenuHomeVyOS Platform

Add support for SNMPv3 'noAuthNoPriv' security level
Closed, ResolvedPublicFEATURE REQUEST

Description

Currently VyOS CLI only supports:

  • AuthNoPriv (messages are authenticated but not encrypted – auth keyword in CLI)
  • AuthPriv (messages are authenticated and encrypted – priv keyword in CLI)

We should also add

  • noAuthNoPriv (no authentiation and no encryption – noauth keyword in CLI)

Details

Version
-