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

Table of Contents

SVC Commands

SVC Commands

This chapter describes the MGX SVC commands. These commands allow you to provision SVC Service, display status and statistics. The commands include the following areas:

Command Syntax

This section contains the following syntax topics:

Notation

The notation for command and argument parameters follows:

Position-Dependent and Keyword-Driven Parameters

A command can include parameters that are keyword-driven or position-dependent.

For position-dependent parameters, you must type parameters in the order they appear in the syntax description or on-line help. To create a logical port, for example, the position-dependent syntax is:

addport <ifNum> <bay.line> <guaranteedRate> <maxrate> <sctID> <ifType> [vpi]

For a keyword-driven parameter, a keyword must precede the value. The keyword is preceded by a dash and followed by the parameter (-timeout <secs>, for example). The order you enter keyword-driven parameters does not matter—although any preceding or succeeding, position-dependent parameters must appear as they do in the command syntax description.

In the following syntax example, the command is to delete more than one connection at a time. The mandatory, position-dependent connection identifier consist of a logical port (ifNum) and the VPI and VCI of the first connection to delete. After the connection identifier, the line shows two optional, keyword-driven parameters. These keyword-driven parameters let you enter the number of connections to delete and specify verbose mode:

delcons <ifNum> <vpi> <vci> [-num <num. conns to del>] [-verbose < 1 | 0 >]

Command Entry

When you enter a command with the current version of the product, you must type all intended arguments before you press the Return key or Enter key.

If you press the Return key or Enter key with incorrect parameters or no parameters (if the command requires parameters), a message displays the syntax and parameter ranges. The returned message may also suggest what the problem is. For example, the message may warn of too few parameters. No error messages or warnings appear until you complete the command.

Command Line Prompt

The format of the CLI prompt is:

name.slot number.card type.card state >

where:

An example of a CLI prompt is:

excel.6.AXSM.a >

 

The preceding prompt shows the:


Note   When you add and SPVC or SPVP, the traffic management parameters apply to specific service types (rt-VBR, for example). If you type a traffic parameter that does not apply to the selected traffic type, the connection is rejected only after you type all parameters and press Return (or Enter).

Port Identifier

A port in the PNNI CLI commands is identified by the port identifier of the following format:

[shelf.]slot[:subslot].port[:subport] 
 

This is a generic port identifier. The interpretation of the identifier depends on the platform. The optional subport is used to identify a VP tunneling interface in both of the cards aforementioned.

In the rest of this Chapter, <portid> stands for the string "[shelf.]slot[:subslot].port[:subport]."

References to PNNI port or <portid> refers to the PNNI partition on the switch and not the Physical port itself. Any operation on <portid> affects only the PNNI partition associated with it on the switch.

Identifying the ATM Switching Service Module Types

The model of the ATM Switching Service Module (AXSM) identifies the line speed, line count, and number of bays (see Table 6-1.) Note that the number of lines applies to an individual back card, so the total number of lines supported by the front card equals the highest line number times the number of bays. The OC-48 card AXSM-1-2488 has the lowest number of lines—one. The highest number of lines exist on the AXSM-16-155 and AXSM-16-T3E3—16, as the model name indicates.


Table 6-1: Valid Line Numbers for the AXSM Card
Front Card Speed Lines Bays

AXSM-1-2488

OC-48

1

1

AXSM-4-622

OC-12

1-4

1-2

AXSM-2-622

OC-12

1-2

1-2

AXSM-16-155

OC-3

1-8

1-2

AXSM-8-155

OC-3

1-4

1-2

AXSM-16-T3E3

T3 or E3

1-8

1-2

Connection Capacities of the AXSM

The SVC and SPVC connection capacities for the front card, back card, and physical lines appear in Table 6-1 and Table 6-2. The capacity of a single AXSM card exceeds that of the node itself (for Release 2.0 of the MGX 8850 node). Nevertheless, the tables provide these maximums when you plan the use of commands such as addrscprtn, addcon, and any other command where you may want to know the capacity of the configured item to support connections.


Table 6-2: Maximum Connections by Connection Type and Front Card
Front Card SVC SPVC

AXSM-1-2488

128 K

64 K

AXSM-4-622

128 K

64 K

AXSM-16-155

128 K

64 K

AXSM-16-T3E3

128 K

64 K

addaddr

Call Control Port: Configure Port Address

Adds an ATM address for a UNI or IISP. This command also configures static routes to reachable addresses. An ATM address can only be provisioned on a UNI while ILMI address registration is disabled.

Syntax
addaddr <portid> 
atm-address 
length 
[-type {int | ext}]
[-proto {local | static}]
[-plan {e164 | nsap}]
[-scope value]
[-redst {yes | no}]
Syntax Description

portid

See Port Identifier

atm-address

1-20 byte ATM address.

length

Address length

Range: (0 through 160) bits.

type

Type of reachability, either internal (int) or external (ext) from the advertising node to the address.

Default = int

proto

Routing mechanism by which the reachable address connectivity to the advertising node is learned.

Default = local

plan

Address plan: E.164 or NSAP. For NSAP address, the first byte of the address implies one of the three NSAP address plans: NSAP E.164, NSAP DCC or NSAP ICD.

Default = nsap

scope

PNNI scope of advertisement (as in level of PNNI hierarchy) of the reachability from the advertising node to the address

Range:(0 through 104)
Default = 0

redst

For static address only, truth value to determine whether the address should be distributed or not.

Default = no

Related Commands

deladdr, dspaddr

Attributes

Log: log

State: active_only

Privilege: GROUP_1

addfltset

Call Control Filtering: Add Address Template Filter Set

Adds an ATM address filter set.

After you create a filter for a port, use the command cnf-pnportacc to associate that filter to that port.

Syntax
addfltset name 

[-address atm-address -length address-length [-plan {nsap e164}] 
[-list {calling | called}]]
[-index number]
[-accessMode {permit | deny}]
[-cgPtyAbsentAction {permit | deny}]
[-cdPtyAbsentAction {permit | deny}]
Syntax Description

name

The name of the filter set; maximum 30 characters.

address

The 1-40 digit NSAP or 1-15 digit E.164 address. You can add the address to an filter set. The default is modifying the accessMode field of a filter element using the index only: in this case, the you need not specify the address field.

length

If the address is specified, the length must be specified.

  • NSAP: length is in bits

  • E164: the length is in bytes

plan

Address Plan: e.164 or nsap. You may specify this field only if you also specify the address field.

Default = nsap

list

Address List: calling or called. You may specify this field only if you also specify the address field.

Default = calling

index

Order in which filters are set.

Range: (1 through 65535)
Default = 1

AccessMode

Specify the access mode (permit or deny) to whether accept or deny the call on the port if the address pattern-matching succeeds.

Default = permit

cgPtyAbsentAction

Specify the access mode (permit or deny) to whether accept or deny the call on the port if the calling party does not match any address entry in the calling party list of the filter.

Default = permit

cdPtyAbsentAction

Specify the access mode (permit or deny) to whether accept or deny the call on the port if the calling party does not match any address entry in the calling party list of the filter.

Default = permit

Related Commands

cnffltset, delfltset, dspfltset

Attributes

Log: log

State: active_only

Privilege: GROUP_2

Examples

47.1111.1111.1111.1111.1111.1111.1111.1111.1111.11 -length 160 -index 1

Unknown.1.1.PXM.a > addfltset mendocino -address 47.1111.1111...

-length 40 -index 2

addpnport

Port Management: Add Port

Adds a UNI or NNI port. After you add the port, its administrative state is down by default. Use command to pre-configure that port on the controller, and only if that port does not exist on the switch.

Syntax
addpnport <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

delpnport, uppnport, dnpnport, dsppnports

Attributes

Log: log

State: active_only

Privilege: GROUP_1

aesa_ping

Ping Commands: ATM End Station

To ping to any ATM end station connected to a PNNI network

Syntax
aesa_ping

{destination address}
[-setupcall {yes/no} ]
[-qos {ubr/abr/cbr}]
[-pcr {peak cell rate}]
[-scr {sustain cell rate}]
[-trace {yes/no}]
[-timeout {time out in secs}]
[-data {yes/no}]
[-interval {time}]
Syntax Description

destination address

Destination address in Nsap format. This is a mandatory parameter

setupcall

Sets up an svc call as part of ping
Range: yes or no
Default = no

qos

Qos used for SVC ping connection
Range: ubr, cbr, vbr, vbr-nrt, vbr_rt
Default: ubr

pcr

Peak cell rate
Range: (1 through 100) cells per sec
Default = 10

scr

Sustained cell rate
Range: (1 through 50) cells per sec
Default = 5

trace

Enable path trace during ping
Range: yes or no
Default = no

timeout

Connection timeout for ping
Range: 5 through 120 secs
Default = 5 secs

data

To send data packets
Range: enable or disable
Default = disable

interval

The interval between successive transmissions
Range: 5 through 120 secs
Default = 5 secs

Related Commands

dsppingatmaddr

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples
svcpop1.1.PXM.a > aesa_ping 47.00918100000000500ffde873.00500ffde873.01
 
Ping Got CLI message, index=0
 
PING:from PNNI - SOURCE ROUTE
DTL    1 :Number of (Node/port)elements    2
 
DTL 1:NODE 1::56:160:71:0:145::238:238:238:238:
 
Port 1:263168
 
DTL 1:NODE 2::56:160:71:0:145::15:253:232:115:
 
Port 2:0
 
Port List :no of ports =    1
 
Port ID    1:263168
 

clrpncon

Call Control Operations: Release Call

Releases a call.

Syntax
clrpncon <portid> 
{all | vpi} 
[vci]
Syntax Description

portid

See Port Identifier

all | vpi

Clear all or specific vpi of the call

Default = 0

vci

VCI of the call to clear. If no VCI is specified, this is a VP connection.

Related Commands

dsppncon, dspncons

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

clrpnconstats

Call Control Operations: Clear Call Statistics

Clears existing call statistics for one port or all ports.

Syntax
clrpnconstats [ portid ]
Syntax Description

portid

See Port Identifier

Related Commands

dsppnconstats

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

clrsigstats

Signaling: Operational Commands: Clear Signaling Statistics

Clears existing signalling statistics for one port or all ports.

Syntax
clrsigstats [ portid ]
Syntax Description

portid

See Port Identifier

Related Commands

cnfsigdiag, delsigdiag, dspsigdiag, dspsigstats

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

Clearing Signaling Statistics for 1:1.1:1

clrsscopstats

SSCOP Operational Commands: Clear SSCOP Statistics

Clears SSCOP statistics for a port or all ports.

Syntax
clrsscopstats [ portid ]
Syntax Description

portid

See Port Identifier

If you don't specify port id the command clears SSCOP statistics for all ports.

Related Commands

None

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

cnfcdvtdft

Port Management: Configure Default CDVT

Configures the default CDVT to request UPC for cells received on the port. The new configuration applies to new incoming calls, not existing calls. This command can be used regardless of the state of the port.

Syntax
cnfcdvtdft <portid> 
<service_category> 
[ microseconds ]
Syntax Description

portid

See Port Identifier

<service_category>

ATM 4.0 service category: cbr, rtvbr, nrtvbr, ubr, or abr.

  • cbr = constant bit rate

  • rtvbr = real time variable bit rate

  • nrtvbr = non-real time variable bit rate

  • ubr = unspecified bit rate

  • abr = available bit rate

micro seconds

Integer

Range: (0 through 2147483647)

Default = 250,000. If this parameter is not specified, the default is used/restored.

Related Commands

dspcdvtdft

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfe164justify

Call Control Node: Configure E.164 Address Conversion Justification

Selects whether the E.164 AESAs with the E.164 AFI are converted to the left or right-justified encoding format. In order for PNNI to search the address correctly, all nodes in the PNNI network must be using the same justification.

Default = left-justified

Syntax
cnfe164justify [justify { left | right}] 
Syntax Description

justify

Justify e164 address left or right. Default = left

Related Commands

None

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

None unless errors

cnfenhiisp

Enable/Disable Enhanced IISP Features

Enables/disables the enhanced IISP features on the port. This command can only be used on an IISP port, regardless of the state of the port. The new configuration applies to new incoming calls while existing calls remain intact.

Currently only the support of VBR-rt service category is controlled by this command. If the support is enabled on the port, the VBR-rt service category which uses an illegal combination of traffic parameters in the Broadband Bearer Capability (BBC) IE is transported across the IISP port without any modification. If the support is disabled, the illegal combination is converted to an acceptable value (according to the UNI 3.1 specification) before the BBC IE is forwarded.

Syntax
cnfenhiisp <portid> 

{yes | no}
Syntax Description

portid

See Port Identifier

Related Commands

dspenhiisp

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnffdonaal5

Signaling: Node Commands: Install Frame Discard on AAL5

If the AAL5 IE is present, this changes information used by the switch when determining whether or not to install frame discard on SVCs. UNI 4.0 signalling allows explicit signalling of frame discard. If the AAL5 IE is present, frame discard is installed. However, UNI 4.0 signalling element controlling frame discard overrides the configuration specifying to use AAL5 IE.

Syntax
cnffdonaal5 {yes | no}:
Syntax Description

yes

Install frame discard on the presence of the AAL5 IE.

Default = yes

no

Do not install frame discard on the presence of the AAL5 IE.

Related Commands

None

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

None unless errors

cnffltset

Call Control Filtering: Configure Address Template Filter Set

Modifies an ATM address filter set.

After a filter is created for a specific port, associate the filter to that port by using the cnf-pnportacc command.

Use cnffltset to configure/modify an existing filter set. The configuration can

Syntax
cnffltset < name >

[-address atm-address -length address-length [-plan{nsap e164}] 
[-list {calling called}]]
[-index number] 
[-accessMode {permit | deny}]
Syntax Description

name

The name of the filter set; maximum 30 characters.

address

The 1-40 digit NSAP or 1-15 digit E.164 address. You can add the address to a filter set. The default is modifying the accessMode field of a filter element using the index only: in this case, the you need not specify the address field.

length

If the address is specified, the length must be specified.

  • NSAP: length is in bits

  • E164: the length is in bytes

plan

Address Plan: e.164 or nsap. You may specify this field only if you also specify the address field.

Default = nsap

list

Address List: calling or called. You may specify this field only if you also specify the address field.

Default = calling

index

Order in which filters are set.

Range: (1 through 65535)
Default = 1

AccessMode

Specify the access mode (permit or deny) to whether accept or deny the call on the port if the address pattern-matching succeeds.

Default = permit.

Related Commands

addfltset, delfltset, dspfltset

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

None unless errors

cnfintfcongth

Provisioning Commands: Configure Interface Congestion Thresholds

Configures interface congestion thresholds parameters.

At least one keyword must be specified.

Syntax
cnfintfcongth <portid> 

[ -setuphi {setuphival [-unackedstatenqlo {unackedstatenqloval} ] 
[ -unackedstatenqhi {unackedstatenqloval} ] 
 
Syntax Description

portid

See Port Identifier

-setuphi

The number of connection setup messages per second. Above this value the setup congestion condition sets in.
Range: (1 through 105) cps
Default: 100 cps

-unackedStatEnqLo

The number of stat enquires yet to be acknowledged by peer-to-peer interface. Below this value the local stat enq congestion condition at the interface level abates.

Range: (1 through 500) messages
Default: 40

-unackedStatEnqHi

The number of stat enquires yet to be acknowledged by peer-to-peer interface. Above this value local stat enq congestion condition at the interface level sets in.

Range: (1 through 500) messages
Default: 100

Related Commands

dspintfcongth, dspnodalcongth

Attributes

Log: log

State: active_only

Privilege: GROUP_2

Examples
svcpop1.1.PXM.a >  cnfintfcongth 10.1  -setuphi 100 
 
svcpop1.1.PXM.a > dspintfcongth 10.1 
 
Congestion Thresholds for port : 10.1 
 
 Parameter            Value        unit 
 ---------            -----        ---- 
 setuphi              100          cps 
 unackedStatEnqLo      40          messages 
 unackedStatEnqHi     100          messages 
 
 svcpop1.1.PXM.a >  dspnodalcongth 
 Parameter         Value      Unit 
 ================================= 
 setuphi(prov)       80       cps 
 setuphi(curr)       80       cps 
 statenqlo          100       cps 
 statenqhi          200       cps 
 connpendinglo      400       messages 
 connpendinghi      500       messages 
 incompjournalhi      5       cycles 
 vsiqdepthmild      100       multiplier 
 vsiqdepthmedium    140       multiplier 
 vsiqdepthsevere    175       multiplier 

cnfmbsdft

Port Management: Configure Default MBS

Configures the default MBS for cells received on the port. The new configuration applies to new incoming calls, not existing calls. This command can be used regardless of the state of the port.

Syntax
cnfmbsdft <portid> 
<service_category> 
[num-of-cell]:
Syntax Description

portid

See Port Identifier

service_category

ATM 4.0 service category, either cbr, rtvbr, nrtvbr, ubr, or abr.

  • rtvbr = real time variable bit rate

  • nrtvbr = non-real time variable bit rate

num-of-cell

Integer. The MBS is expressed in cells.

Range: (0 through 2147483647)
Default: set by the platform (1024). If this parameter is not specified, the default is used/restored.

Related Commands

dspmbsdft

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfnodalcongth

Provisioning Commands: Configure Nodal Congestion Thresholds

Configures nodal congestion thresholds parameters.

You must specify at least one keyword.

Syntax
cnfnodalcongth

[-setuphi {setupHiThreshold}]
[-statenqlo {statusEnqLoThreshold}]
[-statenqhi {statusEnqHiThreshold}]
[-connpendlo {connPendingLo}]
[-connpendhi {connPendingHi} ]
[-incompjour {incompleteJournalCallsHi}]
[-vsiqmild {mildCongPerc}]
[-vsiqmedium {mediumCongPerc}]
[-vsiqsevere {severeCongPerc}]
Syntax Description

-setuphi

The number of connection setup messages per second, above which the setup congestion condition sets in.
Range: (1 through 105) cps
Default: 100 cps

-statenqlo

The number of status enquiry messages per second, below which the status enquiry congestion condition abates.
Range: (1 through 500) cps
Default: 100 cps

-statenqhi

The number of connection setup messages per second, above which the status enquiry congestion condition sets in.
Range: (1  through 500) cps
Default: 200 cps

-connpendlo

The aggregate number of connections in establishment phase below which the establishment congestion abates
Range: (1 through 1000) connections
Default: 400 connections

-connpendhi

The aggregate number of connections in establishment phase above which the establishment congestion sets in
Range: (1 through 1000) connections
Default: 500 connections

-incompjour

The number of incomplete journaling that must be exceeded to trigger an increase of the journaling speed.
Range: (1 through 10) cycles
Default: 5 cycles

-vsiqmild

The VSI Q depth above which VSI master is mildly congested; This is represented as a percentage of VSI master-slave communication window size; This threshold is applicable to all the interfaces in the node
Range: (1 through 175)
Default: 5

-vsiqmedium

The VSI Q depth above which VSI master is congested at a medium level; This is represented as a percentage of VSI master-slave communication window size.This threshold is applicable to all the interfaces in the node
Range: (1 through 175)
Default: 10

-vsiqsevere

The VSI Q depth above which VSI master is severely congested; This is represented as a percentage of VSI master-slave communication window size.This threshold is applicable to all the interfaces in the node
Range: (1 through 175)
Default: 20

Related Commands

dspnodalcongth

Attributes

Log: nolog

State: active_only

Privilege: SUPER_GP

Examples
svcpop1.1.PXM.a > cnfnodalcongth -setuphi 80 -vsiqmild 100 -vsiqmedium 140 
-vsiqsevere 175
 
 svcpop1.1.PXM.a > dspnodalcongth 
 Parameter         Value      Unit 
 ================================= 
 setuphi(prov)       80       cps 
 setuphi(curr)       80       cps 
 statenqlo          100       cps 
 statenqhi          200       cps 
 connpendinglo      400       messages 
 connpendinghi      500       messages 
 incompjournalhi      5       cycles 
 vsiqdepthmild      100       multiplier 
 vsiqdepthmedium    140       multiplier 
 vsiqdepthsevere    175       multiplier 
 

cnfpnctlvc

Control VC Commands: Provisioning: Configure Control VC Parameters

Configures SSCOP and PNNIRCC control VC parameters on the interface.

You must down the designated port before executing this command.

Syntax
cnfpnctlvc <portid> <vc-type>
[<-pcr> {peak cell rate}]
[<-scr> {sustained cell rate}]
[<-mbs> {Maximum burst size}]
Syntax Description

portid

See Port Identifier

vc-type

The type of control VC to be configured.
Valid values: pnnircc, sscop

-pcr

The peak cell rate for the control VC.
Range: (1 through 5000) cps
Default:
if vc-type = pnnircc: 906
if vc-type = sscop: 1500

-scr

The sustained cell rate of the control VC
Range:(1 through 5000) cps
Default:
if vc-type = pnnircc: 453
if vc-type = sscop: 900

-mbs

The maximum burst size of the control VC.
Range: (1 through 1000) cps
Default:
if vc-type = pnnircc: 171
if vc-type = sscop: 250

Related Commands

dsppnctlvc

Attributes

Log: nolog

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfpnportacc

Call Control Port: Configure Port Access Filter Group

Configures an address access filter group for the port. You must specify at least one access filter group when you execute this command.

If an address does not match any of the filter set entries, the call is rejects or accepted or rejected depending on an attribute configured in the filter via the command addfltset.

After the command addfltset creates a filter for a specific port, you must use the command cnfpnportacc to associate the filter to that port.

Syntax
cnfpnportacc <portid> 
[-in in-filter-name] 
[-out out-filter-name]
Syntax Description

portid

See Port Identifier

-in

The in-filter-name: which filter set/name should apply to SETUP messages incoming to the port.

- out

The out-filter-name: which filter set/name should apply to SETUP messages outgoing from the port.

Related Commands

delpnportacc

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfpnportcac

Port Management: Configure Port CAC Policy

Sets CAC policy parameters for the port. The new configuration applies to new incoming calls, not existing calls. This command can be used regardless of the state of the port. The bookfactor is interpreted as percentage utilization, and applied in CAC. The booking factor is not applied to AvCR advertised by the switch to the controller. When the default of maxbw and minbw is used for all service categories, the common AvCR is to be advertised for all the service categories.

At least one keyword must be specified.

Syntax
cnfpnportcac <portid> 
<service_category> 
[-bookfactor utilization-factor] 
[-maxbw max-bw-percent] 
[-minbw min-bw-percent] 
[-maxvc max-vc-percent] 
[-minvc min-vc-percent] 
[-maxvcbw max-vc-bw]
Syntax Description

portid

See Port Identifier

service_category

ATM 4.0 service category, either cbr, rtvbr, nrtvbr, ubr, or abr.

cbr = constant bit rate

rtvbr = real time variable bit rate

nrtvbr = non-real time variable bit rate

ubr = unspecified bit rate

abr = available bit rate

-bookfactor

The utilization-factor: Service Category Utilization Factor (SCUF) for a service category on this port.

Range: (1 through 200)
Default =100

-maxbw

The max-bw-percent: Maximum percentage of bandwidth for a service category on this port

Range: (0 through 100.0000)
Default = 100

-minbw

The min-bw-percent: Minimum percentage bandwidth for a service category on this port

Range: (0 through 100.0000)
Default = 0.

-maxvc

The max-vc-percent: Maximum percentage of VCs for a service category on this port

Range: (0 through 100)
Default = 100

-minvc

The min-vc-percent: Minimum percentage of VCs for a service category on this port

Range: (0 through 100)
Default = 0.

-maxvcbw

The max-vc-bw: Maximum bandwidth, in cells per second, as specified by the PCR allowed for a VC in a service category on this port

Range: (0 through line rate)
Default = 0 (disabled)

Related Commands

dsppnportcac

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfpnportcc

Port Management: Configure Port Call Control Parameters

Sets call control parameters for the port. This command can be used regardless of the state of the port. Changed configurations apply to new incoming calls, not existing calls.

You must specify at least one keyword.

Syntax
cnfpnportcc <portid> 
[-maxp2mproot max-p2mp-root]
[-maxp2mpleaf max-p2mp-leaf]
[-svcblock {yes | no}]
[-spvcblock {yes | no}]
Syntax Description

portid

See Port Identifier

-maxp2mproot

The max-p2mp-root: Maximum number of root VCs on this port.

Default = 1000.

-maxp2mpleaf

The max-p2mp-leaf: Maximum number of leaf VCs on this port.

Default = 4095.

-svcblock

Enables (disables) the SVC blocking option on the port.

Yes = (enable) The port accepts no call setups.

No = (disable) The port accepts call setups.

Default = no.

-spvcblock

Enables (disables) the SPVC blocking option on the port.

Yes = (enable) The port accept no call setups.

No = (disable) The port accepts call setups.

Default = no.

Related Commands

dsppnportcc

Attributes

Log: log

State: active_only

Privilege: GROUP_1

cnfpnportrange

Port Management: Configure ATM VPI/VCI Range For A Port

Sets VPI values for SVCC and SVPC on the port only while that port is administratively down (by dnpnport). The maxsvccvpi is defaulted to 4095 to allow a maximum negotiation advantage during ILMI auto-configuration. Moreover, this value is limited by the high vpi value given by the switch irrespective of the port type (uni/nni).

At least one keyword must be specified.

Syntax
cnfpnportrange <portid> 

[-minsvccvpi min-svcc-vpi ]
[-maxsvccvpi max-svcc-vpi ] 
[-minsvccvci min-svcc-vci ] 
[-maxsvccvci max-svcc-vci ] 
[-minsvpcvpi min-svpc-vpi ] 
[-maxsvpcvpi max-svpc-vpi ] 

Syntax Description

-portid

See Port Identifier

min-svcc-vpi

The min-svcc-vp: Minimum VPI value for SVCC.

Range: (0 through 4095)
Default = 0.

-maxsvccvpi

The max-svcc-vp: Maximum VPI value for SVCC

Range: (0 through 4095)
Default = 4095

-minsvccvci

The min-svcc-vci: Minimum VCI value for SVCC

Range: (0 through 65535)
Default = 35

-maxsvccvci

The max-svcc-vci: Maximum VCI value for SVCC

Range: (32 through 65535)
Default = 65535

-minsvpcvpi

The min-svpc-vp: Minimum VPI value for SVPC

Range: (1 through 4095)
Default = 1

-maxsvpcvpi

The max-svpc-vp: Maximum VPI value for SVPC

Range: (1 through 4095)
Default = 4095

Related Commands

dsppnportrange

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

cnfpnportsig

Port Management: Configure Port Signaling Parameters

Sets ATM signalling parameters on the port. This command can only be used while that port is administratively down (by dnpnport). You must specify at least one keyword. For UNI port on the controller, the port on BPX switch must be configured as a UNI port. For IISP port on the controller, the port on the switch must be configured as UNI port. For PNNI port on the controller, the port on the switch must be configured either as NNI port or trunk.

Syntax
cnfpnportsig <portid> 

[-univer {uni30 | uni31 | uni40 | none}]
[-nniver {iisp30 | iisp31 | pnni10}]
[-unitype {public | private}]
[-addrplan {both | aesa | e164}]
[-side {user | network}]
[cntlvc{ip}]
[-vpi vpi]
[-sigvci signalling-vci]
[-rccvci routing-vci]
Syntax Description

portid

See Port Identifier

-univer

The UNI protocol version, either uni30, uni31, uni40, none. Mutually exclusive with nniver.

none terminates connection on feeder.

Default = uni31

-nniver

The NNI protocol version, either iisp30, iisp31 or pnni10. Mutually exclusive with univer.

Default = pnni10

-unitype

The type of the ATM device, either private or public.

Default = private

-addrplan

The address plan supported on the interface. Applies only to a public UNI interface.

Default is both for public UNI and aesa for all other interface types.

-side

The role of the port. This parameter is only applicable if it is an IISP port.

Default = network

-cntlvc

The ip

-vpi

The vpi: The signaling and RCC VPI for the port

Range: (0 through 4095)
Default = 0.

-sigvci

The signalling-vci: The signalling VCI for the port

Range: (32 through 65535)
Default = 5.

-rccvci

The routing-vci:The VCI used for PNNI RCC.

Range 32 through 65535.

Default = 18.

Related Commands

dsppnportsig

Attributes

Log: log

State: active_only

Privilege: GROUP_2

Examples

None unless errors

cnfsig

Signaling: ConfigureTimers

Configures signalling timers for the port. This command can be used regardless of the state of the port. The new configuration applies to new incoming calls while existing calls remain intact.

At least one keyword must be specified.

Syntax
cnfsig <portid> 
[-t301 t301-timer ] 
[-t303 t303-timer ] 
[-t308 t308-timer ] 
[-t310 t310-timer ] 
[-t316 t316-timer ] 
[-t317 t317-timer ] 
[-t322 t322-timer ] 
[-t397 t397-timer ] 
[-t398 t398-timer ] 
[-t399 t399-timer ] 
[-maxcrbk value ]
Syntax Description

portid

See Port Identifier

-t301

The t301-timer: Set the T301 timer.

Range: (150 through 240) seconds
Default = 180.

- t303

The t303-timer: Set the T303 timer.

Range: (4 through 8) seconds
Default = 4.

- t308

The t308-timer: Set the T308 timer.

Range: (20 through 45) seconds

Default = 30.

- t310

The t310-timer: Set the T310 timer.

Range: (10 through 20) seconds for UNI 3.1/3.1, and (30 through 120) for UNI 4.0.
Default = 10 and 30 respectively.

- t316

The t316-timer: Set the T316 timer.

Range: (90 through 300) seconds
Default = 90.

- t317

The t317-timer: Set the T317 timer.

Range: (60 through 300) seconds
Default = 60.

- t322

The t322-timer: Set the T322 timer.

 (4 through 20) seconds.
Default = 4.

- t397

The t397-timer: Set the T397 timer.

Range: (180 through 240) seconds
Default = 180.

- t398

The t398-timer: Set the T398 timer.

Range: (4 through 20) seconds
Default = 4.

- t399

The t399-timer: Set the T399 timer.

Range: (14 through 28) seconds for UNI 3.0/3.1, and (34 through 124) for UNI 4.0.
Default = 14 and 34 respectively.

- maxcrbk

The value: Set the maximum crankback allowed for the port.

Range: (0 through 10).
Default = 3.

Related Commands

dspsig

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

None unless errors

cnfsigdiag

Signaling: Node Commands: Configure Signalling Diagnostic

Creates a filter table for signalling diagnostics or to disable signalling diagnostics. Disabled by default.


Caution ATM signaling diagnostics is a tool for troubleshooting call failures in the ATM network and should not be enabled while the switch is operating.

Syntax
cnfsigdiag {enable | disable} 
[index] 
[-cldaddr nsap-address] 
[-clgaddr nsap-address] 
[-cldaddrmask atm-address-mask] 
[-clgaddrmask atm-address-mask] 
[-casttype {all | p2p | p2mp}] 
[-clrcause clear-cause-code] 
[-connctgy {all | svc | svp | swvc | swvp}] 
[-inport < portid >] 
[-outport < portid >] 
[-maxrec max-num-records ] 
[-scope {all | ext | int}] 
[-servctgy {all | cbr | rtvbr | nrtvbr | ubr | abr}] 
[-status {active | inactive}]n
Syntax Description

enable

Enable signalling diagnostics

disable

Disable signalling diagnostics. This is the default.

index

Specify the diagnostics index number for the filter table, from 1 to 50, and enter the diagnostics configuration mode. If index is not specified, Enables (disables) signalling diagnostics globally.

-cldaddr

The nsap-address: Filters ATM signalling call failures against this called address, which is a 40-digit hexadecimal NSAP address of the following format: xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx.

The dots can be omitted.

Default = NULL

- clgaddr

The nsap-address: Filters ATM signalling call failures against this calling address, which is a 40-digit hexadecimal NSAP address of the following format: xx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xxxx.xx.

The dots can be omitted.

Default = NULL

- cldaddrmask

The the atm-address-mask: Address mask for identifying valid bits of the called NSAP address field. E.g. ff.ff.ff. To match this selection criteria, a failed connect setup must have a called party address value equal to the configured called party address for all bits that are 1 in the value of the mask specified.

Default = NULL, meaning the rejected call matches the filter criteria for any called address in the rejected call.

-clgaddrmask

The the atm-address-mask: Address mask for identifying valid bits of the calling NSAP address field. E.g. ff.ff.ff. To match this selection criteria, a failed connect setup must have a calling party address value equal to the configured calling party address for all bits that are 1 in the value of the mask specified.

Default = NULL, meaning the rejected call matches the filter criteria for any calling address in the rejected call.

- casttype

The filters ATM signalling call failures by connection type (p2p, p2mp or both (all)). Default = all.

- clrcause

The clear-cause-code: Filters ATM signalling call failures by the release cause code (a decimal number) as specified in the ATM Forum UNI 3.1 specification.

Default = 0, meaning the cause code is not considered during filtering.

- connctgy

The filters ATM signalling call failures by virtual circuit category (soft-vc, soft-vp, switched-vc, switched-vp, or all of the above).

Default = all.

- inport

The portid: Filters ATM signalling call failures based on the incoming port of the call.

Default = 0, meaning the incoming port is not considered during filtering.

- outport

The portid: Filters ATM signalling call failures based on the outgoing port of the call.

Default = 0, meaning the outgoing port is not considered during filtering.

- maxrec

The max-num-records: The maximum number of records to be collected for a particular signalling diagnostics filter table entry. When the maximum value is reached, the older records are deleted, making way for the newly created records. If this field is set to -1, the records are not overwritten. Setting this field to-1 requires increased memory consumption for call failure records storage and can lead to shortages of available system memory.

Range: (-1 to 214783647)
Default = 20

- scope

The filters ATM signalling call failures that occur within the switch (int), on other switches (ext), or both (all).

Default = all.

- servctgy

The filters ATM signalling call failures by service category.

Default = all, meaning all service categories.

- status

The the status of the signalling diagnostics filter table entry. active to begin filtering failed connections, and inactive to stop filtering failed connections. When set to inactive, all the records associated with the filter entry are deleted.

Default = inactive.

Related Commands

delsigdiag, dspsigdiag, dspsigstats, clrsigstats

Attributes

Log: log

State: active_only

Privilege: ANYUSER

Examples

None unless errors

cnfsscop

SSCOP Provisioning Commands: Configure SSCOP

Sets SSCOP parameters for the port. This command can be used regardless of the state of the port.

At least one keyword must be specified.

Syntax
cnfsscop <portid> 
[-polltmr {poll-timer | 0}] 
[-keepalivetmr {keepalive-timer | 0}] 
[-idletmr {idle-timer | 0}] 
[-cctmr {cc-timer | 0}] 
[-norsptmr {noresponse-timer | 0}] 
[-t309tmr {t309-timer | 0}] 
[-maxcc {retries | 0}] 
[-sndwnd {send-window-packets | 0}] 
[-rcvwnd {recv-window-packets | 0}]
Syntax Description

portid

See Port Identifier

polltmr

Number of seconds to send POLL PDUs in the active phase. 0 forces restore of the default value.

Range: (1  through  5) secs
Default =  1 sec

keepalivetmr

Number of seconds to send POLL PDUs in the transient phase. 0 forces restore of the default value.

Range: (2 - 10) secs
Default =  5 secs

idletmr

Number of seconds to send POLL PDUs in the idle phase. 0 forces restore of the default value.

Range: (5  through  20) secs
Default =  10 secs

cctmr

Number of seconds to send BGN/END/RS/ER PDUs at the connection control phase. 0 forces restore of the default value.

Range: (1  through  5) secs
Default =  1 sec

norsptmr

Number of seconds at least one STAT PDU must be received. 0 forces restore of the default value.

Range: (7  through  45) secs
Default =  30 sec

t309tmr

Number of seconds before SAAL reconnects after disconnection.

Range: (10  through 15)
Default =  10 secs.

maxcc

Maximum number of retries for connection control operations. 0 forces restore of the default value.

Range: (4  through 15)
Default =  10

sndwnd

Number of packets the port can send before it must receive an acknowledgment from the ATM switch. 0 forces restore of the default value.

Range: (1 to 127)
Default =  30

rcvwnd

Number of packets the port can receive before it sends an acknowledgment to the ATM switch. 0 forces restore of the default value.

Range: (1 to 127)
Default =  30

Related Commands

disablesscop, dspsscop, dspsscopstats

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

None unless errors

deladdr

Call Control Port: Remove Port Address

Removes an ATM address for a UNI or IISP.

Syntax
deladdr <portid> 
atm-address 
length 

[-plan {e164 | nsap}]
Syntax Description

portid

See Port Identifier

atm-address

1-20 byte ATM address.

length

Address length

Range: (0 through 160) bits.

-plan

Address plan: E.164 or NSAP. For NSAP address, the first byte of the address automatically implies one of the three NSAP address plans: NSAP E.164, NSAP DCC or NSAP ICD.

Default = NSAP

Related Commands

addaddr, dspaddr

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

delfltset

Call Control Filtering: Delete Filter Set

Removes an ATM address filter set.

Syntax
delfltset name 
[index]
Syntax Description

name

The name of the filter set.

index

Delete a specific filter element.

Range: (1 through 65535)
Default = 0

Related Commands

addfltset, cnffltset, dspfltset

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples 7

delpnport

Port Management: Delete Port

Remove a UNI or NNI port from the controller. It is allowed only if the PNNI port does not exist on the switch i.e, the PNNI partition associated with the port is removed. If the controller does no provisioning on the port in the Plug and Play Scenario, then the PNNI port on the controller is removed if you remove the PNNI Partition on the switch.

Syntax
delpnport <portid>

Syntax Description

portid

See Port Identifier

Related Commands

addpnport, uppnport, dnpnport, dsppnport

Attributes

Log: log

State: active_only

Privilege: GROUP_1

delpnportacc

Call Control Port: Delete Port Access Filter Group

Removes an address access filter group from the port.

Syntax
delpnportacc <portid> 
{in | out}
Syntax Description

portid

See Port Identifier

in

Delete incoming access group for the port.

out

Delete outgoing access group for the port.

Related Commands

cnfpnportacc

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

delprfx

ILMI Port Management: Configure Address Prefix on a Port

Removes an ILMI address prefix associated with a UNI or IISP.

Syntax
delprfx portid>

atm-prefix
Syntax Description

portid

See Port Identifier

atm-prefix

A 13-byte ATM address prefix, specified as 26 hexadecimal digits.

Related Commands

delprfx, dspprfx

Attributes

Log: log

State: active_only

Privilege: GROUP_1

Examples

delsigdiag

Signaling: Node Commands: Delete Signaling Diagnostic Filter Entry/Content

Removes a signaling diagnostics filter table entry or removes some configuration values within a filter table entry.

Syntax
delsigdiag [index] 
[-cldaddr nsap-address] 
[-clgaddr nsap-address] 
[-cldaddrmask {yes | no}] 
[-clgaddrmask {yes | no}] 
[-casttype {yes | no}] 
[-clrcause {yes | no}] 
[-connctgy {yes | no}] 
[-inport {yes | no}] 
[-outport {yes | no}] 
[-maxrec {yes | no}] 
[-scope {yes | no}] 
[-servctgy {yes | no}] 
Syntax Description

index

Specifies the diagnostics index number for the filter table. If no other keywords are entered, the indexed filter table entry is deleted.

Range: (1 to 50)

cldaddr

Removes the configured called address from the filter entry.

clgaddr

To remove the configured calling address from the filter entry.

cldaddrmask

yes returns the called address mask to the default.

Default = no.

clgaddrmask

yes returns the calling address mask to the default.

Default = no.

casttype

yes to disable filtering by connection type.

Default = no.

clrcause

yes to disable filtering by the release cause code.

Default = no.

connctgy

yes returns the connection category to the default.

Default = no.

inport

yes returns the incoming port to the default.

Default = no.

outport

yes returns the outgoing port to the default.

Default = no.

maxrec

yes returns the maximum records to the default.

Default = no.

scope

yes to disable filtering by scope.

Default = no.

servctgy

yes returns the service category to the default.

Default = no.

Related Commands

cnfsigdiag, delsigdiag, dspsigstats, clrsigstats

Attributes

Log: log

State: active_only

Privilege: ANYUSER

Examples

disablesscop

SSCOP Provisioning Commands: Enable/Disable SSCOP

If a port is administratively down (by dnpnniport) enables (disables) SSCOP on that port.

Syntax
disablesscop <portid> 

{yes | no} 
Syntax Description

portid

See Port Identifier

yes

Disable SSCOP on the port.

no

Do not disable (enable) SSCOP on the port. This is the default.

Related Commands

cnfsscop, dspsscop, dspsscopstats

Attributes

Log: nolog

State: active_only

Privilege: GROUP_1

Examples

dnpnport

Port Management: Remove Port from Service Port

Takes a UNI or NNI port out of service on the controller (administratively `down' a controller), e.g.: for provisioning and maintenance activity. For example, if you need the port down to change port configuration parameters that effect service.


Caution This command clears all connections through the port.

Syntax
dnpnport <portid>
Syntax Description

portid

See Port Identifier

Related Commands

addpnport, delpnport, uppnport, dsppnport

Attributes

Log: log

State: active_only

Privilege: GROUP_1

dspaddr

Call Control Port: Show Port Address

Displays ATM addresses and associated information, such as address plan and scope, for a UNI or IISP.

Syntax
dspaddr <portid>

Syntax Description

portid

See Port Identifier

Related Commands

addaddr, deladdr

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8000.00
length: 160   type: exterior    proto: local    plan: nsap_icd
scope: 0      redistribute: true
45.8888.8888.0000.0000.0000.0000.0000.0000.5151.00
length: 160   type: exterior    proto: local    plan: nsap_e164
scope: 0      redistribute: true

dspatmaddr

Call Control Operations: Show ATM Addresses

Displays active ATM addresses for the port. The output includes configured ATM addresses, configured ILMI address prefixes, ATM addresses registered via ILMI address registration procedure.

Syntax
dspatmaddr <portid>

Syntax Description

portid

See Port Identifier

Related Commands

dspaddr

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Examples
Port Id: 2.1
Configured Port Address(es):
    39.840f.8011.3744.0000.0040.1005.3456.7834.7777.77

    length: 160 type: internal proto: local

    scope:  0 plan: nsap-dcc redistribute: false

ILMI Configured Port Prefix(es):
    47.0091.8100.0000.0000.0ca7.9e01
    88.8888.8888.0000.0000.0000.0000
 
ILMI Registered Port Address(es):
    47.0091.8100.0000.0000.0ca7.9e01.1234.5678.9012.34
    88.8888.8888.0000.0000.0000.0000.1234.5678.9012.34
 

length: 160 type: internal proto: local

scope:  0 plan: nsap-dcc redistribute: false

dspcdvtdft

Port Management: Show Default CDVT

Displays the default CDVT set for the port.

Syntax
dspcdvtdft <portid>

Syntax Description

portid

See Port Identifier

Related Commands

dspcdvtdft, cnfcdvtdft

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples

cbr
rt-vbr
nrt-vbr
ubr
abr
CDVT:
250,000
250,000
250,000
250,000
250,000

dspconsegep

Operational Commands: Show Connection's Segment Endpoint

Displays oam segment endpoint for a connection endpoint. When both vpi and vci are present, the segment endpoint is a F5 flow endpoint (for VCCs). When the optional vci is not present, the segment endpoint is a F4 flow endpoint (for VPCs). This command is used only for established calls.

Syntax
dspconsegep <portid> 

vpi 
[vci] 
Syntax Description

portid

See Port Identifier

vpi

The connection's vpi.

vci

The vci of the connection.

Related Commands

cnfoamsegep, dspoamsegep, cnfconsegep, delconsegep

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Examples

dspenhiisp

Enhanced IISP: Show Setting

Displays the enhanced IISP setting for one port or all ports.

Syntax
dspenhiisp [<portid>]
Syntax Description

portid

See Port Identifier

Related Commands

cnfenhiisp

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Enhanced IISP Features Setting
 Port Id     Enabled
 <portid1>   yes
 <portid2>   no
 ...

dspfltset

Call Control Filtering: Show Filter Set

Displays a specific ATM filter set or a summary of ATM filter sets.

Syntax
dspfltset [-name]
Syntax Description

-name

If no filter set name is specified, a summary of ATM filter sets are displayed.

Related Commands

addfltset, cnffltset, delfltset

Attributes

Log: log

State: any_state

Privilege: ANYUSER

Examples
Output example for the command
dspfltset SanJose
FilterName: SanJose
Index: 1
Address: 1234567890123456789012345678901234567890
AddrLen: 160 bits
AddrPlan: Nsap
AccessMode: Permit
AddrList: Calling
---------------------------------------
FilterName: SanJose
Index: 2
Address: 1234567890123456789012345678901234567891
AddrLen: 160 bits
AddrPlan: Nsap
AccessMode: Deny
AddrList: Called
---------------------------------------
Output example for the command
dspfltset
Filter Number: 1
FilterName: SanJose
ScreeningDigits: 40
CgPtyAbsentAction: Permit
CdPtyAbsentAction: Deny
---------------------------------------
Filter Number: 2
FilterName: Sunnyvale
ScreeningDigits: 20
CgPtyAbsentAction: Deny
CdPtyAbsentAction: Deny

dspintfcongcntr

Provisioning Commands: Show Interface-level Congestion Counters

Display configuration of the congestion thresholds for the given port. This can not be used if the interface is in PROVISIONING state.

Syntax
dspintfcongcntr <portid>
Syntax Description

portid

See Port Identifier

Related Commands

Attributes

Log: nolog

State: anystate

Privilege: SUPER_GP

Examples
Geneva.7.PXM.a > dspintfcongcntr 11:2.2:22
Parameter             Value         thresh1 thresh2
============================================================
setupRx                   0           140     180
unackstatenq              0            40     100
 
Parameter             Value          Mild     Medium    Severe
============================================================
vsiqdepth                 0             5      10      20
 
Geneva.7.PXM.a >

Note: vsiqdepth is the depth of the vsi queue for the slave that serves the interface identified by <portid> and this is displayed as the percentage of VSI communication window size.

dspintfcongflags

Provisioning Commands: Show itf-level Congestion-manager Flags

To display various congestion detection and action flags maintained at the CCM at interface level

Syntax
dspintfcongflags <portid>
Syntax Description

portid

See Port Identifier

Related Commands

dspnodalcongflag

Attributes

Log: nolog

State: anystate

Privilege: SUPER_GP

Examples
Parameter                 Value  
===================================
vsimildcongflg            FALSE
vsimedcongflg             FALSE
vsiseverecongflg          FALSE
setupflg                  FALSE
unackstatenqcongflg       FALSE
Congestion Action Flags for Interface:1.4
 
Parameter                 Value  
===================================
dropsetupflg              FALSE
dropestabflg              FALSE
queuerel                  FALSE
markcallsforrelflag       FALSE
pacevsiresyncflg          FALSE
pacestatenqflg            FALSE
speedjournalflg           FALSE
pacepnniroutecalflg       FALSE
lowersetupthflg           FALSE
 

dspintfcongth

Provisioning Commands: Show Interface Congestion Thresholds

Displays configuration of the congestion thresholds for the given port.

Syntax
dspintfcongth <portid>
Syntax Description

portid

See Port Identifier

Related Commands

cnfintfcongth

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
 svcpop1.1.PXM.a > dspintfcongth 10.1 
 
 Congestion Thresholds for port : 10.1 
 
 Parameter            Value        unit 
 ---------            -----        ---- 
 setuphi              90           cps 
 unackedStatEnqLo     40           messages 
 unackedStatEnqHi     100          messages 

dspmbsdft

Port Management: Show Default MBS

Displays the default MBS configured for the port.

Syntax
dspmbsdft <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

cnfmbsdft

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples

rt-vbr
nrt-vbr
MBS:
1024
1024

dspnodalcongcntr

Provisioning Commands: Show Nodal-level Congestion Counters

To display configuration of the congestion thresholds for the given port.

Syntax
dspnodalcongcntr

Related Commands

Attributes

Log: nolog

State: anystate

Privilege: SUPER_GP

Examples
Parameter             Value         thresh1  thresh2
============================================================
setupRx                   0            90     100
statenqRx                 0           100     200
connpending               0           400     500
incompljournal            0             5
 
Parameter             Value          Mild    Medium    Severe
============================================================
vsiqdepth               0              5        10        20

dspnodalcongflags

Provisioning Commands: Show Nodal-level Congestion Flags

To display various congestion detection and action flags maintained at the CCM at nodal level

Syntax
dspnodalcongflags

Related Commands

dspintfcongflags

Attributes

Log: nolog

State: anystate

Privilege: SUPER_GP

Examples
Parameter                 Value 
===================================
memflg                    FALSE
ipcflg                    FALSE
sarflg                    FALSE
remstatenqflg             FALSE
incompjournalingflg       FALSE
setupflg                  FALSE
connpendingflg            FALSE
connswitchoverflg         FALSE
conntrfparmflg            FALSE
conntrfabrflg             FALSE
 
Nodal Congestion Action Flags are
 
Parameter                 Value 
===================================
dropsetupflg              FALSE
dropestabflg              FALSE
queuerel                  FALSE
markcallsforrelflag       FALSE
pacevsiresyncflg          FALSE
pacestatenqflg            FALSE
speedjournalflg           FALSE
pacepnniroutecalflg       FALSE
lowersetupthflg           FALSE

dspnodalcongth

Provisioning Commands: Show Nodal Congestion Thresholds

Displays configuration of the nodal congestion thresholds.

Syntax
dspnodalcongth
Output Description

-setuphi

The number of connection setup messages per second, above which the setup congestion condition sets in.
Range: (1 through 105) cps
Default: 100 cps

-statenqlo

The number of status enquiry messages per second, below which the status enquiry congestion condition abates.
Range: (1 through 500) cps
Default: 100 cps

-statenqhi

The number of connection setup messages per second, above which the status enquiry congestion condition sets in.
Range: (1  through 500) cps
Default: 200 cps

-connpendlo

The aggregate number of connections in establishment phase below which the establishment congestion abates
Range: (1 through 1000) connections
Default: 400 connections

-connpendhi

The aggregate number of connections in establishment phase above which the establishment congestion sets in
Range: (1 through 1000) connections
Default: 500 connections

-incompjour

The number of incomplete journaling cycles that must be exceeded to increase the journaling speed.
Range: (1 through 10) cycles
Default: 5 cycles

-vsiqmild

The VSI Q depth above which VSI master is mildly congested. This is represented as a percentage of VSI master-slave communication window size. This threshold applies to all the interfaces in the node
Range: (1 through 175)
Default: 5

-vsiqmedium

The VSI Q limit above which VSI master is congested at a medium level. This is represented as a percentage of VSI master-slave communication window size.This threshold applies to all the interfaces in the node
Range: (1 through 175)
Default: 10

-vsiqsevere

The VSI Q depth above which VSI master is severely congested; This is represented as a percentage of VSI master-slave communication window size.This threshold applies to all the interfaces in the node
Range: (1 through 175)
Default: 20

Related Commands

Attributes

Log: nolog

State: anystate

Privilege: SUPER_GP

Examples
Geneva.7.PXM.a > dspnodalcongth
Parameter         Value      Unit
=================================
setuphi(prov)      180       cps
setuphi(curr)      180       cps
statenqlo          100       cps
statenqhi          200       cps
connpendinglo      400       messages
connpendinghi      500       messages
incompjournalhi      5       cycles
vsiqdepthmild        5       multiplier
vsiqdepthmedium     10       multiplier
vsiqdepthsevere     20       multiplier
 
Geneva.7.PXM.a >

dsppingatmaddr

Ping Commands: Show Default ATM Node Address

Display default ping atm address on a node.

Syntax
dsppingatmaddr 
Related Commands

dsppingatmaddr

Attributes

Log: nolog

State: active_only

Privilege: ANYUSER

Examples
Geneva.7.PXM.a > dsppingatmaddr

47.0091.8100.0000.0030.ff0f.ef38.0030.ff0f.ef38.99

length: 160    type: unknown       proto: unknown

scope: 0       plan: unknown       redistribute: false

 
 
Geneva.7.PXM.a >

Output Description

Port

The physical id of the port.

VPI

The number of the virtual path identifier.

VCI

The number of the virtual channel identifier.

CallRef

The call reference number.

X-Port

The physical id of the cross-connected value for the port.

(X-)VPI

The number of the cross-connected value of the virtual path identifier.

(X-)VCI

The number of the cross-connected value of the virtual channel identifier.

(X-)CallRef

The call reference number of the other port.

Type

The cast type.

Calling-Addr

The NSAP address of the calling party of the call.

Called-Addr

The NSAP address of the called party of the call.

dsppncon

Call Control Operations: Show Call Info

Displays information for an active call. The displayed call information corresponds to the objects described in the portCallTable and portAbrCallTable MIBs. This command can be issued at any node in the route path.

Syntax
dsppncon <portid> 
<vpi> 
[<vci>] 
Syntax Description

portid

See Port Identifier

vpi

VPI for the call.

vci

VCI for the call. If no VCI is specified, this is a VP connection.

Examples
dsppncon 4.2 2 42 
 
 Port :           4.2 VPI :     2  VCI :    42 
 CallRef:      14  CallLeafRef :       0 
 Calling-address:47.00918100000000d058ac24a2.000000040300.00 
 Calling-subaddress:N/A 
 Called-address:47.00918100000000d058ac24a2.000000040200.00 
 Called-subaddress:N/A 
 OE Port :           4.3 OE VPI :     2  OE VCI :    42  OE CallRef:      14 
 OAM-Type :OAM Endpoint 
 Connection-type :SPVC   Cast-type :point-to-point   Bearer-class :BCOBX 
 Service-category :VBR-RT   Call-clipping-susceptibility:no 
 Tx conformance :VBR.1  Rx conformance :VBR.1 
 Tx pcr :       100           Rx pcr :        50 
 Tx scr :    50 Rx scr :    50 
 Tx mbs :  1024 Rx mbs :  1024 
 Tx cdvt :   229 
 Tx frame-discard-option :disable  Rx frame-discard-option :disable 
 Max ctd :   N/A 
 Max Tx cdv :   N/A    Max Rx cdv :   N/A 
 Max Tx clr :   255    Max Rx clr :   255 
Related Commands

dsppncons

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples

Non-ABR Call:

Port: 5.3   VPI: 33 VCI: 44
CallRef: <call-id>    CallLeafRef: <leaf-id> 
Calling-address: <calling AESA address>
Calling-subaddress: <calling AESA sub-address>
Called-address: <called AESA address>
Called-subaddress: <called AESA sub-address>
OE port: <oe_port_id>    OE VPI: <oe_vpi>   OE VCI: <oe_vci>
OE callRef: <oe_callid>
Call-start-time: <timestamp>
Connection-type: SVC    Cast-type: point-to-point    Bearer-class: <bc>
Service-category: CBR   Call-clipping-susceptibility: no
Tx conformance: CBR.1               Rx conformance: CBR.1
Tx pcr: <tx pcr>                    Rx pcr: <rx pcr>
Tx scr: <tx scr>                    Rx scr: <rx scr>
Tx mbs: <tx mbs>                    Rx mbs: <rx mbs>
Tx cdvt: <tx cdvt>                  Rx cdvt: <rx cdvt>
Tx frame-discard-option: disable    Rx frame-discard-option: disable
Max ctd: <max ctd>
Max Tx cdv: <max tx cdv>            Max Rx cdv: <max rx cdv>
Max Tx clr: <max tx clr>            Max Rx clr: <max rx clr>
 

ABR Call

Port: 5.3  VPI: 100  VCI: 200
CallRef: <call-id>    CallLeafRef: <leaf-id>
Calling-address: <calling AESA address>
Calling-subaddress: <calling AESA sub-address>
Called-address: <called AESA address>
Called-subaddress: <called AESA sub-address>
OE port: <oe_port_id>    OE VPI: <oe_vpi>   OE VCI: <oe_vci>
OE callRef: <oe_callid>
Call-start-time: <timestamp>
Connection-type: SVC    Cast-type: point-to-point   Bearer-class: <bc>
Service-category: ABR   Call-clipping-susceptibility: no
Tx conformance: ABR
Tx pcr: <tx pcr>                    Rx pcr: <rx pcr>
Tx mcr: <tx mcr>                    Rx mcr: <rx mcr>
Tx icr: <tx icr>                    Rx icr: <rx icr>
Tx rif: <tx rif>                    Rx rif: <rx rif>
Tx rdf: <tx rdf>                    Rx rdf: <rx rdf>
Tx tbe: <tx tbe>                    Rx tbe: <rx tbe>
Tx nrm: <tx nrm>                    Rx nrm: <rx nrm>
Tx trm: <tx trm>                    Rx trm: <rx trm>
Tx adtf: <tx adtf>                  Rx adtf: <rx adtf>
Tx cdf: <tx cdf>                    Rx cdf: <rx cdf>
Tx frame-discard-option: disable    Rx frame-discard-option: disable
Frtt: <frtt>                        Max ctd: <max ctd>
Max Tx cdv: <max tx cdv>            Max Rx cdv: <max rx cdv> 
Max Tx clr: <max tx clr>            Max Rx clr: <max rx clr>

dsppncons

Call Control Operations: Show Calls

Displays a summary of active calls on one port or all ports. This command can be issued at any node.

Syntax
dsppncons <-port portid> 
<-vpi starting-vpi>
<-vci starting-vci> 
[-type {p2p | p2mp}] 
Syntax Description

portid

See Port Identifier

vpi

Starting VPI. Display active calls starting from the VPI of the port.

vci

Starting VCI. Display active calls starting from the VPI/VCI of the port.

type

Cast-type. Displays only calls of this cast type.

p2p = point to point

p2mp = point to multi-point

Related Commands

dsppncon

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Port       VPI  VCI       CallRef X-Port       VPI  VCI   CallRef  Type OAM-Type 
1:1.2:2     1   100       33       1:1.2:2      1   101      32    PTP    No 
    Calling-Addr:47.00918100000000107be92f3d.000001011802.00 
    Called-Addr:47.00918100000000107be92f3d.000001011802.00 
1:1.2:2     1   101       32       1:1.2:2      1   100       33   PTP    No 
    Calling-Addr:47.00918100000000107be92f3d.000001011802.00 
    Called-Addr:47.00918100000000107be92f3d.000001011802.00 
1:1.2:2     2   200       34       1:1.6:6      0    49   8388609  PTP    No 
    Calling-Addr:47.00918100000000107be92f3f.000001011804.00 
    Called-Addr:47.00918100000000107be92f3d.000001011802.00 
1:1.6:6     0    49  8388609       1:1.2:2      2   200        34  PTP    No 
    Calling-Addr:47.00918100000000107be92f3f.000001011804.00 
    Called-Addr:47.00918100000000107be92f3d.000001011802.00 

dsppnconstats

Call Control Operations: Show Call Statistics

Displays call statistics for the port.

Syntax
dsppnconstats <portid>

Syntax Description

portid

See Port Identifier

Related Commands

clrpnconstats

Attributes

Log: nolog

State: active_only

Privilege: ANYUSER

Examples
Call Statistics for <portid>
Incoming Call Attempts:     0    Outgoing Call Attempts:     0
Incoming Call Success:      0    Outgoing Call Success:      0
Incoming Call Failures:     0    Outgoing Call Failures:     0
Incoming Filtering Failures:0    Outgoing Filtering Failures:0
Incoming Routing Failures:  0    Outgoing Routing Failures:  0
Incoming CAC Failures:      0    Outgoing CAC Failures:      0
Incoming Timer Failures:    0    Outgoing Timer Failures:    0
Incoming Crankback Failures:0    Outgoing Crankback Failures:0
Output Description

Incoming Call Attempts

Number of incoming signaling messages—Setup and AddParty—received on this port for call establishment.

Incoming Call Success

Number of incoming signaling messages—Connect and AddPartAck—received on this port, which indicate successful call establishment.

Incoming Call Failures

Number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port.

Incoming Call
Filtering Failures

Number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed the address filtering on this port.

Incoming Routing Failures

Number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port because there was no route to the destination.

Incoming CAC Failures

Number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port because there were not enough resources as requested in the traffic parameters of the call.

Incoming Timer Failures

Number of signaling timers that timed out on incoming point-to-point and point-to-multipoint SVC/SPVC calls recieved on this port.

Incoming Crankback Failures

Number of crankback IEs recieved on this port for incoming point-to-point and point-to-multipoint SVC/SPVC call attempts.

Outgoing Call Attempts

Number of outgoing signalling messages—Setup and AddParty—sent from this port for call establishment.

Outgoing Call Success

Number of outgoing signaling messages—Connect and AddPartAck—sent from this port, which indicate successful call establishment.

Outgoing Call Failures

Number of outgoing point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port.

Outgoing Call
Filtering Failures

Number of outgoing point-to-point and point-to-multipoint SVC/SPVC call attempts that failed the address filtering on this port.

Outgoing Routing Failures

Number of outgoing point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port because there was no route to the destination.

Outgoing CAC Failures

Number of outgoing point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this port because there was not enough resources as requested in the traffic parameters of the call.

Outgoing Timer Failures

Number of signaling timers that timed out on outgoing point-to-point SVC/SPVC calls sent from this port.

Outgoing Crankback Failures

Number of crankback IEs sent from this port for outgoing signaling release messages.

dsppnctlvc

Control VC Commands: Provisioning: Display Control VC Parameters

To display configuration of the control VC parameters.

Syntax
dsppnctlvc <portid> 
Related Commands

cnfpnctlvc

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
dsppnctlvc 10.3
vc type = pnnircc
service category : vbr-nrt PCR : 906
SCR : 453 MBS : 171
vc type = sscop
service category : vbr-nrt PCR : 1500
SCR : 900 MBS : 250
 

dsppnport

Call Control Port: Show Port Controller Information

Displays the pnni-controller port information. Displays operational data as opposed to configuration data, such as port status, ILMI status, etc.

Syntax
dsppnport <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

dspnports, addpnport, delpnport

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Geneva.7.PXM.a > dsppnport 11:2.2:22
Port:           11:2.2:22             Logical Id:     17504278
IF status:      up                    Admin Status:     up
UCSM:    enable
Auto-config:    enable                Addrs-reg:        enable
IF-side:        network               IF-type:          nni
UniType:        private               version:              pnni10
Input filter:   0                     Output filter:    0
minSvccVpi:            0              maxSvccVpi:         4095
minSvccVci:           35              maxSvccVci:        65535
minSvpcVpi:            1              maxSvpcVpi:         4095
       #Svcc:    #Svpc:  #SpvcActive:  #SpvcCfg:  #SpvpActive:  #SpvpCfg:  Total:
p2p :    5249         0             0          0             0          0    5249
p2mp:       0         0             0          0             0          0      0
                                                             Total :         5249
 
Geneva.7.PXM.a > 

dsppnportcac

Port Management: Show Configured Port CAC Policy Parameters

Displays CAC policy parameters for the port as configured by cnfpnportcac.

Syntax
dsppnportcac <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

cnfpnportcac

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Output Description

-bookfactor

Utilization-factor: Service Category Utilization Factor (SCUF) for a service category on this port.

Range: (1 through 200)
Default =100

-maxbw

Max-bw-percent: Maximum percentage of bandwidth for a service category on this port

Range: (0 through 100.0000)
Default = 100

-minbw

Min-bw-percent: Minimum percentage bandwidth for a service category on this port

Range: (0 through 100.0000)
Default = 0.

-maxvc

Max-vc-percent: Maximum percentage of VCs for a service category on this port

Range: (0 through 100)
Default = 100

-minvc

Min-vc-percent: Minimum percentage of VCs for a service category on this port

Range: (0 through 100)
Default = 0.

-maxvcbw

Max-vc-bw: Maximum bandwidth, in cells per second, as specified by the PCR allowed for a VC in a service category on this port

Range: (0 through line rate)
Default = 0 (disabled)

Usage Guidelines

    1. No overbooking or oversubscription

Suppose a user has a 100 MB link and the booking factor is 100.

    2. Booking factors less than 100% result in link oversubscription since the BW booked for each connection deceeds the configured BW for the connection. This is also referred to as overbooking.

Suppose for the same 100MB link, the booking factor is 10.

    3. Booking factors greater than 100% result in link undersubscription, and the BW booked for a connection exceeds the connection's configured BW. This is also referred to as underbooking.

Suppose for the same 100 MB link, the booking factor is 200.


Note   The policing BW is based on the configured bandwidth, not book factor, e.g.:, for a 10MB connection the policing is 10MB, regardless of the booking factor.

Examples

cbr
rt-vbr
nrt-vbr
ubr
abr
bookFactor:
100%
100%
100%
100%
100%
maxBw:
100.0000%
100.0000%
100.0000%
100.0000%
100.0000%
minBw:
0%
0%
0%
0%
0%
maxVc:
100%
100%
100%
100%
100%
minVc:
0%
0%
0%
0%
0%
maxVcBw:
0
0
0
0
0

dsppnportcc

Port Management: Show Configured Port Call Control Parameters

Displays those call control parameters for the port that are configured by cnfpnportcc.

Syntax
dsppnportcc <portid>

Syntax Description

portid

See Port Identifier

Related Commands

cnfpnportcc

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Examples
					

maxP2mpRoot: 683

maxP2mpLeaf: 9000

SVC blocking option: no

SPVC blocking option: no

dsppnportrange

Port Management: Show Configured VPI and VCI Range Parameters

Displays ATM vpi/vci range only for the port configured by cnfpnportrange. dsppnport displays the operational values.

Syntax
dsppnportrange <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

cnfpnportrange, dsppnport

Attributes

Log:nolog

State: anystate

Privilege: ANYUSER

Examples
minSvccVpi: 0   maxSvccVpi:  4095
minSvccVci: 32  maxSvccVci: 65535
minSvpcVpi: 1   maxSvpcVpi:  4095

dsppnportrsrc

Operational Commands: Show Available Resource on a Port

Displays available bandwidth and channels on the port for all service classes.

Syntax
dsppnportrsrc <portid>

Syntax Description

portid

See Port Identifier

Related Commands

dsppnports

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Examples

ubr: abr: sig:

Maximum Tx Cell Rate (cells/sec): 90660 90660 90660

90660 90660 92160

Maximum Rx Cell Rate (cells/sec): 90660 90660 90660

90660 90660 92160

Min Guarant Tx Cell Rate (cells/sec): 0 0 0

0 0 9600

Min Guarant Rx Cell Rate (cells/sec): 0 0 0

0 0 9600

Minimum Cell Loss Ratio Tx : 10 8 6

6 6 8

Minimum Cell Loss Ratio Rx : 10 8 6

6 6 8

Available Tx Cell Rate (cells/sec): 90660 90660 90660

90660 90660 90660

Available Rx Cell Rate (cells/sec): 90660 90660 90660

90660 90660 90660

# of Available Tx Channels: 4999 4999 4999

# 4999 4999 4999

# of Available Rx Channels: 4999 4999 4999

# 4999 4999 4999

dsppnports

Operational Commands: Show Summary Information of Ports

Displays status information for all UNI and NNI ports. If you specify neither uni nor nni, all ports are displayed.

Ports 7.35, 7.36, 7.37, and 7.38 are pre-configured to show network clocking through the PXM45 back-card ports.

Syntax
dsppnports 
[uni | nni]
Syntax Description

uni

View status for all UNI ports.

nni

View status for all NNI ports.

Port States

Disable

Protocol is not enabled on this port.

Undefined

This port is not accessible due to hardware.

LostConnectivity

Protocol on listening port is not enabled.

EnableNotUp

This port is not accessible due to hardware.

UpAndNormal

This port is physically up and the protocol is enabled.

Related Commands

dsppnportrsrc

Attributes

Log: nolog

State: ANTSTATE

Privilege: ANYUSER

Examples
Geneva.7.PXM.a > dsppnports
Summary of total connections
(p2p=point to point,p2mp=point to multipoint,SpvcD=DAX spvc,SpvcR=Routed spvc)
Type   #Svcc:   #Svpc:   #SpvcD:  #SpvpD:  #SpvcR:  #SpvpR:  #Total:
p2p:   6291     0        0        0        0        0        6291
p2mp:  0        0        0        0        0        0        0
                                                       Total=6291
Summary of total configured SPVC endpoints
Type   #SpvcCfg: #SpvpCfg:
p2p:   0         0
p2mp:  0         0
 
Per-port status summary
 
PortId         IF status         Admin status       ILMI state       #Conns
 
7.35           up                up                 Undefined        0
 
7.36           up                up                 Undefined        0
 
7.37           up                up                 Undefined        0
 
7.38           up                up                 Undefined        0
 
Type <CR> to continue, Q<CR> to stop:
 
11:1.1:11      up                up                 Disable          0
 
11:2.1:32      up                up                 UpAndNormal      3221
 
11:2.1:33      up                up                 UpAndNormal      3070
 
11:2.2:22      up                up                 UpAndNormal      5249
 
13:1.1:11      up                up                 UpAndNormal      0
 
13:1.5:32      up                up                 UpAndNormal      174
 
13:1.5:33      up                up                 UpAndNormal      163
 
13:1.5:34      up                up                 UpAndNormal      705
 
Geneva.7.PXM.a >

dsppnportsig

Port Management: Show Configured Port Signaling Parameters

Displays the ATM signalling parameters for the port as configured by cnfpnportsig.

Syntax
dsppnportsig <portid> 

Syntax Description

portid

See Port Identifier

Related Commands

cnfpnportsig

Attributes

Log: log

State: anystate

Privilege: ANYUSER

Examples

type: uni version: uni3.1

sigType: private side: network

addrPlan: aesa

sigVpi: 0 sigVci: 5

rccVpi: n/a rccVci: n/a

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

None unless errors

dspprfx

ILMI Port Management: Show Address Prefix on a Port

Displays ILMI address prefixes configured for the port.

Syntax
dspprfx <portid>

Syntax Description

portid

See Port Identifier

Related Commands

addprfx, delprfx

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
ILMI Configured Port Prefix(es):
47.0091.8100.0000.0000.0ca7.9e01
  88.8888.8888.0000.0000.0000.0000

dspsig

Signaling: Show Timers

Displays the configuration of the signalling timers for the port.

Syntax
dspsig <portid> 
Syntax Description

portid

See Port Identifier

Related Commands

cnfsig

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Signalling Timers for <portid>
Timer     Value(secs)
 t301     180
 t303     4
 t308     30
 t310     10
 t316     90
 t317     60
 t322     4
 t397     180
 t398     4
 t399     14
 
 Max Crankback: 3

dspsigdiag

Signaling: Node Commands: Show Signaling Diagnostic

Displays the configured filter entries and the collection call records for the ATM signalling diagnostics feature.


Caution This command clears all connections.

Syntax
dspsigdiag {filter | rec | status} 
[index]
Syntax Description

filter

Display the information in the filter table.

rec

Display the call failure records.

status

Display global diagnostics status.

index

This field can be used with the option filter or rec. If used with filter, the configuration of the specified indexed filter entry display. If you don't specify an index, configuration of all filter entries display. If this field is used with rec, then all of the records filtered for the specified indexed filter entry display.

Related Commands

cnfsigdiag, delsigdiag, dspsigstats, clrsigstats

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
dspsigdiag filter

 
F I L T E R   I N D E X    1
--------------------------------
Scope: internal, Cast Type: p2mp
Connection Kind: soft-vc
Service Category: CBR (Constant Bit Rate) UBR (Unspecified Bit Rate)
Clear Cause: 0, Initial TimerValue: 600
Max Records: 20,   NumMatches: 0,   Timer expiry: 600
Incoming Port: ATM0/0/1, Outgoing Port: ATM0/1/1
Calling Nsap Address:47.111122223333444455556666.777788889999.00
Calling Address Mask:FF.FFFFFF000000000000000000.000000000000.00
Called Nsap Address:47.111122223333444455556666.777788889999.01
Called Address Mask:FF.FFFFFF000000000000000000.000000000000.00
Status: active
 
F I L T E R   I N D E X    2
--------------------------------
...
 
 
 
dspsigdiag rec 1

 
D I S P L A Y 		I N D E X    1
--------------------------------
Scope: internal, Cast Type: p2p, Conn Indicator: Setup Failure
Connection Kind:   switched-vc
Service Category: UBR (Unspecified Bit Rate)
Clear Cause: 0x29, Diagnostics: NULL
Incoming Port: ATM1/0/3, Outgoing Port:ATM0/1/3
Calling-Address: 47.009181000000006011000000.470803040506.00
Calling-SubAddr: NULL
Called-Address : 47.009181000000006083C42C01.750203040506.00
Called-SubAddr : NULL
Crankback Type : No Crankback
DTL's:
NodeId:56:160:47.009181000000006011000000.006083AB9001.00 Port: 0/1/3:2
NodeId:56:160:47.00918100000000603E7B4101.00603E7B4101.00 Port: 0/0/0:2
NodeId:56:160:47.009181000000006083C42C01.006083C42C01.00 Port: 0
 
D I S P L A Y 		I N D E X    2
--------------------------------
...

dspsigparm

Signaling: Node Commands: Show Global Signaling Parameters

Displays global signalling parameters for the node, including stating if frame discard is installed on the presence of the AAL5 IE.

Syntax
dspsigparm
Syntax Description
Related Commands

cnffdonaal5

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Global Signalling Parameters
        Frame Discard on AAL5 IE: {yes | no}

dspsigstats

Signaling: Operational Commands: Show Signaling Statistics

Displays signaling statistics associate with the port. Signaling statistics such as (for both Tx and Rx directions)

Syntax
dspsigstats <portid>

Syntax Description

portid

See Port Identifier

Related Commands

cnfsigdiag, delsigdiag, dspsigdiag, clrsigstats

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
 Signaling Statistics for <portid>
 Message           Rcv      Xmt
 Call Proceeding   0        0
 Connect           0        0
 Connect Ack       0        0
 Setup             0        0
 Release           0        0
 Release Complete  0        0
 Add Party         0        0
 Add Party Ack     0        0
 Add Party Rej     0        0
 Drop Party        0        0
 Drop Party Ack    0        0
 Drop Party Rej    0        0
 Restart           0        0
 Restart Ack       0        0
 Status            0        0
 Status Enquiry    0        0
 
 Last Cause/Diag
 Cause             16
 Diagnostic        XX XX XX XX
Src Crankback port count           0
 

dspsscop

SSCOP Operational Commands: Show SSCOP

Displays SSCOP details for the port. Information such as provisioning data and run-time statistics are displayed.

Syntax
dspsscop <portid>

Syntax Description

portid

See Port Identifier

Related Commands

cnfsscop, disablesscop, dspsscopstats

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples

SSCOP details for interface: 1.2

Current State: Enabled, Current Link State = Established State

SSCOP version  = 3.1

Send Sequence Number: Current: 34 Maximum: 127

Send Sequence Number Acked = 25

Rcv Sequence Number: Lower Edge = 25, Upper Edge = 28, Max = 35

Poll Sequence Number = 20 Poll Ack Sequence Number = 21

Vt(Pd) = 10 Vt(Sq) = 26

Timer_IDLE = 10 - Active

Timer_CC = 1 - Active

Timer_POLL = 1 - Inactive

Timer_KEEPALIVE = 5 - Active

Timer_NO-RESPONSE = 30 - Active

Current Retry Count = 1, Maximum Retry Count = 10

AckQ count = 5, RcvQ count = 5, TxQ count = 5

AckQ HWM = 20, RcvQ HWM = 20, TxQ HWM = 20,

Statistics:

Pdu's Sent = 100, Pdu's Received = 70, Pdu's Ignored = 3",

Begin = 11/11, Begin Ack = 10/10, Begin Reject = 1/1",

End = 10/10, End Ack = 10/10",

Resync = 1/1, Resync Ack = 1/1",

Sequenced Data = 10/10, Sequenced Poll Data = 1/1",

Poll = 30/30, Stat = 30/30, Unsolicited Stat = 1/1",

Unassured Data = 0/0, Mgmt Data = 0/0, Unknown Pdu's = 0",

Error Recovery/Ack = 0/0, lack of credit 0

dspsscopstats

SSCOP Operational Commands: Show SSCOP Statistics

Displays SSCOP statistics for the port.

Syntax
dspsscopstats <portid>

Syntax Description

portid

See Port Identifier

Related Commands

cnfsscop, disablesscop, dspsscop

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
SSCOP Statistics for interface: 10.1
Pdu's Sent = 2, Pdu's Received = 0, Pdu's Ignored = 0
Begin = 0/2, Begin Ack = 0/0, Begin Reject = 0/0
End = 0/0, End Ack = 0/0
Resync = 0/0, Resync Ack = 0/0
Sequenced Data = 0/0, Sequenced Poll Data = 0/0
Poll = 0/0, Stat = 0/0, Unsolicited Stat = 0/0
Unassured Data = 0/0, Mgmt Data = 0/0, Unknown Pdu's =0

dspsvcparm

Call Control Node: Show Global SVC Parameters

Displays global SVC parameters for the node.

Syntax
dspsvcparm 

Related Commands

cnfe164justify

Attributes

Log: nolog

State: anystate

Privilege: ANYUSER

Examples
Global SVC parameters
============================
E164 Adress Conversion Justification :left 

tstpndelay

Operational Commands: Connection Loopback

Initiates loopback test for a connection.When both vpi and vci are present, the segment endpoint is a F5 flow endpoint (for VCCs). When vci is not present, the segment endpoint is a F4 flow endpoint (for VPCs). This command displays the round trip delay in microseconds.

Use cnfconsegep to set the segment endpoint if there does not already exist one.

Syntax
tstpndelay <portid> <vpi> [vci] 
[-direction {inbound | outbound}] 
Syntax Description

portid

See Port Identifier

vpi

VPI of the connection

vci

VCI of the connection

-direction

Specifies the direction of loopback.

inbound = endpoint towards the backplane

outbound =  endpoint to out of the port

Default = inbound.

Related Commands

aesa_ping

Attributes

Log: log

State: active_only

Privilege: SUPER_GP

Examples

uppnport

Port Management: Bring Port into Service

Brings a UNI or NNI port into service on the controller (administratively `up' the controller). Use this command only to bring that port in service after the dnpnport command brought it down.

Syntax
uppnport <portid> 

Syntax Description

portid

See Port Identifier

Related Commands

addpnport, delpnport, dnpnport, dsppnport

Attributes

Log: log

State: active_only

Privilege: GROUP_1


hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Oct 2 19:38:22 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.