cc/td/doc/product/rtrmgmt/cwm/10_2
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Database Tables

Database Tables

This chapter describes the column and row structure for each of the database tables in Release 10 of the CWM database. A description of how to interpret the contents of each field is included. The bold entries within the tables are the indices.

Access Node

Table 3-1 contains information about access devices such as the Cisco MC3810.


Table 3-1: Access_Node
Column Name Data Type Description

node_id

integer

CWM node ID

obj_id

integer

Object ID

type

smallint

Access node type

subtype

smallint

Access node subtype

ipaddress

integer

Access node IP address

p_ipaddress

integer

Access node parent IP address

p_slot

smallint

Parent slot number

p_port

smallint

Parent port number

r_slot

smallint

Access node slot number

r_port

smallint

Access node port number

device_id9.1

smallint

Device ID

APS

Table 3-2 contains configuration information about Sonet Automatic Protection Switching (APS) feature. This information is used to configure Automatic Protection Switching in a SONET Line.


Table 3-2: APS
Column Name Data Type Description

node_id

integer

CWM node ID

shelf

integer

shelf number

slot

smallint

Slot number

bay

smallint

the bay #, default value = 1

work_index

integer

the working line in the APS pair (line#)

prot_index

integer

the protection line in the APS pair

enable

smallint

APS feature on the working/protection line pairs

csApsDisabled (1),

csApsEnabled (2)

arch_mode

smallint

APS architecture mode

onePlusOne (1),

oneToOne (2),

anexBOnePlusOne (3),

ycableOnePlusOneNok1k2 (4),

straightOnePlusOneNok1k2 (5)

active_line

smallint

active line

csApsWorkingLine (1),

csApsProtectionLine (2)

sig_fault_ber

smallint

Bit Error Rate threshold for Signal Fault detection.. (3..5)

sig_degrade_ber

smallint

Bit Error Rate threshold for Signal Degrade detection. (5..9)

wait_to_restore

smallint

minutes to wait before attempting to switch back to working line.(1..12)

direction

smallint

switching direction

uniDirectional (1),

biDirectional (2)

revertive

smallint

APS revertive option

nonrevertive (1),

revertive (2)

reserved

integer

reserved for future use

ASI_LINE (ASI/BXM/BXM-E/BME/UXM)

Table 3-3 contains information about about BPX ASI/BXM/BXM-E/BME/UXM lines and physical lines.


Table 3-3: ASI_Line (ASI/BXM/BME/UXM)
Column Name Data Type Description

asiLine_obj_id

integer

UXM physical line object ID

l_network_id

smallint

CWM network ID

l_node_id

integer

CWM node ID

card_type

smallint

ASI_T3 = 106, ASI_E3 = 107

ASI_0C3_SMF = 110

ASI_OC3_MMF = 111

UXM = 419.1

interface

smallint

Interface type:
0 = unknown
1 = T1
2 = Not used
3 = subrate
4 = OC39.1
5 = E19.1
7 = Broadband
8 = E39.1
9 = T39.1
10 = OC12
11 = E2
12 = HIIS

1_slot

smallint

slot number

l_port

smallint

port number. For physical lines this will be (trunk number -1). For example, for IMA trunk 11.3-5. For all the 3 physical lines (3, 4 & 5) of this trunk the port number will be (3-1 = 2).

l_trk9.1

smallint

Logical Trunk number for trunks having physical lines. For non physical lines it will be -1. Default value for upgrade to SV+ 9.1 is -1.

l_vtrk9.1

smallint

If trunks having physical lines and if it is a virtual trunk then it will contain virtual trunk number otherwise it will be -1. Default value for upgrade to SV+ 9.1 is -1

l_line9.1

smallint

physical line number. This is unique per card. For example, if physical lines are 2, 3 for one trunk and 6, 7 for another trunk on the same card, then this field will be 2, 3 for the first trunk and 6,7 for the second trunk. For non physical lines it will be -1. Default value for upgrade to SV+ 9.1 is -1.

aps_flag

smallint

reserved for future use

default value is -1

lineinfo

smallint

num_phy_line

smallint

the total number of physical lines in IMA group

primary_phy_line

smallint

the primary physical line number for the IMA group

phy_line_bitmap

smallint

the physical line bitmap for IMA group

line_speed

integer

the line speed for IMA group

commentc

char(20)

comment field

active

smallint

active state

0 = inactive
1 = active

This field is unused.

status

smallint

status field

1 = clear

2 = failed

reserved

integer

reserved for future use

ASI_LN_DATA (ASI/BXM/BXM-E/BME/UXM)

Table 3-4 contains information about about ASI/BXM/BXM-E/BME/UXM line statistics.

)
Table 3-4: ASI_LN_DATA (ASI/BXM)
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

asiport_obj_id

integer

ASI port BPX object ID

l_node_id

integer

Local CWM node ID

l_slot

smallint

slot number

l_port

smallint

Physical port number

port_speed

integer

Port speed (baud rate) in 100 bps.

port_type

smallint

Port Type:
UNI = 1
NNI = 2
MC_UNI = 39.1
MC_NNI = 49.1

svc_in_use

smallint

SVC used (0 = unused, 1 = used)

svc_lcn_lo

integer

SVC LCN Low value

svc_lcn_hi

integer

SVC LCN High value

svc_vpi_lo

integer

SVC VPI Low value

svc_vpi_hi

integer

SVC VPI High value

svc_vci_lo

integer

SVC VCI Low value

svc_vci_hi

integer

SVC VCI High value

commentc

char(20)

Comment field to be used to further qualify the ASI Port

active

smallint

Port active state:
0 = inactive
1 = active

status

smallint

Port status field:
1 = Clear
2 = Failed

reserved

integer

Reserved for future use

ASI_PORT

Table 3-5 contains information about ASI/BXM/BXM-E/BME/UXM port statistics.


Table 3-5: ASI_PORT
Column Name Data Type Description

asiport_obj_id

integer

ASI port BPX object ID

l_network_id

smallint

CWM network ID

l_node_id

integer

Local CWM node ID

l_slot

smallint

slot number

l_port

smallint

Physical port number

port_speed

integer

Port speed (baud rate) in 100 bps.

port_type

smallint

Port Type:
UNI = 1
NNI = 2
MC_UNI = 39.1
MC_NNI = 49.1

svc_in_use

smallint

SVC used (0 = unused, 1 = used)

svc_lcn_lo

integer

SVC LCN Low value

svc_lcn_hi

integer

SVC LCN High value

svc_vpi_lo

integer

SVC VPI Low value

svc_vpi_hi

integer

SVC VPI High value

svc_vci_lo

integer

SVC VCI Low value

svc_vci_hi

integer

SVC VCI High value

vir_portId

smallint

Virtual Port Id

vpi_range_hi

smallint

VPI High Value

vpi_range_lo

smallint

VPI Low Value

reserv_cac

integer

CAC Reverse Value

ilmi_info_bitmap

smallint

cbaaaaaa

c-ILMI (0-disable,1-enable)

b-IP Discovery (0-disable,1-enable)

ip_address

integer

IP address of the device attached to the router

if_name_length

smallint

interface name length

ifName

char(256)

interface name

st_ar_vpi_ran_1

smallint

Start of AR VPI range 1

end_ar_vpi_ran_1

smallint

End of AR VPI range 1

st_ar_vpi_ran_2

smallint

Start of AR VPI range 2

end_ar_vpi_ran_2

smallint

End of AR VPI range 2

st_ar_vpi_ran_3

smallint

Start of AR VPI range 3

end_ar_vpi_ran_3

smallint

End of AR VPI range 3

st_ar_vpi_ran_4

smallint

Start of AR VPI range 4

end_ar_vpi_ran_4

smallint

End of AR VPI range 4

commentc

char(20)

Comment field to be used to further qualify the ASI Port

active

smallint

Port active state:
0 = inactive
1 = active

status

smallint

Port status field:
1 = Clear
2 = Failed

reserved

integer

Reserved for future use

ASI_PORT_DATA

Table 3-6 contains information about ASI/BXM/BXM-E/BME/UXM line statistics.


Table 3-6: ASI_PORT_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

asiport_obj_id

integer

ASI port BPX object ID

l_node_id

integer

Local CWM node ID

stat_type

smallint

Statistic type (object dependent field)

bucket_type

smallint

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

ATM_CONNECTION

Table 3-7 contains information about ATM connection segments. This table provides information about AUXM, BNI, ASI, BTM, BXM, BXM-E, BME, UXM, and PXM segments.


Table 3-7: ATM_CONNECTION
Column Name Data Type Description

con_obj_id

integer

ATM Connection segment object ID

f(slot, lcn)

rcon_obj_id

integer

Remote Connection Object ID

lcon_obj_id

integer

Logical Connection Object ID

master_flag

smallint

Flag that indicates if this end is the master.
True (1)

False (2)

l_network_id

smallint

Local CWM network ID

l_node_id

integer

Local CWM node ID

termination

smallint

Type of local and remote end-points.

Bit(0) - Local end has feeder
Bit(1) - Remote end has feeder
Bit(2-4) - Local endpoint type
Voice_Data (0)
Frame-Relay (1)
ATM (2)
Bit(5-7) -Remote endpoint type.

Voice_Data (0)
Frame-Relay (1)
ATM (2)

l_slot

smallint

Local slot number

l_port

smallint

Local logical port number

l_vpi

smallint

Local Channel VPI number. (0..4095)

l_vci

integer

Local Channel VCI number. (0..65535)

r_network_id

smallint

Remote CWM network ID

r_node_id

integer

Remote CWM node ID

r_slot

smallint

Remote slot number

r_port

smallint

Remote logical port number

r_vpi

smallint

Remote VPI number. (0..4095)

r_vci

integer

Remote VCI number. (0..65535)

con_type

smallint

Connection type (for example, voice, data, frame relay, atm connection etc.) ATM = 6

sub_type

smallint

Service type:
1 = ATF
2 = VBR
3 = CBR
4 = unknown
5 = ABR
6 = ATFST
7 = CE
8 = FR_VBR
9 = FR_ABR_FS
10= UBR
11= RTVBR

mir

integer

minimum information rate in 100 bits per second. (7..23000000)

qir

integer

quiescent information rate in 100 bits per second

pir

integer

peak information rate in 100 bits per second

cir

integer

committed information rate in 100 bits per second. (7..23000000)

lper_util

smallint

Local Percent Utilization. (0..100)

rper_util

smallint

Remote Percent Utilization. (0..100)

commentc

char(20)

Comment field to be used to further qualify the ATM connection

active

smallint

Connection active state

0 = inactive

1 = active

status

smallint

Connection status field:

PVC:
1 = OK/A-Bit alarm
2 = Failed/A-Bit alarm
3 = Down/A-Bit alarm
15 = Upper Level Alarm
129 = OK
130 = Failed
131 = Down

SPVC:
0 = Clear
1 = ingAisRdi
2 = egrAisRdi
4 = conditioned
8 = interfaceFail
16 = ccFail
32 = mismatch
64 = ingAbitFail
128 = Unknown

con_info_flag

smallint

connection information flag

This is bit field:
bit(7) Foresight

Enabled (1)

Disabled (0)
bit(6) SNA priority

High (1)

Low (0)
bit (5-0) are unused

ibs

int eger

Initial burst size. (1..5000000)

vc_q_depth

integer

VC queue depth in bytes

efci_q_thresh

smallint

EFCI Queue threshold

cbs

integer

CBS

(1..5000000)

mfs

integer

MFS

ccdv

integer

Maximum tolerable cell delay variation in the direction local -> remote

(0..16777215)

clp_hi

smallint

CLP High threshold

clp_lo

smallint

CLP Low threshold

fst_rate_up

integer

ForeSight Rate Up.

(map to cwaChanAbrRIF)

oneOver32768 (1),

oneOver16384 (2),

oneOver8192 (3),

oneOver4096 (4),

oneOver2048 (5),

oneOver1024 (6),

oneOver512 (7),

oneOver256 (8),

oneOver128 (9),

oneOver64 (10),

oneOver32 (11),

oneOver16 (12),

oneOver8 (13),

oneOver4 (14),

oneOver2 (15),

one (16)

fst_rate_dn

integer

ForeSight Rate Down.

(map to cwaChanAbrRDF)

oneOver32768 (1),

oneOver16384 (2),

oneOver8192 (3),

oneOver4096 (4),

oneOver2048 (5),

oneOver1024 (6),

oneOver512 (7),

oneOver256 (8),

oneOver128 (9),

oneOver64 (10),

oneOver32 (11),

oneOver16 (12),

oneOver8 (13),

oneOver4 (14),

oneOver2 (15),

one (16)

fst_fast_dn

smallint

ForeSight Fast Down

fst_qir_to

smallint

ForeSight QIR timeout

fst_max_adj

integer

ForeSight Maximum Adjustment

clp_tagging

integer

CLP Tagging (enable = 2, disable = 1)

upc_enable

integer

UPC Enable (enable = 2, disable = 1)

rm_enable

integer

RM Enable (enable = 2, disable = 1)

u_fgcra

integer

FGCRA (enable = 2, disable = 1

u_scr_policing

smallint

SCR Policing (CLP0 = 1, CLP0 and 1 = 2, off = 3)

u_pcr01

integer

PCR0+1. (7..23000000) in bps

Peak cell rate (PCR) for the direction local -> remote

u_ccdv01

integer

CCDV0+1. (1..5000000)

u_ccdv0

integer

CCDV0

lcn

integer

Logical Connection Number. (0..524287)

nrm

smallint

Maximum number of cells each forward

RM-cell

nrm2 (1),

nrm4 (2),

nrm8 (3),

nrm16 (4),

nrm32 (5),

nrm64 (6),

nrm128 (7),

nrm256 (8)

tbe

integer

Transient Buffer Exposure

(1..16777215)

frtt

smallint

Fixed round trip time

(0..16700000)

vsvd

smallint

Virtual Source/Virtual Destination

mc_type

smallint

Multicast type:

Normal (0)

Root (1)

Leaf (2)

par_subtype

smallint

This specifies the ATM connection service type (bbConnServiceType)

1: Constant Bit Rate

2: Variable Bit Rate

4: Unspecified Bit Rate

6: Available Bit Rate ( standard )


Note   This is used by PXM only. Also, to make it compatible with the existing AUSM MIB definition, value 3 is not used.

From "CiscoAtmServiceCategory" for AXSM card

cbr1(1),

vbr1RT(2),

vbr2RT(3),

vbr3RT(4),

vbr1nRT(5),

vbr2nRT(6),

vbr3nRT(7),

ubr1(8),

ubr2(9),

abr(10),

cbr2(11),

cbr3(12)

rout_pri

smallint

This is used by PAR to determine how important this connection is when selecting connections to route.

(0..15)

max_cost

smallint

Maximum allowed cost. It is related to Cost Based Routing.

This is used by PXM so that it won't choose a path with a cost greater than this configured level. Default value is 255. (1..65535)

res_trk_typ

smallint

Restricted trunk type for routing, used by PAR.

1: norestriction

2: terrestrialTrunk

3: sateliteTrunk

r_pcr

integer

Peak cell rate. (7..23000000)

r_mcr

integer

Minimum cell rate. (7..23000000)

vp_flag

smallint

VP/VC endpoint

VP (1),

VC (2)

if_index

integer

the ifIndex

shelf

smallint

the shelf number

bay

smallint

the bay number

line

smallint

the line number

upd_counter

integer

determine if a channel in the table had been modified and requires an upload.

It's data type is an unsigned32. The one use this value need to do the convertion.

(0..4294967295)

stats

smallint

enable the restrict the amount of statistical data

enable (1),

disable (2)

cc

smallint

enable the continuity check(CC) on a connection endpoint

enable (1),

disable (2)

routing_l_vpi

smallint

the routing local VPI.

(1..4095)

routing_l_vci

integer

the routing local VCI

(0..65535)

l_nsap_addr

char(20)

internal NSAP assigned to a local endpoint

r_nsap_addr

char(20)

NSAP of the peer endpoint

ctlr_id

smallint

to associate an endpoint with a specific controller

(1..255) DEFVAL { 1 }

PNNI controller (1),

PAR controller (2)

frame_dis

smallint

enables the frame discard feature

enable (1),

disable (2)

oper_status

smallint

operational status of an endpoint

operOk (1),

operFail (2),

adminDown (3)

cctd

integer

Maximum tolerable network transfer delay in the direction local -> remote.

(0..65535)

icr

integer

Initial cell rate, if not ABR, then -1

(7..23000000)

must not be larger than the u_pcr01 (PCR)

adtf

smallint

ACR Decrease Time Factor,

if not ABR, then -1

(1..1023)

trm

smallint

time between forward RM-cells for an active source

if not abr, then -1, (1..8)

trm0point78125 (1),

trm1point5625 (2),

trm3point125 (3),

trm6point25 (4),

trm12point5 (5),

trm25 (6),

trm50 (7),

trm100 (8)

cdf

smallint

Cutoff Decrease Factor

if not abr, then -1, (1..8)

cdf0 (1),

cdfOneOver64 (2),

cdfOneOver32 (3),

cdfOneOver16 (4),

cdfOneOver8 (5),

cdfOneOver4 (6),

cdfOneOver2 (7),

cdfOne (8)

ers

smallint

Configuration of an endpoint for Explicit Rate Stamping

none (1),

enableIngress (2),

enableEgress (3),

enableBoth (4)

if not ABR, then -1

reserved

integer

Reserved for future use

ATM_PHY

Table 3-8 contains information about ATM physical table for lines.


Table 3-8: ATM_PHY
Column Name Data Type Description

node_id

integer

CWM node ID

shelf

integer

shelf number

slot

smallint

Slot number

bay

smallint

the bay number

line

smallint

the line number

if_index

integer

the Interface Index of the atm physical interface. It is different than the Interface Index of the line and port

enable

smallint

enable the physical line.

true (1),

false (2)

The default is true (1}

alarm_status

smallint

the operation status of the ATM physical interface

null_cell_header

char(4)

The first four bytes of the ATM header to be used for Null cells

null_cell_payload

smallint

Null cell Payload definition.

(0..255)

The default is '6A'h

hec_coset

smallint

enable the algorithm of Coset Polynomial Addition.

true (1),
false (2)

The default is true (1}

payload_scramble

smallint

whether Payload Scrambling is enabled.

true (1),
false (2)

The default is true (1}

reserved

integer

reserved for future use

AUSM_PORT

Table 3-9 contains information about about AUSM ports.


Table 3-9: AUSM_PORT
Column Name Data Type Description

ausmp_obj_id

integer

AUSM port object ID generated by CWM

f(slot, l_port)

l_network_id

smallint

Local network ID

l_node_id

integer

CWM local node ID

shelf

integer

Shelf number

l_slot

smallint

Local slot number

line

smallint

line number associated with this port

l_port

smallint

Logical port number for AUSM port

port_speed

integer

Port speed. The scale is bits/sec

commentc

char(20)

Comment field to be used to further qualify the LINE

active

smallint

Port active state

status

smallint

Operational status field:
up (2)
down (1)
testing (3)
unknown (4)
dormant (5)
notPresent (6)
lowerLayerDown (7)

signal_state

integer

Port signalling state

port_type

smallint

Type of port (from caviIfTyp):
other (1),
uni (2),
nni (3),
vuni (4),
vnni (5)

interface_type

smallint

Type of interface

protocol_type

smallint

Signalling protocol type (No Signalling, ILMI)

poll_timer

smallint

T491 polling interval

err_thresh

smallint

N491 error threshold

signalling_vpi

integer

Signalling VPI

signalling_vci

integer

Signalling VCI

ilmi_trap_enable

smallint

ILMI trap enabled

trap_interval

smallint

Minimum interval between traps

keep_alive

smallint

Keep alive polling state

event_thresh

smallint

N492 event threshold

min_enquiry

smallint

T493 minimum enqurity interval

svc_in_use

smallint

SVC used

svc_lcn_lo

smallint

SVC LCN Low

svc_lcn_hi

smallint

SVC LCN High

svc_vpid_lo

smallint

SVC VPID Low

svc_vpid_hi

smallint

SVC VPID High

svc_vci_lo

integer

SVC VCI Low

svc_vci_hi

integer

SVC VCI High

svc_vpi_lo

smallint

SVC VPI Low

svc_vpi_hi

smallint

SVC VPI High

addr_prefix

char(20)

Network prefix for the ATM address

ima_port

integer

IMA Port number

line_map

integer

Line mapping

num_red_links

smallint

Number of redundancy links

max_delay

smallint

Maximum delay

ima_master

smallint

IMA Master number

lcl_ima_id

smallint

Local IMA ID

rmt_ima_id

smallint

Remote IMA ID

line_order

char(16)

Line order list

obs_delay

smallint

OBS Delay

oversubscribed

smallint

Over subscribed indicator

ilmi_enable

smallint

enable ILMI interface

ima_symmetry

smallint

Symmetry of the IMA group

1: symmetricOperation

2: asymmetricOperation

3: asymmetriConfiguration

bbif_vpi_low

integer

The lower limit of VPI range to be reserved for this logical interface

bbif_vpi_high

integer

The upper limit of VPI range to be reserved for this logical interface.

min_rx_links

smallint

Minimum number of receive links required to be active for the IMA. Range is from 1 to 8.

min_tx_links

smallint

Minimum number of transmit links required to be active for the IMA group to be in the Up state. Range is from 1 to 8.

bay

smallint

the bay #, default value = 1

if_index

integer

A unique value for each interface

high_speed

integer

The high speed of the interface. the scale is megabits/sec.

admin_status

smallint

Desired state of the interface:
up (2),
down (1),
testing (3)

min_rate

integer

Logical interface's minimum cell rate

(50..5651328)

max_rate

integer

Logical interface's maximum cell rate

(50..5651328)

sct_id

smallint

The ID of the template file that holds card specific configuration. (1..255)

In order to unique identify a SCT file, use {sct_id, sct_type, fc_type} as the key to reference the sct table.

sct_version

integer

The version number of the template file

vpi_num

smallint

The value to configure this logical inteface to be a virtual trunk. (0..4095)

reserved

integer

reserved for future use

AUSM_PORT_DATA

Table 3-10 contains information about about AUSM port statistics.


Table 3-10: AUSM_PORT_DATA (MGX Family only)
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

ausmp_obj_id

integer

AUSM port ATM object ID

l_node_id

integer

Local CWM node ID

stat_type

smallint

Statistic type (object dependent field)

bucket_type

smallint

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

AXSM_CD_DATA

Table 3-11 contains information about AXSM card statistics.


Table 3-11: AXSM_CD_DATA
Column Name Data Type Description

timestamp

int

Timestamp of the statistical data record

axsmcard_obj_id

int

AXSM line object ID ( Possibly the slot number )

l_node_id

int

Local CWM node ID

stat_type

short

Statistic type (object dependent field)

bucket_type

short

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

AXSM_LN_DATA

Table 3-12 contains information about AXSM line statistics.


Table 3-12: AXSM_LN_DATA
Column Name Data Type Description

timestamp

int

Timestamp of the statistical data record

axsmline_obj_id

int

AXSM line object ID

l_node_id

int

Local CWM node ID

stat_type

short

Statistic type (object dependent field)

bucket_type

short

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

BIS_OBJECT

Table 3-13 contains information about BPX Interface shelf (BIS) objects (switch software release 8.1 or above).


Table 3-13: BIS_OBJECT
Column Name Data Type Description

obj_id

integer

Feeder (BIS) object ID

name

char(32)

name of BIS

type

smallint

feeder type

subtype

smallint

Flag that indicates if this BIS is a feeder.
True (feeder only) (1)

False (routing only) (0)

ipaddress

integer

IP address of Feeder shelf

p_ipaddress

integer

IP address of Feeder's parent node

p_slot

smallint

Parent slot number

p_port

smallint

Parent port number

p_logicalport

smallint

Parent logical port (for Ascend only)

f_slot

smallint

Feeder slot number

f_port

smallint

Feeder port number

status

smallint

Alarm status of a BIS object

0 = clear

1 = minor

2 = major

3 = unreachable

active

smallint

BIS object active state

model

integer

8410 : IGX [tm] 8

8420: IGX [tm] 16

8430: IGX [tm] 32

8220: Cisco MGX concentrator

8620: BPX

8650: BPX tag switch

default value : 0

CARD

Table 3-14 contains information about the status of IPX, BPX, IGX, and MGX cards.


Table 3-14: CARD
Column Name Data Type Description

obj_id

integer

object ID generated by CWM

node_id

integer

The node ID of a node generated by CWM

network_id

smallint

CWM network ID

node_type

smallint

CWM node type

shelf

integer

Shelf number

slot

smallint

Slot number

fc_type

smallint

fc_dscrp

char(21)

Front card description (MGX 8220 only)

fc_serial_num

char(12)

Front card serial number

fc_hw_rev

char(6)

Front card hardware revision

fc_fw_rev

char(21)

Front card firmware revision (MGX 8220 Only)

fc_reset_reason

integer

Front card Reset reason

Power Up (1),

Parity Error (2),

watchDog (3),

Resource Overflow (4),

Clear All Config (5),

Missing Task (6)

(MGX 8220 only)

fc_fab_num

char(21)

Front card FAB number

fc_state

integer

Front card state

No Card (1),

Standby (2),

Active (3),

Failed (4),

Self Test (5),

Held in Reset (6),

Boot (7),

Mismatch (8),

Unknown (9),

Corecard Mismatch (10),

Blocked (11),

Reserved (12)

mib_version

integer

MIB version number (MGX 8220 only)

bc_type

smallint

bc_dscrp

char(21)

Back card description (MGX 8220 only)

OCTET STRING (SIZE (0..255)) ???

bc_serial_num

char(12)

Back card serial number

bc_hw_rev

char(6)

Back card hardware revision

bc_fw_rev

char(21)

Back card firmware revision

(MGX 8220 Only)

bc_state

smallint

Back card state

Not Present (1)

Present (2)

sec_bc_type

smallint

default -1

sec_bc_dscrp

char(21)

default ""

sec_bc_serial_num

char(12)

default ""

sec_bc_hw_rev

char(6)

default ""

sec_bc_fw_rev

char(21)

default ""

sec_bc_state

smallint

default -1

rate_up

integer

rate up (FRSM/AUSM only)

rate_dn

integer

Rate down (FRSM/AUSM only)

fast_dn

integer

Rate fast down (FRSM/AUSM only)

measure_time

integer

RTD measure time (FRSM/AUSM only)

qir_timeout

integer

QIR timeout (FRSM only)

chan_allowed

smallint

Channelized data allowed

1 = Not channelized

2 = Channelized

(FRSM only)

rate_ctrl_allowed

smallint

Rate control allowed (FRSM only)

clk_conn_type

smallint

Clock connector type

curr_clk_src

smallint

Current clock source

pri_clk_src

smallint

Primary clock source

sec_clk_src

smallint

Secondary clock source

clk_impedence

smallint

Clock impedance

out_of_sync

smallint

Configuration upload failed during last resynchronization

bnm_ln_format

smallint

BNM Cell Format (Possible values 1-STI, 2-UNI, 3-NNI)

aps_info

smallint

Default -1

ml_chan_stat

smallint

Multi-level Channel Statistics

logical_slot

smallint

the logical slot # of the slot in chassic

egr_qos_feature

smallint

egrQosFeature Enable or not

egrQosFeatureEnabled (1),

egrQosFeatureDisabled (2),

notApplicable (3)

sct_id

smallint

the sct_id of sct file for card module

In order to unique identify a SCT file, use {sct_id, sct_type, fc type} group as the key to reference the sct table.

sct_version

integer

the version number

clk_err_reason

smallint

the clock error reason

fc_admin_status

smallint

administrative control of the module

ent_phy_idx

integer

entity physical index

(from entPhysicalIndex)

bc_ent_phy_idx

integer

backcard entity physical index

(from entPhysicalIndex)

sec_bc_ent_phy_idx

integer

secondary backcard entity physical index

(from entPhysicalIndex)

reserved

integer

reserved for future use

CESM_CONNECTION

Table 3-15 contains information about CESM connections for MGX 8220, MGX 8230, MGX 8250, and MGX 8850 Release 1 nodes.


Table 3-15: CESM_CONNECTION (MGX 8220, MGX 8230, MGX 8250, and MGX 8850 Release 1 only)
Column Name Data Type Description

con_obj_id

integer

Connection object ID (a.k.a. VC/End-Point Index)

master_flag

smallint

Flag that indicates if this end is the master.

True (1)

False (0)

l_network_id

smallint

Local CWM network ID

l_node_id

integer

Local CWM node ID for MGX 8850 or MGX 8220

shelf

integer

Shelf number

termination

smallint

Local and remote termination type.

l_slot

smallint

Local slot number

l_line9.1

smallint

Local line number

l_port

smallint

Local port number which is physical port number

l_vpi

smallint

Local VPI number

l_vci

integer

Local VCI number

r_network_id

smallint

Remote CWM network ID

r_node_id

integer

Remote CWM node ID

r_slot

smallint

Remote slot number

r_line

smallint

Remote line number

r_port

smallint

Remote port number

r_vpi

smallint

Remote DLCI number or VPI number

r_vci

integer

Remote VCI

con_type

smallint

Connection type (for example, voice, data, CESM, frame relay etc)

max_buf_size

integer

maximum size of reassembly buffer (in octets)

cell_loss_period

integer

cell loss integration period (milliseconds)

cdv_rx_t

integer

maximum cell arrival jitter tolerated by reassembly process (in 10 microsecond increments)

commentc

char(20)

Comment field to be used to further qualify the connection

active

smallint

Connection active state

status

smallint

Connection status field:
1 = Clear
2 = Failed
3 = Down
15 = Upper Level Alarm

cbr_clock_mode9.1

smallint

specifies clocking mode of the CBR service

Values:

synchronous (1)

srts (2)

adaptive (3)

cas9.1

smallint

specifies if CAS bits are carried by the service

Values:

basic (1)

e1Cas (2)

ds1SfCas (3)

ds1EsfCas (4)

ccs (5)

partial_fill9.1

smallint

number of user octets per cell, if partial cell fill is used

Value range: 0..47

idle_detection9.1

smallint

Idle Detection (CESM-8)

Values: disable (1) and onhook(2)

onhook_code9.1

smallint

Onhook Code (CESM-8)

Value Range: 0..15

idle_suppression9.1

smallint

Idle Suppression (CESM-8)

Values: disable (1) and enable (2)

par_subtype

smallint

This specifies the ATM connection service type (bbConnServiceType)

1: Constant Bit Rate

2: Variable Bit Rate

4: Unspecified Bit Rate

6: Available Bit Rate ( standard )


Note   This is used by PXM only. Also to make it compatible with existing AUSM MIB definition, value 3 is not used.

par_rout_pri

smallint

This is used by PAR to determine how important this connection is when selecting connections to route

par_max_cost

smallint

Maximum allowed cost. It is related to Cost Based Routing.

This is used by PXM so that it won't choose a path with a cost greater than this configured level. Default value is 255.

par_res_trk_typ

smallint

Restricted trunk type for routing, used by PAR.

1: norestriction

2: terrestrialTrunk

3: sateliteTrunk

par_chan_pcr

integer

Peak cell rate.

par_chan_mcr

integer

Minimum cell rate

par_chan_per_util

smallint

This is the expected long-term utilization of the channel by this end-point. For CESM-8T1/E1/T3/E3 the value is 100%

lcn

integer

CESM channel number (cesCnfChanNum) which refers to the virtual connection number.

bc_bufsize_fctr

integer

Buffer size as factor of CDVT in 1/10

bc_local_addr

char(8)

E.164 address of cesm connection

bc_admin_status

integer

active (1),

inactive (2),

testing (4),

bc_cga_mode

smallint

voice-non-transparent (0),

voice-transparent (1),

dataport-transparent (2)

bc_onhk_trkcond

integer

on_d_off_c_off_b_off_a_off (0),

on_d_off_c_off_b_off_a_on (1),

on_d_off_c_off_b_on_a_off (2),

on_d_off_c_off_b_on_a_on (3),

on_d_off_c_on_b_off_a_off (4),

on_d_off_c_on_b_off_a_on (5),

on_d_off_c_on_b_on_a_off (6),

on_d_off_c_on_b_on_a_on (7),

on_d_on_c_off_b_off_a_off (8),

on_d_on_c_off_b_off_a_on (9),

on_d_on_c_off_b_on_a_off (10),

on_d_on_c_off_b_on_a_on (11),

on_d_on_c_on_b_off_a_off (12),

on_d_on_c_on_b_off_a_on (13),

on_d_on_c_on_b_on_a_off (14),

on_d_on_c_on_b_on_a_on (15)

bc_offhk_trkcond

smallint

off_d_off_c_off_b_off_a_off (0),

off_d_off_c_off_b_off_a_on (1),

off_d_off_c_off_b_on_a_off (2),

off_d_off_c_off_b_on_a_on (3),

off_d_off_c_on_b_off_a_off (4),

off_d_off_c_on_b_off_a_on (5),

off_d_off_c_on_b_on_a_off (6),

off_d_off_c_on_b_on_a_on (7),

off_d_on_c_off_b_off_a_off (8),

off_d_on_c_off_b_off_a_on (9),

off_d_on_c_off_b_on_a_off (10),

off_d_on_c_off_b_on_a_on (11),

off_d_on_c_on_b_off_a_off (12),

off_d_on_c_on_b_off_a_on (13),

off_d_on_c_on_b_on_a_off (14),

off_d_on_c_on_b_on_a_on (15)

atm_onhk_trkcond

smallint

on_d_off_c_off_b_off_a_off (0),

on_d_off_c_off_b_off_a_on (1),

on_d_off_c_off_b_on_a_off (2), on_d_off_c_off_b_on_a_on (3),

on_d_off_c_on_b_off_a_off (4),

on_d_off_c_on_b_off_a_on (5),

on_d_off_c_on_b_on_a_off (6),

on_d_off_c_on_b_on_a_on (7),

on_d_on_c_off_b_off_a_off (8),

on_d_on_c_off_b_off_a_on (9),

on_d_on_c_off_b_on_a_off (10),

on_d_on_c_off_b_on_a_on (11),

on_d_on_c_on_b_off_a_off (12),

on_d_on_c_on_b_off_a_on (13),

on_d_on_c_on_b_on_a_off (14),

on_d_on_c_on_b_on_a_on (15)

atm_offhk_trkcond

smallint

off_d_off_c_off_b_off_a_off (0),

off_d_off_c_off_b_off_a_on (1),

off_d_off_c_off_b_on_a_off (2),

off_d_off_c_off_b_on_a_on (3),

off_d_off_c_on_b_off_a_off (4),

off_d_off_c_on_b_off_a_on (5),

off_d_off_c_on_b_on_a_off (6),

off_d_off_c_on_b_on_a_on (7),

off_d_on_c_off_b_off_a_off (8),

off_d_on_c_off_b_off_a_on (9),

off_d_on_c_off_b_on_a_off (10),

off_d_on_c_off_b_on_a_on (11),

off_d_on_c_on_b_off_a_off (12),

off_d_on_c_on_b_off_a_on (13),

off_d_on_c_on_b_on_a_off (14),

off_d_on_c_on_b_on_a_on (15)

ckt_bc_id

char(64)

ckt id given by user

ckt_lpbk_ctrl

smallint

no-loopback (0),

ces-loopback (1),

atm-loopback (2)

ckt_dest_if_index

integer

The IfIndex of the atm interface to ces connection.

ckt_farnd_if_index

integer

The ifIndex of channel on the far end switch

ckt_farnd_nodeid

integer

Node Id of far end.

It is -1 if node is not discovered in CWM.

ckt_farnd_slot

smallint

Slot number ob far end switch

ckt_ifstor_name

char(64)

Circuit Name provided by user

ckt_ifstor_num

integer

Circuit number provided by user

atm_loc_alarm

smallint

loc alarm enable (1)

loc alarm disable (2)

reserved

integer

For future use

CHANNEL_ROUTE

Table 3-16 contains information about channel route table for FRASM cards. The FRASM is no longer supported by CWM. This table is obsolete in Release 10 of CWM.


Table 3-16: CHANNEL_ROUTE
Column Name Data Type Description

obj_id

integer

The object ID

node_id

integer

The CWM node ID

slot

smallint

The slot number

line

smallint

The line number

port

smallint

The port number

logical_port

smallint

The logical port number

dlci

smallint

The DLCI number

lcn

smallint

The logical channel number

address

smallint

The station address number (For BSTUN, it is CU address. For FRASBAN, it is route ID. For others, it is Link Station address)

type

smallint

The route type:

STUN 1

BSTUN 2

FRASBNN 3

FRASBAN 4

lsap

smallint

The LSAP used to differentiate between tunnels on this DLCI(For STUN/BSTUN/FRAS-BNN only)

rsap

smallint

The RSAP used to differentiate between connections on this DLCI(For FRAS-BNN only)

th_type

smallint

The Transmission header type (For FRASBNN only):

none 1

pfid 2 FID2 SNA transmission header for SNA
peripheral traffic

afid 10 FID2 transmission header for APPN traffic

fid4 4 Transmission header used on SNA subarea flows.

bni

char(15)

The Boundary node identifier (BNI) MAC address used for this BAN addressing scheme. It is 6 bytes in hex as format "0000.0000.0000"(For FRAS-BAN only)

state

smallint

The operational status

inactive 1

active 2

CIRCUIT_LINE

Table 3-17 contains information about all circuit lines in all the networks.


Table 3-17: CIRCUIT_LINE
Column Name Data Type Description

cln_obj_id

integer

object ID

l_network_id

smallint

CWM network ID

l_node_id

integer

CWM node ID

l_slot

smallint

Slot number

l_line

smallint

Logical line number unique per node.

l_port

smallint

Physical line number unique per slot.

card_type

smallint

Card type:
3 = TXR ASI_T3 = 106
21 = CIP ASI_E3 = 107
29 = CDP ASI_OC3= 111
25 = FRP UXM = 419.1

interface

smallint

interface type

0 = unknown
1 = T1

3 = T3/E3

5 = E1

commentc

char(20)

Comment field used to further qualify the circuit line

active

smallint

active state

0 = inactive
1 = active

status

smallint

status field

1 = clear
2 = failed

line_info

smallint

line info flag:

bit7-3: spare

bit2-Coding:
0=U-law,
1=A-law

bit1-CAS:
0=False
1=True

bit0-CCS:
0=False
1=True

reserved

integer

reserved for future use

CIRCUIT_LN_DATA

Table 3-18 contains information about circuit line statistic data and service line data.


Table 3-18: CIRCUIT_LN_DATA
Column Name Data Type Description

timestamp

integer

timestamp of the statistical record

cln_obj_id

integer

circuuit line object ID

l_node_id

integer

CWM node ID

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of each bucket

totald

float

total of raw data collected in the sample interval

peak

float

peak rate of raw data in the sample interval

CONN_TEMPLATE

Table 3-19 contains basic information about each of the connection templates that have been created.


Table 3-19: CONN_TEMPLATE
Column Name Data Type Description

template_id

integer

Key field

template_name

varchar(20)

Key field. ( Substitute key for ID ).

template_descr

varchar(50)

Description of the template

connection_type

smallint

Unknown - 0
FrFr - 1
AtmAtm - 2
AtmFr - 3
AtmCe - 4
CeCe - 5
Voice - 6
Data - 7
RpmRpm - 8
AtmRpm - 9
FrRpm - 10.

service_type

smallint

UnknownServType - 0
cbr1 - 1
vbr1_nrt - 2
vbr2_nrt - 3
vbr3_nrt - 4
vbr1_rt - 5
vbr2_rt - 6
vbr3_rt - 7
abrfs - 8
abr1 - 9
ubr1 - 10
ubr2 - 11

pvc_type

smallint

PVC - 1,
SPVC - 2

l_multicast_type

smallint

Normal - 0
Root - 1
Leaf - 2

r_multicast_type

smallint

Normal - 0
Root - 1
Leaf - 2

l_endpoint_type

smallint

UnknownEndPointType - 0,
rFr_EndPoint - 1
FrFuni_EndPoint - 2
FrFf_EndPoint - 3
FrBstun_EndPoint - 4
FrStun_EndPoint - 5
FrFras_EndPoint - 6
AtmAtm_EndPoint - 7
AtmRpm_EndPoint - 8
Ce_EndPoint - 9
Voice_EndPoint - 10
Data_EndPoint - 11

r_endpoint_type

smallint

UnknownEndPointType - 0,
rFr_EndPoint - 1
FrFuni_EndPoint - 2
FrFf_EndPoint - 3
FrBstun_EndPoint - 4
FrStun_EndPoint - 5
FrFras_EndPoint - 6
AtmAtm_EndPoint - 7
AtmRpm_EndPoint - 8
Ce_EndPoint - 9
Voice_EndPoint - 10
Data_EndPoint - 11

l_fc_type

smallint

Local Front Card Type ( Refer to [6] )

r_fc_type

smallint

Remote Front Card Type (Refer to [6] )

l_bc_type

smallint

Local Back Card Type ( Refer to [6] )

r_bc_type

smallint

Remote Back Card Type ( Refer to [6])

l_card_version

varchar(20)

Local Card Version

r_card_version

varchar(20)

Remote Card Version

l_platform

smallint

Flag for local platform. Refer to [6]

r_platform

smallint

Flag for remote platform. Refer to [6]

CONN_TEMPL_PARAM

Table 3-20 contains information about the actual connection template parameters.


Table 3-20: CONN_TEMPL_PARAM
Column Name Data Type Description

template_id

integer

Template ID

template_name

varchar(20)

Template name

param_name

varchar(30)

Name of the template parameter

param_type

smallint

integer - 1, string - 2.

param_value

integer

The value of the parameter if the parameter type is integer.

CONNECTION

Table 3-21 contains information about frame relay, voice, and data connections. It contains the segment information for FRP, FRSM, voice, data, BTM, AIT, UFM, and FRM cards.


Table 3-21: CONNECTION
Column Name Data Type Description

con_obj_id

integer

Local-end Connection object ID

rcon_obj_id

integer

Remote-end Connection object ID

lcon_obj_id

integer

Local-end logical Connection object ID

master_flag

smallint

Flag that indicates if this end is the master.
0 = False
1 = True

l_network_id

smallint

Local-end CWM network ID

l_node_id

integer

Local-end CWM node ID

shelf

integer

Local-end Shelf number

termination

smallint

Type of local and remote end-points.

Bit(0) - Local end has feeder
Bit(1) - Remote end has feeder
Bit(2-4) - Local endpoint type
Voice_Data (0)
Frame-Relay (1)
ATM (2)
Bit(5-7) -Remote endpoint type.

Voice_Data (0)
Frame-Relay (1)
ATM (2)
Voice (3)
Data (4)

l_slot

smallint

Local-end slot number

l_line

smallint

Local-end line number (For FRSM connections only). It is set to 0 for all other cards.

l_channel

smallint

Local-end logical port (physical port for FRSM)

l_dlci

smallint

Local-end DLCI number

l_vci

integer

Local-end VCI number for AIT endpoint only (not valid for FRP/FRSM/UFM)

r_network_id

smallint

Remote-end CWM network ID

r_node_id

integer

Remote-end CWM node ID

r_slot

smallint

Remote-end slot number

r_line

smallint

Remote-end line number

r_channel

smallint

Remote-end logical port (physical port for FRSM)

r_dlci

smallint

Remote-end DLCI number

r_vci

integer

Remote-end VCI for AIT endpoint only (not valid for FRP/FRSM/UFM)

con_type

smallint

Connection type

0 = ADPCM voice
1 = ADPCM no voice activation detection (VAD)
2 = PCM voice
3 = transparent voice
4 = data (SDP)
5 = frame relay
6 = ATM

rate_info

smallint

Combination field of rate info:

bit(7) Fast EIA Enabled(1)/Disabled(0)
bit(6) DFM Enabled(1)/Disabled(0)
bits(5-3) Encoding:
undefined(0)
7/8(1)
8/8(2)
8/8l(3)
7/8E(4)
bit(2-0) Load Type:
undefined(0)
voice(1)
non-TS(2)
TS(3)
Bursty Data A(4)
Bursty Data B(5)

l_load_unit

smallint

Local-end maximum number of packets per second allocated to the connection

r_load_unit

smallint

Remote-end maximum number of packets per second allocated to the connection

min_bw

integer

Minimum guaranteed bandwidth in hundreds of bits per second

dax_con

smallint

DAX connection flag

0 = non DAX
1 = DAX

txr_card

smallint

Flag to identify that the voice connection end point card is TXR card type

0 = non TXR
1 = TXR

commentc

char(20)

Comment field

active

smallint

Connection active state

0 = inactive
1 = active

status

smallint

Connection status
1 = clear
2 = failed
3 = down

15 = Upper level alarm

qir

integer

Quiescent information rate in hundreds of bits per second.

pir

integer

Peak information rate in hundreds of bits per second

vc_q_depth

integer

VC queue depth in bytes

vc_q_thresh

integer

VC queue threshold in bytes
(ingress queue ECN threshold)

vc_de_thresh

integer

Ingress queue DE threshold

eg_q_depth

integer

Egress queue depth

eg_q_de_thresh

integer

Egress queue discard eligible (DE) threshold

eg_q_ecn_thresh

integer

Egress queue explicit congestion notification (ECN) threshold

de_tag_ena

integer

Discard eligible (DE) tagging enable/disable

cmax

integer9.1

Credit max for a connection in packets

lper_util

smallint

Local percent utilization

rper_util

smallint

Remote percent utilization

conn_info_flag

smallint

Connection information flag:
bit(7) Foresight

Enabled (1)

Disabled (0)
bit(6) SNA priority

High (1)

Low (0)
bit(5-0) unused

cir

integer

Committed information rate in hundreds of bits per second

a_bit_status

smallint

Connection a-bit status field

Bit 7 is 1 if NNI a-bit status is OK

Bit 6 is 1 if NNI remote PVC does not exist.

Bit 5 to Bit 0 unused.

ibs

integer

Initial burst size

bc

integer

Burst-committed in bytes

be

integer

Burst-excess in bytes

eg_q_select

smallint

Egress queue selection

card_type

smallint

Local-end card type
1 = CDP_SDP
2 = FRP
3 = AIT
4 = FRSM
5 = AUSM
6 = CESM
7 = ASI
8 = BNI
9 = AUSM_8
10 = BXM
11 = UVM
12 = CVM
13 = HDM
14 = LDM
15 = CDP
16 = SDP
17 = LDP

channel_type

smallint

Channel type (currently used by connections terminating on FRSM):
1= FR-NetworkInterWorking
2= FR-ServiceInterWorking-Transparent
3= FR-ServiceInterWorking-Translate
4= FR-FUNI
5= Frame-Forwarding

fecn

smallint

Forward explicit congestion notification

de_to_clp_map

smallint

DE to CLP map
2 = set DE 0 and set CLP 0
3 = set DE 1 and set CLP 1

clp_to_de_map

smallint

CLP to DE map
2 = set DE 0 and set CLP 0
3 = set DE 1 and set CLP 1

rate_type

smallint

For Voiceand Data connections only rate type: (0-13).
Set to -1 for other connection types.

rate_fctr

smallint

For Data connections only:
rate factor: (1-8)
set to -1 for other connection types

smpl_per_pckt

smallint

For Data connections only:
Sample per packet: (1, 2, 4, 5, 10). Set to -1 for other
connection types.

retry_cnt9.1

smallint

Number of retry attempts before declaring failure
(For FRASM llc port only) The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

ack_wait_time9.1

integer

Number of millisecond intervals the implementation will wait before resending unacknowledged information frames (For FRASM llc port only). The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

qbin_num

smallint

This indicates the class of the connection:
1-High priority (typically CBR connections)
2- real-time VBR
3- non-real time VBR
4- Available Bit Rate
5- Unspecified Bit Rate

There are eight (8) queues actually defined but only five (5) are currently being used. This object is currently supported only in FRSM-VHS cards.

lcn

integer

Refers to the virtual connection index. The ranges of this index are:
FRSM-4T1/E1 from 16 - 271
FRSM-8T1/E1 from 16 - 1015
FRSM-T3/E3/HS2 from 16 - 2015
FRSM-2CT3 from 16 - 4015

service_rate

integer

This is the rate to which IR can be set to when chanServiceRateOverride is set to enabled. (160..6400000)

eir

integer

EIR value for `0' CIR connections.(0..52000000)

tbe

integer

Transient Buffer Exposure, cells (0..16777215)

frtt

short

Fixed Round-Trip Time, msec. (0..16700)

0 signifies FRTT is not available.

rdf

integer

Rate Decrease Factor (1..32768)

rif

integer

Rate Increase Factor (1..32768)

nrm

integer

Max number of RM cell source may send (1..32768)

FRSM-8T1/E1 (1..256)

trm

integer

Max time delay in forwarding RM cells,

(3..255) milliseconds

cdf

short

Cutoff Decrease Factor, unitless

(0..64) valid discrete values:

1, 2, 4, 8, 16, 32, 64

adtf

short

ACR Decrease Time Factor, milliseconds

(10..10230)

mir

integer

Minimum Cell Rate is the rate at which the source is allowed to send.

(10..400000) cells/sec

reserved

integer

reserved for future use

CONNECTION_DATA

Table 3-22 contains information about connection statistic data.


Table 3-22: CONNECTION_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical record

con_obj_id

integer

connection object ID

l_node_id

integer

CWM node ID

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of each bucket

totald

float

total of raw data collected in the sample interval

peak

float

peak rate of raw data in the sample interval

CONTROLLER

Table 3-23 contains information about the VSI controller.


Table 3-23: CONTROLLER
Column Name Data Type Description

p_node_id

integer

Parent node ID of the VSI controller

ctrlr_id

integer

Controller ID of the controller

ctrlr_loc

smallint

Location of the controller shelf:
internal (1),
external (2)

ctrlr_type

smallint

TheController type:
par (1),
pnni (2),
lsc (3)

slot

smallint

The slot number

port

integer

The port number

attached_vpi

integer

Virtual Path Identifier(VPI)
(0..4095)

attached_vci

integer

Virtual Channel Identifier(VCI)

(32..65535)

ctrlr_name

char(40)

Thename choosen by the user for the VSI Controller

atm_ip_addr

integer

ATM IP address

lan_ip_addr

integer

LAN IP address

ctrlr_status

smallint

The administrative status of the controller:
active (1),
standby (2),
quiescent (3)

sw_rev

char(40)

PNNI network controller software revision number.

The length is up to change after it is defined

reserved

integer

reserved for future use

DATA_CHANNEL

Table 3-24 contains information about the data channel.


Table 3-24: DATA_CHANNEL
Column Name Data Type Description

chnl_obj_id

integer

Data channel object ID

l_node_id

integer

CWM node ID

1_slot

smallint

slot number

l_line

smallint

line number

l_channel

smallint

channel number

per_util

smallint

percent utilization (0 - 100)

cos

smallint

class of service

eia

smallint

EIA rate (0 - 20)

dfm_len

smallint

DFM length (0, 1, 7, 8, 16)

chnl_info

smallint

Data Channel Information:

Bit7-6: spare

Bit5: OCU: 0=reset, 1=Set

Bit4: DS0A, UCS: 0=reset, 1=Set

Bit3: DTE: 0=DCE, 1=DTE

Bit2-1: Clocking: 0=normal, 1=split, 2=looped

Bit0: DFM flag: 0=Off, 1=On

DNS_NODE

Table 3-25 contains information about DNS nodes.


Table 3-25: DNS_NODE Table
Column Name Data Type Description

node_id

integer

CWM node ID of DNS node

name

char(32)

DNS node name

ip_addr

integer

IP address of DNS node

p_node_name

char(32)

Parent node name of DNS node

redun_name

char(32)

Redundant node name

redun_ip_addr

integer

Redundant IP address

alarm_status

smallint

Alarm state field

oper_status

smallint

Current operation status of DNS node (active or standby)

FPD_CONN_DATA

Table 3-26 contains information about FastPAD statistics.


Table 3-26: FPD_CONN_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

fpdcon_obj_id

integer

FastPAD connection IPX object ID

l_node_id

integer

Local CWM node ID

stat_type

smallint

Statistic type (object dependent field)

bucket_type

smallint

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

FPD_CONNECTION

Table 3-27 contains information about FastPAD connections.


Table 3-27: FPD_CONNECTION
Column Name Data Type Description

fpdcon_obj_id

integer

FastPAD Connection FastPAD object ID

lcon_obj_id

integer

Logical Conn. Object Id

l_network_id

smallint

Local CWM network ID

l_node_id

integer

Local CWM node ID

l_slot

smallint

Local slot number

l_port

smallint

Local port number

l_subtype

smallint

Local FastPAD connection subtype
(for example, voice, data, session, etc.)

l_fpdslot

smallint

Local FastPAD slot number

l_fpdport

smallint

Local FastPAD port number

l_fpddlci

integer

Local FastPAD DLCI number

r_network_id

smallint

Remote CWM network ID

r_node_id

integer

Remote CWM node ID

r_slot

smallint

Remote slot number

r_port

smallint

Remote port number

r_subtype

smallint

Remote FastPAD connection subtype (for example, voice, data, session, etc.)

r_fpdslot

smallint

Remote FastPAD slot number

r_fpdport

smallint

Remote FastPAD port number

r_fpddlci

integer

Remote FastPAD DLCI number

con_type

smallint

Connection type

0 = ADPCM voice
1 = ADPCM no voice activation detection (VAD)
2 = PCM voice
3 = transparent voice
4 = data (SDP)
5 = frame relay
6 = ATM

rate_info

smallint

Combination field of rate info:
bit(7) Fast EIA Enabled(1)/Disabled(0)
bit(6) DFM Enabled(1)/Disabled(0)
bits(5-3) Encoding:
undefined(0)
7/8(1)
8/8(2)
8/8l(3)
7/8E(4)
bit(2-0) Load Type:
undefined(0)
voice(1)
non-TS(2)
TS(3)
Bursty Data A(4)
Bursty Data B(5)

l_load_unit

smallint

Local max number of packets per second allocated

r_load_unit

integer

Remote maximum number of packets per second allocated

mir

smallint

Minimum Information Rate in hundreds of bits per second.

commentc

char(20)

Comment field to be used to further qualify the FastPAD connection.

active

smallint

Connection active state

status

smallint

Connection status field:
1 = Clear
2 = Failed
3 = Down

con_info_flag

smallint

Connection information flag
bit(7) Foresight
Enabled (1)
Disabled (0)

bit(6)
High Priority (1)
bit(5-0) unused

reserved

integer

Reserved for future use

FPD_NODE

Table 3-28 contains information about FastPAD nodes.


Table 3-28: FPD_NODE
Column Name Data Type Description

fpdnode_obj_id

integer

FastPAD node object ID

network_id

smallint

CWM network ID

node_id

integer

CWM node ID

ipx_netw_id

smallint

IPX network ID

ipx_node_id

integer

IPX node ID

l_slot

smallint

FastPAD slot number

l_port

smallint

FastPAD port number

fpd_name

char(9)

FastPAD name

active

smallint

FastPAD active state

status

smallint

FastPAD status field

reserved

integer

Reserved for future use

FRP

Table 3-29 contains information about all the frame relay ports in all the networks.


Table 3-29: FRP
Column Name Data Type Description

frp_obj_id

integer

Object ID

l_network_id

smallint

CWM network ID

l_node_id

integer

CWM node ID

shelf

integer

shelf number

Set to 1 for MGX 8220 ports, set to 0 for all other ports.

l_slot

smallint

slot number

l_port

smallint

Physical port number (logical port for UFM only)

port_speed

integer

port speed in hundreds of bits per second (for example, 256 kbps displays as 2560)

port_info_bitmap

smallint

ELMI bitmap abbbbbbb

a-Neighbor Discovery
0 = disable
1 = enable)

ifIndex

integer

interface Index

ip_address

integer

IP address of the attached device.

commentc

char(20)

comment field used to further qualify the FRP port

active

smallint

active state

0 = inactive
1 = active

status

smallint

Status field:
1 = clear
2 = failed
3 = down
4 = Remote LPBK (FRSM only)
6 = Signaling fail (FRSM only)

Fourth bit is used to indicate line failure for FRRM only. This bit with conbination of first 3 bits gives different values from 9 - 15.

port_type

smallint

Type of port:
1 = FR
4 = FRSM
5 = FUNI
6 = Frame Forward
7 = Port Concentrator
8 = Channelized UFM
9 = SDLC-STUN9.1
10 = SDLC-FRAS9.1
11 = BSC-BSTUN9.1
12 = CESM-STRUC (CESM8 only)9.1
13 = CESM-UNSTRUC (CESM 8 only)9.1
14=BSC-PORT (partial BSC-BSTUN)9.1
15=CESM-FRAMING-ON-VCDISCONNECT9.1

queue_depth

integer

port queue depth

ecn_thresh

integer

ECN queue depth

de_thresh

smallint

DE threshold

logical_port

smallint

Logical port number used in the MIB (For FRSM and CESM-8 only) For FRP port it is 0.

line

smallint

Line number associated with this port
(For FRSM/UFM/CESM-8 Port only)

Defalut value for IPX/IGX is 0.

timeslot_num

smallint

Number of timeslots
(For FRSM & CESM-8 Port only)

Defalut value for IPX/IGX is 0

timeslot_speed

smallint

Timeslot speed
(For MGX 8220/FRSM/CESM-8 Port only)

1 - speed = 56k
2 - speed = 64k
Defalut value for IPX/IGX is 0.

port_bitmap

integer

Port bitmap (For MGX 8220/FRSM/UFM/CESM-8 Port only)

Defalut value for IPX is 0

port_equ

smallint

Port Equeue service ratio (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

port_flag

smallint

Port flags between frames (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

protocol_type

smallint

Signalling protocol type

1 = other

2 = noSignalling

3 = strataLMI

4 = annexAUNI

5 = annexDUNI

6 = annexANNI

7 = annexDNNI

9 = Enhanced LMI (ELMI)9.1

asyn_upd

smallint

Asynchronous Updates (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

link_timer

smallint

t391 Line Integrity Timer (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

poll_timer

smallint

t392 Polling Verification Timer (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

poll_counter

smallint

n391 Full Status Polling Counter (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

err_thresh

smallint

n392 Error Threshold (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

event_count

smallint

n393 Monitored Event Count (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

xmt_timer

smallint

Xmt CLLM Status Timer (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

rcv_timer

smallint

Rcv CLLM Status Timer (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

cllm_ena

smallint

CLLM enable/disable (For MGX 8220/FRSM Port only)

Defalut value for IPX/IGX is 0

signal_state

integer

Port signalling state (For MGX 8220/FRSM Port only)

1 = LMI failure
2 = CLLM failure

Defalut value for IPX/IGX is 0

elmi

smallint

1 = ELMI enabled

-1 = ELMI disabled or this field is not applicable.

This field was earlier used only for MGX 8220 nodes. From 9.1 it will also be used for IGX.

subrate_speed

smallint

Port subrate speed (For FRASM only):

1 = speed2400
2 = speed4800
3 = speed9600
4 = speed56000
5 = speed64000

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

interface

smallint

Port interface (For FRASM only): ds0, ds0a or ds0b

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

encoding

smallint

Port encoding: nrz or nrzi.(For FRASM only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

role

smallint

Port role:primary, secondary or negotiable. (For FRASM only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

max_frame

smallint

maximum number of bits expected in an inbound frame. (For FRASM SDLC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

retry_cnt

smallint

number of retry attempts. (For FRASM SDLC and BSC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

ack_wait_time

integer

number of milliseconds the software waits for an ack before attempting recovery. (For FRASM SDLC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

vmac

char(15)

virtual mac address for BAN group addressing. It is 6 bytes in hex. The format is "0000.0000.0000" (For FRASM SDLC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

poll_cycle

smallint

number of 1/10 of a second intervals to wait between the start of a polling cycle. (For FRASM BSC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

poll_intv

smallint

number of 1/10 second intervals between polls. (For FRASM BSC port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

group

smallint

protocol group number (For FRASM STUN or BSTUN port only)

The FRASM is no longer supported by CWM. This entry is obsolete in Release 10 of CWM.

reserved

integer

This field is currently used to store ELMI for FRSM (MGX 8220 only)

1 = ELMI Disabled
2 = ELMI Enabled

FRP_DATA

Table 3-30 provides information about frame relay port data.


Table 3-30: FRP_DATA
Column Name Data Type Description

timestamp

integer

timestamp of the statistical record

frp_obj_id

integer

frame relay port object ID

l_node_id

integer

CWM node ID

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of each bucket

totald

float

total of raw data collected in the sample interval

peak

float

peak rate of raw data in the sample interval

FTC_PORT

Table 3-31 contains information about FastPAD IPX ports.


Table 3-31: FTC_PORT
Column Name Data Type Description

ftcport_obj_id

integer

FTC port IPX object ID

l_network_id

smallint

Local CWM network ID

l_node_id

integer

Local CWM node ID

l_slot

smallint

FTC slot number

l_port

smallint

FTC port number

port_speed

integer

Port speed (baud rate in 100 bps)

commentc

char(20)

Comment field to be used to further qualify the FTC Port

active

smallint

FTC port active state

status

smallint

FTC port status field:
1 = Clear
2 = Failed

reserved

integer

Reserved for future use

T

FTC_PORT_DATA

Table 3-32 contains information about FastPAD IPX port statistics.


Table 3-32: FTC_PORT_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

ftcport_obj_id

integer

FTC port IPX object ID

l_node_id

integer

Local CWM node ID

stat_type

smallint

Statistic type (object dependent field)

bucket_type

smallint

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

LINE

Table 3-33 contains information about lines.


Table 3-33: LINE
Column Name Data Type Description

node_id

integer

CWM node ID

obj_id

integer

CWM object ID, f( slot, bay, line)

network_id

smallint

CWM network ID

shelf

integer

Shelf number

slot

smallint

Slot number

line

smallint

Line number

line_type

smallint

Line type:
DS1_LINE (T1/E1) = 1
DS3_LINE (T3/E3) = 2
Rel 92 = 3

Sonet Medium Type:
SONET = 4
SDH = 5

connector

smallint

dsx1 line connector type:
DB-15 (1)
BNC (2)

enable

smallint

dsx1 line enable/disable:
disable (1)
enable (2)

subtype

smallint

DSX1 or DSX3 line type

For DSX1 line:
dsx1ESF (1),
dsx1D4 (2),
dsx1E1 (3),
dsx1E1CRC (4),
dsx1E1MF (5),
dsx1E1CRC-MF (6),
dsx1E1clearchannel (7)
For DSX3 line:
dsx3 Cbit Parity (1),
g834-g804 (2)
dsx3other (3),
dsx3M23 (4),
dsx3SYNTRAN (5),
dsx3ClearChannel (6),
e3other (7),
e3Framed (8),
e3Plcp (9)

For SONET or SDH line type:
sonetSts3c (1),
sonetStm1 (2),
sonetSts12c (3),
sonetStm4 (4),
sonetSts48c (5),
sonetSTM16 (6)

coding

smallint

Line coding:

For DSX1 line:
dsx1JBZS (1),
dsx1B8ZS (2),
dsx1HDB3 (3),
dsx1AMI (4)

For DSX3 line:
dsx3Other (1),
dsx3B3ZS (2),
e3HDB3 (3)

For SONET or SDH line:
sonetMediumOther (1),
sonetMediumB3ZS (2),
sonetMediumCMI (3),
sonetMediumNRZ (4),
sonetMediumRZ (5)

length

smallint

Line length

For T1 lines:
0 To 110 Feet (1),
110 To 220 Feet (2),
220 To 330 Feet (3),
330 To 440 Feet (4),
440 To 550 Feet (5),
550 To 660 Feet (6),
660 Feet Plus (7),

For E1 lines:
lineLength-75-Ohm (8),
lineLength-120-Ohm (9)

For Ds3 line:
lessThan225m (1),
moreThan225m (2)

clock_src

smallint

Line Xmt clock source

For DSX1 and SONET:
LoopTiming (1),
LocalTiming (2)

For DSX3 line
loopTiming (1),
localTiming (2),
throughTiming (3)

loopback

smallint

Line loopback command

For DSX3 line

dsx3NoLoop (1),

dsx3PayloadLoop (2),

dsx3LineLoop (3),

dsx3OtherLoop (4)

For SONET line

noLoopback (1),

lineLocal (2),

lineRemote (3)

line_bitmap

integer

Bit map of used DS0 for line (bit 0 corresponds to timeslot1, bit 31 corresponds to timeslot 32, FRSM only)

oof_criteria

smallint

Line Out of Frame Criteria (DSX3 only)

1 = 3 of 8 Framing bits in error

2 = 3 0f 16 Framing bits in error

aisc_check

smallint

Line AISc Bits Check (DSX3 only)

1 = Check `C' bits

2 = Ignore `C' bits

tx_timing_marker

smallint

Transmit timing marker

tx_payload_type

smallint

Transmit payload type

commentc

char(20)

Comment field to be used to further qualify the line

red_severity

smallint

Received LOS/OOF alarm severity

1 = Minor

2 = Major

rai_severity

smallint

RAI alarm severity

1 = Minor

2 = Major

stat_severity

smallint

Statistical alarm severity

1 = Minor

2 = Major

alarm_state

integer

Line alarm state represented by bitmap

0 = No Alarm

1 = Receiving RAI

2 = Transmitting RAI

4 = Receiving AIS

8 = Transmitting AIS

16= Receiving OOF

32= Receiving LOS

64= Near End Local Loopback in effect

128= Near End Remote Loopback in effect DSX1T16AIS

256= Receiving test pattern

// add 2 bits for data in dsx3LineStatus

1024 = Looping the received signal

2048 = any line status not defined

8192 = Admin down

stat_alarm_state

integer

Statistical Alarm state. (0..2147483647)

"This is a bitmap of the DS3 Line Statistical alarms.

Zero indicates no alarms.

Itemized below are the individual alarm bits:

BitPosition Alarm

----------- -----

1 PES current 15 minute threshold exceeded

2 PES 24 hour threshold exceeded

3 PSES current 15 minute threshold exceeded

4 PSES 24 hour threshold exceeded

5 SEFS current 15 minute threshold exceeded

6 SEFS 24 hour threshold exceeded

7 UAS current 15 minute threshold exceeded

8 UAS 24 hour threshold exceeded

9 LCV current 15 minute threshold exceeded

10 LCV 24 hour threshold exceeded

11 PCV current 15 minute threshold exceeded

12 PCV 24 hour threshold exceeded

13 LES current 15 minute threshold exceeded

14 LES 24 hour threshold exceeded

15 CCV current 15 minute threshold exceeded

16 CCV 24 hour threshold exceeded

17 CES current 15 minute threshold exceeded

18 CES 24 hour threshold exceeded

19 CSES current 15 minute threshold exceeded

20 CSES 24 hour threshold exceeded

The default is no alarms (0)

agg_state

smallint

Aggregate Alarm state

0 = No alarm

15 = One of the parents in object hierarchy (such as card) is in alarm.

rate

smallint

Rate

hcs_masking

smallint

HCS masking

payload_scramble

smallint

Payload scramble

frame_scramble

smallint

Frame scramble

section_state

smallint

Section state

section_stat_sev

smallint

Section status severity

section_stat_state

smallint

Section status state

indicates the status of the interface

The various bit positions are:

1 sonetSectionTotalESs

2 sonetSectionTotalSESs

3 sonetSectionTotalSEFSs

4 sonetSectionTotalCVs

5 sonetSectionCurrentESs

6 sonetSectionCurrentSESs

7 sonetSectionCurrentSEFSs

8 sonetSectionCurrentCVs"

line_state

smallint

status of the interface.

The sonetLineNoDefect should be set if and only if no other flag is set.

The various bit positions are:

1 sonetLineNoDefect

2 sonetLineAIS

4 sonetLineRDI

line_stat_sev

smallint

Line status severity

line_stat_state

smallint

Line status state

Indicates the status of the SONET line.

The various bit-positions are:

1 sonetLineTotalESs

2 sonetLineTotalSESs

3 sonetLineTotalCVs

4 sonetLineTotalUASs

5 sonetLineCurrentESs

6 sonetLineCurrentSESs

7 sonetLineCurrentCVs

8 sonetLineCurrentUASs

9 sonetFarEndLineCurrentESs

10 sonetFarEndLineTotalESs

11 sonetFarEndLineTotalSESs

12 sonetFarEndLineTotalCVs

13 sonetFarEndLineTotalUASs

14 sonetFarEndLineCurrentSESs

15 sonetFarEndLineCurrentCVs

16 sonetFarEndLineCurrentUASs

path_state

smallint

Path state

Indicates the status of the SONET path.

The various bit positions are:

1 sonetPathNoDefect

2 sonetPathSTSLOP

4 sonetPathSTSAIS

8 sonetPathSTSRDI

16 sonetPathUnequipped

32 sonetPathSignalLabelMismatch

path_stat_sev

smallint

Path status severity

path_stat_state

smallint

Path status state

indicates the status of the interface. If none of the bits are set, it indicates no defect. The following ar the bit positions:

1 sonetPathTotalESs

2 sonetPathTotalSESs

3 sonetPathTotalCVs

4 sonetPathTotalUASs

5 sonetPathCurrentESs

6 sonetPathCurrentSESs

7 sonetPathCurrentCVs

8 sonetPathCurrentUASs

9 sonetFarEndPathTotalESs

10 sonetFarEndPathTotalSESs

11 sonetFarEndPathTotalCVs

12 sonetFarEndPathTotalUASs

13 sonetFarEndPathCurrentESs

14 sonetFarEndPathCurrentSESs

15 sonetFarEndPathCurrentCVs

16 sonetFarEndPathCurrentUASs

atm_ln_format

smallint

The format of the cells going out on the physical interface

other (1),

atmUni (2),

atmNni (3)

aps_flag

smallint

Flag indicating automatic protection switching (APS) for PXM-OC3 or OC12 lines (new added in 9.2)

name

char(64)

Line name as identified by the MGC lineName

line_assignment

integer

Each bit that is set represents that the corresponding DS0 is in use

lineAssignment

chan_assignment

integer

bay

smallint

the bay #, default value = 1

if_index

integer

A unique value for each interface

parent_if_index

integer

reserved

integer

reserved for future use

LINE DISTRIBUTION

Table 3-34 contains information about line distribution (MGX 8220 only).


Table 3-34: LINEDISTRIBUTION
Column Name Data Type Description

dist_idx

smallint

Distribution index

network_id

smallint

CWM network ID

node_id

integer

CWM node ID

t3line

smallint

T3 line number

t1line

smallint

T1 line number

target_slot

smallint

Targeted slot number

target_line

smallint

Targeted line

LINK_STATION

Table 3-35 contains information about link station table for FRASM cards. The FRASM is no longer supported by CWM. This table is obsolete in Release 10 of CWM.


Table 3-35: LINK_STATION
Column Name Data Type Description

obj_id

integer

object ID

node_id

integer

CWM node ID

slot

smallint

slot number

line

smallint

line number

port

smallint

port number

logical_port

smallint

logical port number

address

smallint

address

mac_address

char(15)

physical address. It is 6 bytes in hex as follows: "0000.0000.0000"

max_frame

smallint

Maximum size of a frame on this station. Value is given in bytes

xid

integer

XID value to be exchanged for this station

state

smallint

operational status:
disconnect 1
discpend 2
snrmseen 3
error 4
xidsent 5
xidstop 6
snrmsent 7
connect 8
thembusy 9
usbusy 10
bothbusy 11

LOGICAL_CONN

Table 3-36 contains information about logical connections.


Table 3-36: LOGICAL_CONN
Column Name Data Type Description

lcon_obj_id

integer

logical connection object ID

src_node_id

integer

source CWM node ID in the routes

lcon_type

smallint

type of logical conn
0 = lcon
1 = junction lcon

round_trip_delay

smallint

Round trip delay (only applicable to local lcon)

dst_node_id

integer

Destination CWM node ID in the local routes

l_lcon_index

smallint

Local-end logical connection index

r_lcon_index

smallint

Remote-end logical connection index

r_lcon_p_index

smallint

Remote-end logical partner connection index

j_dst_node_id

integer

Destination CWM node in the junction route

cos

smallint

Class of Service

0 = False

1 = True

group_flag

smallint

grouped connection
0 = False

1 = True

avoid_trk_type

smallint

Trunk types to avoid:
1 = None
2 = Satellite
3 = Terrestrial

avoid_zcs

smallint

Avoid ZCS trunks
0 = False

1 = True

pref_route

char(255)

Preferred route

curr_route

char(255)

Current route

MGC_RES

Table 3-37 contains information about VISM media gateway controller resolution.


Table 3-37: MGC_RES
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

index

smallint

Name to IP address for each of the MGCs

mgcResolutionIndex

name

char(64)

name of the entity (MGC and/or Notified Entity) whose address is to be resolved

mgcResolutionName

ipaddr

integer

IP address of the entity

mgcResolutionIpAddress

comm_state

smallint

Indicates whether the address is the one currently applied for communications with system of that name

mgcResolutionCommState

csActive - 1
csInactive - 2

preference

integer

Allowes to optionally configure primaries and secondaries

mgcResolutionPreference

reserved

integer

reserve field

MAINTLOG

Table 3-38 contains information about the maintenance log.


Table 3-38: MAINTLOG
Column Name Type Comment

rec_tag

integer

network

char(8)

node_name

char(32)

ntime

integer

edate

date

etime

char(8)

time_zone

char(4)

class

char(5)

msg

char(256)

act_flag

smallint

reserved

integer

MG_SUP_PRTCL

Table 3-39 contains information about the VISM media gateway supported protocol table.


Table 3-39: MG_SUP_PRTCL
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

protocol

smallint

Protocol index

mgProtocolNumber

name

char(64)

Name of the control protocol and its revision supported by the call gateway

mgProtocolName

reserved

integer

reserve field

NETWORK

Table 3-40 contains information about ID and name of each managed network in the database.


Table 3-40: NETWORK
Column Name Data Type Description

netw_id

smallint

CWM network ID, assigned by user

ipx_netw_id

smallint

Routing domain network ID

netw_name

char(8)

CWM network name assigned by user

active

smallint

Active state flag

0 = inactive *
1 = active *

Inactive indicates that entry has been deleted.

upgrade_status

smallint

Network upgrade status

0 = unknown

1 = upgrading

2 = not upgrading

mgmt_comm

smallint

NWIP_OFF : 0

NWIP_ON: 1

LANIP : 2

default value : -1

protocol

smallint

The protocol used in the network.

NULL_PROTOCOL 0

AUTOROUTE_PROTOCOL 1

ILMI_PROTOCOL 2

TAG_PROTOCOL 4

STANDALONE_PROTOCOL 8

PNNI_PROTOCOL 16

reserved

integer

reserved for future use

NODE

Table 3-41 contains information about name and status of each node in each network.


Table 3-41: NODE
Column Name Data Type Description

node_id

integer

CWM node ID, assigned by CWM

netw_id

smallint

CWM network ID

node_name

char(32)

node name

ipx_netw_id

smallint

network ID

For IPX, IGX, BPX nodes only. MGX 8220, DAS, DNS nodes are assigned the network ID of their attached IPX/IGX/BPX node.

ipx_node_id

smallint

node ID

For IPX, IGX, BPX nodes only; for MGX 8220, DAS, DNS nodes this field is set to 0.

net_ip_address

integer

Access IP address for the node

lan_ip_address

integer

LAN IP address for the node. Both net_ip_address and lan_ip_address have same value for SW rel9.1 or earlier

nw_ip_address

integer

Network IP address for the node

default value : -1

model

integer

8410 : IGX [tm] 8

8420: IGX [tm] 16

8430: IGX [tm] 32

8220: Cisco MGX concentrator

8600: Cisco BPX wide are switch

8620: BPX

8650: BPX tag switch

default value : 0

alarm_state

smallint

node alarm state

0 = clear
Bit 1 = minor (1)
Bit 2 = major (2)
Bit 1 and 2 = unreachable (3)

Bit 8 = CWM mode (64)

gateway

smallint

flag for node acting as a junction node between two network domains

0 = not a gateway
1 = gateway

valid for structured networks only.

active

smallint

node active state flag

0 = inactive *
1 = active *

Inactive indicates that entry has been deleted.

platform

smallint

Flag for platform type:
0 = IPX
1 = BPX
2 = IGX
3 = MGX 8220
4 = INS (DAS)
5 = DNS
6 = INSD
11 = 3800
12 = ESP
13 = 3810
14 = MGX 8850, Release 1
18 = MGX 8850, Release 2
19 = PNNI Controller
20 = BPX-SES

protocol

smallint

0 = NULL_PROTOCOL
1 = AUTOROUTE_PROTOCOL
2 = ILMI_PROTOCOL
4 = AG_PROTOCOL
8 = STANDALONE_PROTOCOL 8
16 = PNNI_PROTOCOL

subtype

smallint

flag for a shelf

0 = Routing node
1 = Feeder(Shelf) node

release

char(11)

Node software release revision; for example, "9.1.0.A" indicates node is running 910A software version

fs_inc_rate

smallint

FRP Foresight increase rate

fs_dec_rate

smallint

FRP Foresight decrease rate

fs_fdec_rate

smallint

FRP Foresight fast decrease rate

rst_timeout

smallint

timeout for setting PVC rate to QIR

mode

smallint

Node mode (for MGX 8220 only)

0 = unknown
1 = init-sync
2 = syncing
3 = synced
4 = partially synced

mgmt_state

smallint

Node management state

0 = Link unknown
1 = Link up
2 = Link Down

manager

smallint

LINKTOPOC_MANAGED_NODE 100 FILETOPOC_MANAGED_NODE 200 SNMPTOPOC_MANAGED_NODE 300 ILMITOPOC_ANAGED_NODE 400

reserved

integer

reserved for future use

NODE_INFO

Table 3-42 contains information about nodes.


Table 3-42: NODE_INFO
Column Name Data Type Description

node_id

integer

CWM Node Id of the node

node_name

char(32)

Node Name of the node

get_str

char(32)

SNMP Get Community to be used for SNMP operations

set_str

char(32)

SNMP Set Community to be used for SNMP operations

ftp_user_name

char(32)

FTP User Name to be used for FTP operations

ftp_user_passwd

char(32)

FTP Password to be used for FTP operations

logical_name

char(32)

Not Required.

customer_id

char(32)

Customer Descriptor

mode

smallint

STAND ALONE with val 4 or 0 otherwise.

ipaddress

integer

IP address of the node.

model

smallint

Actual model number for Stand Alone Nodes (8850, 8250, 8230). 0 otherwise.

PACKET_LINE

Table 3-43 contains information about all trunks in all the networks.


Table 3-43: PACKET_LINE
Column Name Data Type Description

pln_obj_id

integer

object ID

l_network_id

smallint

local-end CWM network ID

l_node_id

integer

local-end CWM node ID

l_line

smallint

local-end trunk number

1_slot

smallint

local-end slot number

l_port

smallint

local-end logical port number

l_vtrk

smallint

local-end virtual trunk number

l_num_phy_line9.1

smallint

Local number of physical lines:
-1 for trunks not having physical lines
1 for Normal and virtual trunks having physical lines
2-8 for IMA trunks.

Default value for upgrade to CWM 9.1 is -1.

l_primary_phy_line

smallint

local-end primary physical line ID

l_phy_line_bitmap

smallint

local-end physical line bitmap

card_type

smallint

Card type:

3 = TXR
35 = FTC
22 = NTC
103 = BNI_T3
34 = AIT
104 = BNI_E3
41 = UXM9.1
110 = BNI_OC3

interface

smallint

Interface type:
0 = unknown
1 = T1
2 = Not used
3 = Not used
4 = OC3
5 = E1
6 = Subrate
7 = Broadband (for backward compatibility, 8.1 and 8.2 network)
8 = E3
9 = T3
10 = OC12
11 = E2 (IPX/IGX)
12 = HSSI (IPX/IGX)

line_load

integer

Trunk load in cells/packets per second For BPX/IGX trunks the units are CPS. For IPX trunks units are PPS

protocol

smallint

0 = NULL_PROTOCOL
1 = AUTOROUTE_PROTOCOL
2 = ILMI_PROTOCOL
4 = TAG_PROTOCOL
8 = STANDALONE_PROTOCOL
16 = PNNI_PROTOCOL

pnni_status

smallint

PNNI status

r_network_id

smallint

remote-end CWM network ID

r_node_id

int

remote-end CWM node ID

r_line

smallint

remote-end trunk number

r_slot

smallint

remote-end slot number

r_port

smallint

remote-end logical port number

r_vtrk

smallint

remote-end virtual trunk ID

r_num_phy_line9.1

smallint

Remote number of physical lines

-1 for trunks not having physical lines

1 for normal and virtual trunks having physical lines

2 to 8 for IMA Trunks

Default value for upgrade to SV+ 9.1 is -1

r_phy_line_bitmap

smallint

remote-end physical line bitmap

r_primary_phy_line

smallint

remote-end primary physical lineid

aps_flag

smallint

default 0

alarm_state

smallint

Alarm state:
= clear
1 = minor
2 = major

st_ar_vpi_ran_1

smallint

Start of AR VPI range 1

end_ar_vpi_ran_1

smallint

End of AR VPI range 1

st_ar_vpi_ran_2

smallint

Start of AR VPI range 2

end_ar_vpi_ran_2

smallint

End of AR VPI range 2

st_ar_vpi_ran_3

smallint

Start of AR VPI range 3

end_ar_vpi_ran_3

smallint

End of AR VPI range 3

st_ar_vpi_ran_4

smallint

Start of AR VPI range 4

end_ar_vpi_ran_4

smallint

End of AR VPI range 4

commentc

char(20)

comment field

active

smallint

Active state:

0 = inactive
1 = active

This field is unused.

status

smallint

Status field:

1 = clear
2 = failed

stat_reserve

integer

statistical reserve field in packets per second.

b_bq_depth

integer

bursty data B queue depth

b_bq_efcn

integer

bursty data B EFCN/ENCI threshold

clp_h_thresh

smallint

CLP high dropping threshold

clp_l_thresh

smallint

CLP low dropping threshold

time_load

integer

time stamped load units

non_time

integer

non-time stamped load units

v_load

integer

voice load units

bursty_a_load

integer

bursty data A load units

bursty_b_load

integer

bursty data B load units

bursty_a_cmax

smallint

bursty data A Credit Max.

bursty_b_cmax

smallint

bursty data B Credit Max

max_chan_per_port

integer

default -1

reserved

integer

reserved for future use

PACKET_LN_DATA

Table 3-44 provides trunk line statistic data.


Table 3-44: PACKET_LN_DATA
Column Name Data Type Description

timestamp

integer

timestamp of the statistical record

pln_obj_id

integer

packet line object ID

l_node_id

integer

CWM node ID

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of each bucket

totald

float

total of raw data collected in the sample interval

peak

float

peak rate of raw data in the sample interval

PERIPHERAL

Table 3-45 contains information about peripherals.


Table 3-45: PERIPHERAL
Column Name Data Type Description

obj_id

integer

Object ID

node_id

integer

CWM node ID

network_id

smallint

CWM network ID

node_type

smallint

CWM node ID

shelf

integer

shelf number

peri_type

smallint

Alarm status smallintof the Shelf:

other (1)

temperature (2)

Power Supply (3)

DC level (4)

Fan unit (5)

unit_num

smallint

Unit numbers

status

integer

Physical Alarm state

severity

smallint

Alarm severity

minor (1)

major (2)

alarm_num

smallint

Alarm number

reserved

integer

reserved for future use

PHY_LINE

Table 3-46 contains information about physical lines.


Table 3-46: PHY_LINE
Column Name Data Type Meaning

phyline_obj_id

integer

object ID

l_network_id

smallint

Network ID

l_node_id

integer

Node ID of ineteger

card_type

smallint

Type of card

interface

smallint

l_slot

smallint

Slot number

l_port

smallint

Port number

l_trk

smallint

Trunk number

l_vtrk

smallint

Virtual trunk number

l_line

smallint

Line number

primary_phy_line

smallint

Primary physical line number

aps_flag

smallint

Auto Protection Switch (APS) flag

comments

char(20)

active

smallint

status

smallint

reserved

integer

PHY_LN_DATA

Table 3-47 contains information about physical line statistics.


Table 3-47: PHY_LN_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical data record

phyline_obj_id

integer

Physical line object ID

l_node_id

integer

Local CWM node ID

stat_type

smallint

Statistic type (object dependent field)

bucket_type

smallint

Bucket type (duration in minutes of each collection bucket)

totald

float

Total raw data collected in the sample interval

peak

float

Peak raw data in the sample interval

PLCP

Table 3-48 contains information about DS3 lines.


Table 3-48: PLCP
Column Name Data Type Description

node_id

integer

CWM node ID

obj_id

integer

PLCP object ID, generated by CWM f(slot, bay, plcp)

network_id

smallint

CWM network ID

shelf

integer

shelf number

slot

smallint

Slot number

line

smallint

line number

plcp

smallint

PLCP number

enable

smallint

Not used in Release 8.4 or above

cell_frm

smallint

PLCP Cell framing (PLCP, ATM)

scramble

smallint

PLCP payload scramble enable/disable:
1 = enableScrambling
2 = disableScrambling

loopback

smallint

PLCP loopback configuration:
1 = No loopback
2 = Remote loopback
3 = Local loopback

commentc

char(20)

Comment field to be used to further qualify the line

red_severity

smallint

Received LOS/OOF alarm severity:
1 = Minor
2 = Major

rai_severity

smallint

RAI alarm severity:
1 = Minor
2 = Major

lss_severity

smallint

LSS alarm severity:
1 = Minor
2 = Major

stat_severity

smallint

Statistical alarm severity:
1 = Minor
2 = Major

alarm_state

int

PLCP alarm state, represented by bitmap:
0 = No Alarm
1 = Receiving RAI
2 = Transmitting RAI
4 = Receiving OOF State
8 = Receiving LSS Link UP
16= Transmitting LSS Link UP
32= Receiving LSS Link Down
64= Transmitting LSS Link Down
128= Local Loopback state
256= Remote Line Loopback state

not consistent with the data from cds3PlcpLineAlarmState as:

0 Receiving RAI
1 Transmitting RAI
2 Receiving OOF
3 Near End Local Loopback in effect
4 Near End Remote Loopback in effect

stat_alarm_state

integer

Statistical Alarm state

a bitmap of the DS3 PLCP Line Statistical

Alarms. zero indicates no alarms.

BitPosition Alarm

--------------------------------------

0 Bip8CV 15 minute threshold exceeded

1 Bip8CV 24 hour threshold exceeded

2 Bip8ES 15 minute threshold exceeded

3 Bip8ES 24 hour threshold exceeded

4 Bip8SES 15 minute threshold exceeded

5 Bip8SES 24 hour threshold exceeded

6 Plcp SEFS 15 minute threshold exceeded

7 Plcp SEFS 24 hour threshold exceeded

8 Plcp UAS 15 minute threshold exceeded

9 Plcp UAS 24 hour threshold exceeded"

agg_state

smallint

Aggregate Alarm state

0 = No alarm

15 = One of the parents in object hierarchy (such as card) is in alarm.

bit_err_corr

smallint

Bit error correction

1 = Disabled

2 = Enabled

bay

smallint

the bay number, default value = 1

reserved

integer

reserved for future use

PORT_QUES

Table 3-49 contains information about the service queue table. In AUSM (4port), the service queue table has 64 entries, 16 for each port. In addition, there are four queues for OAM/ILMI traffic.

In AUSM (8-port), the Service queue table has 128 entries, 16 each for every port, in addition there are 8 queues for OAM/ILMI traffic.


Table 3-49: PORT_QUES
Column Name Data Type Description

l_node_id

integer

node ID

l_slot

integer

slot num

l_port

smallint

port num

q_index

smallint

Egress queue number. In AUSM (4 port), only range from 1..12 is permissible

q_depth

integer

The maximum depth of the egress queue. In AUSM (4 port), range from only 1..8000 is permissible

clp_hi_thresh

integer

High CLP threshold of the egress queue. In AUSM (4 port), range from only 1..8000 is permissible.This value should be less than or equal to egrQDepthMax

clp_lo_thresh

integer

Low CLP threshold of the egress queue. In AUSM (4 port), range from only 1..8000 is permissible. This value should be less than or equal to egrQCLPThreshHigh

efci_thresh

integer

Threshold of the egress queue for EFCI. In AUSM (4 port) range from only 1..8000 is permissible.This value should be less than or equal to egrQDepthMax

PROTOCOL_GROUP

Table 3-50 contains information about protocol groups of FRASM. The FRASM is no longer supported by CWM. This table is obsolete in Release 10 of CWM.


Table 3-50: PROTOCOL_GROUP
Column Name Data Type Description

node_id

integer

CWM node ID

slot

smallint

slot number

type

smallint

protocol type:

STUN 1

BSTUN 2

group

smallint

group number

config_type

smallint

config type:

sdlc 1

sdlctg 2

bsc 3

local_ack

smallint

local ack flag

disabled 1

enabled 2

state

smallint

operational status

inactive 1

active 2

REDUNDANTCARD

Table 3-51 contains information about redundant cards.


Table 3-51: REDUNDANTCARD
Column Name Data Type Description

network_id

smallint

CWM network ID

node_id

integer

CWM node ID

pri_slot

smallint

Primary slot number

pri_type

smallint

Primary card type

pri_status

smallint

Primary card status

sec_slot

smallint

Secondary slot number

sec_type

smallint

Secondary card type

sec_status

smallint

Secondary card status

covered_slot

smallint

Covered slot number

red_type

smallint

Redundancy type:
1-to-1 = 1 (y-cable)
1-to-n = 2

ROUTES

Table 3-52 contains information about routes, but it is not used.


Table 3-52: ROUTES
Column Name Data Type Description

l_con_id

integer

the logical connection object ID. It can be either a junction logical connection ID or a non-junction connection ID.

owner_node_id

integer

the CWM node ID that owns the route

hop_node_id

integer

the source CWM node ID

route_type

smallint

current or preferred route
current (1)

preferred (2)
junction current (3)

junction preferred (4)

hop_number

smallint

the hop number

src_line_number

smallint

the source trunk line number

RPM_CONNECTION

Table 3-53 contains information about RPM connections.


Table 3-53: RPM_CONNECTION
Column Name Type Comment

con_obj_id

integer

Connection Object Id. This field will be derived by EMC based on node ID, slot number and LCN.

master_flag

smallint

rpmChanMastership: True (1), False (0). EMC need to map.

l_network_id

smallint

Network ID

l_node_id

integer

Node ID

l_slot

smallint

rpmChanSlotNum. (1-30).

l_line

smallint

This value is always going to be 1 and it represents rpmChanInterface

l_port

smallint

rpmChanSubInterface: (0-255)

l_vpi

smallint

rpmChanLocalVpi: 0 = VCC connection

1-255 = VPC connection

l_vci

integer

rpmChanLocalVci:

1 - 3825 = VCC Connection

0 = VPC connection

r_network_id

smallint

Remote network ID

r_node_id

integer

Remote Node ID

r_slot

smallint

Derived from rpmRemoteNsap

r_line

smallint

This is same as port # received in rpmRemoteNsap. Derived from rpmRemoteNsap

r_port

smallint

Derived from rpmRemoteNsap

r_vpi

smallint

rpmChanRemoteVpi

r_vci

integer

rpmChanRemoteVci

sub_type

smallint

Mapped from rpmChanServiceType.

Service type: 1 = atfr, 2 = vbr, 3 = cbr , 5 = absrstd 6 = abrfst 10 = ubr

These values are consistent with atm_connection table.

status

smallint

Derived from rpmChanState.

129 = ok 130 = Failed. 'notConfigured' status is defined in the MIB to indicate that the connection is deleted. Whenever a connection is deleted the database value is removed. Therefore, database will never have "notConfigured" value.

peak

integer

rpmChanPCR:

In kb per second.

average

integer

rpmChanMCR:

In kb per second.

burst

integer

rpmChanBurstSize: Number of ATM cells virtual circuit can transmit. (1 - 65535)

mid_low

smallint

rpmChanMidLow: Starting message identifier number of PVC. (0 - 1023)

mid_high

smallint

rpmChanMidHigh: Ending message identifier number of PVC. (0 - 1023).

oam

smallint

rpmChanOAMloopback: Frequency of generating an OAM F5 loopback cell. In seconds. (0-600).

inverse_arp

smallint

rpmChanInArpFreq: Frequency of sending inverse ARP datagram. In minutes. (0 - 60)

aal_encap

smallint

rpmChanEncapType:

aal5snap(1),

aal34smds(2),

aal5nlpid(3),

qsaal(4),

ilmi(5),

aal5muxXNS(6),

aal5muxIP(7),

aal5muxVINES(8),

aal5muxNOVELL1(9),

unknown(10)

vcd

integer

Virtual Circuit Descriptor. This is a unique identifier for connection used by CLI.

rpmChanVcd: 0 - 4095

commentc

char(20)

Comment Field

RPM_PORT

Table 3-54 contains information about RPM connections.


Table 3-54: RPM_PORT
Column name Type Comments

port_obj_id

integer

Port Object Id

l_network_id

smallint

Network ID

l_node_id

integer

Node ID

l_slot

smallint

rpmPortSlotNum. (1 - 30)

l_line

smallint

Currently there is only one ATM interface therefore this value will always be 1.

l_port

smallint

rpmPortSubInterface. (0 - 255)

ip_address

integer

rpmPortIpAddress: IP address of the sub-interface.

subnet_mask

integer

rpmPortSubNetMask: SUB-NETMASK of the sub-interface.

status

smallint

1 = Clear, 2 = Failed

commentc

char(20)

Comment field.

RSC_PART

Table 3-55 contains information about the resource partition.


Table 3-55: RSC_PART
COLUMN NAME TYPE MIB Object

obj_id

integer

Assigned by emc f (slot, port, ctrlr_type)

network_id

smallint

Assigned by emc

node_id

integer

Assigned by emc

slot

smallint

Assigned by emc

line

smallint

The line number associated with the logical interface. For PXM, there are currently four physical lines.

port

integer

This is the logical interface number. For the RPM the value is -1

ctrlr_type

smallint

This is the index for controller using the interface.

1 - PAR
2 - PNNI
3 - TAG

ingr_pctbw

integer

The percentage of logical interface bandwidth

( bbIfIngrPctBandwidth ), available for UNI channels.

egr_pctbw

integer

The percentage of aggregate physical line bandwidth available for this broadband interface - Egress. Default is 0 %

vpi_low

integer

The beginning of the VPI range reserved for this partition

vpi_high

integer

The end of the VPI range reserved for this partition

vci_low

integer

The beginning of the VCI range reserved for this partition. This field is only valid for logical interfaces configured with a single VPI

vci_high

integer

The end of the VCI range reserved for this partition. This field is only valid for logical interfaces configured with a single VPI.

max_chans

integer

min_chans

integer

default = 0

if_index

integer

An unique value for each interface

shelf

integer

the shelf number

bay

smallint

the bay

part_id

smallint

resource partition ID. (1.. 255)

ctrlr_id

smallint

The controller ID. (1.. 255)

This will not be part of the obj_id. It is used to reference the entry in cwRsrcPartCtrlrConfTable.

vtrk_id

smallint

The virtual trunk ID.

The default value is 0

egr_guar_bw

integer

The guaranteed percentage bandwidth in egress direction.

(0..1000000)

UNITS "0.0001 percentage"

The default value is 0

egr_max_bw

integer

The maximum percentage bandwidth in egress direction.

(0..1000000),

UNITS "0.0001 percentage"

The default value is 0

ing_guar_bw

integer

Theguaranteed percentage bandwidth in ingress direction.

(0..1000000),

UNITS "0.0001 percentage"

The default value is 0

ing_max_bw

integer

The maximum percentage bandwidth in ingress direction.

(0..1000000),

UNITS "0.0001 percentage"

The default value is 0

part_guar_con

integer

The guaranteed number of connections that can be configured on this partition.

(0..131072)

The default value is 0

part_max_con

integer

The maximum number of connections that can be configured on this partition.

(0..131072)

ilmi_enabled

smallint

Flag to indicate whether ILMI signalling is enabled on the resource partition or not.

The default value is 2 {disabled}

enable (1),

disable (2)

signal_vpi

integer

VPI on which signalling cells arrive

(0..255)

signal_vci

integer

VCI on which signalling cells arrive

(0..65535)

ilmi_trap_enable

smallint

ILMI trap generation enabled or disabled

enable (1),

disable (2)

ilmi_e_poll_intvl

integer

The amount of time detecting establishment of ILMI connectivity.

(1..65535)

UNITS "seconds"

The default value is 1

ilmi_ck_poll_intvl

integer

The amount of time detecting loss of ILMI connectivity.

(0..65535)

UNITS "seconds"

The default value is 5

ilmi_poll_intvl_fr

integer

ILMI consecutive polls factor

(0..65535)

The default value is 4

reserved

integer

reserved for future use

SCMCARDFAMILY

Table 3-56 contains information about the card family. One record represents one card family.


Table 3-56: SCMCARDFAMILY
Column Name Type Description

card_family

char(8)

A group of cards defined by node platform, node release, card fctype, card bctype, and card version that shares the same set of supported statistics.

card_familydescr

char(40)

String description of the card family

collection_method

smallint

TimeBase=0, TrapBase=1

transfer_method

smallint

Tftp=0, Ftp=1

enable_method

smallint

AutoEnable=0, TftpEnable=1, SnmpEnable=2

SCMCARDFAMILYDEF

Table 3-57 contains information about cards that are members of the card families. One record represents one type of card specified by its node platform, release, front card type, card version and back card type.


Table 3-57: SCMCARDFAMILYDEF
Column Name Type Description

card_family

char(8)

Unique card family name that a group of cards are mapped into

node_platform

smallint

Node platform as defined in node table

node_release

char(11)

A numeric value of the node release; for example, A.B.C.D becomes aabbccdd

card_fctype

smallint

fc_type (front card type) as defined in the card table. A card compatibility list will be used in the code, so this does not have all the card fc type.

card_version

char(21)

A numeric value of the node release; for example, A.B.C.D becomes aabbccdd

card_bctype

smallint

back card type.

SCMCARDSTATLIST

Table 3-58 contains information about all statistics that are applicable for the card families.


Table 3-58: SCMCARDSTATLIST
Column Name Type Description

card_family

char(8)

Unique card family name that a group of cards are mapped into

cwm_objtype

smallint

The statistics object type. Values : 0 - Connection, 1 - Line, 2 - Trunk, 3 - Port, 4 - Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card. for example, For a specific card family, if the statistics are different for different back card type, then we will define a subtype.

cwm_stattype

smallint

The Statistics Data ID, local to CWM only. Node may have different ID. This will be defined in the cardstatslist table.

SCMCOLLSVR

Table 3-59 contains information about all SCM Collection Servers managed by this SCM Control Server. One record represents one SCM Collection Server.


Table 3-59: SCMCOLLSVR
Column Name Type Description

collsvr_host

char(20)

Host name of the collection server

create_time

date

Creation Time

statparser_host

char(20)

Host name of the Stat Parser

SCMCOLPAR

Table 3-60 contains information about instances of Collection Parameter referenced by node and template. One record represents one Collection Parameter that includes the parameters such as interval and enable list.


Table 3-60: SCMCOLPAR
Column Name Type Description

colpar_id

integer

Collection Parameter Id

coll_period

smallint

Collection Period

bucket_interval

smallint

Bucket Interval

tftp_timeout

smallint

TFTP Timeout Interval

tftp_retries

smallint

TFTP Retries count

ftp_retry_interval

smallint

FTP Timeout Interval

ftp_retries

smallint

FTP Retries count

peak_stats_enable

smallint

Peak Statistics Enable Toggle

SCMCOLPARSTAT

Table 3-61 contains information about the CWM collection parameters statistics.


Table 3-61: SCMCOLPARSTAT
Column Name Type Description

colpar_id

integer

Collection Parameter Id

card_family

char(8)

Unique card family name that a group of cards are mapped into

cwm_objtype

smallint

The statistics object type. Values : 0 - Connection, 1 - Line, 2 - Trunk, 3 - Port, 4 - Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card. For example, for a specific card family, if the statistics are different different for different back card type, then we will define a subtype.

cwm_stattype

smallint

The Statistics Data ID, local to CWM only. Node may have different ID. This will be defined in the cardstatslist table.

SCMCOLPARSUBOBJ

Table 3-62 contains information about the CWM statistics collection parameters subobjects.


Table 3-62: SCMCOLPARSUBOBJ
Column Name Type Description

colpar_id

integer

Collection Parameter Id

card_family

char(8)

Unique card family name that a group of cards are mapped into

cwm_objtype

smallint

The statistics object type. Values: 0 - Connection, 1 - Line, 2 - Trunk, 3 - Port, 4 - Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card. For example, For a specific card family, if the statistics are different for different back card type, then we will define a subtype.

peak_interval

smallint

Peak interval for the sub object

SCMIDMAP

Table 3-63 contains information about a stat ID mapper. One record represents one type of mapping. The node and cards that use this mapping are specified in scmidmap_def.


Table 3-63: SCMIDMAP
Column Name Type Description

idmap_group

integer

Unique ID of idmap_group

idmap_groupname

char(8)

A group of nodes specified by node platform and node release, or for future card, a group of cards specified by node platform, node release, card fctype and card version that use the same set of numbers to represent objtype, subtype and stattype.

Currently there are only two groups. IGX and non-IGX.

idmap_groupdescr

char(40)

String description of the ID group.

SCMIDMAPDEF

Table 3-64 contains information about all nodes and cards that use the ID mapper specified in scmidmap.


Table 3-64: SCMIDMAPDEF
Column Name Type Description

idmap_group

integer

Unique ID of idmap_group

node_platform

smallint

Node platform as defined in node table

node_release

char(11)

The node release; for example, A.B.C.D. By default the idmap_group used for a specific node will have older release closest to the node version.

card_fctype

smallint

fc_type (front card type) as defined in the card table. A card compatibility list will be used in the code, so this does not have all the card fc type.

This column will be used only for futures AXSM cards.

card_version

char(21)

The card version; for example, A.B.C.D. By default the idmap_group used for a specific card will have older version closest to the card version.

SCMCARD

Table 3-65 contains information about all enabled and started cards. The enable list of the node is specified by column colpar_id which references the scmcolpar table. One record represents one node.


Table 3-65: SCMCARD
Column Name Type Description

node_id

integer

The node id

slot

smallint

Assigned by emc

card_family

char(8)

Unique card family name that a group of cards are mapped into

card_fctype

smallint

fc_type (front card type) as defined in the card table. A card compatibility list will be used in the code, so this does not have all the card fc type.

colpar_id

integer

Collection Parameter Id

is_started

smallint

True if collection is already started.

conn_enabled

smallint

True if connection statistics enabled.

line_enabled

smallint

True if line statistics enabled.

trunk_enabled

smallint

True if trunk statistics enabled.

port_enabled

smallint

True if port statistics enabled.

card_enabled

smallint

True if card statistics enabled.

update_time

date

Last Time state was changed

SCMNODE

Table 3-66 contains information about all nodes that have been enabled or started. The enable list of the node is specified by the colpar_id column that references the scmcolpar table. One record represents one node.


Table 3-66: SCMNODE
Column Name Type Description

node_id

integer

The node ID

pri_collsvr

char(20)

Host name of the primary SCM Collection Server

sec_collsvr

char(20)

Host name of the primary SCM Collection Server

ter_collsvr

char(20)

Host name of the primary SCM Collection Server

colpar_id

integer

Collection Parameter Id

prev_colpar_id

integer

Previous Collection Parameter ID for rollback

is_started

smallint

True if collection is already started.

(Not) conn_enabled

smallint

True if connection statistics enabled.

(Not) line_enabled

smallint

True if line statistics enabled.

(Not) trunk_enabled

smallint

True if trunk statistics enabled.

(Not) port_enabled

smallint

True if port statistics enabled.

(Not) card_enabled

smallint

True if card statistics enabled.

update_time

date

Last Time state was changed

SCMNODESTAT

Table 3-67 contains information about the mapping between the CWM stat ID and Node stat ID for all the idmapper.


Table 3-67: SCMNODESTAT
Column Name Type Description

idmap_group

integer

Unique ID of idmap_group

node_objtype

smallint

The statistics object type used by the node. For IGX the object type will be different.

node_subtype

smallint

The subtype used by the node to specify the specific type of Connection, Line, Trunk, Port or Card; for example, 0 for Voice.

node_stattype

smallint

The Statistics Data ID used by the node.

cwm_objtype

smallint

The statistics object type. Values:
0 = Connection
1 = Line
2 = Trunk
3 = Port
4 = Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card. for example, for a specific card family, if the statistics are different for different back card type, then we will define a subtype.

cwm_stattype

smallint

The statistics data ID, local to CWM only. Node may have different ID. This will be defined in the cardstatslist table.

SCMOBJ

Table 3-68 contains information about CWM stat objects. One record represents one stat object.


Table 3-68: SCMOBJ
Column Name Type Description

cwm_objtype

smallint

The statistics object type. Values: 0 - Connection, 1 - Line, 2 - Trunk, 3 - Port, 4 - Card

cwm_objname

char(5)

String name of the object type. "conn", "line", "trunk", "port", and "card". The length is restricted to 5 characters long since it will be used to form table name in the SCM Statistics database

cwm_objdescr

char(20)

String description of the object type

SCMSTAT

Table 3-69 contains information about CWM statistics. One record represents one statistics type.


Table 3-69: SCMSTAT
Column Name Type Description

cwm_objtype

smallint

The statistics object type. Values : 0 - Connection, 1 - Line, 2 - Trunk, 3 - Port, 4 - Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card; for example, for a specific card family, if the statistics are different different for different back card type, then we will define a subtype.

cwm_stattype

smallint

The statistics data ID, local to CWM only. Node may have different ID. This will be defined in the cardstatslist table.

cwm_statdescr

char(40)

The name or description of the Statistics Data

SCMSUBOBJ

Table 3-70 contains information about CWM statistics subobjects. One record represents one statistics subobject.


Table 3-70: SCMSUBOBJ
Column Name Type Description

cwm_objtype

smallint

The statistics object type. Values:
0 = Connection
1 = Line
2 = Trunk
3 = Port
4 = Card

cwm_subtype

smallint

A specific type of connection, line, trunk, port and card; for example, for a specific card family, if the statistics are different for different back card type, then we will define a subtype.

cwm_subname

char(16)

The short name of the subobject

cwm_subdescr

char(40)

The string description of node_subtype. "Voice"

SCMTEMPLATE

Table 3-71 contains information about all templates. The enable list of the template is specified by the colpar_id column that references the scmcolpar table. One record represents one template.


Table 3-71: SCMTEMPLATE
Column Name Type Description

template_name

char(40)

Template name

template_descr

varchar(20,255)

Template description

colpar_id

integer

Collection Parameter ID

node_platform

smallint

Node Platform

is_default

smallint

If true it is a default. Only one template per node platform can be default.

SCT

Table 3-72 contains general information about Service Class Template.


Table 3-72: SCT
Column Name Data Type Description

sct_id

smallint

The sct_id of the SCT file

sct_type

smallint

The SCT type

fc_type

smallint

The front card type

sct_version

integer

The version number

sct_name

char(11)

SCT file name, as user specified

ru

smallint

INSYNC: data is specified by user

OBSOLETE: data inconsistent with network data

rn

smallint

INSYNC: data verified by network

OBSOLETE: data not yet verified by network

ru==rn==INSYNC means that data (specified by user) in CWM cache is in sync with network data

ru==INSYNC & rn==OBSOLETE means that data in CWM cache is specified by user, and has not verified with network

ru==OBSOLETE & rn==INSYNC means data specified by user is not consistent with network data

SCT_COSB

Table 3-73 contains information about the Service Class Template Cosb descriptor table


Table 3-73: SCT_COSB
Column Name Data Type Description

sct_id

smallint

Service class template ID. (1..65535)

sct_type

smallint

SCT type.

For card: Engress, for port: Ingress

fc_type

smallint

front card type

sct_version

integer

the SCT version number

cosb_num

integer

cosb number. (1..16)

cosb_min_rate

integer

min or the guaranteed bandwidth. (0..1000000)

max_reserv_rate

integer

maximum guaranteed bandwidth this cosb can have at any time.

(0..1000000)

cosb_min_pri

integer

Cosb Minimum Priority. (0..15)

cosb_excess_pri

integer

Cosb Excess Priority. (0..15)

max_thresh

integer

maximum delay any CLP(0+1) cell entering this CosB will encounter.

(0..5000000)

clp1_high_thresh

integer

maximum delay any CLP(1) cell entering this CosB will encounter.

(0..1000000)

clp1_low_thresh

integer

threshold for EFCI. (0..1000000)

epd0_thresh

integer

maximum delay of any CLP(0+1) cell.

(0..1000000)

efci_thresh

integer

threshold for EFCI. (0..1000000)

ers

smallint

Explicit Rate Stamping is enabled or not:
enable (1),
disable (2)

red_sel

smallint

Random Early Discard (RED):
enable (1),
disable (2)

red_thresh

integer

threshold for RED. (0..1000000)

red_prob_factor

integer

RED probability factor. (0..15)

red_wfq

smallint

Weighted Fair Queue is enabled or not
enable (1)
disable (2)

best_effort_ind

smallint

Best Effort Indicator:
enable (1),
disable (2)

disc_alarm_enable

smallint

Enable/Disable Discard Alarm per VC:
enable (1),
disable (2)

disc_alarm_thresh

integer

CosB cells discarded threshold. (0..10000000)

cell_loss_ratio

integer

Cell loss ratio that will be supported in this CosB: (1..15)

reserved

integer

reserved for future use

SCT_USAGE

Table 3-74 contains information about Service Class Template download.


Table 3-74: SCT_USAGE
Column Name Data Type Description

sct_id

smallint

the sct_id of the sct file

sct_type

smallint

sct type

fc_type

smallint

front card type

sct_version

integer

the sct version number

node_id

integer

CWM node ID

ru

smallint

INSYNC: data is specified by user

OBSOLETE: data inconsistent with network data

rn

smallint

INSYNC: data verified by network

OBSOLETE: data not yet verified by network

ru==rn==INSYNC means that data (specified by user) in CWM cache is in sync with network data

ru==INSYNC & rn==OBSOLETE means that data in CWM cache is specified by user, and has not verified with network

ru==OBSOLETE & rn==INSYNC means data specified by user is not consistent with network data

SCT_VC

Table 3-75 contains information about Service Class Template VC descriptor table.


Table 3-75: SCT_VC
Column Name Data Type Description

sct_id

smallint

service class template ID. (1..65535)

sct_type

smallint

SCT type.

For card: Engress, for port: Ingress

fc_type

smallint

front card type

sct_version

int

the SCT version number

service_type

integer

service type. (0..65535)

service_catgy

integer

service category. (0..65535)

cosb_num

integer

Class Of Service Buffer number. (1..16)

cac_treatment

integer

Connection Admission Control (CAC) algorithm. (1..256). default = 2
1 -- lcnCac,
2 -- basicCac,
3 -- eCac-Model A,
4 -- eCac-Model B,
5 -- eCac-Model C,
6 -- eCac-Model D,
7 -- eCac-Model E,
8 -- eCac-Model F,
9 -- mbBwCac

upc_enable

smallint

UPC policing
enableAll (1),
enableGcra1 (2),
enableGcra2 (3),
enableGcra1WithPktPolicing (4),
enableGcra2WithPktPolicing (5),
disableAll (6)

upc_clp_sel

integer

Selects processing of policing buckets based on the CLP bit.

(0..4)

pol_act_gcra1

smallint

Determines the type of policing in bucket 1:
discard (1),
setClpBit (2),
setClpDiscTagged (3)

pol_act_gcra2

smallint

determines the type of policing in bucket 2:
discard (1),
setClpBit (2),
setClpDiscTagged (3)

pcr

integer

Peak Cell Rate. (0..1000000)

scr

integer

Sustained Cell rate. (0..1000000)

mcr

integer

Minimum Cell Rate. (0..1000000)

icr

integer

Initial Cell Rate. (0..1000000)

mbs

integer

Maximum burst size. (1..5000000)

mfs

integer

Maximum Frame size. (1..1236)

cdvt

integer

Cell Delay Variation Tolerance. (0..5000000)

pkt_discard_mode

smallint

packet discard mode for VC:
enable (1),
disable (2)

max_thresh

integer

VC max threshold. (0..5000000)

clp1_high_thresh

integer

CLP high threshold. (0..1000000)

clp1_low_thresh

integer

CLP low threshold. (0..1000000)

epd0_thresh

integer

EPD0 threshold. (0..1000000)

efci_thresh

integer

EFCI threshold. (0..1000000)

cos_scaling_class

integer

scaling class to reduce the max queue

depth. (1..4)

l_port_scaling

integer

logical port scaling class to reduce max queue depth. (1..4)

ci_control

smallint

CI setting:
enable (1),
disable (2)

crm_cells

integer

Cut-Off RM cells. (1..4095)

vsvd

smallint

ABR virtual source/virtual destination
enable_with_FCES (1),
enable_without_FCES (2),
disable (3)

adtf

integer

ACR decrease time factor. (62..8000)

rdf

integer

ABR Rate Decrease Factor. (1..32768)

rif

integer

ABR Rate Increase Factor. (1..32768)

nrm

integer

data cells # between FRM cells. (2..256)

trm

integer

Time between Fwd RM cells. (0..7)

cdf

integer

Cut-Off decrease factor. (0..64)

tbe

integer

Transient Buffer Exposure. (0..16777215)

frtt

integer

Fixed Round Trip Time. (0..16700)

wfq

smallint

Weighted Fair Queueing per VC:
enable (1),
disable (2)

reserved

integer

reserved for future use

SEC_PROFILE

Table 3-76 contains information about the access privileges for each modules. The field in the table is based on the configuration binary file used in CWM 9.2.


Table 3-76: SEC_PROFILE
Column Name Data Type Description

profile_name

char(33)

CWM user profile name

connmgr

integer

bit mapped value:
bit 0: 0 disallow to delete connection
1 allow to delete connection
bit 1: 0 disallow to view connection
1 allow to view connection
bit 2: 0 disallow to modify connection
1 allow to modify connection
bit 3: 0 disallow to add connection
1 allow to add connection
bit 4: 0 disallow to ALL
1 allow to ALL
bit 5,6 not used.

nwtopology

integer

bit mapped value:
bit 0: 0 disallow to delete topology
1 allow to delete topology

bit 1: 0 disallow to view topology
1 allow to view topology

bit 2: 0 disallow to modify topology
1 allow to modify topology

bit 3: 0 disallow to add topology
1 allow to add topology

bit 4: 0 disallow to ALL
1 allow to ALL
bit 5,6 not used.

svovtopology

integer

bit mapped value:
bit 0: 0 disallow to delete
1 allow to delete

bit 1: 0 disallow to view the OpenView topology
1 allow to view the OpenView topology

bit 2: 0 disallow to modify the OpenView topology
1 allow to modify the OpenView topology

bit 3: 0 disallow to create the OpenView topology
1 allow to create the OpenView topology

bit 4: 0 disallow to ALL
1 allow to ALL

bit 5,6 not used.

scm

integer

bit mapped value:

bit 0: 0 disallow to del connection

1 allow to del connection

bit 1: 0 disallow to view connection

1 allow to view connection

bit 2: 0 disallow to mod connection

1 allow to mod connection

bit 3: 0 disallow to add connection

1 allow to add connection

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

sct

integer

bit mapped value:

bit 0: 0 disallow to delete templates

1 allow to delete tempates

bit 1: 0 disallow to view conn

1 allow to view conn

bit 2: 0 disallow to modify templates

1 allow to modify templates

bit 3: 0 disallow to add templates

1 allow to add tempates

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

line

integer

bit mapped value:

bit 0: 0 disallow to del line

1 allow to del line

bit 1: 0 disallow to view line

1 allow to view line

bit 2: 0 disallow to mod line

1 allow to mod line

bit 3: 0 disallow to add line

1 allow to add line

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

trunk

integer

bit mapped value:

bit 0: 0 disallow to del trunk

1 allow to del trunk

bit 1: 0 disallow to view trunk

1 allow to view trunk

bit 2: 0 disallow to mod trunk

1 allow to mod trunk

bit 3: 0 disallow to add trunk

1 allow to add trunk

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

card

integer

bit mapped value:

bit 0: 0 disallow to del card

1 allow to del card

bit 1: 0 disallow to view card

1 allow to view card

bit 2: 0 disallow to mod card

1 allow to mod card

bit 3: 0 disallow to add card

1 allow to add card

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

port

integer

bit mapped value:

bit 0: 0 disallow to del port

1 allow to del port

bit 1: 0 disallow to view port

1 allow to view port

bit 2: 0 disallow to mod port

1 allow to mod port

bit 3: 0 disallow to add port

1 allow to add port

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

device

integer

bit mapped value:

bit 0: 0 disallow to del device

1 allow to del device

bit 1: 0 disallow to view device

1 allow to view device

bit 2: 0 disallow to mod device

1 allow to mod device

bit 3: 0 disallow to add device

1 allow to add device

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

imagedownload

integer

bit mapped value:

bit 0: not used

bit 1: disallow to view

allow to view

bit 2: not used

bit 3: 0 disallow download

1 allow to download

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

noderesync

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow to do noderesync

1 allow to do noderesync

bit 2 - bit 7: not used

configsave

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow for read

1 allow for read

bit 2: not used

bit 3: 0 disallow to save

1 allow for save

bit 4: 0 disallow for ALL

1 allow for ALL

bit 5,6 not used

configrestore

integer

bit mapped value:

bit 0: not used

bit 1: not used

bit 2: 0 disallow to reset card

1 allow to reset card

bit 3: 0 disallow to restore

1 allow for restore

bit 4: 0 disallow for ALL

1 allow for ALL

bit 5,6 not used

wingz

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow

1 allow

bit 2 - bit 7: not used

cwmadmin

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow

1 allow

bit 2 - bit 7: not used

networkbrowser

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow

1 allow

bit 2 - bit 7: not used

summaryreports

integer

bit mapped value:

bit 0: not used

bit 1: 0 disallow to read

1 allow to read

bit 2 - bit 7: not used

smadmin

integer

bit mapped value:

bit 0: 0 disallow to delete users

1 allow to delete users

bit 1: 0 disallow to view users

1 allow to view users

bit 2: 0 disallow to modify users

1 allow to modify users

bit 3: 0 disallow to create users

1 allow to create users

bit 4: 0 disallow to ALL

1 allow to ALL

bit 5,6 not used.

SERIAL_LN_DATA

Table 3-77 contains information about serial line statistical data.


Table 3-77: SERIAL_LN_DATA
Column Name Data Type Description

timestamp

integer

Timestamp of the statistical record

sln_obj_id

integer

Serial line object ID

l_node_id

integer

CWM node ID

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of each bucket

totald

float

total of raw data collected in the sample interval

peak

float

peak rate of raw data in the sample interval

SHELF

Table 3-78 contains information about shelves.


Table 3-78: SHELF
Column Name Data Type Description

node_id

integer

CWM node ID

network_id

smallint

CWM network ID

name

char(32)

name of shelf

mac_addr

char(6)

MAC address

routing_ip_addr

integer

IP address for routing

lan_ip_addr

integer

IP address of Feeder shelf

slip_ip_addr

integer

SLIP IP address

shelf

integer

shelf number

serial_id

char(21)

backplane serial number

shelf_type

smallint

Shelf type based on number of slots

1 = 16 slot shelf

(currently only used by MGX 8220)

status

smallint

ASM Alarm status of the shelf object

ASM alarm off (1)

ASM alarm on (2)

reserved

integer

reserved for future use

SRCP_PEER

Table 3-79 contains information about VISM SRCP peer table.


Table 3-79: SRCP_PEER
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

peerid

smallint

SRCP peer Index

srcpPeerId

name

char(64)

name of the SRCP peer

srcpPeerName

peerport

integer

used to configure the UDP port of the SRCP peer srcpPeerPortNumber

default 2048

hb_interval

integer

length of the heartbeat interval in milliseconds. If 0, hearbeat for this peer is not monitored srcpPeerHeartbeatInterval

time_since_hb

integer

time since the last heatbeat was received in milliseconds

srcpPeerTimeSinceHeartbeat

max_pdu_size

integer

maximum UDP size in octets

srcpPeerMaxPduSize

reserved

integer

reserve field

STAT_ENABLE

Table 3-80 contains information about which and what type of network statistics are to be collected.


Table 3-80: STAT_ENABLE
Column Name Data Type Description

obj_id

int

object ID

l_node_id

int

CWM node ID

object_type

smallint

object type
0 = connection
1 = circuit line (service line)
2 = packet line (trunk line)
3 = frame relay port

stat_type

smallint

statistic type

bucket_type

smallint

duration, in minutes, of the bucket

owner_netw_id

smallint

IPX network ID of node to which CWM is connected

owner_node_id

smallint

IPX node ID to which CWM is connected

num_buckets

smallint

maximum number of buckets residing in the IPX real-time memory

bucket_size

smallint

size of bucket in bytes

retain_peak

smallint

flag to indicate to have peak saved. A two byte value where:

High order byte has the format:

bit 7 (high)

0 = interval in minutes
1 = interval in seconds
bits 0 -6 = peak interval

Low order byte has the format:

0 = don't save peak
1 = save peak

auto_stat

smallint

flag to indicate whether the statistic is enabled by system by default

0 = not enabled by default
1 = enabled by fault

enable_flag

smallint

flag to indicate the active status of the statistic type

0 = inactive
1 = active

collect_interval

integer

the time interval in minutes to collect statistical data

enable_time

integer

the UNIX time when the statistic was enabled

retain_period

integer

the duration period in minutes of the records saved in the CWM database

reserved

integer

reserved for future use

STATION_DATA

Table 3-81 contains information about FRASM station statistics.The FRASM is no longer supported by CWM. This table is obsolete in Release 10 of CWM.


Table 3-81: STATION_DATA
Column Name Data Type Meaning

timestamp

integer

Time stamp

l_node_id

integer

Node ID

stn_obj_id

integer

Station Object Id

stat_type

smallint

Statistics Type

bucket_type

smallint

Bucket Interval In Minutes

totald

float

Total Count

peak

float

Peak Count

SV_SYSTEM

Table 3-82 contains information about CWM host name and system parameters.


Table 3-82: SV_SYSTEM
Column Name Data Type Description

name

char(8)

Name of the CWM parameter

val

char(20)

Character string including revision number of database

SV_VERSION

Table 3-83 contains information about CWM release number and date.


Table 3-83: SV_VERSION
Column Name Data Type Description

release

char(20)

CWM release number

release_date

char(32)

CWM release date

SVC_CAC

Table 3-84 contains information about the Port CAC configuration, specifying the CAC information for each interface.


Table 3-84: SVC_CAC
Column Name Data Type Description

node_id

integer

CWM node ID

shelf

integer

shelf number

slot

smallint

slot number

bay

smallint

the bay #, default value = 1

line

smallint

line number

port

smallint

port number

if_index

integer

the ifIndex from ifTable

util_fact_cbr

integer

booking factor for CBR

util_fact_rt_vbr

integer

booking factor for real time VBR

util_fact_nrt_vbr

integer

booking factor for non-real time VBR

util_fact_abr

integer

booking factor for ABR

util_fact_ubr

integer

booking factor for UBR

max_bw_cbr

integer

max bandwidth for CBR

max_bw_rt_vbr

integer

maximum bandwidth for real time VBR

max_bw_nrt_vbr

integer

max. bandwidth for nonreal time VBR

max_bw_abr

integer

max. bandwidth for ABR

max_bw_ubr

integer

maximum bandwidth for UBR

min_bw_cbr

integer

minimum bandwidth for CBR

min_bw_rt_vbr

integer

minimum bandwidth for real time VBR

min_bw_nrt_vbr

integer

min. bandwidth for non-real time VBR

min_bw_abr

integer

minimum bandwidth for ABR

min_bw_ubr

integer

min. bandwidth for UBR

max_vc_cbr

integer

max # of VCs for CBR

max_vc_rt_vbr

integer

max # of VCs for real time VBR

max_vc_nrt_vbr

integer

max # of VCs for non-real time VBR

max_vc_abr

integer

max # of VCs for ABR

max_vc_ubr

integer

max # of VCs for UBR

min_vc_cbr

integer

min # of VCs for CBR

min_vc_rt_vbr

integer

min # of VCs for real time VBR

min_vc_nrt_vbr

integer

min # of VCs for non-real time VBR

min_vc_abr

integer

min # of VCs for ABR

min_vc_ubr

integer

min # of VCs for UBR

max_vc_bw_cbr

integer

max bandwidth for a VC for CBR

max_vc_bw_rt_vbr

integer

max bandwidth for a VC for real time VBR

max_vc_bw_nrt_vbr

integer

max bandwidth for a VC for non-real time VBR

max_vc_bw_abr

integer

max bandwidth for a VC for ABR

max_vc_bw_ubr

integer

max bandwidth for UBR

def_cdvt_cbr

integer

default CDVT for CBR

def_cdvt_rt_vbr

integer

default CDVT real time VBR

def_cdvt_nrt_vbr

integer

default CDVT non-real time VBR

def_cdvt_abr

integer

default CDVT for ABR

def_cdvt_ubr

integer

default CDVT for UBR

def_mbs_rt_vbr

integer

default MBS real time VBR

def_mbs_nrt_vbr

integer

default MBS non-real time VBR

reserved

integer

reserved for future use

SVC_OPERATION

Table 3-85 contains information about SVC operations.


Table 3-85: SVC_OPERATION
Column Name Data Type Description

node_id

integer

node ID

shelf

integer

shelf number

slot

smallint

slot number

bay

smallint

bay number

line

smallint

line number

port

smallint

port number

if_index

integer

the ifIndex

ilmi_enable

smallint

The operational state of ILMI

true (1)

false (2)

ifc_type

smallint

The interface type of an interface

publicUni (1),

privateUni (2),

iisp (3),

pnni (4)

ifc_side

smallint

The IME type of the ATM device

userSide (1),

networkSide (2),

symmetric (3)

max_vpcs

integer

The maximum number of switched and permanent VPCs supported on this ATM interface

max_vccs

integer

The maximum number of switched and permanent VCCs supported on this ATM interface

max_vpibits

integer

The maximum number of active VPI bits

max_vcibits

integer

The maximum number of active VCI bits

uni_type

smallint

The type of the ATM device:
pulic (1),
private (5)

uni_version

smallint

the latest version of the ATM Forum UNI Signalling Specificationversion2point0(1),
version3poing0(2),
version3poing1(3),
version4poing0(4),
unsupported(5)

device_type

smallint

Type of ATM device:
user(1),
node(2)

ilmi_version

smallint

Latest version of the ATM Forum ILMI Specification:
unsupported(1),
version4point0(2)

nni_sig_version

smallint

latest version of the ATM Forum PNNI Signalling Specification:
unsupported(1),
iisp(2),
pnniVersion1point0(3)

max_svpc_vpi

integer

The maximum switched VPC VPI

min_svpc_vpi

integer

The minimum switched VPC VPI

max_svcc_vpi

integer

The maximum switched VCC VPI

min_svcc_vpi

integer

The minimum switched VCC VPI

max_svcc_vci

integer

The maximum switched VCC VCI

min_svcc_vci

integer

The minimum switched VCC VCI

reserved

integer

reserved for future use

SVC_PORT

Table 3-86 contains information about interface configuration and collects attributes that affect the operation of the controller interface.


Table 3-86: SVC_PORT
Column Name Data Type Description

node_id

integer

CWM node ID

shelf

integer

shelf number

slot

smallint

slot number

bay

smallint

the bay #, default value = 1

line

smallint

line number

port

smallint

port number

if_index

integer

the ifIndex from ifTable

admin_status

smallint

adminstrative status:
inService (1),
outService (2),
blocked (3)

oper_status

smallint

Operational state:
ok (1),
failed (2),
other (3)

svc_blocked

smallint

Switches virtual connections are allowed or not

spvc_blocked

smallint

Soft permanent virtual connections are allowed or not:

signalling_vpi

integer

Signalling VPI

signalling_vci

integer

signaling VCI

routing_vpi

integer

VPI used for PNNI lowest level RCC

routing_vci

integer

VCI used for PNNI lowest level RCC

uni_version

smallint

latest version of the ATM Forum UNI Signalling Specification:
uni20 (1),
uni30 (2),
uni31 (3),
uni40 (4),
ituDss2 (5),
frf4 (6)

nni_version

smallint

latest version of the ATM Forum PNNI Signalling Specification:
iisp30 (1),
iisp31 (2),
pnni10 (3)

uni_type

smallint

Type of the ATM device:
public (1),
private (2)

side

smallint

Object determines the type of the ATM device:
user (1),
network (2)

svcc_vpi_lo

integer

minimum SVCC VPI configured

svcc_vpi_hi

integer

maximum SVCC VPI configured

svcc_vci_lo

integer

minimum SVCC VCI configured

svcc_vci_hi

integer

maximum SVCC VCI configured

svpc_vpi_lo

integer

minimum SVPC VPI configured

svpc_vpi_hi

integer

maximum SVPC VPI configured

enhanced_lisp

smallint

reserved

integer

reserved for future use

USER_CONNECTION

Table 3-87 contains end-to-end information about connections.


Table 3-87: USER_CONNECTION
Column Name Data Type Description

l_node_id

integer

local-end CWM node ID

num_segs

smallint

Number of segments

termination

smallint

Bit(0):

0 - local end is terminated.
1 - local end is not terminated.

Bit(1)

0 - means remote end is terminated
1 - remote end is not terminated.

Bits(2-4): RPM

l_slot

smallint

Local-end slot number

l_line

smallint

Local-end line number (For FRSM and CESM connections only)

l_port

smallint

Local-end port number (logical port except for FRSM)

logical port = physical port (ASI/BXM/FRP)

logical port = physical line (AUSM4/CESM)

logical port (UFM/AUSM8)

Physical port (FRSM/CESM)


Note   Since there are many cards it is very difficult to add value ranges here. Please see MGX MIBs or switch software interface documentation for valid ranges of these fields. Also, depending on the number of segments, the meaning of this field changes. It will be difficult to specify ranges which will be valid for all cards.

l_logical_port

smallint

MGX 8850 RPM endpoints.

Logical port number FRSM,AUSM,CESM.

value 1 for RPM

default -1

l_subchnl_1

smallint

First local-end sub-channel number

For Frame relay end-points this is set to DLCI.

For ATM end-points this is set to VPI. For Voice and data end-points this is set to -1.

l_subchnl_2

integer

Second local-end sub-channel number; for frame relay, voice and data end-points this is set to -1.

For ATM end-points this is set to VCI.

lr_slot

smallint

Local slot number

lr_port

smallint

Local port number

lr_subchnl_1

smallint

First local sub-channel number

lr_subchnl_2

integer

Second local sub-channel number

lc_node_id

integer

Local hub CWM node ID.

(Same as local node ID for connections that originate in a routing node.)

lc_slot

smallint

Local hub slot number; same as local slot ID for connections that originate in a routing node.

lc_port

smallint

Local hub port number; same as local port ID for connections that originate in a routing node.

lc_subchnl_1

smallint

First local hub sub-channel number; same as first local sub-channel number for connections that originate in a routing node.

lc_subchnl_2

integer

Second local hub sub-channel number

(Same as second local sub-channel number for connections that originate in a routing node.)

rc_node_id

integer

Remote hub CWM node ID.

(Same as remote node ID for connections that originate in a routing node.)

rc_slot

smallint

Remote hub slot number

(Same as remote slot ID for connections that originate in a routing node.)

rc_port

smallint

Remote hub port number: same as remote port ID for connections that originate in a routing node.

rc_subchnl_1

smallint

First remote hub sub-channel number; same as first remote sub-channel number for connections that originate in a routing node.

rc_subchnl_2

integer

Second remote hub sub-channel number; same as second remote sub-channel number for connections that originate in a routing node.

rr_slot

smallint

Remote slot number; same as remote slot ID for connections that originate in a routing node.

rr_port

smallint

Remote port number; same as remote port ID for connections that originate in a routing node.

rr_subchnl_1

smallint

First remote sub-channel number; same as first remote sub-channel number for connections that originate in a routing node.

rr_subchnl_2

integer

Second remote sub-channel number; same as second remote sub-channel number for connections that originate in a routing node.

r_node_id

integer

Remote-end CWM node ID

r_slot

smallint

Remote-end slot number

r_line

smallint

Remote-end line number

(For FRSM connection only)

r_port

smallint

Remote-end port number (logical port except for FRSM)
Logical port = physical port (ASI/FRP)
Logical port = physical line (AUSM4/CESM)
Logical port (UFM/AUSM8)
Physical port (FRSM/CESM)

r_logical_port

smallint

default -1

r_subchnl_1

smallint

First remote sub-channel number

r_subchnl_2

integer

Second remote sub-channel number. For Frame relay, voice and data end-points this is set to -1. For ATM end-points this is set to VCI.

parm_type

smallint

A flag to indicate if StrataCom or standard FR parameters are used.

state

smallint

Connection state:
1 = Clear
2 = Fail
3 = Down
4 = Incomplete

9th bit in state field (100000000) is used to indicate aBit failure.

257 = clear + abit fail
258 = fail + abit fail

secondary_state

smallint

Consists of Abit/AIS/OAM

bit 1 - 2: local abit

0 = unknown

1 = ok

2 = fail

bit 3 - 4: local AIS

0 = unknown

1 = ok

2 = fail

bit 5 - 6: local OAM

0 = unknown

1 = ok

2 = fail

bit 9 - 10: remote abit

0 = unknown

1 = ok

2 = fail

bit 11 - 12: remote AIS

0 = unknown

1 = ok

2 = fail

bit 13 - 14: remote OAM

0 = unknown

1 = ok

2 = fail

proc_state

smallint

The processing state (used by data broker).

con_type

smallint

Connection type:
1 = FR
2 = ATMFR
3 = ATM
4 = DATA
5 = VOICE
6 = CE
7 = ATMCE
8 = RPM
9 = ATMRPM
10= RPMFR
11= VISMATM


Note   For incomplete connection, this field is set to zero (0). Refer to termination for the exact endpoint type.

sub_type

smallint

Service type:
1 = FR
2 = VBR
3 = CBR
4 = unknown
5 = ABR
6 = FRFS
7 = CE
8 = ATMFR_VBR3
9 = ATMFR_ABR_FS
10= UBR
11= VBR1
12= VBR2
13= VBR3
14= ABR1
15= ABR.FS
16= UBR1
17= UBR2
18= VOICE
19= DATA

l_endpt_obj_id

integer

Local endpoint object ID.

lc_endpt_obj_id

integer

Local hub endpoint object ID.

rc_endpt_obj_id

integer

Remote hub endpoint object ID.

r_endpt_obj_id

integer

Remote endpoint object ID.

l_per_util

smallint

Local end percent utilization

This parameter is taken from routing segment.

l_fst_fast_dn

smallint

Local ForeSight Fast Down

l_fst_qir_to

smallint

Local ForeSight QIR timeout

l_fst_max_adj

integer

Local ForeSight Maximum Adjustment

l_clp_tagging

integer

Local End CLP Tagging

1 = disable

2 = enable

r_per_util

smallint

Remote end percent utilization

This parameter is taken from routing segment.

l_mc_type9.1

smallint

Local multicast type flag (For multicast connections). The values are normal (0), root (1) and leaf (2).

r_mc_type9.1

smallint

Remote multicast type flog (For multicast connections). Values are as per local multicast type flag.

l_end_nni9.1

smallint

-1 : unknown port type

1 : nni port type

0 : non nni port type

r_end_nni9.1

smallint

-1 : unknown port type

1 : nni port type

0 : non nni port type

For incomplete PVC, this field is always -1 (unknown)

end_to_end_type

smallint

0 : PVC

1 : SPVC

2 : HYBRID

network_prefix

varchar

network prefix associated with a MGX 8850 Release 2 node. when rc_node_id has -1, this column will contain a network prefix. This field is for incomplete SPVC (master channel, whose remote node ID is not known to CWM at the time)

Null: information not applicable

inseg_tbl_1

smallint

0=First segment not rcvd

1=First segment of PVC already rcvd from network.

2=save channel of MGX 8850 not rcvd.

3=Master

default -1

inseg_tbl_2

smallint

1=second segment recvd.

default -1

inseg_tbl_3

smallint

1=third segment rcvd.

default -1

snmp_index

integer

The SNMP-Proxy index for user connection.

USER_CONN_DESC

Table 3-88 contains information about user connection descriptors.


Table 3-88: USER_CONN_DESC
Column Name Type Comment

l_node_id

integer

Local-end CWM node ID

l_slot

smallint

Local-end slot number

l_line

smallint

Local-end line number (For FRSM and CESM connections only)

l_port

smallint

Local-end port number (logical port except for FRSM)

logical port = physical port (ASI/BXM/FRP)

logical port = physical line (AUSM4/CESM)

logical port (UFM/AUSM8)

Physical port (FRSM/CESM)

Value range

l_logical_port

smallint

MGX 8850 Release 1, MGX 8250, or MGX 8230 RPM endpoints.

Logical port no. for FRSM,AUSM,CESM.

value 1 for RPM

default -1

l_subchnl_1

smallint

First local-end sub-channel number

For Frame relay end-points this is set to DLCI.

For ATM end-points this is set to VPI. For Voice and data end-points this is set to -1.

l_subchnl_2

integer

Second local-end sub-channel number

For Frame relay, voice and data end-points this is set to -1.


Note   For ATM end-points this is set to VCI.

descriptor

char(64)

connection descriptor

USER_INFO

Table 3-89 contains information about CWM user names and the security profiles.


Table 3-89: USER_INFO
Column Name Type Comment

user_name

char(33)

CWM user name, unique user name consists of alphanumeric characters and must be no more than 32 characters in length

insync_primary

integer

Whether this record is the same with the primary

0: default: same with primary

1: not the same

profile_name

char(33)

CWM user profile name

VIRTUAL_PORT

Table 3-90 contains information about ATM Virtual interface for RPM and VISM cards.


Table 3-90: VIRTUAL_PORT
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

port

smallint

Port number

vismPortNum

reserved

integer

Reserved field

VISM_CARD

Table 3-91 contains information about VISM cards managed by CWM.


Table 3-91: VISM_CARD
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

node_type

smallint

Node type

shelf

integer

Shelf number

slot

smallint

Slot number

ipaddress

integer

vismIpAddress

subnetmask

integer

vismSubnetMask

mg_name

char(64)

Media Gateway name

mgName

mg_adminstate

smallint

Current administrative state of Media Gateway

mgAdministrativeState

adminStateUnlocked - 1

adminStateLocked - 2

adminStateShuttingDown - 3

mg_adminstate_ctrl

smallint

Used to control the administrative state

mgAdministrativeStateControl

unlock - 1

lock - 2

shutdown - 3

xgcp_req_timeout

integer

The request timeout is used to determine the timeout value used for retransmitting

unacknowledged message

xgcpRequestTimeOut

milliseconds

xgcp_req_retries

smallint

This object specifies the number of retries for a request that exceeds timeout

xgcpRequestRetries

0..10

xgcp_restart_inprogress

integer

The maximum waiting delay (MWD) timeout value is used for the Media Gateway to send the Restart In Progress to the Media Gateway Controller.

xgcpRestartInProgressMWD

ecan_encoding

smallint

The voice encoding type.

vismEcanEncoding

avail_ds0count

smallint

The number of DS0s available for new connections on VISM.

vismAvailableDs0Count

mode

smallint

The connection model that the VISM card is configured to operate with.

vismMode

cacEnable

smallint

Describes whether CAC (Connection Admission Control) functionality needs to be applied on the VISM card.

vismCacEnable

ecanIdlePattern

smallint

Echo canceller pattern for Idle code

vismEcanCnfIdlePattern

ecanIdleDir

smallint

Echo canceller idle direction.

vismEcanCnfIdleDirection

vismErl

smallint

Provision the return echo lost.

vismERL

jitDelMode

smallint

Provision the jitter buffer mode to be applied to call connection.

vismJitterDelayMode

jitInitDelay

smallint

Defines the jitter buffer size.

vismJitterInitialDelay

gainCtrl

smallint

The control to adjust the gain of the call connection.

vismAdaptiveGainControl

reserved

integer

Reserved field

VISM_ENDPT

Table 3-92 contains information about VISM endpoints.


Table 3-92: VISM_ENDPT
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

endpoint

smallint

Identifies endpoint as it is known by the NE

mgEndpointNumber 1..240

line

smallint

Identifies the line

mgEndointLineNumber

name

char(64)

Identifies endpoint as it is known by the MGC

mgEndpointName

state

smallint

Indicates the state of the endpoint

mgEndpointState

mgEndpointActive - 1

mgEndpointFailed - 2

mgEndpointDegraded - 3

channel_map

integer

Positions of 1-bits indicate channels used by the endpoint.

mgEndpointChannelMap

reserved

integer

Reserved field

VISM_MGC

Table 3-93 contains information about VISM media gateway controllers.


Table 3-93: VISM_MGC
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

controller

smallint

Individual media gateway controller index

mgcNumber

name

char(64)

Name of the media gateway controller

mgcName

assoc_state

smallint

State of the association between the Media Gateway and the Media Gateway Controller:
mgcAssociationState
mgcUnassociated - 1
mgcAssociated - 2
mgcAssociatedCommLoss - 3

assoc_state_ctrl

smallint

Control of the association state, as represented by:
mgcAssociationState
mgcAssociationStateControl
mgcUnassociate - 1
mgcAssociate - 2

reserved

integer

Reserved field

VISM_MGCP

Table 3-94 contains information about VISM media gateway controller protocol.


Table 3-94: VISM MGCP
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

controller

smallint

Media gateway controller number

mgcNumber

protocol

smallint

References the protocol, reflecting the mgProtocolNumber from the mgSupported table

mgProtocolNumber

reserved

integer

Reserved field

VOICE_CHANNEL

Table 3-95 contains information about the voice channel.


Table 3-95: VOICE_CHANNEL
Column Name Data Type Description

chnl_obj_id

integer

Voice channel object ID

l_node_id

integer

CWM node ID

1_slot

smallint

Slot number

l_line

smallint

Port number

l_chnl

smallint

Channel number

per_util

smallint

Percent utilization (0 - 100)

cos

smallint

Class of service

eia

smallint

EIA rate (0 - 20)

dfm_len

smallint

DFM length (0, 1, 7, 8, 16)

chnl_info

smallint

Data channel info:

Bit7-6: spare

Bit5: OCU: 0=reset, 1=Set

Bit4: DS0A, UCS: 0=reset, 1=Set

Bit3: DTE: 0=DCE, 1=DTE

Bit2-1: Clocking: 0=normal, 1=split, 2=looped

Bit0: DFM flag: 0=Off, 1=On

input_loss

smallint

Input loss

output_loss

smallint

Output loss

onhook_ab

smallint

Onhook AB:

Bit7-5: Onhook A: 0=0, 1=1, 2=don't care, 3=unknown, 4=notUsed

Bit4-2: Onhook B: 0=0, 1=1, 2=don't care, 3=unknown, 4=notUsed

Bit1-0: Dial type: 0=Inband, 1 = pulse, 2=User Dial

onhook_cd

smallint

Onhook CD:

Bit7-5: Onhook C: 0=0, 1=1, 2=don't care, 3=unknown, 4=notUsed

Bit4-2: Onhook D: 0=0, 1=1, 2=don't care, 3=unknown, 4=notUsed

Bit1: Sig Inject

BIt0: Sig Extract

chnl_type

smallint

Channel type

cndt_crtr_indx

smallint

Conditioning criterion index

tx_ab_sgnl

smallint

Transmit AB signalling:

(This applies to Tx/Rcv XY sig)

Bit7-5: Tx/Rcv X signalling

Bit4-2: Tx/Rcv Y signalling

0=sig. bit is 0, 1= sig. bit is 1, 2=tx sig. bit transparently, 3=don't tx sig. bit, 4=Reverse/Inverse sig. bit

Bit1=0: Spare

tx_cd_sgnl

smallint

Transmit CD signalling

Same as tx_ab_sgnl

rcv_ab_sgnl

smallint

Receive AB signalling

Same as tx_ab_sgnl

rcv_cd_sgnl

smallint

Receive CB signalling

Same as tx_ab_sgnl

sgnl_intgr_time

smallint

Signalling integration time (ms)

min_wink

integer

Minimum wink (ms) (100 - 300)

playout_delay

smallint

playout_delay (120 - 200)

iec

smallint

IEC parameters:

Bit7:echo cancel: 0=Disabled, 1=Enabled

Bit6:non-linear proc: 0=Disabled, 1=Enabled

Bit5:conv.: 0=Disabled, 1=Enabled

Bit4:echo return loss: 0=Low, 1=High

Bit3:tone disabler: 0=Disabled, 1=Enabled

Bit2:bkcd prefer: 0=Disabled, 1=Enabled

Bit1:bkgnd filter: 0=Disabled, 1=Enabled

Bit0:spare

VOICE_CONN

Table 3-96 contains information about VISM connections.


Table 3-96: VOICE_CONN
Column Name Type Comment

con_obj_id

integer

Connection object ID

l_network_id

smallint

Network ID

l_node_id

integer

Node ID

shelf

integer

Shelf number

l_slot

smallint

Slot number

l_port

smallint

Port number (zero based, only 0 is allowed); refer to vismChanPortNum

l_vpi

smallint

vismLocalVpi

l_vci

integer

vismLocalVci

l_nsap_addr

char(20)

vismLocalNSAP

r_network_id

smallint

Remote network ID

r_node_id

integer

Remote node ID

r_slot

smallint

Remote slot number

r_port

smallint

Remote port number

r_vpi

smallint

vismRemoteVpi

r_vci

integer

vismRemoteVci

r_nsap_addr

char(20)

vismRemoteNSAP

lcn

integer

vismCnfChanNum

master_flag

smallint

vismMastership

termination

smallint

Type of local and endpoints

con_type

smallint

vismChanConnType

sub_type

smallint

vismConnServiceType

pvcType

smallint

vismChanPvcType

vpcFlag

smallint

vismVpcFlag

active

smallint

status

smallint

Connection status

l_pcr

integer

vismConnPCR

lper_util

smallint

vismConnPercentUtil

r_pcr

integer

vismConnRemotePCR

rper_util

smallint

vismConnRemotePercentUtil

protect

smallint

vismChanProtection

prefer

smallint

vismChanPreference

actState

smallint

vismChanActivityState

lockState

smallint

vismChanLockingState

ingrScr

integer

vismChanScrIngress

ingrMbs

integer

vismChanMbsIngress

ingrClr

integer

vismChanClrIngress

egrScr

integer

vismChanScrEgress

egrMbs

integer

vismChanMbsEgress

egrClr

integer

vismChanClrEgress

application

smallint

vismChanApplication

fallbackLcn

integer

vismChanFallbackLcn

rmtLpbkState

smallint

vismChanLocRmtLpbkState

cacMaster

smallint

vismChanCacMaster

cacRejPolicy

smallint

vismChanCacRejectionPolicy

reserved

integer

Reserved field

VPRANGE

Table 3-97 contains information about VP range (MGX 8220, MGX 8230, MGX 8250, or MGX 8850 Release 1 only).


Table 3-97: VPRANGE
Column Name Data Type Description

network_id

smallint

CWM network ID

node_id

integer

CWM node ID

slot

smallint

Slot number

rangenum

smallint

Range number

port

smallint

Port number

min_vpi

integer

Minimum VPI value

max_vpi

integer

Maximum VPI value

XGCP_PEER

Table 3-98 contains information about VISM XGCP peer table.


Table 3-98: XGCP_PEER
Column Name Type Comment

network_id

smallint

Network ID

node_id

integer

Node ID

shelf

integer

Shelf number

slot

smallint

Slot number

controller

smallint

mgcNumber

protocol

smallint

mgProtocolNumber

port

integer

vismXgcpPeerPort

reserved

integer

Reserved field


hometocprevnextglossaryfeedbacksearchhelp
Posted: Thu Sep 28 16:23:12 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.