reject
1
I would like to set PVID of a Port using SNMP.
I am able to read out PVID of all Ports using MIB Q-Bridge, OID .1.3.6.1.2.1.17.7.1.4.5.1.1
When trying to set a PVID for a specific ports, the Mikrotik sends back a “gen err” General error.
Is it possible to set PVID using SNMP?
We need this in order to be able to use our Network Access Control Service.
tdw
2
Not directly, SNMP write support is very limited SNMP - RouterOS - MikroTik Documentation
You may be able to use a script triggered by SNMP write, the documentation doesn’t indicate if the set value is passed to the script or not.
If your NAC can run commands using SSH or the API is a possibility.