Dear , I need to know if there is any mib / oid that the IP of the CPE report me (PC / router connected to a cable modem )
From already thank you very much
Yes, you can check the ip's on the modem using oid.
just walk the modem, with snmpwalk -v -c host
then you will see the parts with ip, just use that oid.
I think this should be done by querying the CMTS not CM since the cable modem is just a bridge.
OID you should walk through for this is 1.3.6.1.4.1.9.9.116.1.3.8.1.3. You will get all IP addresses on the CMTS. If you wish to get CPE IP for just one CM append the MAC of the modem to the OID.
Yes, you can check the ip's on the modem using oid.
just walk the modem, with snmpwalk -v -c host
then you will see the parts with ip, just use that oid.
regards
I think this should be done by querying the CMTS not CM since the cable modem is just a bridge.
OID you should walk through for this is 1.3.6.1.4.1.9.9.116.1.3.8.1.3. You will get all IP addresses on the CMTS. If you wish to get CPE IP for just one CM append the MAC of the modem to the OID.