Does any one have an excel spread sheet or tool to take the modem mac to oid for the CM pointer?
in php it is easily done with the following line
$oid = ".1.3.6.1.2.1." . join(".", array_map("hexdec", str_split($mac_address, 2)));
Where 1.3.6.1.2.1. is the first part of the oid you want and $macaddress is the mac address such as 001122aabbcc
We use cookies on this site to enhance your user experienceBy clicking any link on this page you are giving your consent for us to set cookies.
in php it is easily done with the following line
$oid = ".1.3.6.1.2.1." . join(".", array_map("hexdec", str_split($mac_address, 2)));
Where 1.3.6.1.2.1. is the first part of the oid you want and $macaddress is the mac address such as 001122aabbcc