CABH-IETF-CDP-MIB

File: CABH-IETF-CDP-MIB.mib (47046 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 mib-2 MacAddress
TruthValue TimeStamp DateAndTime
RowStatus OBJECT-GROUP MODULE-COMPLIANCE
InetAddressType InetAddress SnmpAdminString

Defined Types

CabhCdpLanAddrEntry  
SEQUENCE    
  cabhCdpLanAddrIpType InetAddressType
  cabhCdpLanAddrIp InetAddress
  cabhCdpLanAddrClientID MacAddress
  cabhCdpLanAddrLeaseCreateTime DateAndTime
  cabhCdpLanAddrLeaseExpireTime DateAndTime
  cabhCdpLanAddrMethod INTEGER
  cabhCdpLanAddrHostName SnmpAdminString
  cabhCdpLanAddrRowStatus RowStatus

CabhCdpWanDataAddrEntry  
SEQUENCE    
  cabhCdpWanDataAddrIndex INTEGER
  cabhCdpWanDataAddrClientId OCTET STRING
  cabhCdpWanDataAddrIpType InetAddressType
  cabhCdpWanDataAddrIp InetAddress
  cabhCdpWanDataAddrRenewalTime Integer32
  cabhCdpWanDataAddrRowStatus RowStatus

CabhCdpWanDnsServerEntry  
SEQUENCE    
  cabhCdpWanDnsServerOrder INTEGER
  cabhCdpWanDnsServerIpType InetAddressType
  cabhCdpWanDnsServerIp InetAddress

Defined Values

cabhCdpMib 1.3.6.1.2.1.1
This MIB module supplies the basic management objects for the CableHome DHCP Portal (CDP) portion of the PS database. Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC xxxx; see the RFC itself for full legal notices.
MODULE-IDENTITY    

cabhCdpObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

cabhCdpBase 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

cabhCdpAddr 1.3.6.1.2.1.1.1.2
OBJECT IDENTIFIER    

cabhCdpServer 1.3.6.1.2.1.1.1.3
OBJECT IDENTIFIER    

cabhCdpSetToFactory 1.3.6.1.2.1.1.1.1.1
Reading this object always returns false(2). When the cabhCdpSetToFactory object is set to true(1), the PS must take the following actions: 1. Clear all cabhCdpLanAddrEntries in the CDP LAN Address Table. 2. The CDS must offer the factory default DHCP options at the next lease renewal time. 3. Reset the following objects to their factory default values: cabhCdpLanTransThreshold, cabhCdpLanTransAction, cabhCdpWanDataIpAddrCount, cabhCdpLanPoolStartType, cabhCdpLanPoolStart, cabhCdpLanPoolEndType, cabhCdpLanPoolEnd, cabhCdpServerNetworkNumberType, cabhCdpServerNetworkNumber, cabhCdpServerSubnetMaskType, cabhCdpServerSubnetMask, cabhCdpServerTimeOffset, cabhCdpServerRouterType, cabhCdpServerRouter, cabhCdpServerDnsAddressType, cabhCdpServerDnsAddress, cabhCdpServerSyslogAddressType, cabhCdpServerSyslogAddress, cabhCdpServerDomainName, cabhCdpServerTTL, cabhCdpServerInterfaceMTU, cabhCdpServerVendorSpecific, cabhCdpServerLeaseTime, cabhCdpServerDhcpAddressType, cabhCdpServerDhcpAddress, cabhCdpServerCommitStatus
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cabhCdpLanTransCurCount 1.3.6.1.2.1.1.1.1.2
The current number of active leases in the cabhCdpLanAddrTable (the number of row entries in the table that have a cabhCdpLanAddrMethod value of reservationActive(2) or dynamicActive (4)). This count does not include expired leases or reservations not associated with a current lease.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cabhCdpLanTransThreshold 1.3.6.1.2.1.1.1.1.3
The threshold number of LAN-Trans IP addresses allocated or assigned above which the PS generates an alarm condition. Whenever an attempt is made to allocate a LAN-Trans IP address when cabhCdpLanTransCurCount is greater than or equal to cabhCdpLanTransThreshold, an event is generated. A value of 0 indicates that the CDP sets the threshold at the highest number of addresses in the LAN address pool.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65533  

cabhCdpLanTransAction 1.3.6.1.2.1.1.1.1.4
The action taken when the CDS assigns a LAN-Trans address and the number of LAN-Trans addresses assigned (cabhCdpLanTransCurCount) is greater than the threshold (cabhCdpLanTransThreshold). The actions are as follows: normal - assign a LAN-Trans IP address as would normally occur if the threshold was not exceed. noAssignment - do not assign a LAN-Trans IP address
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), noAssignment(2)  

cabhCdpWanDataIpAddrCount 1.3.6.1.2.1.1.1.1.5
This is the number of WAN-Data IP addresses the PS's CDC must attempt to acquire via DHCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

cabhCdpLastSetToFactory 1.3.6.1.2.1.1.1.1.6
The value of sysUpTime when cabhCdpSetToFactory was last set to true. Zero if never reset.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cabhCdpLanAddrTable 1.3.6.1.2.1.1.1.2.1
This table is a list of LAN-Trans realm parameters. This table has one row entry for each allocated LAN-Trans IP address. Each row must have at least a valid cabhCdpLanAddrMethod, a cabhCdpLanAddrIpType, a unique cabhCdpLanAddrIp, and a unique cabhCdpLanAddrClientId value. Static/Manual address assignment: To create a new DHCP address reservation, the NMS creates a row with: an index comprised of a new cabhCdpLanAddrIp and its cabhCdpLanAddrIpType, a new unique cabhCdpLanAddrClientID (an empty LeaseCreateTime and empty LeaseExpireTime,) and a cabhCdpLanDataAddrRowStatus of createAndGo(4). If the syntax and values of the new row - indicating a reservation - are valid, the PS must set cabhCdpLanAddrMethod to reservationInactive(1) and cabhCdpLanDataAddrRowStatus to active(1). When the PS grants a lease for a reserved IP, it must set the cabhCdpLanAddrMethod object for that row to reservationActive(2). When a lease for a reserved IP expires, the PS must set the corresponding rows cabhCdpLanAddrMethod object to reservationInactive(1). For row entries that represent lease reservations - rows in which the cabhCdpLanAddrMethod object has a value of either reservationInactive(1) or reservationActive(2) - the cabhCdpLanAddrIpType, cabhCdpLanAddrIp, cabhCdpLanAddrClientID, cabhCdpLanAddrMethod, and cabhCdpLanAddrHostName object values must persist across PS reboots. Dynamic address assignment: When the PS grants a lease for a non-reserved IP, it must set the cabhCdpLanAddrMethod object for that row to dynamicActive(4). When a lease for a non-reserved IP expires, the PS must set the corresponding rows cabhCdpLanAddrMethod object to dynamicInactive(3). The PS must create new row entries using cabhCdpLanAddrIp values that are unique to this table. If all cabhCdpLanAddrIp values in the range defined by cabhCdpLanPoolStart and cabhCdpLanPoolEnd are in use in this table, the PS may overwrite the cabhCdpLanAddrClientId of a row that has a cabhCdpLanAddrMethod object with a value of dynamicInactive(3) with a new cabhCdpLanAddrClientId value and use that cabhCdpLanAddrIp as part of a new lease. For row entries that represent active leases - rows in which the cabhCdpLanAddrMethod object has a value of dynamicActive(4) - the cabhCdpLanAddrIpType, cabhCdpLanAddrIp, cabhCdpLanAddrClientID, cabhCdpLanAddrMethod, and cabhCdpLanAddrHostName object values must persist across PS reboots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CabhCdpLanAddrEntry

cabhCdpLanAddrEntry 1.3.6.1.2.1.1.1.2.1.1
List of general parameters pertaining to LAN-Trans IP address reservations and leases. Implementors need to be aware that if the size of cabhCdpLanAddrIp exceeds 115 octets then OIDs of column instances in this table will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  CabhCdpLanAddrEntry  

cabhCdpLanAddrIpType 1.3.6.1.2.1.1.1.2.1.1.1
The type of IP address assigned to the LAN IP Device in the LAN-Trans Realm.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cabhCdpLanAddrIp 1.3.6.1.2.1.1.1.2.1.1.2
The address assigned to the LAN IP Device. This parameter is entered by the CDP when the CDS grants a lease to a LAN IP Device in the LAN-Trans realm and creates a row in this table. Alternatively, this parameter can be entered by the NMS through the CMP, when the NMS creates a new DHCP address reservation. Each cabhCdpLanAddrIp in the table must fall within the range of IPs defined inclusively by cabhCdpLanPoolStart and cabhCdpLanPoolEnd. The PS must return an inconsistentValue error if the NMS attempts to create a row entry with a cabhCdpLanAddrIP value that falls outside of this range or is not unique fom all existing cabhCdpLanAddrIP entries in this table. The address type of this object is specified by cabhCdpLanAddrIpType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cabhCdpLanAddrClientID 1.3.6.1.2.1.1.1.2.1.1.3
The client's (i.e., LAN IP Device's) hardware address as indicated in the chaddr field of its DHCP REQUEST message. There is a one-to-one relationship between the hardware address and the LAN IP Device. This parameter is entered by the PS (CDP) when the CDS grants a lease to a LAN IP Device in the LAN-Trans realm and creates a row in this table. Alternatively this parameter can be created by the NMS through the CMP, when the NMS creates a new DHCP address reservation by accessing the cabhCdpLanDataAddrRowStatus object with an index comprised of a unique cabhCdpLanAddrIp and creating a row with a unique cabhCdpLanAddrClientID.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

cabhCdpLanAddrLeaseCreateTime 1.3.6.1.2.1.1.1.2.1.1.4
This is the date and time that the LAN-Trans lease was created (if it has not yet been renewed) or last renewed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cabhCdpLanAddrLeaseExpireTime 1.3.6.1.2.1.1.1.2.1.1.5
This is the date and time that the LAN-trans lease expired or will expire.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cabhCdpLanAddrMethod 1.3.6.1.2.1.1.1.2.1.1.6
The IP allocation method indicated by this row. reservationInactive(1) indicates a reserved IP that has not yet been leased or that has an expired lease. reservationActive(2) indicates a reserved IP that has an active lease. dynamicInactive(3) indicates an IP that was once dynamically assigned to a LAN-Trans device but currently has an expired lease. dynamicActive(4) indicates an IP that was dynamically assigned to a LAN-Trans device that has a current lease.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reservationInactive(1), reservationActive(2), dynamicInactive(3), dynamicActive(4)  

cabhCdpLanAddrHostName 1.3.6.1.2.1.1.1.2.1.1.7
This is the Host Name of the LAN IP address, based on DHCP option 12.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

cabhCdpLanAddrRowStatus 1.3.6.1.2.1.1.1.2.1.1.8
The RowStatus interlock for creation and deletion of row entries. The PS must not allow the NMS to set RowStatus to notInService(2). The PS must assign a RowStatus of notInService(2) to any new row entry created with a non-unique cabhCdpLanAddrClientID value. The PS must assign a RowStatus of notReady(3) to any new row entry created without a cabhCdpLanAddrClientID. The PS will prevent modification of this tables columns and return an inconsistentValue error, if the NMS attempts to make such modifications while the RowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cabhCdpWanDataAddrTable 1.3.6.1.2.1.1.1.2.2
This table contains WAN-Data address realm information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CabhCdpWanDataAddrEntry

cabhCdpWanDataAddrEntry 1.3.6.1.2.1.1.1.2.2.1
List of general parameter for CDP WAN-Data address realm.
Status: current Access: not-accessible
OBJECT-TYPE    
  CabhCdpWanDataAddrEntry  

cabhCdpWanDataAddrIndex 1.3.6.1.2.1.1.1.2.2.1.1
Index into table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

cabhCdpWanDataAddrClientId 1.3.6.1.2.1.1.1.2.2.1.2
A unique WAN-Data ClientID used when attempting the acquire a WAN-Data IP Address via DHCP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

cabhCdpWanDataAddrIpType 1.3.6.1.2.1.1.1.2.2.1.3
The address type assigned on the WAN-Data side.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cabhCdpWanDataAddrIp 1.3.6.1.2.1.1.1.2.2.1.4
The address assigned on the WAN-Data side.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cabhCdpWanDataAddrRenewalTime 1.3.6.1.2.1.1.1.2.2.1.5
This is the time remaining before the lease expires. This is based on DHCP Option 51.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cabhCdpWanDataAddrRowStatus 1.3.6.1.2.1.1.1.2.2.1.6
The RowStatus interlock for creation and deletion of row entries. Any writable object in a row can be modified at any time while the row is active(1). The PS must assign a RowStatus of notInService(2) to any new row entry created with a cabhCdpWanDataAddrClientId that is not unique within this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cabhCdpWanDnsServerTable 1.3.6.1.2.1.1.1.2.3
This table contains the IP addresses of cable network and Internet DNS servers, in the order of preference in which the PSs CNP will query them, when it cannot resolve a DNS query using local information. Entries in this table are updated with the information contained in DHCP Option 6, received during both the WAN-Man and WAN-Data IP acquisition processes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CabhCdpWanDnsServerEntry

cabhCdpWanDnsServerEntry 1.3.6.1.2.1.1.1.2.3.1
List of cable network and Internet DNS servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  CabhCdpWanDnsServerEntry  

cabhCdpWanDnsServerOrder 1.3.6.1.2.1.1.1.2.3.1.1
The order of preference for cable network and Internet DNS servers, as listed in DHCP option 6 (Domain Server). Any time the CDC receives valid IP address information within DHCP Option 6, as part of lease acquisition or renewal of a WAN-Man or WAN-Data IP, it must update this information into this table. As entries in DHCP Option 6 are listed in order of preference the highest priority entry in DHCP Option 6 must correspond to the row with a cabhCdpWanDataAddrDnsOrder equal to 1. If DHCP Option 6 contains 2 valid IP addresses, the PS must update the rows with cabhCdpWanDataAddrDnsOrder values of 1 and 2. If DHCP Option 6 contains 3 valid IP addresses, the PS must update rows with cabhCdpWanDataAddrDnsOrder values of 1, 2, and 3. Any DNS server information included in DHCP Option 6 beyond primary, secondary and tertiary will not be represented in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), tertiary(3)  

cabhCdpWanDnsServerIpType 1.3.6.1.2.1.1.1.2.3.1.2
This parameter indicates the IP address Type of a WAN DNS server.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cabhCdpWanDnsServerIp 1.3.6.1.2.1.1.1.2.3.1.3
This parameter indicates the IP address of the WAN DNS server. The type of this address is specified by cabhCdpWanDnsServerIpType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cabhCdpLanPoolStartType 1.3.6.1.2.1.1.1.3.1
The Address type of the start of range LAN Trans IP Addresses.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpLanPoolStart 1.3.6.1.2.1.1.1.3.2
The start of range LAN Trans IP Addresses. The type of this address is specified by cabhCdpLanPoolStartType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpLanPoolEndType 1.3.6.1.2.1.1.1.3.3
The Address type of the end of range LAN Trans IP Addresses.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpLanPoolEnd 1.3.6.1.2.1.1.1.3.4
The end of range for LAN-Trans IP Addresses. The type of this address is specified by cabhCdpLanPoolEndType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerNetworkNumberType 1.3.6.1.2.1.1.1.3.5
The IP address type of the LAN-Trans network number.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerNetworkNumber 1.3.6.1.2.1.1.1.3.6
The LAN-Trans network number. The type of this address is specified by cabhCdpServerNetworkNumberType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerSubnetMaskType 1.3.6.1.2.1.1.1.3.7
Type of LAN-Trans Subnet Mask.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerSubnetMask 1.3.6.1.2.1.1.1.3.8
Option value 1 - Value of LAN-Trans Subnet Mask.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerTimeOffset 1.3.6.1.2.1.1.1.3.9
Option value 2 - Value of LAN-Trans Time Offset from Coordinated Universal Time (UTC).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -86400..86400  

cabhCdpServerRouterType 1.3.6.1.2.1.1.1.3.10
Type of Address, Router for the LAN-Trans address realm.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerRouter 1.3.6.1.2.1.1.1.3.11
Option value 3 - Router for the LAN-Trans address realm. The type of this address is specified by cabhCdpServerRouterType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerDnsAddressType 1.3.6.1.2.1.1.1.3.12
The Type of IP Addresses of the LAN-Trans address realm DNS servers.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerDnsAddress 1.3.6.1.2.1.1.1.3.13
The IP Addresses of the LAN-Trans address realm DNS servers. As a default there is only one DNS server and it is the address specified in Option Value 3 - cabhCdpServerRouter. Only one address is specified. The type of this address is specified by cabhCdpServerDnsAddressType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerSyslogAddressType 1.3.6.1.2.1.1.1.3.14
The Type of IP Address of the LAN-Trans SYSLOG servers.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerSyslogAddress 1.3.6.1.2.1.1.1.3.15
The IP Addresses of the LAN-Trans SYSLOG servers. As a default there are no SYSLOG Servers. The factory defaults contains the indication of no Syslog Server value equals (0.0.0.0).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerDomainName 1.3.6.1.2.1.1.1.3.16
Option value 15 - Domain name of LAN-Trans address realm.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cabhCdpServerTTL 1.3.6.1.2.1.1.1.3.17
Option value 23 - LAN-Trans Time to Live.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

cabhCdpServerInterfaceMTU 1.3.6.1.2.1.1.1.3.18
Option value 26 - LAN-Trans Interface MTU. if the value of this object is 0, the PS must not include this option in its DHCP offer or DHCP Ack messages to LAN IP devices
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 68..4096  

cabhCdpServerVendorSpecific 1.3.6.1.2.1.1.1.3.19
Option value 43 - Vendor Specific Options.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

cabhCdpServerLeaseTime 1.3.6.1.2.1.1.1.3.20
Option value 51 Lease Time for LAN IP Devices in the LAN-Trans realm (seconds).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cabhCdpServerDhcpAddressType 1.3.6.1.2.1.1.1.3.21
Option value 54 - Type of LAN-Trans DHCP server IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cabhCdpServerDhcpAddress 1.3.6.1.2.1.1.1.3.22
Option value 54 - LAN-Trans DHCP server IP address. It defaults to the router address as specified in cabhCdpServerRouter. Alternatively a vendor may want to separate CDS address from router address. The type of this address is specified by cabhCdpServerDhcpAddressType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cabhCdpServerControl 1.3.6.1.2.1.1.1.3.23
The control for the CDS (DHCP Server) configuration. All changes to the cabhCdpServer mib objects are reflected when reading the value of the mib objects; however, those changes are NOT applied to the running configuration of the CDS until they are successfully committed via use of the cabhCdpServerControl object. If changes are made to the cabhCdpServer mib objects which are not yet successfully committed to the CDS, the cabhCdpServerControl object can be used to rollback all changes to the last valid CDS configuration and discard all intermediate changes. restoreConfig - Setting cabhCdpServerControl to this value will cause any changes to the cabhCdpServer objects not yet committed be reset to the values from the current running configuration of the CDS. commitConfig - Setting cabhCdpServerControl to this value will cause the CDS to validate and apply the valid cabhCdpServer mib settings to its running configuration. The cabhCdpServerCommitStatus object will detail the status of this operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER restoreConfig(1), commitConfig(2)  

cabhCdpServerCommitStatus 1.3.6.1.2.1.1.1.3.24
Indicates the status of commiting the current cabhCdpServer mib object values to the running configuration of the CDS (DHCP Server). commitSucceeded - indicates the current cabhCdpServer mib object values are valid and have been successfully committed to the running configuration of the CDS. commitNeeded - indicates that the value of one or more objects in cabhCdpServer mib group have been changed but not yet committed to the running configuration of the CDS. commitFailed - indicates the PS was unable to commit the cabhCdpServer mib object values to the running configuration of the CDS due to conflicts in those values.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER commitSucceeded(1), commitNeeded(2), commitFailed(3)  

cabhCdpNotification 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

cabhCdpNotifications 1.3.6.1.2.1.1.2.0
OBJECT IDENTIFIER    

cabhCdpConformance 1.3.6.1.2.1.1.3
OBJECT IDENTIFIER    

cabhCdpCompliances 1.3.6.1.2.1.1.3.1
OBJECT IDENTIFIER    

cabhCdpGroups 1.3.6.1.2.1.1.3.2
OBJECT IDENTIFIER    

cabhCdpBasicCompliance 1.3.6.1.2.1.1.3.1.3
The compliance statement for devices that implement the CableHome Portal Services functionality.
Status: current Access: read-only
MODULE-COMPLIANCE    

cabhCdpGroup 1.3.6.1.2.1.1.3.2.1
Group of objects for CableHome CDP MIB.
Status: current Access: read-only
OBJECT-GROUP