You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Interface index MIB [OID:1.3.6.1.2.1.2.2.1.1] in SONiC starts from 0. As per RFC 1213, the IfIndex should be ranging from 1 to the value of ifNumber.
Description
The Interface index MIB [OID:1.3.6.1.2.1.2.2.1.1] in SONiC starts from 0. As per RFC 1213, the IfIndex should be ranging from 1 to the value of ifNumber.
Steps to reproduce the issue:
Describe the results you received:
root@SN2100-Leaf1:/# snmpwalk -v2c -c public localhost 1.3.6.1.2.1.2.2.1.1
iso.3.6.1.2.1.2.2.1.1.1 = INTEGER: 0
iso.3.6.1.2.1.2.2.1.1.5 = INTEGER: 4
iso.3.6.1.2.1.2.2.1.1.9 = INTEGER: 8
iso.3.6.1.2.1.2.2.1.1.13 = INTEGER: 12
iso.3.6.1.2.1.2.2.1.1.17 = INTEGER: 16
iso.3.6.1.2.1.2.2.1.1.21 = INTEGER: 20
iso.3.6.1.2.1.2.2.1.1.25 = INTEGER: 24
Describe the results you expected:
iso.3.6.1.2.1.2.2.1.1.1 = INTEGER: 1
iso.3.6.1.2.1.2.2.1.1.5 = INTEGER: 5
iso.3.6.1.2.1.2.2.1.1.9 = INTEGER: 9
iso.3.6.1.2.1.2.2.1.1.13 = INTEGER: 13
iso.3.6.1.2.1.2.2.1.1.17 = INTEGER: 17
iso.3.6.1.2.1.2.2.1.1.21 = INTEGER: 21
iso.3.6.1.2.1.2.2.1.1.25 = INTEGER: 25
Output of
show version
:The text was updated successfully, but these errors were encountered: