netdisco / snmp-info

Other
35 stars 31 forks source link

SNMP::Info::Layer3::C6500 i_duplex_admin incorrect #473

Open inphobia opened 1 year ago

inphobia commented 1 year ago

only devices i could test this with were:

i_duplex_admin return "auto" correctly for ports which are not connected; however for ports which are connected it returns "full", which is the negotioated duplex - not the configured setting.

the code says "Newer software uses portDuplex as admin setting" but i have no clue in what context newer software should be seen

found while investigating netdisco/netdisco#930 and more as a reminder for myself to look into this when i have time to spare.