CABH-IETF-CAP-MIB
AI MIB Summary
The CABH-IETF-CAP-MIB module defines management objects for monitoring CableHome Addressing Portal (CAP) configuration and state within the PacketCable Service Provider database. It enables the retrieval of addressing portal parameters and session data required for CableHome service provisioning and troubleshooting.
This MIB module supplies the basic management objects for the CableHome Addressing Portal (CAP) 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.
Main OID:
cabhCapMib.1.3.6.1.2.1.1
33
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
cabhCapMibThis MIB module supplies the basic management objects for the CableHome Addressing Portal (CAP) 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 .1.3.6.1.2.1.1 |
cabhCapObjects OBJECT IDENTIFIER .1.3.6.1.2.1.1.1 |
cabhCapBase OBJECT IDENTIFIER .1.3.6.1.2.1.1.1.1 |
cabhCapTcpTimeWaitThis object is the maximum inactivity time to wait before assuming TCP session is terminated. It has no relation to the TCP session TIME_WAIT state referred to in [RFC793]rw Unsigned32 UNITS "seconds" .1.3.6.1.2.1.1.1.1.1 |
cabhCapUdpTimeWaitThe inactivity time to wait before destroying CAP mappings for UDP.rw Unsigned32 UNITS "seconds" .1.3.6.1.2.1.1.1.1.2 |
cabhCapIcmpTimeWaitThe inactivity time to wait before destroying CAP mappings for ICMP.rw Unsigned32 UNITS "seconds" .1.3.6.1.2.1.1.1.1.3 |
cabhCapPrimaryModeThe Primary Packet Handling Mode to be used.rw CabhCapPacketMode .1.3.6.1.2.1.1.1.1.4 |
cabhCapSetToFactoryReading this object always returns false(2). When the cabhCapSetToFactory object is set to true(1), the PS must take the following actions: 1. Clear all entries in the cabhCapMappingTable and cabhCapPassthroughTable. 2. Reset the following objects to their factory default values: cabhCapTcpTimeWait, cabhCapUdpTimeWait, cabhCapIcmpTimeWait, cabhCapPrimaryModerw TruthValue (SNMPv2-TC) .1.3.6.1.2.1.1.1.1.5 |
cabhCapLastSetToFactoryThe value of sysUpTime when cabhCapSetToFactory was last set to true. Zero if never reset.ro TimeStamp (SNMPv2-TC) .1.3.6.1.2.1.1.1.1.6 |
cabhCapMap OBJECT IDENTIFIER .1.3.6.1.2.1.1.1.2 |
cabhCapMappingTableThis table contains IP address mappings between private network addresses, or network addresses and port numbers/ICMP sequence numbers, assigned to devices on the subscriber's home LAN, and network addresses, or network addresses and port numbers/ICMP sequence number, assigned by the cable operator, presumed to be on a separate subnetwork than the private IP addresses. The CAP Mapping Table is used by the CableHome Address Portal (CAP) function of the PS to make packet forwarding decisions. SEQUENCE OF CabhCapMappingEntry .1.3.6.1.2.1.1.1.2.1 |
cabhCapMappingEntryList of the private IP (LAN) address - to - cable operator assigned IP (WAN) address mappings stored in the PS and used by the PS to make packet forwarding decisions. CabhCapMappingEntry .1.3.6.1.2.1.1.1.2.1.1 |
cabhCapMappingIndexThe Index into the CAP Mapping Table. INTEGER .1.3.6.1.2.1.1.1.2.1.1.1 |
cabhCapMappingWanAddrTypeThe IP address type assigned on the WAN siderw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.2 |
cabhCapMappingWanAddrThe IP address assigned by the cable operator's address (DHCP) server, and comprising the WAN-side IP address of the CAP Mapping tuple. This object is populated either dynamically by LAN-to-WAN outbound traffic or statically by the cable operator.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.3 |
cabhCapMappingWanPortThe TCP/UDP port number or ICMP sequence number on the WAN side. A port number of 0 indicates a NAT mapping. A non-zero port number indicates an NAPT mapping.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.4 |
cabhCapMappingLanAddrTypeThe IP address type assigned on the LAN side.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.5 |
cabhCapMappingLanAddrThe IP address assigned by the DHCP server function of the PS (CableHome DHCP Server, CDS), and comprising the LAN-side IP address of the CAP Mapping tuple. This object is populated either dynamically as a result of LAN-to-WAN outbound traffic or statically by the cable operator.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.6 |
cabhCapMappingLanPortThe TCP/UDP port number or ICMP sequence number on the LAN side. A port number/sequence number of 0 indicates a NAT mapping. A non-zero port number/sequence number indicates a NAPT mapping.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.2.1.1.1.2.1.1.7 |
cabhCapMappingMethodIndicates how this mapping was created. Static means that it was provisioned, and dynamic means that it was handled by the PS itself.ro Enumeration .1.3.6.1.2.1.1.1.2.1.1.8 |
cabhCapMappingProtocolThe protocol for this mapping.rw Enumeration .1.3.6.1.2.1.1.1.2.1.1.9 |
cabhCapMappingRowStatusThe RowStatus interlock for the creation and deletion of a cabhCapMappingTable entry. Changing the value of the IP address or port number columns of the CAP Mapping Table may have an effect on active traffic, so the PS will prevent modification of this table's columns and return an inconsistentValue error when cabhCapMappingRowStatus object is active(1). The PS must not allow RowStatus to be set to notInService(2)by a manager. A newly created row cannot be set to active(1) until the corresponding instances of cabhCapMappingWanAddrType, cabhCapMappingWanAddr, cabhCapMappingLanAddrType, cabhCapMappingLanAddr, and cabhCapMappingProtocol have been set. When Primary Packet-handling Mode is NAPT (cabhCapPrimaryMode is napt(1)), required behavior with respect to the cabhCapMappingRowStatus object is dependent upon the version of CableHome specification implemented in the product: - In CableHome 1.0 compliant products configured for NAPT Primary Packet-handling Mode, a newly provisioned row can not be set to active(1) until a non-zero value has been set for cabhCapMappingWanPort and cabhCapMappingLanPort objects. - Products compliant to CableHome specifications later than CableHome 1.0 are not subject to the cabhCapMappingWanPort and cabhCapMappingLanPort restrictions imposed on CableHome 1.0 compliant products. In CableHome 1.1 and later compliant devices configured to operate in NAPT Primary Packet-handling Mode, provisioned rows can be set to active(1) regardless of whether the value to which cabhCapMappingWanPort and cabhCapMappingLanPort have been set is zero or nonzero. When Primary Packet-handling Mode is NAT (cabhCapPrimaryMode is nat(2)), a newly created row cannot be set to active(1)if a non-zero value of cabhCapMappingWanPort and cabhCapMappingLanPort have been set.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.1.1.2.1.1.10 |
cabhCapPassthroughTableThis table contains MAC addresses for LAN-IP Devices which are configured as passthrough mode. SEQUENCE OF CabhCapPassthroughEntry .1.3.6.1.2.1.1.1.2.2 |
cabhCapPassthroughEntryList of hardware addresses of LAN IP Devices which are configured for passthrough mode. CabhCapPassthroughEntry .1.3.6.1.2.1.1.1.2.2.1 |
cabhCapPassthroughIndexThe index into the CAP Passthrough Table. INTEGER .1.3.6.1.2.1.1.1.2.2.1.1 |
cabhCapPassthroughMacAddrHardware address of the LAN-IP Device to be configured as passthrough mode.rw PhysAddress .1.3.6.1.2.1.1.1.2.2.1.2 |
cabhCapPassthroughRowStatusThe RowStatus interlock for the creation and deletion of a cabhCapPassthroughTable entry. Any writable object in each row can be modified at any time while the row is active(1).rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.1.1.2.2.1.3 |
cabhCapNotification OBJECT IDENTIFIER .1.3.6.1.2.1.1.2.0 |
cabhCapConformance OBJECT IDENTIFIER .1.3.6.1.2.1.1.3 |
cabhCapCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.1.3.1 |
cabhCapBasicComplianceThe compliance statement for devices that implement the CableHome Portal Services functionality Unknown .1.3.6.1.2.1.1.3.1.1 |
cabhCapGroups OBJECT IDENTIFIER .1.3.6.1.2.1.1.3.2 |
cabhCapGroupGroup of objects for CableHome CAP MIB. Unknown .1.3.6.1.2.1.1.3.2.1 |