NETI-CHMGR-MIB: View SNMP OID List / Download MIB

VENDOR: NET INSIGHT AB


 Home MIB: NETI-CHMGR-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
 netiChmgrMIB 1.3.6.1.4.1.2928.6.2.14
MIB for the Channel Manager. The Channel Manager is a function that manages connections and their channels in a consistent manner, independently of the service that uses the connection. The Channel Manager provides a common method to configure the connections, and to present data about the connections and channels that exist.
       chmgrObjects 1.3.6.1.4.1.2928.6.2.14.1
           chmgrODescriptionGroup 1.3.6.1.4.1.2928.6.2.14.1.1
               chmgrODescriptionTimeStamp 1.3.6.1.4.1.2928.6.2.14.1.1.1 timestamp read-only
Time stamp when any data in any of the tables in this group were last updated.
               chmgrODescriptionTable 1.3.6.1.4.1.2928.6.2.14.1.1.2 no-access
Descriptions on originating connections. The creation and deletion of rows in the table is done by the application that provides the service on the connection. When a row is deleted, the associated rows in the destination table chmgrODescrDestinationTable and channel table chmgrODescrChannelTable are also deleted. The table contains information about the capabilities of the connections as well as the actual configuration of the connections. As the capabilities depends on the type of service, it is the service's application that is responsible for defining these. Changes made on a row in the table will take immediate effect. This could result in a re-establishment of the channel(s) using the new parameters.
                   chmgrODescriptionEntry 1.3.6.1.4.1.2928.6.2.14.1.1.2.1 no-access
An entry in the table is representing the description and configuration of one connection.
                       chmgrODescrIndex 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.1 unsigned32 no-access
Index for this entry.
                       chmgrODescrType 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.2 integer read-only
This is the unique connection type identifier that defined the type of service that the connection description describes. ets(1). Ethernet Transport Service (DTM LAN Transport). its(2). Isochronous Transport Service (DTM Isochronous Transport). dle(3). DTM LAN Emulation. Enumeration: 'ets': 1, 'its': 2, 'dle': 3.
                       chmgrODescrCapabilities 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.3 bits read-only
Connection capabilities that indicate which parameters that are possible to configure in this connection description. allowCapacityInterval(0) Allows the configuration of capacity to have different values on requested and accepted capacity. destination(1) Describes if destinations shall be configured for this description. This is the normal case for most connections, but is some cases, the destination is decided by the application that is responsible for the service on the connection. allowDynamicCapacity(2) Allows the use of dynamic capacity adjustment. isMulticast(3) Describes if the connection is a multicast connection. This value is set by the application that is responsible for the service that uses the connection. allowEstablish(4) Allows the configuration of whether the connection shall be established using the capacity configurations of the connection or not. allowProtection(5) Allows the connection to be configured to be 1+1 protected by using two channels for the connection. allowReestablish(6) Allows configuration of the re- establishment algorithm. allowScheduling(7) Allows an external application, such as a scheduled, to alter the capacity and administrative state of the connection. allowSourceRoute(8) Allows configuration of source routed connections. requireCapacity(9) Requires the configuration of capacity. This is the normal case for most connections, but in some cases, the capacity is defaulted by the application. allowAlternative(10) Allows configuration of several alternative destinations. The unicast connection will be established using only one of the available destination. allowZeroCapacity(11). Allows configuration of zero capacity. Bits: 'allowZeroCapacity': 11, 'allowAlternative': 10, 'isMulticast': 3, 'destination': 1, 'allowDynamicCapacity': 2, 'allowScheduling': 7, 'allowSourceRoute': 8, 'allowProtection': 5, 'allowReestablish': 6, 'allowCapacityInterval': 0, 'allowEstablish': 4, 'requireCapacity': 9.
                       chmgrODescrCustomerId 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.4 unsigned32 read-only
This is a customer identifications number assigned by the application that is providing the service on the connection. The object has no functional use except to provide the information.
                       chmgrODescrServiceReference 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.5 rowpointer read-only
This is a pointer to the application or service that owns this connection description, and that is responsible for the capabilities.
                       chmgrODescrAcceptableBps 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.6 gauge32 read-write
The minimum payload capacity in bits per second for the service using the channel. If it is not possible to allocate this capacity, a channel will not be established. If the acceptable capacity is larger than the maximum value (4,294,967,295) bits per second, then the `chmgrODescrAcceptableMbps' must be used. If the capacity is greater than the maximum value of this object, then the this object should report the maximum value.
                       chmgrODescrAcceptableSlots 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.7 gauge32 read-only
The minimum capacity in number of 512 kbps DTM slots. The value is based on the chmgrAcceptableBps and the necessary overhead required by the service for delivering the payload capacity. The overhead is calculated by the service application.
                       chmgrODescrRequestedBps 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.8 gauge32 read-write
The requested payload capacity in bits per second for the service using the channel. If the requested capacity is larger than the maximum value (4,294,967,295) bits per second, then the `chmgrODescrRequestedMbps' must be used. If the capacity is greater than the maximum value of this object, then the this object should report the maximum value.
                       chmgrODescrRequestedSlots 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.9 gauge32 read-only
The requested capacity in number of 512 kbps DTM slots. The value is based on the chmgrRequestedBps and the necessary overhead required by the service for delivering the payload capacity. The overhead is calculated by the service application.
                       chmgrODescrReestablishMethod 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.10 integer read-write
The type of algorithm or method used to re-establish channels that for some reason fail to be established or is torn down. The methods are: exponential(1) Establishment attempts are done at time interval that is doubled for each attempt, starting at chmgrMinInterval and increased to a maximum of chmgrMaxInterval, until a channel is successfully established. The value is only valid if the allowReestablish(6) bit in chmgrODescrCapabililties is set. Enumeration: 'exponential': 1.
                       chmgrODescrMinInterval 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.11 gauge32 read-write
The minimum time in milliseconds between two attempts to establish the channel.
                       chmgrODescrMaxInterval 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.12 gauge32 read-write
The maximum time in milliseconds between two attempts to establish the channel. This value must be larger than chmgrODescrMinInterval.
                       chmgrODescrEstablish 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.13 truthvalue read-write
Describes if the connection shall be established with the defined parameters. The value is only valid if the allowEstablish(4) bit in chmgrODescrCapabilites is set. true(1) The connection is established. false(2) The connection is not established. The establishment of the connection is controlled by some other function outside the scope of this MIB. This could be a scheduler or timer specified in other MIB's.
                       chmgrODescrNextDestTableIndex 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.14 unsigned32 read-only
The value of the next available index for this connection description in the chmgrODescrDestinationTable.
                       chmgrODescrPrecedence 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.15 truthvalue read-write
A channel with precedence is established and torn down before any channel without precedence. true(1) The channel has precedence. false(2) The channel does not have precedence.
                       chmgrODescrSuppressAlarms 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.16 bits read-write
Suppress generation of some alarms: route(0) Alarm raised if a service is not using its primary source route. Bits: 'route': 0.
                       chmgrODescrAcceptableMbps 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.17 gauge32 read-write
The minimum payload capacity in units of 1,000,000 bits per second for the service using the channel. If it is not possible to allocate this capacity, a channel will not be established. This object must be used when requesting a capacity larger than 4,294,967,295 bits per second. If a lower capacity is requested, then it is possible to use `chmgrODescrAcceptableBps'.
                       chmgrODescrRequestedMbps 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.18 gauge32 read-write
The requested payload capacity in units of 1,000,000 bits per second for the service using the channel. This object must be used when requesting a capacity larger than 4,294,967,295 bits per second. If a lower capacity is requested, then it is possible to use `chmgrODescrRequestedBps'.
                       chmgrODescrRequestedDcpVersion 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.19 dcpversion read-write
The DCP version that should be used for channel established for this connection. `any' means try with DCP3 first and revert to DCP2 if unsuccessful because of node version mismatch.
                       chmgrODescrOneHopSpareCapUtilization 1.3.6.1.4.1.2928.6.2.14.1.1.2.1.20 truthvalue read-write
Specifies if the the channel shall dynamically allocate spare capacity. When `true', then the channel is initially established with the acceptable capacity specified in chmgrODescrAcceptableBps (or chmgrODescrAcceptableMbps). The channel capacity is then monitored and automatically increased with available capacity up to the capacity specified in chmgrODescrRequestedBps (or chmgrODescrRequestedMbps). If another channel would request capacity, then the capacity of this channel is reduced as needed by the other channel, but not below the acceptable capacity. When set to `false', then spare capacity will not be used. This function requires use of DCP3, see chmgrODescrRequestedDcpVersion. This function requires use of ETS unicast. This function requires the channel destination to be a neighboring node.
               chmgrODescrDestinationTable 1.3.6.1.4.1.2928.6.2.14.1.1.3 no-access
The table describes destinations for a connection. A unicast connection can normally only have one destination, while a multicast connection may have several destinations. If a unicast connection allows alternative destinations, as defined by the allowAlternative(10) bit in chmgrODescrCapabilities, it is allowed to define multiple destinations. At channel establishment, the destinations will be tried in succession until a channel is successfully established. It is possible to add, change and delete destinations while the connection is active. For a unicast connection, a changed destination is torn down as soon as it is changed, and established as soon as the changed information contains valid data. For a multicast connection, it is possible to add and delete destinations to an already established connection without affecting the connection to the other destinations. An added destination will be established as soon as it includes valid information, and will be re-established as soon as the information is changed. Note that a destination address with an empty string can be used to disable the destination. For a multicast connection a single destination can also be enabled and disabled using its administrative status. The bits allowAlternative(10), destination(1) and allowMulticast(3) in chmgrODescCapabilities describes if and how it is allowed to add a destination to a connection.
                   chmgrODescrDestinationEntry 1.3.6.1.4.1.2928.6.2.14.1.1.3.1 no-access
An entry in the table represents one destination.
                       chmgrODescrDestIndex 1.3.6.1.4.1.2928.6.2.14.1.1.3.1.1 unsigned32 no-access
The index for this entry.
                       chmgrODescrDestAddress 1.3.6.1.4.1.2928.6.2.14.1.1.3.1.2 dtmnode read-only
The DTM address for a destination termination point of the connection. The empty string indicates an unconfigured destination. The address should be the last object to configure to avoid unnecessary channel establishment while configuring the destination.
                       chmgrODescrDestDsti 1.3.6.1.4.1.2928.6.2.14.1.1.3.1.3 dsti read-only
The DSTI (DTM Service Type Instance) for the destination termination point of the connection.
                       chmgrODescrDestRowStatus 1.3.6.1.4.1.2928.6.2.14.1.1.3.1.4 rowstatus read-only
See SNMPv2-TC. The following values are supported: active(1) The object always reads active(1). createAndGo(4) A new conceptual row is created representing a new destination. destroy(6) The conceptual row representing the destination is deleted, and the connection to the destination is torn down. Connections to other destinations are not affected. Associated rows in the channel table chmgrODescrChannelTable will also be destroyed.
                       chmgrODescrDestAdminStatus 1.3.6.1.4.1.2928.6.2.14.1.1.3.1.5 integer read-only
The administrative state of the destination. The value controls the desired state of the multicast connection to the destination. up(1). The connection shall be established to the destination. down(2). No connection shall be established to the destination. Enumeration: 'down': 2, 'up': 1.
               chmgrODescrChannelTable 1.3.6.1.4.1.2928.6.2.14.1.1.4 no-access
The table describes relationships between destinations defined in the chmgrODescrDestinationTable, channels and source routes. To make a connection to a destination 1+1 protected, create two rows representing the two channels in the table. Note that this is only allowed if the bit allowProtection(5) is set in chmgrODescrCapabilities. If no conceptual row exists for a destination, it is assumed that there shall be only one channel to the destination and that no source route is shall be used. A channel to a destination may have its route through the DTM networks defined by one or many source routes. If multiple source routes are defined, any one of these source routes is chosen when the channel is established.
                   chmgrODescrChannelEntry 1.3.6.1.4.1.2928.6.2.14.1.1.4.1 no-access
An entry in this table represents the relationship between one channel in the connection (defined in chmgrODescrDestinationTable) and one source route (defined in chmgrSourceRouteTable).
                       chmgrODescrChanIndex 1.3.6.1.4.1.2928.6.2.14.1.1.4.1.1 unsigned32 no-access
The index of the channel used by the connection.
                       chmgrODescrChanSourceRouteIndex 1.3.6.1.4.1.2928.6.2.14.1.1.4.1.2 unsigned32 no-access
The index of the row describing the relationship to one source route.
                       chmgrODescrChanSourceRoute 1.3.6.1.4.1.2928.6.2.14.1.1.4.1.3 unsigned32 read-only
The index in the chmgrOSourceRouteTable representing the desired source route for the channel to the destination. If no source route shall be used by the channel for this destination, delete the conceptual row or set the value to the max value (4294967295).
                       chmgrODescrChanRowStatus 1.3.6.1.4.1.2928.6.2.14.1.1.4.1.4 rowstatus read-only
See SNMPv2-TC. The following values are supported: active(1) The object always reads active(1). createAndGo(4) a new conceptual row is created representing a channel is added. destroy(6) The conceptual row representing the channel is deleted.
           chmgrTDescriptionGroup 1.3.6.1.4.1.2928.6.2.14.1.2
           chmgrSourceRouteGroup 1.3.6.1.4.1.2928.6.2.14.1.3
               chmgrSourceRouteTimeStamp 1.3.6.1.4.1.2928.6.2.14.1.3.1 timestamp read-only
Value of sysUpTime when any of the tables in this group were last updated.
               chmgrSourceRouteTable 1.3.6.1.4.1.2928.6.2.14.1.3.2 no-access
Table listing source routes. A source route is a route through the DTM net that is defined at the source of the channel. The source routes may be used by many connections, making the connections using the same route through the DTM network. A source route may only be updated or deleted when it is not used by any established connection. Note that a source route set up as loose, with no intermediate nodes, and set up to use any outgoing interface is equivalent to a shortest path routing.
                   chmgrSourceRouteEntry 1.3.6.1.4.1.2928.6.2.14.1.3.2.1 no-access
An entry representing one source route.
                       chmgrSourceRouteIndex 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.1 unsigned32 no-access
The index for this entry.
                       chmgrSourceRouteName 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.2 snmpadminstring read-write
A string for administrative use that identifies or describes the source route. The string does not have to be unique.
                       chmgrSourceRouteTypeOfRoute 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.3 integer read-only
The type of source route that shall be used. strict(1) The channel must only pass the hops defined in the source route. loose(2) The channel must pass all the hops defined in the source route. Enumeration: 'strict': 1, 'loose': 2.
                       chmgrSourceRouteFirstIfBoard 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.4 unsigned32 read-only
The identity of the board where the DTM interface is located that shall be used for leaving the node. A value of zero (0) means that any board may be used. A DTM interface is identified by a board and a port on that board.
                       chmgrSourceRouteFirstIfPort 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.5 unsigned32 read-only
The identity of the port on the board specified in chmgrSourceRouteFirstIfBoard that shall be used for leaving the node. A value of zero (0) means that any port may be used. A DTM interface is identified by a board and a port on that board.
                       chmgrSourceRouteRowStatus 1.3.6.1.4.1.2928.6.2.14.1.3.2.1.6 rowstatus read-only
Se SNMPv2-TC. Supports createAndGo(4) and destroy(6). createAndGo(4) A new row is created representing a new source route. destroy(6) A row is deleted. All rows in the chmgrSourceRouteHopTable that describes the route are also deleted. It is not possible to change or delete a source route that is in use by an established channel.
               chmgrSourceRouteHopTable 1.3.6.1.4.1.2928.6.2.14.1.3.3 no-access
Table describing the nodes and interfaces for intermediate nodes that a source route shall be using.
                   chmgrSourceRouteHopEntry 1.3.6.1.4.1.2928.6.2.14.1.3.3.1 no-access
An entry describes one hop for a source route.
                       chmgrSourceRouteHopIndex 1.3.6.1.4.1.2928.6.2.14.1.3.3.1.1 unsigned32 no-access
The index for this conceptual row.
                       chmgrSourceRouteHopAddress 1.3.6.1.4.1.2928.6.2.14.1.3.3.1.2 dtmnode read-only
The DTM address of the node.
                       chmgrSourceRouteHopNextIfBoard 1.3.6.1.4.1.2928.6.2.14.1.3.3.1.3 unsigned32 read-only
The identity of the board where the DTM interface is located that shall be used for leaving the node. A value of zero (0) means that any board may be used. A DTM interface is identified by a card and a port on that board.
                       chmgrSourceRouteHopNextIfPort 1.3.6.1.4.1.2928.6.2.14.1.3.3.1.4 unsigned32 read-only
The identity of the port on the board specified in chmgrSourceRouteFirstIfCard that shall be used for leaving the node. A value of zero (0) means that any port may be used. A DTM interface is identified by a board and a port on that board.
                       chmgrSourceRouteHopRowStatus 1.3.6.1.4.1.2928.6.2.14.1.3.3.1.5 rowstatus read-only
See SNMPv2-TC. The following values are supported: active(1) The object always reads active(1). createAndGo(4) A new conceptual row is created. destroy(6) The conceptual row representing is deleted.
           chmgrOConnectionGroup 1.3.6.1.4.1.2928.6.2.14.1.4
               chmgrOConnectionTimeStamp 1.3.6.1.4.1.2928.6.2.14.1.4.1 timestamp read-only
The value of sysUpTime when any of the tables in the group were last changed.
               chmgrOConnectionTable 1.3.6.1.4.1.2928.6.2.14.1.4.2 no-access
The table lists all the originating connections. The connections are configured in the chmgrODescriptionTable.
                   chmgrOConnectionEntry 1.3.6.1.4.1.2928.6.2.14.1.4.2.1 no-access
An entry in the table representing one originating connection.
                       chmgrOConnIndex 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.1 unsigned32 no-access
The index of the connection in the table.
                       chmgrOConnCustomerId 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.2 unsigned32 read-only
This is a customer identification number assigned by the application that is providing the service on the connection. The object has no functional use except to provide the information. This is the same value as chmgrODescrCustomerId.
                       chmgrOConnODescrIndex 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.3 unsigned32 read-only
A reference to the chmgrODescriptionTable. It is the index in the chmgrODescriptionTable for the description that describes the configuration of this connection.
                       chmgrOConnServiceReference 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.4 rowpointer read-only
A reference to the service responsible for this connection. The object points to the instance of the service in the service's MIB. Its MIB shall have a table representing all the instances of the service.
                       chmgrOConnAllocatedSlots 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.5 gauge32 read-only
The number of 512 kbps DTM slots that is allocated by the connection. Note that for a connection with multiple channels, e.g. 1+1 protected connection, all the channels have the same capacity. To know how much capacity that is used by the connection, multiply the value with the number of active channels. The channels are listed in chmgrOChannelTable.
                       chmgrOConnAllocatedSlotsChanged 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.6 timestamp read-only
The value of sysUpTime when the allocated capacity for the connection was last changed.
                       chmgrOConnDcapType 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.7 dcaptype read-only
The DCAP (DTM Channel Adaptation Protocol) type for the connection.
                       chmgrOConnDst 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.8 dst read-only
The DST (DTM Service Type) of the service that uses the connection.
                       chmgrOConnSourceAddress 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.9 dtmnode read-only
The DTM address of the originating node for the connection.
                       chmgrOConnSourceDsti 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.10 dsti read-only
The DSTI (DTM Service Type Instance) of the service at the originating node of the connection.
                       chmgrOConnStatusLastChanged 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.11 timestamp read-only
The value of sysUpTime when the operational status of the connection was last changed.
                       chmgrOConnAdminStatus 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.12 integer read-only
Information about the administrative state of the connection. The administrative state is controlled by the application that provides the service transported on the connection. The application sets the administrative state to up(1) when a connection shall be established, and down(2) when the connection shall be torn down. Enumeration: 'down': 2, 'up': 1.
                       chmgrOConnOperStatus 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.13 integer read-only
The operational state of the connection. In general, the operational state should follow the administrative state, chmgrOConnAdminStatus. up(1) The connection is up to all its destination on all its channels. For a unicast connection, this is the one configured destination. For a multicast connection, this is all the configured connections. For a 1+1 protected connection, this is both the channels. down(2) No channels are established for the connection. partial(3) The connection is partly established. The connection is not established to at least one of its configured destination on at least one of its channels. dormant(5) The establishment of the connection is pending an action from some other entity, e.g. a scheduler. This is not an error state. Enumeration: 'down': 2, 'dormant': 5, 'partial': 3, 'up': 1.
                       chmgrOConnReestablish 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.14 integer read-write
Writing to this object immediately starts to re-establish the connection to all its destinations. The establishment of the connection will be done according to the current network topology and availability. If source routes are defined, the first source route will be tried first. notApplicable(0) Always reads this value. This value cannot be written. reestablish(1) Writing this value reestablishes the connection. Enumeration: 'notApplicable': 0, 'reestablish': 1.
                       chmgrOConnForceSourceRoute 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.15 unsigned32 read-write
Writing to this object immediately starts to re-establish the connection to the destinations and channels using the source route specified with the written value. The value written controls which source route to first try when re-establishing the channel. For each destination and channel for the connection, the written value is used as value for the index chmgrODescrChanSourceRouteIndex in the the chmgrODescrChannelTable. If the entry does not exist, or if the source route is already the one that used by the destination and channel, then no action is taken. Otherwise if the entry exists, then the channel for the destination is re-established, where the given source route is first attempted. Reading this always returns the value 0.
                       chmgrOConnDcpVersion 1.3.6.1.4.1.2928.6.2.14.1.4.2.1.16 dcpversion read-only
Version of DCP that is used for this connection. `any(0)' means that a channel is not established.
               chmgrODestinationTable 1.3.6.1.4.1.2928.6.2.14.1.4.3 no-access
List of destinations per origination connection.
                   chmgrODestinationEntry 1.3.6.1.4.1.2928.6.2.14.1.4.3.1 no-access
An entry represents one destination for a connection.
                       chmgrODestDestinationAddress 1.3.6.1.4.1.2928.6.2.14.1.4.3.1.1 dtmnode read-only
The DTM address of a destination node.
                       chmgrODestDestinationDsti 1.3.6.1.4.1.2928.6.2.14.1.4.3.1.2 dsti read-only
The DSTI (DTM Service Type Instance) of the service at the destination node.
               chmgrOChannelTable 1.3.6.1.4.1.2928.6.2.14.1.4.4 no-access
Table that shows the status for all the originating channels, listed per connection and destination.
                   chmgrOChannelEntry 1.3.6.1.4.1.2928.6.2.14.1.4.4.1 no-access
An entry per channel.
                       chmgrOChanSourceRouteIndex 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.1 unsigned32 read-only
The source route index that is referring to the source route currently used by the the channel. This is the value of the index chmgrODescrChanSourceRouteIndex in chmgrODescrChannelTable. A value of '0' would mean the 1st configured source route is used, '1' the 2nd, and so on. If no source route is used by the channel, then the value is 4294967295.
                       chmgrOChanChannelId 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.2 channelid read-only
The identity of the DTM channel. If no channel is established, the value is zero (0).
                       chmgrOChanErrorMessage 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.3 snmpadminstring read-only
Contains a message describing the error if the channel is down due to an error. If there are no error, the objects returns an empty string.
                       chmgrOChanErrorAddress 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.4 dtmnode read-only
Contains the DTM address if the node that is reporting an error, described in chmgrOChanErrorMessage. If there are no error, the object returns the address 00.00.00.00.00.00.00.00.
                       chmgrOChanOperStatus 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.5 integer read-only
The operational status of the channel. If the operational status of the connection is up, indicated in chmgrOConnOperStatus, a value of up(1) indicates that the channel is operational, and a value of down(2) indicates that the channel is not operational due to an error. The object chmgrOChanErrorMessage describes the problem. If the operational status of the connection is down, the value of the object is always down. Enumeration: 'down': 2, 'up': 1.
                       chmgrOChanStatusChanged 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.6 timestamp read-only
The sysUpTime when the status of the channel to the destination was last established or torn down.
                       chmgrOChanReestablish 1.3.6.1.4.1.2928.6.2.14.1.4.4.1.7 integer read-write
Writing to this object re-establishes the channel to its destination without affecting other channels or destinations configured for this connection. The establishment of the channel will be done according to the current network topology and availability. If source routes are defined, the first source route will be tried first. notApplicable(0) Always reads this value. This value cannot be written. reestablish(1) Writing this value reestablishes the channel. Enumeration: 'notApplicable': 0, 'reestablish': 1.
           chmgrTConnectionGroup 1.3.6.1.4.1.2928.6.2.14.1.5
               chmgrTConnectionTimeStamp 1.3.6.1.4.1.2928.6.2.14.1.5.1 timestamp read-only
Time stamp, i.e. the value of sysUpTime when any for the tables in the group was last changed.
               chmgrTConnectionTable 1.3.6.1.4.1.2928.6.2.14.1.5.2 no-access
Table with termination connections. The table is managed by the applications that provide services transported on the connections.
                   chmgrTConnectionEntry 1.3.6.1.4.1.2928.6.2.14.1.5.2.1 no-access
An entry represents one connection.
                       chmgrTConnIndex 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.1 unsigned32 no-access
Index for this entry.
                       chmgrTConnCustomerId 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.2 unsigned32 read-only
This is a customer identification number assigned by the application that is providing the service on the connection. The object has no functional use except to provide the information.
                       chmgrTConnNumberOfChannels 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.3 unsigned32 read-only
The number of channels this connection uses. A 1+1 protected connection uses two channels.
                       chmgrTConnActiveChannel 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.4 unsigned32 read-only
The channel that is currently active. This is the index of the channel in the chmgrTChannelTable. If there is no active channel for the connection, the value is zero (0).
                       chmgrTConnServiceReference 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.5 rowpointer read-only
A reference to the service responsible for this connection. The object points to the instance of the service in the service's MIB. Its MIB shall have a table representing all the instances of the service.
                       chmgrTConnAllocatedSlots 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.6 gauge32 read-only
The number of 512 kbps DTM slots that is allocated by the connection. Note that for a connection with multiple channels, e.g. 1+1 protected connection, all the channels have the same capacity. To know how much capacity that is used by the connection, multiply the value with the number of active channels. The channels are listed in chmgrTChannelTable.
                       chmgrTConnAllocatedSlotsChanged 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.7 timestamp read-only
The value of sysUpTime when the capacity for the connection was last changed.
                       chmgrTConnDcapType 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.8 dcaptype read-only
The DCAP (DTM Channel Adaptation Protocol) type for the connection.
                       chmgrTConnDst 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.9 dst read-only
The DST (DTM Service Type) of the service that uses the connection.
                       chmgrTConnSourceDsti 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.10 dsti read-only
The DSTI (DTM Service Type Instance) of the service at the originating node of the connection.
                       chmgrTConnSourceAddress 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.11 dtmnode read-only
The DTM address of the connection's originating node.
                       chmgrTConnDestinationDsti 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.12 dsti read-only
The DSTI (DTM Service Type Instance) of the service at the terminating node of the connection.
                       chmgrTConnDestinationAddress 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.13 dtmnode read-only
The DTM address of the connection's terminating node.
                       chmgrTConnStatusLastChanged 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.14 timestamp read-only
The value of sysUpTime when the operational status of the connection was last changed.
                       chmgrTConnAdminStatus 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.15 integer read-only
The administrative state of the connection. The administrative state is controlled by the application that provides a service on the connection. It may be accessed in the service's MIB, where the instance is described by chmgrTConnServiceReference. Enumeration: 'down': 2, 'up': 1.
                       chmgrTConnOperStatus 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.16 integer read-only
The operational state of the connection. It should follow the administrative state described in chmgrTConnAdminStatus. up(1) A channel has been established. down(2) No channels are established, and the connection's administrative state is down. dormant(5) No channels have been established. The connection's administrative state is up and the connection is pending a terminating channel. Enumeration: 'down': 2, 'dormant': 5, 'up': 1.
                       chmgrTConnDcpVersion 1.3.6.1.4.1.2928.6.2.14.1.5.2.1.17 dcpversion read-only
Version of DCP that is used for this connection. `any(0)' means that a channel is not established.
               chmgrTChannelTable 1.3.6.1.4.1.2928.6.2.14.1.5.3 no-access
The channels that exists on a terminating connection. The table is managed by the application that provides the service on the connection. A row is inserted when a new channel is established and is removed when a channel is torn down. For a 1+1 protected connection, there are two channels in a connection.
                   chmgrTChannelEntry 1.3.6.1.4.1.2928.6.2.14.1.5.3.1 no-access
An entry in the table represents a channel on a connection.
                       chmgrTChanIndex 1.3.6.1.4.1.2928.6.2.14.1.5.3.1.1 unsigned32 no-access
The index for the channel within the connection. If a connection is 1+1 protected, is consists of two channels.
                       chmgrTChanChannelId 1.3.6.1.4.1.2928.6.2.14.1.5.3.1.2 channelid read-only
The identity of the DTM channel. If no channel is established, the value is zero (0).
                       chmgrTChanCreated 1.3.6.1.4.1.2928.6.2.14.1.5.3.1.3 timestamp read-only
The sysUpTime when the channel was created.
           chmgrStatisticsGroup 1.3.6.1.4.1.2928.6.2.14.1.6
               chmgrOStatDcap1Table 1.3.6.1.4.1.2928.6.2.14.1.6.1 no-access
The table shows statistics for originating DCAP-1 connections. It uses the same index as the chmgrOConnectionTable. Note that all connections are not of the type DCAP-1, and are hence not represented in this table.
                   chmgrOStatDcap1Entry 1.3.6.1.4.1.2928.6.2.14.1.6.1.1 no-access
An entry represents statistics for one originating connection.
                       chmgrOStatDcap1Octets 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.1 counter32 read-only
The total number of out-bound octets (bytes) on the connection.
                       chmgrOStatDcap1Packets 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.2 counter32 read-only
The total number of out-bound packets on the connection.
                       chmgrOStatDcap1UtilizedBps 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.3 gauge32 read-only
The utilization in bits per second on the connection as mean value during the last 30 seconds
                       chmgrOStatDcap1DiscardOctets 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.4 counter32 read-only
The number of out-bound octets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                       chmgrOStatDcap1DiscardPackets 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.5 counter32 read-only
The number of out-bound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                       chmgrOStatDcap1Bitrate 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.6 counter64 read-only
The utilization in bits per second on the connection as mean value measured during the last 30 seconds. This value is a 64-bit equivalent to chmgrOStatDcap1UtilizedBps.
                       chmgrOStatDcap1Load 1.3.6.1.4.1.2928.6.2.14.1.6.1.1.7 unsigned32 read-only
The utilization (load) in percent on the connection as mean value measured during the last 30 seconds.
               chmgrTStatDcap1Table 1.3.6.1.4.1.2928.6.2.14.1.6.2 no-access
The table shows statistics for terminating DCAP-1 connections. It uses the same index as the chmgrTConnectionTable. Note that all connections are not of the type DCAP-1, and are hence not represented in this table.
                   chmgrTStatDcap1Entry 1.3.6.1.4.1.2928.6.2.14.1.6.2.1 no-access
An entry representing statistics for one terminating connection.
                       chmgrTStatDcap1Octets 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.1 counter32 read-only
The total number of in-bound octets (bytes) on the connection.
                       chmgrTStatDcap1Packets 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.2 counter32 read-only
The total number of in-bound packets on the connection.
                       chmgrTStatDcap1UtilizedBps 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.3 gauge32 read-only
The utilization in bits per second on the connection as a mean value during the last 30 seconds.
                       chmgrTStatDcap1DiscardOctets 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.4 counter32 read-only
The number of in-bound octets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                       chmgrTStatDcap1DiscardPackets 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.5 counter32 read-only
The number of in-bound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
                       chmgrTStatDcap1ErrorCRC 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.6 counter32 read-only
The number of CRC32 errors detected on in-bound packets for the connection.
                       chmgrTStatDcap1ErrorLods 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.7 counter32 read-only
The number of LODS errors detected on in-bound data.
                       chmgrTStatDcap1Bitrate 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.8 counter64 read-only
The utilization in bits per second on the connection as mean value measured during the last 30 seconds. This value is a 64-bit equivalent to chmgrTStatDcap1UtilizedBps.
                       chmgrTStatDcap1Load 1.3.6.1.4.1.2928.6.2.14.1.6.2.1.9 unsigned32 read-only
The utilization (load) in percent on the connection as mean value measured during the last 30 seconds.
               chmgrTStatPMReferenceTable 1.3.6.1.4.1.2928.6.2.14.1.6.3 no-access
Table with reference to Performance Monitoring Data for the connections. It uses the same index as the chmgrOConnectionTable. Note that all connections are not represented in this table.
                   chmgrTStatPMReferenceEntry 1.3.6.1.4.1.2928.6.2.14.1.6.3.1 no-access
An entry in the table.
                       chmgrTStatPMReference 1.3.6.1.4.1.2928.6.2.14.1.6.3.1.1 rowpointer read-only
A reference to a row in a table that shows performance data for the connection. The table is not part of this MIB.
           chmgrChannelGroup 1.3.6.1.4.1.2928.6.2.14.1.7
               chmgrChannelTable 1.3.6.1.4.1.2928.6.2.14.1.7.1 no-access
Table with all channels, that is originating, transiting or terminating channels.
                   chmgrChannelEntry 1.3.6.1.4.1.2928.6.2.14.1.7.1.1 no-access
An entry represents one branch of the channel. There table has on entry for each channel branch that is transiting and terminating in the node.
                       chmgrChanSourceMacAddress 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.1 macaddress no-access
The MAC address of the node where the channel originates.
                       chmgrChanChannelId 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.2 channelid no-access
The identity of the DTM channel.
                       chmgrChanOutgoingIfBoard 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.3 unsigned32 no-access
The identity of the board where the DTM interface is located on which this branch of the channel leaves this node. If the channel branch does not leave this node, then the value is 0.
                       chmgrChanOutgoingIfPort 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.4 unsigned32 no-access
The identity of the port on the board specified in chmgrChanOutgoingIfBoard for the DTM interface, on which this branch of the channel leaves the this node. If the channel branch does not leave this node, then the value is the same as the value of chmgrChanDestDsti.
                       chmgrChanOutgoingIfMacAddress 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.5 macaddress read-only
The MAC address of the DTM interface on which this branch of the channel leaves this node.
                       chmgrChanNextHopMacAddress 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.6 macaddress read-only
The MAC address for the next-hop DTM node.
                       chmgrChanNextHopDtmAddress 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.7 dtmaddress read-only
The DTM address for the next-hop DTM node.
                       chmgrChanIncomingIfBoard 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.8 unsigned32 read-only
The identity of the board where the DTM interface is located on which this channel is entering this node. If the channel originates in this node, then the value is 0.
                       chmgrChanIncomingIfPort 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.9 unsigned32 read-only
The identity of the port on the board specified in chmgrChanIncomingIfBoard for the DTM interface, on which this channels is entering this node. If the channel originates in this node, then the value is 0.
                       chmgrChanSourceDtmAddress 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.10 dtmaddress read-only
The DTM address of the node where the channel originates.
                       chmgrChanDst 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.11 dst read-only
The DST (DTM Service Type) of the service that uses the channel.
                       chmgrChanSourceDsti 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.12 dsti read-only
The DSTI (DTM Service Type Instance) of the service at the originating node of the channel.
                       chmgrChanIsMulticast 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.13 truthvalue read-only
Describes if the channel is a multicast or unicast type. true(1) The channel is a multicast channel. false(2) The channel is a unicast channel.
                       chmgrChanCapacity 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.14 unsigned32 read-only
The capacity of the channel in 512 kbps slots.
                       chmgrChanDestDsti 1.3.6.1.4.1.2928.6.2.14.1.7.1.1.15 dsti read-only
The DSTI (DTM Service Type Instance) of the terminating part of the service. This value is only valid for an entry describing a channel branch that is terminating on the node. Its value is 0 for an entry describing a channel branch that is continuing to another node.
       chmgrNotifications 1.3.6.1.4.1.2928.6.2.14.2
       chmgrConformance 1.3.6.1.4.1.2928.6.2.14.3