I need to create a report from 19 routers in 19 cities looking for any DSL modem logging in via PPPoE using the login “autoconfigure”. Our DSL modems, if configured incorrectly in the server will not login utilizing the clients PPP credentials and will be stuck in “autoconfigure”. As such I need to track them down and then flog the CS rep that misentered the information, but that’s beside the point.
I can get the client name easily, they show up in interfaces.ifTable.ifEntry.ifDescr:
RFC1213-MIB::ifDescr.7187 = STRING: “”
RFC1213-MIB::ifDescr.7188 = STRING: “”
RFC1213-MIB::ifDescr.7189 = STRING: “”
RFC1213-MIB::ifDescr.7190 = STRING: “”
RFC1213-MIB::ifDescr.7191 = STRING: “”
The next piece I need is the MAC address of the modem. You can see it easily from WinBox under Active Connections in the Caller ID column in the PPP window:

But after several SNMPwalks, I have been unable to find the MAC address of the pppoe connections available in the tree.
John Fulton
Anchorage, AK
