sonic-net / sonic-snmpagent

A net-snmpd agentx subagent for SONiC
Other
15 stars 113 forks source link

Support reporting interface pvid #316

Closed twtseng-tim closed 7 months ago

twtseng-tim commented 7 months ago

- What I did Let SNMP can report the interface pvid.

- How I did it Get vlan configuration from config DB, returning the vid if the port is untagged joining the vlan, otherwise, nometter port is tagged joining vlan or not joining to vlan, returning 0.

- How to verify it Add unit test test_dot1q_port to verify this function

tests/test_dot1q_port.py::TestSonicMIB::test_getnextpdu PASSED [ 8%] tests/test_dot1q_port.py::TestSonicMIB::test_getnextpdu_empty PASSED [ 9%] tests/test_dot1q_port.py::TestSonicMIB::test_getnextpdu_exactmatch PASSED [ 9%] tests/test_dot1q_port.py::TestSonicMIB::test_getnextpdu_lag PASSED [ 9%] tests/test_dot1q_port.py::TestSonicMIB::test_getpdu PASSED [ 9%] tests/test_dot1q_port.py::TestSonicMIB::test_getpdu_noinstance PASSED [ 10%]

- Description for the changelog Support reporting interface pvid through SNMP