On all switches/routers that I have worked with, I see ifDescr used to describe the interface "number" (eg, ether1, Gi0/1, etc) and ifAlias used to describe the interface description (eg, "Backhaul to XYZ"). The Netonix SNMP implementation seems to combine the two:
- Code: Select all
IF-MIB::ifDescr.4 = STRING: Port 4 - BH To SiteA
There doesn't seem to be anything populated in the ifAlias table on the Netonix switches. This is not a huge problem for us operationally, but for standard's sake, would it be an issue or a lot of work to do things the way that other vendors do it?
Thanks