CABH-IETF-CAP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: CABH-IETF-CAP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cabhCapMib 1.3.6.1.2.1.1
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.
     cabhCapObjects 1.3.6.1.2.1.1.1
         cabhCapBase 1.3.6.1.2.1.1.1.1
             cabhCapTcpTimeWait 1.3.6.1.2.1.1.1.1.1 unsigned32 read-write
This 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]
             cabhCapUdpTimeWait 1.3.6.1.2.1.1.1.1.2 unsigned32 read-write
The inactivity time to wait before destroying CAP mappings for UDP.
             cabhCapIcmpTimeWait 1.3.6.1.2.1.1.1.1.3 unsigned32 read-write
The inactivity time to wait before destroying CAP mappings for ICMP.
             cabhCapPrimaryMode 1.3.6.1.2.1.1.1.1.4 cabhcappacketmode read-write
The Primary Packet Handling Mode to be used.
             cabhCapSetToFactory 1.3.6.1.2.1.1.1.1.5 truthvalue read-write
Reading 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, cabhCapPrimaryMode
             cabhCapLastSetToFactory 1.3.6.1.2.1.1.1.1.6 timestamp read-only
The value of sysUpTime when cabhCapSetToFactory was last set to true. Zero if never reset.
         cabhCapMap 1.3.6.1.2.1.1.1.2
             cabhCapMappingTable 1.3.6.1.2.1.1.1.2.1 no-access
This 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.
                 cabhCapMappingEntry 1.3.6.1.2.1.1.1.2.1.1 no-access
List 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.
                     cabhCapMappingIndex 1.3.6.1.2.1.1.1.2.1.1.1 integer no-access
The Index into the CAP Mapping Table.
                     cabhCapMappingWanAddrType 1.3.6.1.2.1.1.1.2.1.1.2 inetaddresstype read-only
The IP address type assigned on the WAN side
                     cabhCapMappingWanAddr 1.3.6.1.2.1.1.1.2.1.1.3 inetaddress read-only
The 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.
                     cabhCapMappingWanPort 1.3.6.1.2.1.1.1.2.1.1.4 inetportnumber read-only
The 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.
                     cabhCapMappingLanAddrType 1.3.6.1.2.1.1.1.2.1.1.5 inetaddresstype read-only
The IP address type assigned on the LAN side.
                     cabhCapMappingLanAddr 1.3.6.1.2.1.1.1.2.1.1.6 inetaddress read-only
The 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.
                     cabhCapMappingLanPort 1.3.6.1.2.1.1.1.2.1.1.7 inetportnumber read-only
The 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.
                     cabhCapMappingMethod 1.3.6.1.2.1.1.1.2.1.1.8 integer read-only
Indicates how this mapping was created. Static means that it was provisioned, and dynamic means that it was handled by the PS itself. Enumeration: 'static': 1, 'dynamic': 2.
                     cabhCapMappingProtocol 1.3.6.1.2.1.1.1.2.1.1.9 integer read-only
The protocol for this mapping. Enumeration: 'udp': 3, 'icmp': 2, 'other': 1, 'tcp': 4.
                     cabhCapMappingRowStatus 1.3.6.1.2.1.1.1.2.1.1.10 rowstatus read-only
The 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.
             cabhCapPassthroughTable 1.3.6.1.2.1.1.1.2.2 no-access
This table contains MAC addresses for LAN-IP Devices which are configured as passthrough mode.
                 cabhCapPassthroughEntry 1.3.6.1.2.1.1.1.2.2.1 no-access
List of hardware addresses of LAN IP Devices which are configured for passthrough mode.
                     cabhCapPassthroughIndex 1.3.6.1.2.1.1.1.2.2.1.1 integer no-access
The index into the CAP Passthrough Table.
                     cabhCapPassthroughMacAddr 1.3.6.1.2.1.1.1.2.2.1.2 physaddress read-only
Hardware address of the LAN-IP Device to be configured as passthrough mode.
                     cabhCapPassthroughRowStatus 1.3.6.1.2.1.1.1.2.2.1.3 rowstatus read-only
The 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).
         cabhCapNotification 1.3.6.1.2.1.1.2.0
     cabhCapConformance 1.3.6.1.2.1.1.3
         cabhCapCompliances 1.3.6.1.2.1.1.3.1
             cabhCapBasicCompliance 1.3.6.1.2.1.1.3.1.1
The compliance statement for devices that implement the CableHome Portal Services functionality
         cabhCapGroups 1.3.6.1.2.1.1.3.2
             cabhCapGroup 1.3.6.1.2.1.1.3.2.1
Group of objects for CableHome CAP MIB.