Anyone know what OID or MIB will allow SNMPset or SNMPwalk to restart a cable modem via a NORTEL CMTS 1000 using the modem mac address only? I need to command that modem restarts via mac address and not ip address over SNMP on my network.
Anyone know what OID or MIB will allow SNMPset or SNMPwalk to restart a cable modem via a NORTEL CMTS 1000 using the modem mac address only? I need to command that modem restarts via mac address and not ip address over SNMP on my network.
Use nc to auto-magically log into cmts and perform "modem restart xx:xx:xx:...etc
I am not sure what "nc" is. Please explain.
Hi,
I think the program netcat is meant.
Please have a look at the following for more information:
http://en.wikipedia.org/wiki/Netcat
http://www.g-loaded.eu/2006/11/06/netcat-a-couple-of-useful-examples/
regards
Benedikt
netcat (man nc: nc - TCP/IP swiss army knife).
But you can also use something else to log in to CMTS, such as expect (http://en.wikipedia.org/wiki/Expect) or scripting language, like Perl...