CLAB-TOPO-MIB

MIB Reference — IPNetwork Monitor

All MIBsCLAB-TOPO-MIB

Organization: Cable Television Laboratories, Inc.

Last Updated: 2017-06-15

Category: DOCSIS and Cable

Description:

Provides topology discovery and node relationship information for CableLabs DOCSIS access networks.

Imported Objects

From CLAB-DEF-MIB

clabCommonMibsOBJECT-IDENTITY

From IF-MIB

InterfaceIndex

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

MODULE-IDENTITY
OBJECT-TYPE

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION

What Is CLAB-TOPO-MIB?

CLAB-TOPO-MIB is a CableLabs standard MIB that describes the physical topology of a DOCSIS hybrid fiber-coax (HFC) access network, specifically mapping RF channels to the fiber nodes that serve them. It exposes configuration and identification data - named fiber nodes with descriptions, and per-channel associations to those fiber nodes via interface index - rather than raw traffic counters or hardware sensors. While not a hardware-fault MIB itself, this topology information is essential to fault monitoring and correlation: when a service outage is reported, an operator uses these mappings to identify which physical fiber node and which downstream/upstream channels are affected. It is part of the broader CableLabs DOCSIS MIB suite and is designed to be used alongside other DOCSIS-specific modules like DOCS-IF-MIB that report actual channel-level status and performance. It is deployed on cable modem termination systems (CMTS) or converged cable access platforms across cable operator HFC networks, and a CLAB-TOPO-MIB reference alongside the DOCS-IF-MIB documentation helps operators map these fiber-node and channel-association objects to the live channel status data reported elsewhere.

IPNetwork Monitor allows you to monitor SNMP objects defined in CLAB-TOPO-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • fiber node name and description
  • channel-to-fiber-node association
  • fiber node configuration row status
  • topology table entries

Supported Devices

  • vendor-neutral, standards-based MIB (CableLabs DOCSIS specification)
  • cable modem termination systems (CMTS)/CCAP platforms

Monitoring Examples

The clabTopoFiberNodeCfgTable defines named fiber nodes (clabTopoFiberNodeCfgNodeName and clabTopoFiberNodeCfgNodeDescr) representing physical segments of the HFC plant, each with a row-status flag. The clabTopoChFnCfgTable then associates a given channel's ifIndex (clabTopoChFnCfgChIfIndex) with one of those fiber nodes. When subscribers in a particular neighborhood report an outage, an operator cross-references these tables to determine which fiber node and channels serve that area and narrows the fault to that segment of plant.

OIDs
OID symbolicOID numericTypeAccessDescription
clabTopoMib1.3.6.1.4.1.4491.4.2Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. This MIB module contains the management objects for the management of fiber nodes in the Cable plant. Copyright 2006-2017 Cable Television Laboratories, Inc. All rights reserved.
clabTopoMibObjects1.3.6.1.4.1.4491.4.2.1
clabTopoFiberNodeCfgTable1.3.6.1.4.1.4491.4.2.1.1not-accessibleThis object defines the cable HFC plant Fiber Nodes known at a CMTS. This object supports the creation and deletion of multiple instances.
clabTopoFiberNodeCfgEntry1.3.6.1.4.1.4491.4.2.1.1.1not-accessibleThe conceptual row of clabTopoFiberNodeCfg. The CMTS persists all instances of FiberNodeCfg across reinitializations.
NOD clabTopoFiberNodeCfgNodeName1.3.6.1.4.1.4491.4.2.1.1.1.1NodeNamenot-accessibleThis key represents a human-readable name for a fiber node.
STR clabTopoFiberNodeCfgNodeDescr1.3.6.1.4.1.4491.4.2.1.1.1.2SnmpAdminStringread-createAdministratively configured human-readable description of the fiber node
ROW clabTopoFiberNodeCfgRowStatus1.3.6.1.4.1.4491.4.2.1.1.1.3RowStatusread-createThe status of this instance.
clabTopoChFnCfgTable1.3.6.1.4.1.4491.4.2.1.2not-accessibleThis object defines the RF topology by defining the connectivity of a CMTS's downstream and upstream channels to the fiber nodes. Each instance of this object describes connectivity of one downstream or upstream channel with a single fiber node. This object supports the creation and deletion of multiple instances.
clabTopoChFnCfgEntry1.3.6.1.4.1.4491.4.2.1.2.1not-accessibleThe conceptual row of clabTopoChFnCfg. The CMTS persists all instances of ChFnCfg across reinitializations.
NUM clabTopoChFnCfgChIfIndex1.3.6.1.4.1.4491.4.2.1.2.1.1InterfaceIndexnot-accessibleThis key represents the interface index of an upstream or downstream channel associated with this fiber node. In the upstream direction, only ifIndices docsCableUpstream channels are reflected.
ROW clabTopoChFnCfgRowStatus1.3.6.1.4.1.4491.4.2.1.2.1.2RowStatusread-createThe status of this instance.
clabTopoMibConformance1.3.6.1.4.1.4491.4.2.2
clabTopoMibCompliances1.3.6.1.4.1.4491.4.2.2.1
clabTopoCompliance1.3.6.1.4.1.4491.4.2.2.1.1The compliance statement for devices that implement the CableLabs Topology MIB.
clabTopoMibGroups1.3.6.1.4.1.4491.4.2.2.2
clabTopoGroup1.3.6.1.4.1.4491.4.2.2.2.1Group of objects implemented in the CMTS.

FAQ

How does CLAB-TOPO-MIB help a cable operator investigate a service outage?
It maps RF channels to the fiber nodes serving them via named fiber-node entries and per-channel associations, so when an outage is reported, an operator uses these mappings to identify which physical fiber node and which downstream/upstream channels are affected before drilling into channel-level status in DOCS-IF-MIB.

Does CLAB-TOPO-MIB report channel performance or faults directly?
No, it's a topology/identification MIB -- fiber node names, descriptions, channel associations, and row status -- rather than a fault or performance MIB; it's meant to be used alongside DOCSIS modules like DOCS-IF-MIB that report actual channel-level status and performance data.

RFC description

CableLabs management of cable plant fiber node topology and connectivity.

Start monitoring CableLabs DOCSIS cable network topology (vendor-neutral) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download CLAB-TOPO-MIB