SNMP: ifAdminStatus vs ifOperStatus
I have a question about ifAdminStatus and ifOperStatus. Here is an output of my network interfaces state using ifAdminStatus: snmpwalk -Os -c public -v 1 192.168.1.1 1.3.6.1.2.1.2.2.1.7ifAdminStatus.1 = INTEGER: up(1) ifAdminStatus.12 = INTEGER: down(2) ifAdminStatus.13 = INTEGER: up(1) ifAdminStatus.14 = INTEGER: up(1) And here is the same list using ifOperStatus: snmpwalk -Os -c public -v 1 192.168.1.1 1.3.6.1.2.1.2.2.1.8 ifOperStatus.12 = INTEGER: down(2) ifOperStatus.13 = INTEGER: down(2) ifOperStatus.14 = INTEGER: down(2) As you can see an ifAdminStatus reports that #13 and #14 are up but