|
|
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:
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:
The notation for command and argument parameters follows:
A command can contain either or both keyword-driven or position-dependent parameters. For a position-dependent command, you must type all parameters in the order shown in the syntax description (or on-line help). For example, to create a logical port, the position-dependent command syntax is:
addport <ifNum> <bay.line> <guaranteedRate> <maxrate> <sctID> <ifType> [vpi]
For a keyword-driven parameter, a command delineator precedes the actual value of the parameter. The keyword is preceded by a dash and followed the parameter (-timeout <secs>, for example). The order you enter keyword-driven parameters does not matter--although any preceding, position-dependent parameters must appear as they do in the command syntax description. For example, to delete more than channel, the following mandatory, position-dependent parameters identify a logical port (ifNum) and the VPI and VCI of the first channel, then two optional, keyword-driven parameters follow the channel identifier. You can enter the number of connections (channels) to delete either before or after you specify verbose mode. Note that the number of channels to delete and verbose mode are optional:
delchans <ifNum> <vpi> <vci> [-num <num. conns to del>] [-verbose < 1 | 0 >]
![]() |
Note When entering a command, type all arguments, then press the Return key or Enter key. If you enter a command with incorrect parameters or no parameters (if the command requires parameters), a message displays the syntax and parameter ranges. |
A port in the 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. For instance, the optional subslot field is used to identify the back card for AXSM. That field is not used for PXM-45 cards. 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.
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.
addaddr <portid>
atm-address
length
[-type {int | ext}]
[-proto {local | static}]
[-plan {e164 | nsap}]
[-scope value]
[-redst {yes | no}]
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) |
redst | For static address only, truth value to determine whether the address should be distributed or not. Default = no |
deladdr, dspaddr
Log: log | State: active_only | Privilege: SUPER_GP |
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.
addfltset name screeningDigits
[-address atm-address -length address-length [-plan {nsap | e164}] [-list {calling | called}]]
[-index number]
[-accessMode {permit | deny}]
[-cgPtyAbsentAction {permit | deny}]
[-cdPtyAbsentAction {permit | deny}]
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.
|
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) |
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 |
cnffltset, delfltset, dspfltset
Log: log | State: active_only | Privilege: SUPER_GP |
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
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.
addpnport <portid>
portid | See Port Identifier |
delpnport, uppnport, dnpnport, dsppnport
Log: log | State: active_only | Privilege: GROUP_2 |
ILMI Port Management: Configure Address Prefix on a Port
Adds an ILMI address prefix for UNI or IISP. After adding a prefix, this prefix must be stored on both the controller and the platform. A successful return status from the command line does not guarantee this prefix is added onto the platform prefix table--you should check the event log to confirm this prefix is successfully added in the prefix table on the platform. The capacity for the MGX prefix table is 255 entries per card.
addprfx <portid> atm-prefix
portid | See Port Identifier |
atm-prefix | A 13-byte ATM address prefix, specified as 26 hexadecimal digits. |
delprfx, dspprfx
Log: log | State: active_only | Privilege: GROUP_2 |
Ping Commands: ATM End Station
To ping to any ATM end station connected to a PNNI network
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}]
destination address | Destination address in Nsap format. This is a mandatory parameter |
setupcall | Sets up an svc call as part of ping |
qos | Qos used for SVC ping connection |
pcr | Peak cell rate |
scr | Sustained cell rate |
trace | Enable path trace during ping |
timeout | Connection timeout for ping |
data | To send data packets |
interval | The interval between successive transmissions |
dsppingatmaddr
Log: log | State: active_only | Privilege: SUPER_GP |
Call Control Operations: Release Call
Releases a call.
clrpncon <portid>
{all | vpi}
[vci]
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. |
dsppncon, dspncons
Log: log | State: active_only | Privilege: SUPER_GP |
Call Control Operations: Clear Call Statistics
Clears existing call statistics for one port or all ports.
clrpnconstats [ portid ]
portid | See Port Identifier |
dsppnconstats
Log: log | State: active_only | Privilege: GROUP_5 |
Signaling: Operational Commands: Clear Signaling Statistics
Clears existing signalling statistics for one port or all ports.
clrsigstats [ portid ]
portid | See Port Identifier |
cnfsigdiag, delsigdiag, dspsigdiag, dspsigstats
Log: log | State: active_only | Privilege: SUPER_GP |
Clearing Signaling Statistics for 1:1.1:1
SSCOP Operational Commands: Show SSCOP Statistics
Clears SSCOP statistics for a port or all ports.
clrsscopstats [ portid ]
portid | See Port Identifier If you don't specify port id the command clears SSCOP statistics for all ports. |
None
Log: nolog | State: active_only | Privilege: GROUP_5 |
ILMI Port Management: Show ILMI Address Registration
Sets ILMI address registration options for the port. This command can only be used after the port is added and while it is administratively down. The BPX cnfport command can also enable (disable) the address registration for backward compatibility.
The peer must support address registration table and procedure, so you must confirm that address registration is enabled on all three places.
At least one keyword must be specified.
cnfaddrreg <portid>
[{yes | no}]
portid | See Port Identifier |
yes | Enable ILMI address registration on the port. Default = yes |
no | Disable ILMI address registration on the port. |
None
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
ILMI Port Management: Configure ILMI Auto Configuration
Enables (disables) ILMI auto configuration for the port.
This command can only be used when the port is added and administratively down.
cnfautocnf <portid> [ yes | no ]
portid | See Port Identifier |
yes | Enable ILMI automatic configuration on the port. Default = yes |
no | Disable ILMI automatic configuration on the port. |
Log: log | State: active_only | Privilege: SUPER_GP |
None
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.
cnfcdvtdft <portid> <service_category> [ microseconds ]
portid | See Port Identifier |
<service_category> | ATM 4.0 service category: cbr, rtvbr, nrtvbr, ubr, or abr.
|
micro seconds | Integer Range: (0 through 2147483647) Default value is set by the platform (250,000). If this parameter is not specified, the default is used/restored. |
dspcdvtdft
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
Configure Segment Endpoint for a Connection
Configures a connection as a segment 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). Use this command only for established calls.
![]() |
Note Before executing this command, continuity check is to be de-activated, if activated. Otherwise, continuity check failure occurs for the connection. Team this command with conntrace for fault isolation. |
cnfconsegep <portid> < vpi > [vci]
portid | See Port Identifier |
vpi | VPI of the connection |
vci | VCI of the connection |
cnfoamsegep, dspoamsegep, delconsegep, dspconsegep
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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
cnfe164justify [justify { left | right}]
justify | Justify e164 address left or right. Default = left |
None
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
cnfenhiisp <portid>
{yes | no}
portid | See Port Identifier |
dspenhiisp
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
cnffdonaal5 {yes | no}:
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. |
None
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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
cnffltset < name >
[-address atm-address -length address-length [-plan{nsap | e164}] [-list {calling | called}]]
[-index number]
[-accessMode {permit | deny}]
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.
|
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) |
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. |
addfltset, delfltset, dspfltset
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
Provisioning Commands: Configure Interface Congestion Thresholds
Configures interface congestion thresholds parameters.
At least one keyword must be specified.
cnfintfcongth <portid>
[-setuplo {setupLoThreshold}]
[-setuphi {setupHiThreshold}]
[-unackedStatEnqLo {unackedStatEnqLothreshold}]
[-unackedStatEnqHi {unackedStatEnqrHithreshold} ]
portid | See Port Identifier |
setuplo | The number of connection setup messages per second, below which the setup congestion condition abates. |
setuphi | The number of connection setup messages per second, above which the setup congestion condition sets in. |
unackedStatEnqLo | The number of stat enquires yet to be acknowledged by peer per interface, below which the local stat enq congestion condition at the interface level, abates. Range: (1 through 500) messages |
unackedStatEnqHi | The number of stat enquires yet to be acknowledged by peer per interface, above which the local stat enq congestion condition at the interface level, sets in. Range: (1 through 500) messages |
Log: log | State: active_only | Privilege: GROUP_2 |
None unless errors
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.
cnfmbsdft <portid> <service_category> [num-of-cell]:
portid | See Port Identifier |
service_category | ATM 4.0 service category, either cbr, rtvbr, nrtvbr, ubr, or abr.
|
num-of-cell | Integer. The MBS is expressed in cells. Range: (0 through 2147483647) |
dspmbsdft
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
Provisioning Commands: Configure Nodal Congestion Thresholds
Configures nodal congestion thresholds parameters.
you must specify at least one keyword.
cnfnodalcongth
[-setuplo {setupLoThreshold}]
[-setuphi {setupHiThreshold}]
[-statenqlo {statusEnqLoThreshold}]
[-statenqhi {statusEnqHiThreshold}]
[-connpendinglo {connPendingLo}]
[-connpendinghi {connPendingHi} ]
[-incompjournalhi {incompleteJournalCallsHi}]
[-vsiqdepthpercth1 {mildCongPerc}]
[-vsiqdepthpercth2 {mediumCongPerc}]
[-vsiqdepthpercth3 {severeCongPerc}]
setuplo | The number of connection setup messages per second, below which the setup congestion condition abates. |
setuphi | The number of connection setup messages per second, above which the setup congestion condition sets in. |
statenqlo | The number of status enquiry messages per second, below which the status enquiry congestion condition abates. |
statenqhi | The number of connection setup messages per second, above which the status enquiry congestion condition sets in. |
connpendinglo | The aggregate number of connections in establishment phase below which the establishment congestion abates |
connpendinghi | The aggregate number of connections in establishment phase above which the establishment congestion sets in |
incompjournalhi | The number of incomplete journaling cycles above which the journaling speed will be increased |
vsiqdepthpercth1 | The 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 |
vsiqdepthpercth2 | The 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 |
vsiqdepthpercth3 | The 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 |
None
Log: nolog | State: active_only | Privilege: SUPER_GP |
None unless errors
Port Management: Configure OAM Segment Endpoint on a Port
Define the port as a segment endpoint for F4 and F5 OAM flow. This command does not take effective for existing connections, and only does for newly established calls. This command can be used regardless of the state of the port.
cnfoamsegep <portid>
[{yes | no}]
portid | See Port Identifier |
yes | The port is configured as a segment endpoint, and is a segment endpoint for all connections on this port. |
no | The port is not a segment endpoint. Default = no |
dspoamsegep, cnfconsegep, delconsegep
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
cnfpnctlvc <portid> <vc-type>
[ service category ]
[<-pcr> {peak cell rate}]
[<-scr> {sustained cell rate}]
[<-mbs> {Maximum burst size}]
portid | See Port Identifier |
vc-type | The type of control VC to be configured. |
service category | service category of the control VC. |
-pcr | Keyword preceding peak cell rate for the control VC. |
-scr | Keyword preceding sustained cell rate of the control VC |
-mbs | Keyword preceding maximum burst size of the control VC. |
dsppnctlvc
Log: nolog | State: active_only | Privilege: ANYUSER |
None unless errors
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.
cnfpnportacc <portid> [-in in-filter-name] [-out out-filter-name]
portid | See Port Identifier |
-in | Keyword preceding in-filter-name: which filter set/name should apply to SETUP messages incoming to the port. |
- out | Keyword preceding out-filter-name: which filter set/name should apply to SETUP messages outgoing from the port. |
delpnportacc
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
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]
portid | See Port Identifier |
service_category | Keyword preceding utilization-factor: 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 | Keyword preceding utilization-factor: Service Category Utilization Factor (SCUF) for a service category on this port Range: (1 through 200) |
-maxbw | Keyword preceding max-bw-percent: Maximum percentage of bandwidth for a service category on this port Range: (0 through 100.0000) |
-minbw | Keyword preceding min-bw-percent: Minimum percentage bandwidth for a service category on this port Range: (0 through 100.0000) |
-maxvc | Keyword preceding max-vc-percent: Maximum percentage of VCs for a service category on this port Range: (0 through 100) |
-minvc | Keyword preceding min-vc-percent: Minimum percentage of VCs for a service category on this port Range: (0 through 100) |
-maxvcbw | Keyword preceding 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) |
dsppnportcac
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
cnfpnportcc <portid>
[-maxp2mproot max-p2mp-root]
[-maxp2mpleaf max-p2mp-leaf]
[-svcblock {yes | no}]
[-spvcblock {yes | no}]
portid | See Port Identifier |
-maxp2mproot | Keyword preceding max-p2mp-root: Maximum number of root VCs on this port. Default = 1000. |
-maxp2mpleaf | Keyword preceding 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. |
dsppnportcc
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.
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 ]
portid | See Port Identifier |
-minsvccvpi | Keyword preceding min-svcc-vp: Minimum VPI value for SVCC. Range: (0 through 4095) |
-maxsvccvpi | Keyword preceding max-svcc-vp: Maximum VPI value for SVCC Range: (0 through 4095) |
-minsvccvci | Keyword preceding min-svcc-vci: Minimum VCI value for SVCC Range: (32 through 65535) |
-maxsvccvci | Keyword preceding max-svcc-vci: Maximum VCI value for SVCC Range: (32 through 65535) |
-minsvpcvpi | Keyword preceding min-svpc-vp: Minimum VPI value for SVPC Range: (1 through 4095) |
-maxsvpcvpi | Keyword preceding max-svpc-vp: Maximum VPI value for SVPC Range: (1 through 4095) |
dsppnportrange
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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.
cnfpnportsig <portid>
[-univer {uni30 | uni31 | uni40}]
[-nniver {iisp30 | iisp31 | pnni10}]
[-unitype {public | private}]
[-addrplan {both | aesa | e164}]
[-side {user | network}]
[-vpi vpi]
[-sigvci signalling-vci]
[-rccvci routing-vci]
portid | See Port Identifier |
-univer | Keyword preceding UNI protocol version, either uni30, uni31 or uni40. Mutually exclusive with nniver. Default = uni31 |
-nniver | Keyword preceding NNI protocol version, either iisp30, iisp31 or pnni10. Mutually exclusive with univer. Default = pnni10 |
-unitype | Keyword preceding the type of the ATM device, either private or public. Default = private |
-addrplan | Keyword preceding 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 | Keyword preceding the role of the port. This parameter is only applicable if it is an IISP port. Default = network |
-vpi | Keyword preceding vpi: The signaling and RCC VPI for the port Range: (0 through 4095) |
-sigvci | Keyword preceding signalling-vci: The signalling VCI for the port Range: (32 through 65535) |
-rccvci | Keyword preceding routing-vci:The VCI used for PNNI RCC. Range 32 through 65535. Default = 18. |
dsppnportsig
Log: log | State: active_only | Privilege: GROUP_2 |
None unless errors
Configure Signaling Timers
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.
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 ]
portid | See Port Identifier |
-t301 | Keyword preceding t301-timer: Set the T301 timer. Range: (150 through 240) seconds |
- t303 | Keyword preceding t303-timer: Set the T303 timer. Range: (4 through 8) seconds |
- t308 | Keyword preceding t308-timer: Set the T308 timer. Range: (20 through 45) seconds Default = 30. |
- t310 | Keyword preceding 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. |
- t316 | Keyword preceding t316-timer: Set the T316 timer. Range: (90 through 300) seconds |
- t317 | Keyword preceding t317-timer: Set the T317 timer. Range: (60 through 300) seconds |
- t322 | Keyword preceding t322-timer: Set the T322 timer. (4 through 20) seconds. |
- t397 | Keyword preceding t397-timer: Set the T397 timer. Range: (180 through 240) seconds |
- t398 | Keyword preceding t398-timer: Set the T398 timer. Range: (4 through 20) seconds |
- t399 | Keyword preceding 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. |
- maxcrbk | Keyword preceding value: Set the maximum crankback allowed for the port. Range: (0 through 10). |
dspsig
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
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. |
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
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 | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding filters ATM signalling call failures by connection type (p2p, p2mp or both (all)). Default = all. |
- clrcause | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding 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 | Keyword preceding 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) |
- scope | Keyword preceding filters ATM signalling call failures that occur within the switch (int), on other switches (ext), or both (all). Default = all. |
- servctgy | Keyword preceding filters ATM signalling call failures by service category. Default = all, meaning all service categories. |
- status | Keyword preceding 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. |
delsigdiag, dspsigdiag, dspsigstats, clrsigstats
Log: log | State: active_only | Privilege: ANYUSER |
None unless errors
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.
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}]
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 |
keepalivetmr | Number of seconds to send POLL PDUs in the transient phase. 0 forces restore of the default value. Range: (2 - 10) 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 |
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 |
norsptmr | Number of seconds at least one STAT PDU must be received. 0 forces restore of the default value. Range: (7 through 45) secs |
t309tmr | Number of seconds before SAAL reconnects after disconnection. Range: (10 through 15) |
maxcc | Maximum number of retries for connection control operations. 0 forces restore of the default value. Range: (4 through 15) |
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) |
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) |
disablesscop, dspsscop, dspsscopstats
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
Call Control Operations: Connection Trace
Trace an established connection and display the result.
conntrace <portid> callref [EndPtRef]
portid | See Port Identifier |
callref | Call reference for the call. |
EndPtRef | Endpoint reference for a p2mp call. If no endpoint reference is specified, this is a p2p call. |
pathtraceport, pathracenode, pathraceie
Log: log | State: active_only | Privilege: SUPER_GP |
Result:Succ/Fail Reason: " Desc" InterfaceId: "--" EndptRef: "--" Originating Interface VPI: " --" Originating Interface VCI: " --" Originating Interface CallRef: " --" NodeId Egress Port Vpi Vci CallRef PhysPortid XXXX ZZZZ aaa bbb cccc eeee XXXX ZZZZ aaa bbb cccc eeee Terminating Interface VPI: " --" Terminating Interface VCI: " --" Terminating Interface CallRef: " --"
Call Control Port: Remove Port Address
Removes an ATM address for a UNI or IISP.
deladdr <portid>
atm-address
length
[-plan {e164 | nsap}]
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 |
addaddr, dspaddr
Log: log | State: active_only | Privilege: SUPER_GP |
Operational Commands: Remove Segment Endpoint of a Connection
Removes a segment endpoint on a connection. 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).
delconsegep <portid> vpi [vci]
portid | See Port Identifier |
vpi | VPI of the connection |
vci | VCI of the connection |
cnfoamsegep, dspoamsegep, cnfconsegep, dspconsegep
Log: log | State: active_only | Privilege: SUPER_GP |
Call Control Filtering: Delete Filter Set
Removes an ATM address filter set.
delfltset name [index]
name | The name of the filter set. |
index | Delete a specific filter element. Range: (1 through 65535) |
addfltset, cnffltset, dspfltset
Log: log | State: active_only | Privilege: SUPER_GP |
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.
delpnport <portid>
portid | See Port Identifier |
addpnport, uppnport, dnpnport, dsppnport
Log: log | State: active_only | Privilege: GROUP_2 |
Call Control Port: Delete Port Access Filter Group
Removes an address access filter group from the port.
delpnportacc <portid>
{in | out}
portid | See Port Identifier |
-in | Delete incoming access group for the port. |
-out | Delete outgoing access group for the port. |
cnfpnportacc
Log: log | State: active_only | Privilege: SUPER_GP |
wn.1.1.PXM.a > dsppnport 1.2
Port: 1.2 Logical Id: 66048
IF status: up Admin Status: up
Auto-config: enable Addrs-reg: enable
IF-side: network IF-type: nni
UniType: private version: pnni10
Input filter: 0 Output filter: 0
minSvccVpi: 1 maxSvccVpi: 10
minSvccVci: 32 maxSvccVci: 33000
minSvpcVpi: 1 maxSvpcVpi: 10
#Svcc: #Svpc: #SpvcActive: #SpvcCfg: #SpvpActive: #SpvpCfg: Total:
p2p: 0 0 0 0 0 0 0
p2mp: 0 0 0 0 0 0 0
Total: 0
ILMI Port Management: Configure Address Prefix on a Port
Removes an ILMI address prefix associated with a UNI or IISP.
delprfx portid> atm-prefix
portid | See Port Identifier |
atm-prefix | A 13-byte ATM address prefix, specified as 26 hexadecimal digits. |
delprfx, dspprfx
Log: log | State: active_only | Privilege: GROUP_2 |
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.
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}]
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. |
cnfsigdiag, delsigdiag, dspsigstats, clrsigstats
Log: log | State: active_only | Privilege: ANYUSER |
SSCOP Provisioning Commands: Enable/Disable SSCOP
If a port is administratively down (by dnpnniport) enables (disables) SSCOP on that port.
disablesscop <portid>
{yes | no}
portid | See Port Identifier |
yes | Disable SSCOP on the port. |
no | Do not disable (enable) SSCOP on the port. This is the default. |
cnfsscop, dspsscop, dspsscopstats
Log: log | State: active_only | Privilege: SUPER_GP |
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. |
dnpnport <portid>
portid | See Port Identifier |
addpnport, delpnport, uppnport, dsppnport
Log: log | State: active_only | Privilege: GROUP_2 |
Call Control Port: Show Port Address
Displays ATM addresses and associated information, such as address plan and scope, for a UNI or IISP.
dspaddr <portid>
portid | See Port Identifier |
addaddr, deladdr
Log: nolog | State: anystate | Privilege: ANYUSER |
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
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.
dspatmaddr <portid>
portid | See Port Identifier |
dspaddr
Log: log | State: anystate | Privilege: ANYUSER |
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
Port Management: Show Default CDVT
Displays the default CDVT set for the port.
dspcdvtdft <portid>
portid | See Port Identifier |
dspcdvtdft, cnfcdvtdft
Log: nolog | State: anystate | Privilege: ANYUSER |
cbr | rt-vbr | nrt-vbr | ubr | abr | |
|---|---|---|---|---|---|
CDVT: | 250,000 | 250,000 | 250,000 | 250,000 | 250,000 |
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.
dspconsegep <portid> vpi [vci]
portid | See Port Identifier |
vpi | The connection's vpi. |
vci | The vci of the connection. |
cnfoamsegep, dspoamsegep, cnfconsegep, delconsegep
Log: log | State: anystate | Privilege: ANYUSER |
Show Enhanced IISP Setting
Displays the enhanced IISP setting for one port or all ports.
dspenhiisp [<portid>]
portid | See Port Identifier |
cnfenhiisp
Log: nolog | State: anystate | Privilege: ANYUSER |
Enhanced IISP Features Setting Port Id Enabled <portid1> yes <portid2> no ...
Call Control Filtering: Show Filter Set
Displays a specific ATM filter set or a summary of ATM filter sets.
dspfltset [filter-set-name]
filter-set-name | If no filter set name is specified, a summary of ATM filter sets are displayed. |
addfltset, cnffltset, delfltset
Log: log | State: active_only | Privilege: SUPER_GP |
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
ILMI Node Management: Show Port ILMI Addresses
Displays ILMI registered port addresses.This command displays the ATM address(es) registered by the peer via ILMI address registration procedure.
dspilmiaddr <portid>
portid | See Port Identifier |
dspilmi
Log: nolog | State: anystate | Privilege: ANYUSER |
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
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.
dspintfcongcntr <portid>
portid | See Port Identifier |
Log: nolog | State: anystate | Privilege: SUPER_GP |
Parmeter Value thresh1 thresh2 thresh3
setupRx 25 90 105 -
vsiqdepth 23 20 21 22
unackstatenq 50 150 200 -
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.
Provisioning Commands: Show itf-level Congestion-manager Flags
To display various congestion detection and action flags maintained at the CCM at interface level
dspintfcongflags <portid>
portid | See Port Identifier |
Congestion detection flags for interface: 10.2
Parmeter Value
vsimildcongflg FALSE
vsimedcongflg FALSE
vsiseverecongflg FALSE
setupflg TRUE
unackstatenqcongflg TRUE
Congestion action flags for interface : 10.2
Parmeter value
dropsetupflg FALSE
dropestabflg FALSE
queuerelflg FALSE
markcallsforrelflg FALSE
pacevsiresyncflg FALSE
speedupjournalflg FALSE
lowersetupthflg FALSE
pacestatenqflg FALSE
pacepnniroutecalflg FALSE
dspnodalcongflag
Log: nolog | State: anystate | Privilege: SUPER_GP |
Provisioning Commands: Show Interface Congestion Thresholds
Displays configuration of the congestion thresholds for the given port.
dspintfcongth <portid>
portid | See Port Identifier |
Log: nolog | State: anystate | Privilege: ANYUSER |
Congestion Thresholds for port: 10.3
Parmeter Value unit
setuplo 90 cps
setuphi 105 cps
unackedStatEnqLo 150 messages
unackedStatEnqHi 200 messages
Port Management: Show Default MBS
Displays the default MBS configured for the port.
dspmbsdft <portid>
portid | See Port Identifier |
cnfmbsdft
Log: nolog | State: anystate | Privilege: ANYUSER |
rt-vbr | nrt-vbr | |
|---|---|---|
MBS: | 1024 | 1024 |
Provisioning Commands: Show Nodal-level Congestion Counters
To display configuration of the congestion thresholds for the given port.
dspnodalcongcntr
Log: nolog | State: anystate | Privilege: SUPER_GP |
Nodal Congestion counters:
Parmeter Value thresh thresh2 thresh3
setupRx 25 90 105 -
statenqRx 10 40 150 -
connpending 15 400 500 -
incompstdbyupdates 3 - 5 -
Provisioning Commands: Show Nodal-level Congestion Flags
To display various congestion detection and action flags maintained at the CCM at nodal level
dspnodalcongflags
dspintfcongflags
Log: nolog | State: anystate | Privilege: SUPER_GP |
Nodal Congestion detection flags:
Parmeter Value
remstatenqflg FALSE
incompjournalingflg FALSE
setupflg TRUE
connpendingflg FALSE
Nodal Congestion action flags:
Parmeter value
dropsetupflg FALSE
dropestabflg FALSE
queuerelflg FALSE
markcallsforrelflg FALSE
pacevsiresyncflg FALSE
speedupjournalflg FALSE
lowersetupthflg FALSE
pacestatenqflg FALSE
pacepnniroutecalflg FALSE
Provisioning Commands: Show Nodal Congestion Thresholds
Displays configuration of the nodal congestion thresholds.
dspnodalcongth
Log: nolog | State: anystate | Privilege: SUPER_GP |
Nodal Congestion Thresholds:
Parmeter Value unit
setuplo 90 cps
setuphi 105 cps
statenqlo 40 cps
statenqhi 150 cps
connpendinglo 400 messages
connpendinghi 500 messages
incompjournalhi 5 cycles
vsiqdepthpercth1 100 percent
vsiqdepthpercth2 200 percent
vsiqdepthpercth3 300 percent
Ping Commands: Show Default ATM Node Address
Display default ping atm address on a node.
dsppingatmaddr
dsppingatmaddr
Log: nolog | State: active_only | Privilege: SUPER_GP |
47.0091.8100.0000.0010.7be9.2f1a.0010.7be9.2f1a.99
length: 160 type: unknown proto: unknown
scope: 0 plan: unknown redistribute: false
Port VPI VCI CallRef X-Port VPI VCI CallRef Type 5.3 0 32 1 3.2 0 32 1 PTP Calling-Addr: <clg AESA addr> Called-Addr: <cld AESA addr> 5.3 0 33 2 3.2 0 33 2 PTP Calling-Addr: <clg AESA addr> Called-Addr: <cld AESA addr> 5.3 0 34 3 3.2 0 34 3 PTP Calling-Addr: <clg AESA addr> Called-Addr: <cld AESA addr> ... 5.4 0 41 10 3.8 0 41 10 PTP Calling-Addr: <clg AESA addr> Called-Addr: <cld AESA addr> 5.4 0 42 11 3.8 0 42 11 PTP Calling-Addr: <clg AESA addr> Called-Addr: <cld AESA addr> ...
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. |
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.
dsppncon <portid> <vpi> <[vci]>
portid | See Port Identifier |
vpi | VPI for the call. |
vci | VCI for the call. If no VCI is specified, this is a VP connection. |
dsppncons
Log: nolog | State: anystate | Privilege: ANYUSER |
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>
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.
dsppncons
[-port portid]
[-vpi starting-vpi]
[-vci starting-vci]
[-type {p2p | p2mp}]
portid | See Port Identifier |
vpi | Starting VPI. Display active calls starting from the VPI of the port. This parameter can only be used if port is specified. |
vci | Starting VCI. Display active calls starting from the VPI/VCI of the port. This parameter can only be used if vpi is specified. |
type | Cast-type. Displays only calls of this cast type. |
dsppncon
Log: nolog | State: anystate | Privilege: ANYUSER |
Call Control Operations: Show Call Statistics
Displays call statistics for the port.
dsppnconstats <portid>
portid | See Port Identifier |
clrpnconstats
Log: nolog | State: active_only | Privilege: ANYUSER |
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
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 | 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 | 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. |
Control VC Commands: Provisioning: Display Control VC Parameters
To display configuration of the control VC parameters.
dsppnctlvc
cnfpnctlvc
Log: nolog | State: anystate | Privilege: ANYUSER |
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
ILMI Node Management: Show Port ILMI Status
To display ILMI information for a port. The ILMI service configuration is displayed.
dsppnilmi <portid>
portid | See Port Identifier |
dspilmi
Log: nolog | State: anystate | Privilege: ANYUSER |
Port Id: 3.1 Port Type: Private UNI side : user
Autoconfig: enable Servicereg: enable
Addressreg: permit all
VPI: 0 VCI: 16
Max Prefix: 16 Max Address: 16
Max ServiceRegistry: 16
Peer Port Id: 214783647 System Id: 12.23.34.45.56.67
Peer Addressreg: enable
Pn-ilmi: disable
ILMI Link State: UpAndNormal
LECS Address(es):
44.0091.8100.0000.0000.0ca7.9e01
ILMI Configured Port Prefix(es):
47.0091.8100.0000.0000.0ca7.9e01
88.8888.8888.0000.0000.0000.0000
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.
dsppnport <portid>
portid | See Port Identifier |
dspnports, addpnport, delpnport
Log: nolog | State: anystate | Privilege: ANYUSER |
cbr: rt-vbr: nrt-vbr: ubr: abr:
Available Tx Cell Rate
(cells/sec): 200000 100000 300000 3000000 300000
Available Rx Cell Rate
(cells/sec): 100000 20000 30000 100000 20000
# of Available Tx channels: 1000 1000 1000 1000 1000
# of Available Rx channels: 1000 1200 900 800 1100
* Overbooking factor not applied.
Port Management: Show Configured Port CAC Policy Parameters
Displays CAC policy parameters for the port as configured by cnfpnportcac.
dsppnportcac <portid>
portid | See Port Identifier |
cnfpnportcac
Log: log | State: anystate | Privilege: ANYUSER |
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 |
Port Management: Show Configured Port Call Control Parameters
Displays those call control parameters for the port that are configured by cnfpnportcc.
dsppnportcc <portid>
portid | See Port Identifier |
cnfpnportcc
Log: log | State: anystate | Privilege: ANYUSER |
maxP2pCon: 10000
maxP2mpRoot: 683
maxP2mpLeaf: 9000
SVC blocking option: no
SPVC blocking option: no
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.
dsppnportrange <portid>
portid | See Port Identifier |
cnfpnportrange, dsppnport
Log:nolog | State: anystate | Privilege: ANYUSER |
minSvccVpi: 0 maxSvccVpi: 4095 minSvccVci: 32 maxSvccVci: 65535 minSvpcVpi: 1 maxSvpcVpi: 4095
Operational Commands: Show Available Resource on a Port
Displays available bandwidth and channels on the port for all service classes.
dsppnportrsrc <portid>
portid | See Port Identifier |
dsppnports
Log: log | State: anystate | Privilege: ANYUSER |
cbr: rt-vbr: nrt-vbr: ubr: abr:
Maximum Tx Cell Rate (cells/sec): 55680 55680 55680 55680 55680
Maximum Rx Cell Rate (cells/sec): 55680 55680 55680 55680 55680
Min Guarant Tx Cell Rate (cells/sec): 5 5 5 5 5
Min Guarant Rx Cell Rate (cells/sec): 5 5 5 5 5
Minimum Cell Loss Ratio Tx : 8 8 8 8 8
Minimum Cell Loss Ratio Rx : 8 8 8 8 8
Available Tx Cell Rate (cells/sec): 54720 54720 54720 54720 54720
Available Rx Cell Rate (cells/sec): 54720 54720 54720 54720 54720
# of Available Tx Channels: 8533 8533 8533 8533 8533
# of Available Rx Channels: 8533 8533 8533 8533 8533
Operational Commands: Show Summary Information of Ports
Displays status information for all UNI and NNI ports. If neither uni nor nni is specified, all ports are displayed.
dsppnports [uni | nni]
uni | View status for all UNI ports. |
nni | View status for all NNI ports. |
dsppnportrsrc
Log: nolog | State: ANTSTATE | Privilege: ANYUSER |
Summary of total connections: (p2p = point to point, p2mp = point to multipoint)
Type #Svcc: #Svpc: #SpvcActive: #SpvcCfg: #SpvpActive: #SpvpCfg: Total:
p2p 90000 1000 0 0 0 0 91000
p2mp 0 0 0 0 0 0 0
Total = 91000
Per-port status summary at 17:50:19 Friday Sep 11, 1998
PortId IF status Admin Status ILMI state Total Active Connections
2.1 UP up UpAnd-Normal 1000
2.2 UP up UpAnd-Normal 2000
3.1 DOWN up Establishing 0
Port Management: Show Configured Port Signaling Parameters
Displays the ATM signalling parameters for the port as configured by cnfpnportsig.
dsppnportsig <portid>
portid | See Port Identifier |
cnfpnportsig
Log: log | State: anystate | Privilege: ANYUSER |
type: uni version: uni3.1
sigType: private side: network
addrPlan: aesa
sigVpi: 0 sigVci: 5
rccVpi: n/a rccVci: n/a
Log: log | State: active_only | Privilege: SUPER_GP |
None unless errors
ILMI Port Management: Show Address Prefix on a Port
Displays ILMI address prefixes configured for the port.
dspprfx <portid>
portid | See Port Identifier |
addprfx, delprfx
Log: nolog | State: anystate | Privilege: ANYUSER |
ILMI Configured Port Prefix(es): 47.0091.8100.0000.0000.0ca7.9e01 88.8888.8888.0000.0000.0000.0000
Show Signaling Timers
Displays the configuration of the signalling timers for the port.
dspsig <portid>
portid | See Port Identifier |
cnfsig
Log: nolog | State: anystate | Privilege: ANYUSER |
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
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. |
dspsigdiag {filter | rec | status}
[index]
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 no index is specified, 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. |
cnfsigdiag, delsigdiag, dspsigstats, clrsigstats
Log: nolog | State: anystate | Privilege: ANYUSER |
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 -------------------------------- ...
Signaling: Node Commands: Show Global Signaling Parameters
Displays global signalling parameters for the node, including the setting of whether frame discard is installed on the presence of the AAL5 IE.
dspsigparm
cnffdonaal5
Log: nolog | State: anystate | Privilege: ANYUSER |
Global Signalling Parameters
Frame Discard on AAL5 IE: {yes | no}
Signaling: Operational Commands: Show Signaling Statistics
Displays signaling statistics associate with the port. Signaling statistics such as (for both Tx and Rx directions)
dspsigstats <portid>
portid | See Port Identifier |
cnfsigdiag, delsigdiag, dspsigdiag, clrsigstats
Log: nolog | State: anystate | Privilege: ANYUSER |
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
SSCOP Operational Commands: Show SSCOP
Displays SSCOP details for the port. Information such as provisioning data and run-time statistics are displayed.
dspsscop <portid>
portid | See Port Identifier |
cnfsscop, disablesscop, dspsscopstats
Log: nolog | State: anystate | Privilege: ANYUSER |
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
SSCOP Operational Commands: Show SSCOP Statistics
Displays SSCOP statistics for the port.
dspsscopstats <portid>
portid | See Port Identifier |
cnfsscop, disablesscop, dspsscop
Log: nolog | State: anystate | Privilege: ANYUSER |
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
Call Control Node: Show Global SVC Parameters
Displays global SVC parameters for the node.
dspsvcparm
cnfe164justify
Log: nolog | State: anystate | Privilege: ANYUSER |
Global SVC Parameters E164 Address Conversion Justification: ( lefdt | right )
Path Trace IE
Removes/inserts path trace IE at port level.
pathtraceie <portid>
{rmv | ins}
portid | See Port Identifier |
rmv | Allow to remove Trace Transit List IE at the port. |
ins | Allow to insert Trace Transit List IE at the port. |
conntrace, pathtraceport, pathracenode
Log: log | State: active_only | Privilege: SUPER_GP |
Call Control Operations: Enable/Disable Path Trace at Node Level
Enables/disables path trace feature at node level.
pathtracenode {enable | disable}
enable/disable | Enables (disables) path trace at node level. |
conntrace, pathtraceport, pathtraceie
Log: log | State: active_only | Privilege: SUPER_GP |
Call Control Operations: Enable/Disable Path Trace at Port Level
Enables (disables) path trace feature at port level, then saves the result of the path trace in the log file.
pathtraceport <portid>
{enable | disable}
[-H {on | off}]
[-CB {on | off}]
[-V {on | off}]
[-CR {on | off}]
[-cldnum called-AESA]
[-clgnum calling-AESA]
portid | See Port Identifier |
enable|disable | Enables (disables) path trace at port level. |
H | Hierarchy option. If enabled, information from all the DTLs in the hierarchy are added in the TTL IE. Default = off |
CB | Crankback option. If enabled, the failure cause for Crankback is included in the TTL IE. Default = on |
V | VPI/VCI option. If enabled, VPI/VCI values of the egress port are added in the TTL IE at every node. Default = off |
CR | Call Reference option. If enabled, call reference values of all egress ports are added in the TTL IE. Default = off |
cldnum | Called Party number. Enables (disables) path trace on a specific called address. |
clgnum | Calling Party number. Enables (disables) path trace on a specific calling address. |
conntrace, pathracenode, pathraceie
Log: log | State: active_only | Privilege: SUPER_GP |
Format of the path trace result for a call in the log file:
Result:Succ/Fail Reason: "Desc" Called No: "--" Calling No: "--"
Cause: "value:Desc"
NodeId Ingress Port Egress Port Vpi/Vci Call Ref EndPtRef (opt)
XXXX YYYY ZZZZ aaa/bbb cccc dddd
XXXX YYYY ZZZZ aaa/bbb cccc dddd
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 the optional 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.
tstpndelay <portid> vpi [vci]
[-direction {inbound | outbound}]
[-timeout num]
portid | See Port Identifier |
vpi | VPI of the connection |
vci | VCI of the connection |
-timeout | Connection timeout for ping |
-direction | Specifies the direction of loopback. inbound = endpoint towards the backplane outbound = endpoint to out of the port Default = inbound. |
aesa_ping
Log: log | State: active_only | Privilege: SUPER_GP |
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.
uppnport <portid>
portid | See Port Identifier |
addpnport, delpnport, dnpnport, dsppnport
Log: log | State: active_only | Privilege: GROUP_2 |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Aug 3 11:03:15 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.