Description | Represents an entry in the table. Each entry is created if
there is CPE connects to a cable modem.
The indices uniquely identify a CPE. It is never the intent
for an application to perform a SNMP Get operation against
a table of this nature, rather it is the intent to merely
enumberate mappings.
An application would determine the CPEs behind all cable
modems by performing a SNMP GetNext starting with the
variable bindings:
- cdxCmToCpeInetAddressType.0
- cdxCmToCpeInetAddress.0
It will return the IP address type and value tuple
corresponding to the CPE with lowest IP address behind the
cable modem with the lowest MAC address. An application can
perform a SNMP GetNext operation with the following variable
bindings:
- cdxCmToCpeInetAddressType.x.y.z
- cdxCmToCpeInetAddress.x.y.z
where x is MAC address of cable modem, and y.z is IP address
type and value tuple of the reported CPE.
An application can repeat this process until it has
traversed the entire table.
If the application only wants to know the CPEs behind a
given cable modem, it can perform a SNMP GetNext opertaion
with the following:
- cdxCmToCpeInetAddressType.x
- cdxCmToCpeInetAddress.x
where x is MAC address of cable modem. |