NETI-CHMGR-MIB
AI MIB Summary
The NETI-CHMGR-MIB module provides standardized SNMP access to configure and monitor logical connection channels and their associated transport links within the NETI Channel Manager service, independent of the upper-layer application protocols. It exposes operational metrics for channel states, connection bindings, and configuration parameters to facilitate unified management of underlying transport resources across heterogeneous services.
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.
Main OID:
netiChmgrMIB.1.3.6.1.4.1.2928.6.2.14
160
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
160 total| Object Name |
|---|
netiChmgrMIBMIB 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. MODULE-IDENTITY .1.3.6.1.4.1.2928.6.2.14 |
chmgrObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1 |
chmgrODescriptionGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.1 |
chmgrODescriptionTimeStampTime stamp when any data in any of the tables in this group were last updated.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.1 |
chmgrODescriptionTableDescriptions 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. SEQUENCE OF ChmgrODescriptionEntry .1.3.6.1.4.1.2928.6.2.14.1.1.2 |
chmgrODescriptionEntryAn entry in the table is representing the description and configuration of one connection. ChmgrODescriptionEntry .1.3.6.1.4.1.2928.6.2.14.1.1.2.1 |
chmgrODescrIndexIndex for this entry. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.1 |
chmgrODescrTypeThis 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.2 |
chmgrODescrCapabilitiesConnection 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.ro Bits .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.3 |
chmgrODescrCustomerIdThis 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.4 |
chmgrODescrServiceReferenceThis is a pointer to the application or service that owns this connection description, and that is responsible for the capabilities.ro RowPointer (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.5 |
chmgrODescrAcceptableBpsThe 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.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.6 |
chmgrODescrAcceptableSlotsThe 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.ro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.7 |
chmgrODescrRequestedBpsThe 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.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.8 |
chmgrODescrRequestedSlotsThe 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.ro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.9 |
chmgrODescrReestablishMethodThe 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.rw Enumeration .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.10 |
chmgrODescrMinIntervalThe minimum time in milliseconds between two attempts to establish the channel.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.11 |
chmgrODescrMaxIntervalThe maximum time in milliseconds between two attempts to establish the channel. This value must be larger than chmgrODescrMinInterval.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.12 |
chmgrODescrEstablishDescribes 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.13 |
chmgrODescrNextDestTableIndexThe value of the next available index for this connection description in the chmgrODescrDestinationTable.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.14 |
chmgrODescrPrecedenceA 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.15 |
chmgrODescrSuppressAlarmsSuppress generation of some alarms: route(0) Alarm raised if a service is not using its primary source route.rw Bits .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.16 |
chmgrODescrAcceptableMbpsThe 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'.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.17 |
chmgrODescrRequestedMbpsThe 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'.rw Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.18 |
chmgrODescrRequestedDcpVersionThe 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.rw DcpVersion .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.19 |
chmgrODescrOneHopSpareCapUtilizationSpecifies 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.2.1.20 |
chmgrODescrDestinationTableThe 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. SEQUENCE OF ChmgrODescrDestinationEntry .1.3.6.1.4.1.2928.6.2.14.1.1.3 |
chmgrODescrDestinationEntryAn entry in the table represents one destination. ChmgrODescrDestinationEntry .1.3.6.1.4.1.2928.6.2.14.1.1.3.1 |
chmgrODescrDestIndexThe index for this entry. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.3.1.1 |
chmgrODescrDestAddressThe 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.rw DtmNode .1.3.6.1.4.1.2928.6.2.14.1.1.3.1.2 |
chmgrODescrDestDstiThe DSTI (DTM Service Type Instance) for the destination termination point of the connection.rw Dsti .1.3.6.1.4.1.2928.6.2.14.1.1.3.1.3 |
chmgrODescrDestRowStatusSee 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.3.1.4 |
chmgrODescrDestAdminStatusThe 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.rw Enumeration .1.3.6.1.4.1.2928.6.2.14.1.1.3.1.5 |
chmgrODescrChannelTableThe 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. SEQUENCE OF ChmgrODescrChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.1.4 |
chmgrODescrChannelEntryAn entry in this table represents the relationship between one channel in the connection (defined in chmgrODescrDestinationTable) and one source route (defined in chmgrSourceRouteTable). ChmgrODescrChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.1.4.1 |
chmgrODescrChanIndexThe index of the channel used by the connection. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.4.1.1 |
chmgrODescrChanSourceRouteIndexThe index of the row describing the relationship to one source route. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.4.1.2 |
chmgrODescrChanSourceRouteThe 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).rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.1.4.1.3 |
chmgrODescrChanRowStatusSee 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.1.4.1.4 |
chmgrTDescriptionGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.2 |
chmgrSourceRouteGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.3 |
chmgrSourceRouteTimeStampValue of sysUpTime when any of the tables in this group were last updated.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.3.1 |
chmgrSourceRouteTableTable 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. SEQUENCE OF ChmgrSourceRouteEntry .1.3.6.1.4.1.2928.6.2.14.1.3.2 |
chmgrSourceRouteEntryAn entry representing one source route. ChmgrSourceRouteEntry .1.3.6.1.4.1.2928.6.2.14.1.3.2.1 |
chmgrSourceRouteIndexThe index for this entry. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.1 |
chmgrSourceRouteNameA string for administrative use that identifies or describes the source route. The string does not have to be unique.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.2 |
chmgrSourceRouteTypeOfRouteThe 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.rw Enumeration .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.3 |
chmgrSourceRouteFirstIfBoardThe 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.rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.4 |
chmgrSourceRouteFirstIfPortThe 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.rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.5 |
chmgrSourceRouteRowStatusSe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.3.2.1.6 |
chmgrSourceRouteHopTableTable describing the nodes and interfaces for intermediate nodes that a source route shall be using. SEQUENCE OF ChmgrSourceRouteHopEntry .1.3.6.1.4.1.2928.6.2.14.1.3.3 |
chmgrSourceRouteHopEntryAn entry describes one hop for a source route. ChmgrSourceRouteHopEntry .1.3.6.1.4.1.2928.6.2.14.1.3.3.1 |
chmgrSourceRouteHopIndexThe index for this conceptual row. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.3.1.1 |
chmgrSourceRouteHopAddressThe DTM address of the node.rw DtmNode .1.3.6.1.4.1.2928.6.2.14.1.3.3.1.2 |
chmgrSourceRouteHopNextIfBoardThe 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.rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.3.1.3 |
chmgrSourceRouteHopNextIfPortThe 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.rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.3.3.1.4 |
chmgrSourceRouteHopRowStatusSee 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.3.3.1.5 |
chmgrOConnectionGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.4 |
chmgrOConnectionTimeStampThe value of sysUpTime when any of the tables in the group were last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.4.1 |
chmgrOConnectionTableThe table lists all the originating connections. The connections are configured in the chmgrODescriptionTable. SEQUENCE OF ChmgrOConnectionEntry .1.3.6.1.4.1.2928.6.2.14.1.4.2 |
chmgrOConnectionEntryAn entry in the table representing one originating connection. ChmgrOConnectionEntry .1.3.6.1.4.1.2928.6.2.14.1.4.2.1 |
chmgrOConnIndexThe index of the connection in the table. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.1 |
chmgrOConnCustomerIdThis 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.2 |
chmgrOConnODescrIndexA reference to the chmgrODescriptionTable. It is the index in the chmgrODescriptionTable for the description that describes the configuration of this connection.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.3 |
chmgrOConnServiceReferenceA 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.ro RowPointer (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.4 |
chmgrOConnAllocatedSlotsThe 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.ro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.5 |
chmgrOConnAllocatedSlotsChangedThe value of sysUpTime when the allocated capacity for the connection was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.6 |
chmgrOConnDcapTypeThe DCAP (DTM Channel Adaptation Protocol) type for the connection.ro DcapType .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.7 |
chmgrOConnDstThe DST (DTM Service Type) of the service that uses the connection.ro Dst .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.8 |
chmgrOConnSourceAddressThe DTM address of the originating node for the connection.ro DtmNode .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.9 |
chmgrOConnSourceDstiThe DSTI (DTM Service Type Instance) of the service at the originating node of the connection.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.10 |
chmgrOConnStatusLastChangedThe value of sysUpTime when the operational status of the connection was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.11 |
chmgrOConnAdminStatusInformation 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.12 |
chmgrOConnOperStatusThe 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.13 |
chmgrOConnReestablishWriting 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.rw Enumeration .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.14 |
chmgrOConnForceSourceRouteWriting 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.rw Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.15 |
chmgrOConnDcpVersionVersion of DCP that is used for this connection. `any(0)' means that a channel is not established.ro DcpVersion .1.3.6.1.4.1.2928.6.2.14.1.4.2.1.16 |
chmgrODestinationTableList of destinations per origination connection. SEQUENCE OF ChmgrODestinationEntry .1.3.6.1.4.1.2928.6.2.14.1.4.3 |
chmgrODestinationEntryAn entry represents one destination for a connection. ChmgrODestinationEntry .1.3.6.1.4.1.2928.6.2.14.1.4.3.1 |
chmgrODestDestinationAddressThe DTM address of a destination node.ro DtmNode .1.3.6.1.4.1.2928.6.2.14.1.4.3.1.1 |
chmgrODestDestinationDstiThe DSTI (DTM Service Type Instance) of the service at the destination node.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.4.3.1.2 |
chmgrOChannelTableTable that shows the status for all the originating channels, listed per connection and destination. SEQUENCE OF ChmgrOChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.4.4 |
chmgrOChannelEntryAn entry per channel. ChmgrOChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.4.4.1 |
chmgrOChanSourceRouteIndexThe 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.1 |
chmgrOChanChannelIdThe identity of the DTM channel. If no channel is established, the value is zero (0).ro ChannelId .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.2 |
chmgrOChanErrorMessageContains 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.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.3 |
chmgrOChanErrorAddressContains 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.ro DtmNode .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.4 |
chmgrOChanOperStatusThe 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.5 |
chmgrOChanStatusChangedThe sysUpTime when the status of the channel to the destination was last established or torn down.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.6 |
chmgrOChanReestablishWriting 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.rw Enumeration .1.3.6.1.4.1.2928.6.2.14.1.4.4.1.7 |
chmgrTConnectionGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.5 |
chmgrTConnectionTimeStampTime stamp, i.e. the value of sysUpTime when any for the tables in the group was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.5.1 |
chmgrTConnectionTableTable with termination connections. The table is managed by the applications that provide services transported on the connections. SEQUENCE OF ChmgrTConnectionEntry .1.3.6.1.4.1.2928.6.2.14.1.5.2 |
chmgrTConnectionEntryAn entry represents one connection. ChmgrTConnectionEntry .1.3.6.1.4.1.2928.6.2.14.1.5.2.1 |
chmgrTConnIndexIndex for this entry. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.1 |
chmgrTConnCustomerIdThis 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.2 |
chmgrTConnNumberOfChannelsThe number of channels this connection uses. A 1+1 protected connection uses two channels.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.3 |
chmgrTConnActiveChannelThe 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).ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.4 |
chmgrTConnServiceReferenceA 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.ro RowPointer (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.5 |
chmgrTConnAllocatedSlotsThe 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.ro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.6 |
chmgrTConnAllocatedSlotsChangedThe value of sysUpTime when the capacity for the connection was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.7 |
chmgrTConnDcapTypeThe DCAP (DTM Channel Adaptation Protocol) type for the connection.ro DcapType .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.8 |
chmgrTConnDstThe DST (DTM Service Type) of the service that uses the connection.ro Dst .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.9 |
chmgrTConnSourceDstiThe DSTI (DTM Service Type Instance) of the service at the originating node of the connection.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.10 |
chmgrTConnSourceAddressThe DTM address of the connection's originating node.ro DtmNode .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.11 |
chmgrTConnDestinationDstiThe DSTI (DTM Service Type Instance) of the service at the terminating node of the connection.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.12 |
chmgrTConnDestinationAddressThe DTM address of the connection's terminating node.ro DtmNode .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.13 |
chmgrTConnStatusLastChangedThe value of sysUpTime when the operational status of the connection was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.14 |
chmgrTConnAdminStatusThe 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.15 |
chmgrTConnOperStatusThe 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.ro Enumeration .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.16 |
chmgrTConnDcpVersionVersion of DCP that is used for this connection. `any(0)' means that a channel is not established.ro DcpVersion .1.3.6.1.4.1.2928.6.2.14.1.5.2.1.17 |
chmgrTChannelTableThe 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. SEQUENCE OF ChmgrTChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.5.3 |
chmgrTChannelEntryAn entry in the table represents a channel on a connection. ChmgrTChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.5.3.1 |
chmgrTChanIndexThe index for the channel within the connection. If a connection is 1+1 protected, is consists of two channels. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.5.3.1.1 |
chmgrTChanChannelIdThe identity of the DTM channel. If no channel is established, the value is zero (0).ro ChannelId .1.3.6.1.4.1.2928.6.2.14.1.5.3.1.2 |
chmgrTChanCreatedThe sysUpTime when the channel was created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.5.3.1.3 |
chmgrStatisticsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.6 |
chmgrOStatDcap1TableThe 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. SEQUENCE OF ChmgrOStatDcap1Entry .1.3.6.1.4.1.2928.6.2.14.1.6.1 |
chmgrOStatDcap1EntryAn entry represents statistics for one originating connection. ChmgrOStatDcap1Entry .1.3.6.1.4.1.2928.6.2.14.1.6.1.1 |
chmgrOStatDcap1OctetsThe total number of out-bound octets (bytes) on the connection.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.1 |
chmgrOStatDcap1PacketsThe total number of out-bound packets on the connection.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.2 |
chmgrOStatDcap1UtilizedBpsThe utilization in bits per second on the connection as mean value during the last 30 secondsro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.3 |
chmgrOStatDcap1DiscardOctetsThe 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.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.4 |
chmgrOStatDcap1DiscardPacketsThe 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.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.5 |
chmgrOStatDcap1BitrateThe 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.ro Counter64 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.6 |
chmgrOStatDcap1LoadThe utilization (load) in percent on the connection as mean value measured during the last 30 seconds.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.6.1.1.7 |
chmgrTStatDcap1TableThe 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. SEQUENCE OF ChmgrTStatDcap1Entry .1.3.6.1.4.1.2928.6.2.14.1.6.2 |
chmgrTStatDcap1EntryAn entry representing statistics for one terminating connection. ChmgrTStatDcap1Entry .1.3.6.1.4.1.2928.6.2.14.1.6.2.1 |
chmgrTStatDcap1OctetsThe total number of in-bound octets (bytes) on the connection.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.1 |
chmgrTStatDcap1PacketsThe total number of in-bound packets on the connection.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.2 |
chmgrTStatDcap1UtilizedBpsThe utilization in bits per second on the connection as a mean value during the last 30 seconds.ro Gauge32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.3 |
chmgrTStatDcap1DiscardOctetsThe 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.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.4 |
chmgrTStatDcap1DiscardPacketsThe 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.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.5 |
chmgrTStatDcap1ErrorCRCThe number of CRC32 errors detected on in-bound packets for the connection.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.6 |
chmgrTStatDcap1ErrorLodsThe number of LODS errors detected on in-bound data.ro Counter32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.7 |
chmgrTStatDcap1BitrateThe 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.ro Counter64 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.8 |
chmgrTStatDcap1LoadThe utilization (load) in percent on the connection as mean value measured during the last 30 seconds.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.6.2.1.9 |
chmgrTStatPMReferenceTableTable 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.deprecated SEQUENCE OF ChmgrTStatPMReferenceEntry .1.3.6.1.4.1.2928.6.2.14.1.6.3 |
chmgrTStatPMReferenceEntryAn entry in the table.deprecated ChmgrTStatPMReferenceEntry .1.3.6.1.4.1.2928.6.2.14.1.6.3.1 |
chmgrTStatPMReferenceA reference to a row in a table that shows performance data for the connection. The table is not part of this MIB.rodeprecated RowPointer (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.6.3.1.1 |
chmgrChannelGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.1.7 |
chmgrChannelTableTable with all channels, that is originating, transiting or terminating channels. SEQUENCE OF ChmgrChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.7.1 |
chmgrChannelEntryAn entry represents one branch of the channel. There table has on entry for each channel branch that is transiting and terminating in the node. ChmgrChannelEntry .1.3.6.1.4.1.2928.6.2.14.1.7.1.1 |
chmgrChanSourceMacAddressThe MAC address of the node where the channel originates. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.1 |
chmgrChanChannelIdThe identity of the DTM channel. ChannelId .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.2 |
chmgrChanOutgoingIfBoardThe 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. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.3 |
chmgrChanOutgoingIfPortThe 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. Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.4 |
chmgrChanOutgoingIfMacAddressThe MAC address of the DTM interface on which this branch of the channel leaves this node.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.5 |
chmgrChanNextHopMacAddressThe MAC address for the next-hop DTM node.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.6 |
chmgrChanNextHopDtmAddressThe DTM address for the next-hop DTM node.ro DtmAddress (NETI-DTM-MIB) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.7 |
chmgrChanIncomingIfBoardThe 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.8 |
chmgrChanIncomingIfPortThe 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.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.9 |
chmgrChanSourceDtmAddressThe DTM address of the node where the channel originates.ro DtmAddress (NETI-DTM-MIB) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.10 |
chmgrChanDstThe DST (DTM Service Type) of the service that uses the channel.ro Dst .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.11 |
chmgrChanSourceDstiThe DSTI (DTM Service Type Instance) of the service at the originating node of the channel.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.12 |
chmgrChanIsMulticastDescribes 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.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.13 |
chmgrChanCapacityThe capacity of the channel in 512 kbps slots.ro Unsigned32 .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.14 |
chmgrChanDestDstiThe 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.ro Dsti .1.3.6.1.4.1.2928.6.2.14.1.7.1.1.15 |
chmgrNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.2 |
chmgrConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2928.6.2.14.3 |