cc/td/doc/product/wanbu/mgx8850/20x
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Cisco WAN Module MIB File

Cisco WAN Module MIB File

This chapter describes the MIB objects to configure connection specific parameters and statistics information in a Service Module (SM). SM is defined as any module, which provides services such as ATM, Frame Relay, or Voice in a Wide Area Network (WAN) switch.

Contents of this chapter include:

Cisco WAN Module Textual Convention

The names of the textual conventions are specified in the object syntax.

One MIB object is listed in Table 13-1.


Note   Textual conventions do not contain object identifiers.


Table 13-1: Cisco WAN Module Textual Convention MIB Object
Name Description Syntax Default Value

StatisticsLevel

Configures the statistics level for the service module. The statistic level on a module dictates the type and amount of statistics that are collected.

The a predefined set of statistics are associated with each level and are enabled when a level is set. Also, setting the statistics level to N enables counters that are associated with levels N-1 through 1.

The following are the valid values:

  • notApplicable(0)—Specifies the statistics level is not applicable.

  • levelOne(1)—Enables the level one counters.

  • levelTwo(2)—Enables level two and level one counters.

  • levelThree(3)—Enables level one, level two, and level three counters.

Status: current

INTEGER {notApplicable(0), levelOne(1), levelTwo(2), levelThree(3 }

none

Module Configuration Table

The object identifiers are listed in Table 13-2.


Table 13-2: Module Configuration Table Object Identifiers
Name Object Identifier

cwmConfigTable

::= { cwmConfig 1}

cwmConfigEntry

::= { cwmConfigTable 1 }

cwmIndex

::= {cwmConfigEntry 1 }

cwmIngressSCTFileId

::= {cwmConfigEntry 2 }

cwmIngressSCTFileName

::= { cwmConfigEntry 3 }

cwmAutoLineDiagEnable

::= { cwmConfigEntry 4 }

The MIB objects are listed in Table 13-3.


Table 13-3: Module Configuration Table MIB Objects
Name Syntax Description Default Value

cwmConfigTable

SEQUENCE OF CwmConfigEntry

Contains the objects required for configuring module specific parameters. These parameters are related to the hardware specific parameters, which can effect the ATM Connection characteristics.

Max-Access: not-accessible

Status: current

none

cwmConfigEntry

CwmConfigEntry

Provides an entry that contains information for each module.

Max-Access: not-accessible

Status: current

The index is cwmIndex.

none

cwmIndex

Unsigned32 (1..2147483647)

Specifies the value that corresponds to the slot number where the module resides. However, system wide uniqueness is the only true requirement.

Max-Access: not-accessible

Status: current

none

cwmIngressSCT
FileId

Unsigned32 (0..255)

Defines the file ID of the Service Class Template (SCT) file. The SCT holds the connection specific parameters for this module in the ingress direction, for example, network to switch.

The SCT provides a means for inferring extended parameters, which are generally platform-specific, from the set of standard ATM protocol parameters passed in Virtual Switch Interface (VSI) connection setup primitives. A set of Service Templates are available in a nonvolatile storage, and is downloaded onto each SM on power up.

SCT contains the following two classes of data:

  • One class consists of parameters necessary to establish a Virtual Connection, for example, per-VC, and includes entries such as Usage Parameter Control (UPC) actions, various bandwidth-related items, per-VC thresholds, and some hardware-specific items.

  • The second class of data items includes those necessary to configure the associated Class-of-Service Buffers that provide the Quality of Service (QoS) support.

Max-Access: read-write

Status: current

none

cwmIngressSCT
FileName

DisplayString

Contains the SCT filename. Write access is not required. The filename has the cwmIngressSCTFileId value as the suffix. For example, the value SCT.INGR.13 for this object indicates 13 is the value of cwmIngressSCTFileId.

Max-Access: read-write

Status: current

none

cwmAutoLineDiagEnable

INTEGER { enable(1), disable(2) }

Enables and disables automatic diagnostic feature of physical lines on module. In case of a line alarm, enabling this feature temporarily suspends traffic in both directions and starts local loopback testing. Disabling this feature will not effect the traffic in one direction while another direction is in alarm.

Max-Access: read-write

Status: current

disable

Statistics Configuration Table

The object identifiers are listed in Table 13-4.


Table 13-4: Statistics Configuration Table Object Identifiers
Name Object Identifier

cwmStatConfigTable

::= { cwmStatsConfig 1 }

cwmStatConfigEntry

::= { cwmStatConfigTable 1 }

cwmStatBucketInterval

::= {cwmStatConfigEntry 1 }

cwmStatCollectionInterval

::= {cwmStatConfigEntry 2 }

cwmStatCollectionStatus

::= {cwmStatConfigEntry 3 }

cwmStatCurrentLevel

::= {cwmStatConfigEntry 4 }

cwmStatLevelConfigured

::= {cwmStatConfigEntry 5 }

cwmStatMaximumConnections

::= { cwmStatConfigEntry 6 }

The MIB objects are listed in Table 13-5.


Table 13-5: Statistics Configuration Table MIB Objects
Name Syntax Description Default Value

cwmStatConfig
Table

SEQUENCE OF CwmStatConfigEntry

Specifies the objects that are required for configuring module statistic collection-related parameters. The statistics related to the interfaces and ATM Connections are stored in a file. The statistics file is uploaded by the Network Manager System (NMS) applications using file transfer protocols, for example Trivial File Transfer Protocol (TFTP) or File Transfer Protocol (FTP).

While current interval of data is being collected in memory, the previous interval of data is uploaded by NMS. Each interval's data can overwrite the previous interval's data in the statistic file after the interval is over.

Max-Access: not-accessible

Status: current

none

cwmStatConfig
Entry

CwmStatConfigEntry

Provides the entry that contains statistics configuration information for the module.

Max-Access: not-accessible

Status: current

The index is cwmIndex.

none

cwmStatBucket
Interval

INTEGER { five(5), ten(10), fifteen(15), twenty(20), thirty(30), sixty(60) }

Contains the bucket interval in minutes that is used in collecting statistics. This specifies the interval is over the module that accumulates a sample. The value also defines the amount of time available to the NMS application to upload the statistic file, and to not miss one interval worth of data.

Units: minutes

Max-Access: read-write

Status: current

fifteen

cwmStatCollectionInterval

INTEGER { default(0), one(1), five(5) }

Describes the collection interval of statistics. Within a sampling interval, as defined by cwmStatBucketInterval, statistics counters are updated for every collection interval.

The default value of the collection interval is the same as the bucket interval.

In case of the bucket interval being five minutes, default(0) and five(5)values for this object has the same effect.

Units: minutes

Max-Access: read-write

Status: current

default

cwmStatCollectionStatus

INTEGER { enable(1), disable(2) }

Enables or disables the collection of statistics on the module.

Max-Access: read-write

Status: current

enable

cwmStatCurrent
Level

StatisticsLevel

Describes the current statistics level of the module.

A change in the card statistic level can take place only after a module reset. This object shows the current module statistic level. While the cwmStatLevelConfigured object is used to configure the module statistic level., the value set for the cwmStatLevelConfigured object takes effect after the next module reset.

Max-Access: read-only

Status: current

none

cwmStatLevel
Configured

StatisticsLevel

Configures the statistics level for the module. The statistics level value set in this object takes effect only on reset of the module.

This object is set only if cwmStatCollectionStatus is set to enable(1). This object cannot be set to notApplicable(0).

Max-Access: read-write

Status: current

levelOne

cwmStatMaximumConnections

Unsigned32

Determines the maximum number of connections for which the statistics are being collected.

Max-Access: read-only

Status: current

none


hometocprevnextglossaryfeedbacksearchhelp
Posted: Fri Sep 15 11:01:13 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.