CISCO-WAN-NCDP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WAN-NCDP-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
 ciscoWanNcdpMIB 1.3.6.1.4.1.9.9.223
This MIB module is intended for the management of network clock distribution and the Network Clock Distribution Protocol (NCDP) in Cisco MGX ATM switches. This MIB allows enabling automatic network clock configuration and distribution as well as configuration of manual clock sources. NCDP allows automatic distribution of network clocking sources in the network. A spanning network clock distribution tree is constructed by each node in the network and each node is synchonized to one single 'master' clock reference. A source of network clock for the device may be an oscillator local to the device or a Building Integrated Timing Supply (BITS) port or an interface that supports synchronous clock recovery. An 'index'('cwnClockSourceIndex') is assigned by the NCDP protocol entity in the managed system to identify each available source of network clock on the managed system.
         cwnMIBObjects 1.3.6.1.4.1.9.9.223.1
             cwnGlobal 1.3.6.1.4.1.9.9.223.1.1
                 cwnDistributionMethod 1.3.6.1.4.1.9.9.223.1.1.1 integer read-write
The method used to distribute network clock for the device. When the mode of operation is 'ncdp', this device participates in NCDP protocol. A single 'master' clock source will be identified as the clock source for this network as a result. The tables 'cwnAtmSourceTable' and 'cwnAtmInterfaceTable' are used in this mode. When the mode of operation is 'manual', the network clock source is statically configured in this device. The table 'cwnManualSourceTable' is used in this mode. Enumeration: 'ncdp': 1, 'manual': 2.
                 cwnNodeStratum 1.3.6.1.4.1.9.9.223.1.1.2 clockstratum read-only
This variable contains the stratum level of the node. This object is only used if the distribution method is 'ncdp'.
                 cwnMaxDiameter 1.3.6.1.4.1.9.9.223.1.1.3 integer32 read-write
The maximum possible height of a network clock distribution tree in the network. This variable must be configured with the same value for all devices participating in NCDP within the network. This object is only used if the distribution method is 'ncdp'.
                 cwnMessageInterval 1.3.6.1.4.1.9.9.223.1.1.4 integer32 read-write
The interval at which NCDP configuration PDUs ('Hellos') are to be generated. The message interval directly affects the convergence time of the NCDP algorithm. Convergence time is equal to the max network diameter * message interval + transmission delays + the time a configuration PDU is spent being processed in each device. Thus if transmission delays and processing delays are both close to 0, the convergence time is approximately ( max network diameter * message interval ) milliseconds. This object is only used if the distribution method is 'ncdp'.
                 cwnHoldTime 1.3.6.1.4.1.9.9.223.1.1.5 integer32 read-write
The minimum delay between the transmission of two consecutive NCDP configuration PDUs on an interface. The value of this object should normally be set to match the value of cwnMessageInterval. If the value of this object is higher than the value of cwnMessageInterval, NCDP configuration PDUs will end up being propagated at the rate specified by the value of this object instead. This object is only used if the distribution method is 'ncdp'.
                 cwnChangeReason 1.3.6.1.4.1.9.9.223.1.1.6 integer read-only
The reason for the most recent change of a source of network clock, as indicated by the change in the value of 'ciscoWanChangeTimeStamp'. 'none' indicates that the source of network clock has not changed. 'lossOfLock' indicates that the clock source was changed because the network clocking hardware lost lock on the previous network clock source. 'lossOfActivity' indicates that the clock source was changed because the network clocking hardware detected a loss of activity on the previous network clock source. 'ncdpRestructure' indicates that the NCDP entity has changed the clock source as a result of a network-wide network clock distribution tree restructuring process. When the reason for a clock switchover is none of the above, the value of this object is 'other'. Enumeration: 'ncdpRestructure': 5, 'none': 2, 'other': 1, 'lossOfLock': 3, 'lossOfActivity': 4.
                 cwnChangeTimeStamp 1.3.6.1.4.1.9.9.223.1.1.7 timestamp read-only
The value of sysUpTime when the most recent change of a source of network clock occurred. A value of 0 indicates that no such event has occurred since the instantiation of this object.
                 cwnRootClockSource 1.3.6.1.4.1.9.9.223.1.1.8 clocksourceindex read-only
The 'index' of the network clock source that is actively supplying network clock within the device. When the value of this variable is used as an index into the 'cwnAtmSourceTable' and the indicated clock source has 'cwnAtmSourceBestClockSource' with value 'true', then the indicated clock source is the root of some clock distribution tree.
             cwnClockSource 1.3.6.1.4.1.9.9.223.1.2
                 cwnClockSourceTable 1.3.6.1.4.1.9.9.223.1.2.1 no-access
A table of network clock sources available to the managed system.
                     cwnClockSourceEntry 1.3.6.1.4.1.9.9.223.1.2.1.1 no-access
An entry in this table contains an available clock source on the device. A source of network clock for the device may be an oscillator local to the device or a Building Integrated Timing Supply (BITS) port or an interface that supports synchronous clock recovery. An index is assigned by the device to uniquely identify each of the source of networking clock on the managed system. A description is associated with each clock source. This description gives detail information of this clock source. The management station should poll this table to obtain these 'cwnClockSourceIndex' and use these indexes to configure clock source in 'cwnManualSourceTable' or 'cwnAtmSourceTable'.
                         cwnClockSourceIndex 1.3.6.1.4.1.9.9.223.1.2.1.1.1 clocksourceindex no-access
An 'index' assigned by the device which uniquely identifies an available clock source on the device.
                         cwnClockSourceDesc 1.3.6.1.4.1.9.9.223.1.2.1.1.2 displaystring read-only
A description of the clock source associated with this entry. The description contains port/type information of this clock source. The format of this entry is implementation specific.
                         cwnInterfaceIndex 1.3.6.1.4.1.9.9.223.1.2.1.1.3 interfaceindexorzero read-only
If this variable has a non-zero value, this is the 'ifIndex' associated with this entry. The 'ifIndex' identifies an ATM Virtual Interface (ifType 'atmVirtual(149)'). If this variable has a value of 'zero', this entry is not associated with an 'ifIndex' and its type is identified by 'cwnOtherClockSource'.
                         cwnOtherClockSource 1.3.6.1.4.1.9.9.223.1.2.1.1.4 integer read-only
This variable identifies the type of a clock source that does not have an 'ifIndex' associated. This value is 'none(1) if 'cwnInterfaceIndex' contains a non-zero value. The value 'internalOscillator(1) indicates a clock source is an oscillator local to the device. The value 'bitsClockE1(2) indicates a Building Integrated Timing Supply (BITS) clock source on an E1 port. The value 'bitsClockT1(3) indicates a BITS clock source on a T1 port. Enumeration: 'none': 1, 'internalOscillator': 2, 'bitsClockT1': 4, 'bitsClockE1': 3.
             cwnManualSource 1.3.6.1.4.1.9.9.223.1.3
                 cwnManualSourceTable 1.3.6.1.4.1.9.9.223.1.3.1 no-access
A table of network clock sources to be manually configured for the managed system.
                     cwnManualSourceEntry 1.3.6.1.4.1.9.9.223.1.3.1.1 no-access
When the value of cwnDistributionMethod is 'manual', the managed system uses this table to select a source of network clock for the managed system from the entries in 'cwnClockSourceTable'. The management system uses 'cwnClockSourceIndex' to configure the associated clock source to be a primary, secondary or default clock source. A source of network clock for the device may be an oscillator local to the device or a Building Integrated Timing Supply (BITS) port or an interface that supports synchronous clock recovery. When the managed system initializes it creates a row for the device's default source of network clock, (the entry having 'cwnManualSourcePriority' with value 'default'). Only read operations is allowed on the columnar objects in this row. Other rows are created or destroyed by a management station or through the device's local management interface when a source of network clock is configured or removed. A row is not made active until a valid value for 'cwnManualSourceIndex' is supplied. A management station may perform a write operation on any columnar object while the row is active or not in service.
                         cwnManualSourcePriority 1.3.6.1.4.1.9.9.223.1.3.1.1.1 integer no-access
A value used to configure an available network clock source to be primary, secondary or default manual clock source. Enumeration: 'default': 3, 'primary': 1, 'secondary': 2.
                         cwnManualSourceIndex 1.3.6.1.4.1.9.9.223.1.3.1.1.2 clocksourceindex read-only
An 'index' value used to identify the primary, secondary ,or default manual clock source.
                         cwnManualClockHealth 1.3.6.1.4.1.9.9.223.1.3.1.1.3 clockhealthstatus read-only
The health of the clock source.
                         cwnManualRowStatus 1.3.6.1.4.1.9.9.223.1.3.1.1.4 rowstatus read-only
The status of this conceptual row.
             cwnAtmSource 1.3.6.1.4.1.9.9.223.1.4
                 cwnAtmSourceTable 1.3.6.1.4.1.9.9.223.1.4.1 no-access
A table of configured network clock sources advertised by this managed system when using NCDP.
                     cwnAtmSourceEntry 1.3.6.1.4.1.9.9.223.1.4.1.1 no-access
Network clock status for sources of network clock identified by 'cwnClockSourceIndex' and used by the managed system when the value of 'cwnDistributionMethod' is 'ncdp'. The managed device selects one entry in this table to advertise as the best available clock source for the device. Cooperating NCDP protocol entities select the best available clock source among those advertised within the cooperating group and build a clock distribution tree rooted at that clock source. When the value of 'cwnRootClockSource' is used as an index into this table and the indicated clock source has 'cwnAtmSourceBestClockSource' with value 'true' then the indicated clock source is the root of some clock distribution tree. If only one such root exists on all participating devices in the network, then it is the root of a network wide clock distribution tree. When the managed system initializes it creates a row for the device's default source of network clock. This row cannot be destroyed by a management station. Within this row a write operation is only allowed on the 'cwnAtmSourcePriority' object. The status of this row is always active. The default source can always be found by issuing a read operation on the row within 'cwnManualSourceTable' that has 'default' as the value of 'cwnManualSourcePriority'. The other rows are created or destroyed by a management station or through the device's local management interface when a source of network clock is configured or removed. The values of 'cwnAtmSourcePriority', 'cwnAtmSourceStratum' and 'cwnAtmSourcePRSReference' collectively describe a source of network clock. They are the three components of a vector used as an input to the NCDP algorithm to make clock source selection decisions.
                         cwnAtmSourceBestClockSource 1.3.6.1.4.1.9.9.223.1.4.1.1.1 truthvalue read-only
An indication of whether this is the best clock source being advertised.
                         cwnAtmSourcePriority 1.3.6.1.4.1.9.9.223.1.4.1.1.2 integer32 read-only
The network-wide priority of this clock source if configured as a source of network clock for NCDP. The highest priority clock source is that clock source having the lowest positive numeric value. The clock source with the highest priority is selected as the root of the clock distribution tree by the NCDP algorithm. If more that one clock source is configured with with the same priority the NCDP algorithm uses the value 'cwnAtmSourceStratum' as a tiebreaker.
                         cwnAtmSourceStratum 1.3.6.1.4.1.9.9.223.1.4.1.1.3 clockstratum read-only
The stratum level associated with this clock source if configured as a source of network clock for NCDP. If the value of this object is used as a tiebreaker , the lower of the given values is the winner. If the values are the same, the value of 'cwnAtmSourcePRSReference' is used as a tiebreaker by the NCDP algorithm.
                         cwnAtmSourcePRSReference 1.3.6.1.4.1.9.9.223.1.4.1.1.4 integer read-only
An value that identifies the Primary Reference Source that the network clock available from this source is traceable to if configured as a source of network clock for NCDP. The object takes the value 'internal' when the PRS for this source is an onboard oscillator local to the device. For any other cases the value 'external' is used. If the value of this object is used as a tiebreaker by the algorithm,'external' wins over 'internal'. All 'external' sources of network clock are assumed to be traceable to the same PRS by the NCDP protocol entity. Enumeration: 'internal': 1, 'external': 2.
                         cwnAtmSourceClockHealth 1.3.6.1.4.1.9.9.223.1.4.1.1.5 clockhealthstatus read-only
The health of the clock source.
                         cwnAtmSourceRowStatus 1.3.6.1.4.1.9.9.223.1.4.1.1.6 rowstatus read-only
The status of this conceptual row.
             cwnAtmInterface 1.3.6.1.4.1.9.9.223.1.5
                 cwnAtmInterfaceTable 1.3.6.1.4.1.9.9.223.1.5.1 no-access
A table containing the status of NCDP on the device's ATM Network-to-Network(NNI) interfaces.
                     cwnAtmInterfaceEntry 1.3.6.1.4.1.9.9.223.1.5.1.1 no-access
An entry in this table contains the status of NCDP on an ATM Netowrk-to-Network (NNI) interface. A row in this table is created by the managed system and disappears when the associated entity disappears. When a row is created all of the row objects are instantiated. Each entry identified by 'ifIndex' is of ifType 'atmvirtual(149)'.
                         cwnAtmInterfaceEnable 1.3.6.1.4.1.9.9.223.1.5.1.1.1 truthvalue read-write
An indication of whether NCDP is presently running on an ATM Network-to-Network interface. When NCDP is enabled for an interface, the interface is an active member of the clock distribution topology. After this object is instantiated by the agent the managed system initializes the value of this object to 'true'. By default, all Network-to-Network interfaces participate in NCDP until it's disabled by setting the value of this object to 'false'.
                         cwnAtmInterfaceAdminWeight 1.3.6.1.4.1.9.9.223.1.5.1.1.2 integer32 read-write
A weight metric used by the NCDP protocol entity and associated with a physical interface that supports synchronous clock recovery. When NCDP is enabled for the physical interface the value of this object is used by NCDP algorithms during tree computations. The lower the administrative weight, the more attractive the given link is to the NCDP algorithm. If the weight of a link is changed, it can cause the NCDP protocol entity to reconstruct the clock distribution tree.
                         cwnAtmInterfaceVpi 1.3.6.1.4.1.9.9.223.1.5.1.1.3 integer32 read-write
The Virtual Path Identifier(VPI) value of the Virtual Channel Connection(VCC) supporting the NCDP entity at this ATM interface. If the values of 'cwnAtmInterfaceVpi' and 'cwnAtmInterfaceVci' are both equal to zero then the NCDP entity is not supported at this ATM interface.
                         cwnAtmInterfaceVci 1.3.6.1.4.1.9.9.223.1.5.1.1.4 integer32 read-write
The Virtual Channel Identifier(VCI) value of the VCC supporting the NCDP entity at this ATM interface. If the values of 'cwnAtmInterfaceVpi' and 'cwnAtmInterfaceVci' are both equal to zero then the NCDP entity is not supported at this ATM interface.
         ciscoWanNcdpMIBNotificationPrefix 1.3.6.1.4.1.9.9.223.2
             ciscoWanNcdpMIBNotifications 1.3.6.1.4.1.9.9.223.2.0
         ciscoWanNcdpMIBConformance 1.3.6.1.4.1.9.9.223.3
             ciscoWanNcdpMIBCompliances 1.3.6.1.4.1.9.9.223.3.1
                 ciscoWanMIBCompliance 1.3.6.1.4.1.9.9.223.3.1.1
The compliance statement for SNMPv2 entities which implement network clock distribution methods and NCDP.
             ciscoWanNcdpMIBGroups 1.3.6.1.4.1.9.9.223.3.2
                 ciscoWanNcdpGlobalGroup 1.3.6.1.4.1.9.9.223.3.2.1
This group contains global objects providing for management of network clock distribution and NCDP entities.
                 ciscoWanNcdpClockSourceGroup 1.3.6.1.4.1.9.9.223.3.2.2
This group contains the available clock source on the managed system.
                 ciscoWanNcdpManualGroup 1.3.6.1.4.1.9.9.223.3.2.3
This group contains objects for manual configuration of clock sources on the managed system.
                 ciscoWanNcdpAtmGroup 1.3.6.1.4.1.9.9.223.3.2.4
This group contains objects for configuration of NCDP entity on an ATM platform.