Table Of Contents
SVC, SPVC, and PNNI Commands
This appendix describes the SES PNNI controller commands that are specific to ATM SVCs, SPVCs, and PNNI routing and signaling, in the following sections
•
Conventions
•
Command Summaries
•
SVC Commands
•
SPVC Commands
•
PNNI Commands
Conventions
The following conventions are used to describe commands in this appendix:
•
Vertical bars (|) separate alternative, mutually exclusive elements.
•
Square brackets ([]) indicate optional elements.
•
Braces ({}) indicate a required choice.
•
Braces within square brackets ([{}] indicate a required choice within an optional element.
•
Boldface indicates commands and keywords that are entered literally as shown.
•
Italics indicate arguments for which you supply values.
Command Syntax
The SES PNNI controller command syntax complies with the syntax defined by MGX 8800. The syntax supported is as follows:
Command :== CMD_STRARG | CMD_VWARG | CMD_CALLXSTURCT | CMD_CALLXPSTRUCTCMD_STRARG :== command-name <value1> <value2> ... <valueN>CMD_VWARG :== command-name <value1> <value2> ... <valueN>CMD_CALLXSTRUCT :== command-name <value1> <value2> ... [<valueN>]CMD_CALLXPSTRUCT :== command-name <value1> <value2> ... [<valueM>]-key1 <value1> [-key2 <value2>] ... [-keyN <valueN>]Description:1) CMD_STRARG is the command in which all arguments are passed as charstrings.2) CMD_VWARG is for calling VxWorks style routine.3) In CMD_CALLXSTRUCT, the sequence of parameters are fixed, i.e.position dependent.4) In CMD_CALLXPSTRUCT, it contains a list of fixed parameters that areposition dependent and a list of keyword parameters that areposition independent.Port Identifier
The following format is used in the CLI to identify ports:
[shelf.]slot[:subslot].port[:subport]This is a generic port identifier, which is independent of specific platform. The interpretation of the identifier depends on the platform. For instance, the optional subslot field is used to identify the back card for AXSM, and the same field is not used for BXM cards. The optional subport is used to identify a VP tunneling interface in both of the cards aforementioned.
In the rest of this Appendix, <portid> stands for the string "[shelf.]slot[:subslot].port[:subport]."
Any reference 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.\
Access Level
Access levels consist of the following, in descending order:
CISCO_GP (engineering debug)SERVICE_GP (strategic partner)SUPER_GP (network manager)GROUP1 (highest technician level)GROUP2GROUP3GROUP4 GROUP5 (lowest technician level)ANYUSER (anyuser)NOUSER_GPCommand Summaries
This appendix contains configuration and display commands for the following categories:
•
SVC Command Suite
•
SPVC Command Suite
•
PNNI Command Suite
SVC Command Suite
The SVC commands consist of the suite shown in Table B-1.
SPVC Command Suite
SPVC commands consist of the suite shown in Table B-2
PNNI Command Suite
PNNI commands consist of the suite shown in Table B-3.
addaddr
Use the addaddr command to add or delete an ATM address for a UNI or IISP. This command is also used to configure static routes to reachable addresses.
An ATM address can only be provisioned on a UNI if ILMI address registration is disabled.
•
On UNI ports, type must be internal and proto must be local.
•
On IISP ports, type must be exterior and proto must be static.
Syntax Description
addaddr <portid> <atm-address> <length> [-type {int | ext}][-proto {local | static}][-plan {e164 | nsap}][-scope value][-redst {yes | no}]
addcon
Use the addcon command to add a new connection endpoint.
Syntax Description
addcon <portid> <vpi> <vci> <serviceType> <master_ship> <slave_nsap.vpi.vci>
[-lpcr <local pcr>] [-lmcr <local MCR>] [-lscr <local SCR>] [-icr <local ICR>] [-lpct <local UTL>] [-lmbs <local MBS>] [-lcdvt <local CDVT>] [-lcdv <local CDV>] [-lctd <local CTD>] [-rpcr <remote PCR>] [-rmcr <remote MCR>] [-rscr <remote SCR>] [-rpct <remote UTL>] [-rmbs <remote MBS>] [-rcdvt <remote CDVT>] [-rcdv <remote CDV>] [-rctd <remote CTD>] [-aw <admin weight>] [-stats <enable/disable>] [-frame <enable/disable>] [-int_vsvd <1/2/3>] [-ext_vsvd <1/2/3>]
Examples
Adding a Slave Endpoint:
addcon 2 11 100 8 1slave endpoint added successfullyslave endpoint id : 4700918100000000107BE92F7B00000103180200.11.100Adding a Master Endpoint:
addcon 2 11 100 8 2 4700918100000000107BE92F7B00000103180200.11.100master endpoint added successfullymaster endpoint id : 4700918100000000107BE92F5100000103180200.11.100addfltset
Use the addfltset command to add an ATM address filter set.
Syntax Description
addfltset <name> [-address address-template -length address-template-length [-plan {e164 | nsap}] [-list {calling | called}] [-index number] [-accessMode {permit | deny}]] [-cgPtyAbsentAction {permit | deny}]
[-cdPtyAbsentAction {permit | deny}]
Usage Guidelines
•
Use addfltset to add a new address filter set.
•
After a filter is created for a specific port, associate the filter to that port by using the cnfpnportacc command.
addpnni-node
Use the addpnni-node command to add a PNNI node. When adding a new PNNI logical node, the hierarchical level of the new node must be higher than the level of the node which is currently at the highest hierarchy.
Syntax Description
addpnni-node level [lowest][-atmAddr atm-address][-nodeId node-id] [-pgId pg-id] [-enable {true | false}] [-transitRestricted {on | off}] [-complexNode{on | off}] [-branchingRestricted {on | off}] [-pglNoTransit {on | off}]
addpnni-summary-addr
Use the addpnni-summary-addr comamand to configure an ATM summary address prefix for a PNNI logical node operating on a local switching system.
Syntax Description
addpnni-summary-addr <node-index address-prefix prefix-length> [-type {internal | exterior}] [-suppress {true | false}]
addpnport
Use the addpnport command to add a UNI or NNI port. After the port is added, its administrative state is down by default. This command is used to pre-configure a port on the controller. It is allowed only if the port does not yet exist on the switch.
Syntax Description
addpnport <portid>
addprfx
Use the addprfx command to add an ILMI address prefix for UNI. When adding a prefix, this prefix must be stored on both the controller and the platform. Therefore 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 make sure this prefix is successfully added in the prefix table on the platform. User can add up 16 prefix per port.
Syntax Description
addprfx <portid> <atm-prefix>
portid
Interface number, in the form of [shelf.]slot[:subslot].port[:subport].
atm-prefix
Atm address prefix.
clrpncon
Use the clrpncon command to release a specified call.
Syntax Description
clrpncon <portid> [all|vpi] <vci>
portid
Port id of the call to clear, in the form of [shelf.]slot[:subslot].port[:subport].
vpi
VPI of the call to clear.
vci
VCI of the call to clear. If no VCI is specified, this is a VP connection.
clrpnconstats
Use the clrpnconstats command to clear existing call statistics for a specific port or all ports.
Syntax Description
clrpnconstats <portid>
clrsigstats
Use the clrsigstats command to clear existing signaling statistics for a specific port or all ports.
Syntax Description
clrsigstats [<portid>]
<portid>
If port id is not specified, then signaling statistics for all ports will be cleared. Port id is in the form of: [shelf.]slot[:subslot].port[:subport].
Examples
spirit11.1.1.PXM.a > clrsigstats 0.1.1Clearing Signaling Statistics for 1.1dspconinfospirit11.1.1.PXM.a >clrsscopstats
Use the clrsscopstats command to clear existing SSCOP statistics for a specific port or all ports.
Syntax Description
clrsscopstats [<portid>]
<portid>
If port id is not specified, then SSCOP statistics for all ports will be cleared. Portid is in the form of [shelf.]slot[:subslot].port[:subport].
cnfabrtparmdft
Use the cnfabrtparmdft to configure default ABR traffic paramters used by a port to set up ABR SPVCs. These traffic parameters will be used in the SETUP message at the source when setting up an SPVC for ABR service category.
Syntax Description
cnfabrtparmdft <portid> [-rif RIF-value] [-rdf RDF-value] [-tbe TBE-value] [-nrm NRM-value] [-trm TRM-value] [-adtf ADTF-value] [-cdf CDF-value][-fsd FSD-value]
Examples
orses18.1.PXM.a > cnfabrtparmdft 1.1 -rif 8
cnfaddrreg
Use the cnfaddrreg command to set ILMI address registration options for a specified port. At least one keyword must be specified. This command can only be used when the port is added and administratively down. Currently the address registration can be also enabled/disabled from the BPX cnfport command for backward compatibility reason. Furthermore in order for the address registration to work, the peer must support address registration table and procedure. Therefore the user must make sure that address registration have been enabled on all these three places to have address registration work.
Syntax Description
cnfaddrreg <portid> [yes | no]
portid
Interface ID in the form of [shelf.]slot[:subslot].port[:subport].
yes
Enable ILMI address registration on the port.
Default = yes
no
Disable ILMI address registration on the port.
cnfautocnf
Use the cnfautocnf command to enable or disable ILMI auto configuration for a specified port.
Syntax Description
cnfautocnf <portid> [yes | no]
![]()
Tips
This command can only be used when the port is added and administratively down.
cnfcdvtdft
Use the cnfcdvtdft command to modify the default CDVT to request UPC for cells received on a port. The new configuration will apply to new incoming calls while existing calls remain intact. This command can be used regardless of the state of the port.
Syntax Description
cnfcdvtdft <portid> <service_category> [num-of-micro-seconds]
cnfcon
Use the cnfcon command modify connection bandwidth, policing, and routing.
Syntax Description
cnfcon <port id> <vpi> <vci>
[-lpcr <local PCR>] [-lmcr <local MCR>] [-lscr <local SCR>] [-icr <local ICR>] [-lmbs <local MBS>] [-cdvt <local CDVT>] [-lcdv <local CDV>] [-lctd <local CTD>] [-rpcr <remote PCR>] [-rmcr <remote MCR>] [-rscr <remote SCR>] [-rmbs <remote MBS>] [-rcdv <remote CDV>] [-rctd <remote CTD>] [-stats <enable/disable>] [-frame <enable/disable>] [-mc <Max Cost>] [-int_vsvd <internal segment>] [-ext_vsvd <external segment>
Examples
Example:
cnfcon 5 14 100 -lpcr 50 -lscr 50Configuration successfulcnfconsegep
Use the cnfconsegep command to set 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). This command is used only for established calls.
![]()
Note
Before executing this command, continuity check is to be de-activated, if activated. Otherwise, continuity check failure will occur for the connection. This command can be used with conntrace for fault isolation.
Syntax Description
cnfconsegep <portid> <vpi> [vci]
portid
Interface ID in the form of [shelf.]slot[:subslot].port[:subport].
vpi
VPI of the connection
vci
VCI of the connection, default vci = 0 for vp connection
cnfe164 justify
Use the cnfe164justify command to configure whether the E.164 AESAs with the E.164 AFI are converted to the left or right-justified encoding format. The default is left-justified.
Syntax Description
cnfe164justify {left | right}
Usage Guidelines
To ensure that PNNI searches the address correctly, all nodes in the PNNI network must be set for the same justification.
cnfenhiisp
Use the cnfenhiisp command to enable/disable the enhanced IISP features on a port. This command can only be used on an IISP port, regardless of the state of the port. The new configuration will apply 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 will be transported across the IISP port without any modification.
Syntax Description
cnfenhiisp <portid> {yes | no}
portid
Interface ID in the form of [shelf.]slot[:subslot].port[:subport].
yes
Enable the support of enhanced IISP on the port.
no
Disable the support of enhanced IISP on the port.
Default = no
cnffdonaal5
Use the cnffdonaal5 command to install or not install frame discard 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 signaling allows explicit signaling of frame discard. Prior to UNI 4.0, the presence of the AAL5 IE was used to determine whether or not to install frame discard. If the AAL5 IE is present, frame discard is installed. However, UNI 4.0 signaling element controlling frame discard overrides the configuration specifying to use AAL5 IE.
Default = installing frame discard on the presence of the AAL5 IE in the SETUP message
Syntax Description
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.
cnffltset
Use cnffltset to configure/modify an existing filter set. The configuration could be in the form of adding more addresses to the filter set, changing the access mode or address field of a filter set entry.
Usage Guidelines
cnffltset <name> [-address address-template][ -length address-template-length] [-plan {e164 | nsap}][-index number] [-accessMode {permit | deny}]
cnfilmiproto
Use the cnfilmiproto command to configure the ilmi protocol.
Syntax Description
cnfdilmiproto <portid>[securelink][attachmentpoint][modlocattrstd]
Examples
cnfintfcongth
Use the cnfintfcongth command to set interface congestion thresholds parameters.
cnfintfcongth <portid> [-setuphi {setupHiThreshold}]] [-unackedStatEnqLo unackedStatEnqLothreshold] [-unackedStatEnqHi unackedStatEnqrHithreshold]
cnfmbsdft
Use the cnfmbsdft command to modify the default MBS for cells received on a specified port. The new configuration will apply to new incoming calls while existing calls remain intact. This command can be used regardless of the state of the port.
Syntax Description=
cnfmbsdft <portid> <service_category> [num-of-cell]
cnfnodalcongth
Use the cnfnodalcongth command to set nodal congestion threshold parameters.
Syntax Description
cnfnodalcongth [-setuphi value] [-statenqlo value}] [-statenqhi value] [-connpendlo value] [-connpendhi value] [-incompjour value} [-vsiqmild value] [-vsiqmedium value] [-vsiqsevere value]
cnfoamsegep
Use the cnfoamsegep command to define a specified 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.
Syntax Description
cnfoamsegep <portid> [yes | no]
cnfpnni-election
Use the cnfpnni-election command to configure PNNI PGL election parameters for a PNNI node.
Syntax Description
cnfpnni-election <node-index> [-priority priority][-initTime init-time][-overrideDelay override-delay][-reelectionTime reelection-time]
cnfpnni-intf
Use the cnfpnni-intf command to configure service category based administrative weight and aggregation token on a PNNI interface.
Syntax Description
cnfpnni-intf <portid> [-aggregationToken token][-awcbr aw][-awrtvbr aw][-awnrtvbr aw][-awabr aw][-awubr aw] [-awall aw]
cnfpnni-link-selection
Use the cnfpnni-link-selection command to configure the routing policies used in background routing tables generation.
Note Link selection only applies to CBR and VBR connections. Preference is in the order of minaw, maxavcr, txspeedmax, and load-balance in case the configuration options on links disagree. In case of equal value, link is selected randomly.
For ABR and UBR connections, link is selected depend on (AvCR for ABR + AvCR for UBR)/(# of ABR connections + # of UBR connections)
Syntax Description
cnfpnni-link-selection <portid> [minaw | maxavcr | maxcr | loadbalance]
cnfpnni-mtu
Use the cnfpnni-mtu command to configure the maximum PNNI packet size in number of bytes.
Syntax Description
cnfpnni-mtu <mtu>
cnfpnni-node
Use th ecnfpnni-node command to configure a PNNI node.
The node must be put into administratively disable status, before changing its ATM address, Node ID, peer group ID, or hierarchical level.
![]()
Note
When administratively disabling a PNNI logical node, all nodes at higher hierarchies must be administratively disabled first.
Syntax Description
cnfpnni-node node-index [-atmAddress atm-address][-level level][-nodeId node-id][-pgId pg-id][-enable {true | false}] [-transitRestricted {on | off}] [-complexNode{on | off}] [-branchingRestricted {on | off}]
cnfpnni-pkttrace
Use this command to trace the PNNI Packet on a per level per link basis.
Syntax Description
cnfpnni-pkttrace <-tx { on | off }><-rx { on | off }> [ node-index] [ -portId port-id] [-svcIndex svc-index]
Examples
cnfpnni-pkttrace tx on 1 -portId 197120cnfpnni-pkttrace tx on 2 -svcIndex 14cnfpnni-pkttrace rx on 2cnfpnni-routing-policy
Use the cnfpnni-routing-policy command to configure the routing policies used in background routing tables generation, loadbalancing, and on demand routing.
Syntax Description
cnfpnni-routing-policy [-sptEpsilon epsilon][-sptHolddown holddown][-bnPathHolddown bn-path-holddown] [-loadBalance {random | maxbw}] [-onDemand {firstfit | bestfit}] [-awBgTable {on | off}] [-ctdBgTable {on | off}] [-cdvBgTable {on |
off}]
cnfpnni-scope-map
Use the cnfpnni-scope-map command to configure the scope map table.
Syntax Description
cnfpnni-scope-map scope level
scope
Address cope, in the range 1 to 15.
level
PNNI level to which the address scope is mapped, in the range 0 to 104.
cnfpnni-svcc-rcc-timer
Use the cnfpnni-svcc-rcc-timer command to define the initial PNNI SVCC-based variables for a specified PNNI logical node in this switching system.
Syntax Description
cnfpnni-svcc-rcc-timer <node-index> [-initTime init-time] [-retryTime retry-time] [-callingIntegrityTime calling-integrity-time] [-calledIntegrityTime called-integrity-time]
cnfpnni-timer
Use the cnfpnni-timer command to define the initial PNNI timer values and significant change thresholds of a PNNI logical node in this switching system.
Syntax Description
cnfpnni-timer <node-index> [-ptseHolddown ptse-holddown][-helloHolddown hello-holddown]-[helloInterval hello-interval][-helloInactivity-factor hello-inactivity-factor][-horizontal-link-inactivity-time horizontal-link-inactivity-time][-ptseRefreshInterval ptse-refresh-interval][-ptseLifetimeFactor ptse-lifetime-factor][-retransmitInterval retransmit-interval][-ptseDelayedAckInterval ptse-delayed-ack-interval][-avcrPm avcr-pm][-avcrMt avcr-mt][-cdvPm cdv-pm][-ctdPm ctd-pm]
cnfpnportacc
Use the cnfpnportacc command to configure/modify an address access filter group for a port.
Syntax Description
cnfpnportacc <portid> [-in {in-filter-name}] [-out {out-filter-name}]
Usage Guidelines
Use the dsppnport command to view the access filter group configuration for a port.
cnfpnportcac
Use the cnfpnportcac command to set CAC policy parameters for a specified port. The new configuration will apply to new incoming calls while existing calls remain intact. This command can be used regardless of the state of the port. At least one keyword must be specified. 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. The booking factor is applied to AvCR advertised by the PNNI to its neighbour nodes.
Syntax Description
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}]
cnfpnportcc
Use the cnfpnportcc command to set call control parameters for a specified port. At least one keyword must be specified. This command can be used regardless of the state of the port. The new configuration will apply to new incoming calls while existing calls remain intact.
Syntax Description
cnfpnportcc <portid>[-maxp2mproot {max-p2mp-root}][-maxp2mpleaf {max-p2mp-leaf}][-svcblock {yes | no}][-spvcblock {yes | no}]
cnfpnportrange
Use the cnfpnportrange command to set VPI values for SVCC and SVPC on a specified port. This command can only be used when a port is administratively down (by dnpnport). At least one keyword must be specified. 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).
Syntax Description
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
>]
Examples
cnfpnportsig
Use the cnfpnportsig command to set ATM signaling parameters on a specified port. This command can only be used when a port is administratively down (by dnpnport). At least one keyword must be specified. The parameters univer and nniver are mutually exclusive and determine the port type either as uni or nni respectively. 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 Description
cnfpnportsig <portid> [-univer <uni30 | uni31 | uni40|none>] [-nniver <iisp30 | iisp31 | pnni10 | enni>][-unitype <public | private>][-addrplan <both | aesa | e164>] [-side <user|network.>][-vpi <vpi>][-sigvci <signaling-vci>] [-rccvci <routing-vci>]
cnfrrtparm
Use the cnfrrtparm command to configure global reroute retry parameters for SPVC.Syntax Description
cnfrrtparm [-slowtmr <slow-retry-interval>] [-fasttmrbase <fast-retry-interval-base>]
Examples
orses18.1.PXM.a > cnfrrtparm -slowtmr 70
cnfrteopt
Use the cnfrteopt command to enable/disable route optimization on a port.
Syntax Description
cnfrteopt <portid> {enable | disable} [-range <starting-vpi/vci..ending-vpi/vci>] [-interval <interval>] [-tod <start-time..end-time>]
![]()
Note
Only one SPVC range is supported. The newly entered range will replace the old range. Same is true for the time range.
Examples
Example 1: To enable route optimization for all SPVCs on port 1.4 with default parameterssvcpop4.1.PXM.a > cnfrteopt 1.4 enableExample 2: To enable route optimization for specific SPVCs with parameters other than default.svcpop4.1.PXM.a > cnfrteopt 1.4 enable -range 1/40..10/1000 -interval 45 -tod 23:00..23:30cnfrteoptthld
Use the cnfrteoptthld command to specify the percentage reduction in the administrative weight of the existing path required to trigger route optimization.
Syntax Description
cnfrteoptthld <percent>
Examples
svcpop4.1.PXM.a > cnfrteoptthld 50
cnfsig
Use the cnfsig command to configure signaling timers for a port. At least one keyword must be specified. This command can be used regardless of the state of the port. The new configuration will apply to new incoming calls while existing calls remain intact.
Syntax Description
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>]
cnfsscop
Use the cnfsscop command to set SSCOP parameters for a specified port. At least one keyword must be specified. This command can be used regardless of the state of the port.
Syntax Description
cnfsscop <portid>[-polltmr {poll-timer value | 0}][-keepalivetmr {keepalive-timer value | 0}][-idletmr {idle-timer value| 0}][-cctmr {cc-timer value| 0}][-norsptmr {noresponse-timer value| 0}][-t309tmr {t309-timer value| 0}] [-maxcc {retries | 0}][-sndwnd {send-window-size | 0}][-rcvwnd {recv-window-size | 0}]
cnfsvcthld
Use the cnfsvcthld command to set global SVC thresholds for the node. At least one keyword must be specified.
Two levels of congestion management are provided—at port level and at node level.
•
Port level congestion control is required to prevent overwhelming a particular port with large number of requests. This would depend on the current load a particular card on which the port resides.
•
Node level congestion prevents the system from getting overstressed. There is no one to one relation between port level and node level congestion parameters, but roughly speaking the range varies from 3:1 to 5:1 if, for example, a port is tuned to accept a high of 30 call per second, the node level high would be from 90 to 150 calls per second.
Use cnfpnportcc command to configure port level congestion thresholds.
Use the cnfnodalcongth commands to configure node level congestion thresholds.
Syntax Description
cnfsvcthld [-callesthi upper-call-establishment-threshold] [-callestlo lower-call-establishment-threshold] [-congesthi upper-congestion-threshold][-congestlo lower-congestion-threshold]
conntrace
Use the conntrace command to trace an established connection which includes a soft pvc connection. The result will be displayed on the screen.
Syntax Description
conntrace <portid> [-callRef ] [-endptRef] [-vpi][-vci]
Examples
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: "--"
deladdr
Use deladdr to delete an ATM address on a port.
Syntax Description
deladdr <portid> <atm-address> <length
> [-plan <e164|nsap>]
delcon
Use the delcon command to delete a configured endpoint.
Syntax Description
delcon <portid> <vpi> <vci>
Examples
delcon 1 1 100delconsegep
Use the delconsegep command to remove 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).
Syntax Description
delconsegep <portid> <vpi> [<vci>]
delfltset
Syntax Description
Use the delfltset command to delete an ATM address filter set. If the index is specified, the address entry in the filter set corresponding to the index is removed. If no index is specified, the filter set and all the address entries contained in it are removed.
delfltset <name> [-index number]
name
Name of the filter set to be deleted.
index
Index value of the filter to be deleted, in the range 1-65535.
delpnni-node
Use the delpnni-node command to delete a PNNI node. When deleting a PNNI logical node, all nodes at higher hierarchies must be deleted first.
Syntax Description
delpnni-node <node-index>
node-index
The node index internally assigned to a PNNI logical node on a local switching system.
It can be used only if the node already exists.
delpnni-summary-addr
Use the delpnni-summary-addr command to remove a PNNI summary address.
Syntax Description
delpnni-summary-addr <node-index address-prefix prefix-length>
delpnport
Use the delpnport command to remove a specified UNI or NNI port. This command is used to remove a 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. In Plug and Play Scenario, if no provisioning activity is done on the port from the controller, then removing the PNNI Partition on the switch will automatically remove the PNNI port on the controller.
Syntax Description
delpnport <portid>
delpnportacc
Use the delpnportacc command to delete an address access filter group for a port.
Syntax Description
delpnportacc <portid> {in | out}
in
Delete incoming address access filter group for the port.
out
Delete outgoing address access filter group for the port.
delprfx
Use the delprfx command to remove an ILMI address prefix associated with a UNI.
Syntax Description
delprfx <portid> <atm-prefix
>
disablesscop
Use the disablesscop command to enable/disable SSCOP on a port. This command can only be used when a port is administratively down (by dnpnport).
Syntax Description
disablesscop <portid> {yes | no}
dncon
Use the dncon command to down a connection. If the connection is routed, it will be derouted.
Syntax Description
dncon <portid> <vpi> <vci>
Examples
dncon 1 1 100Admin state of connection is DOWNdnpnport
Use the dnpnport command to take a specified UNI or NNI port out of service on the controller (administratively `down' on the controller). This command is used to bring a port out of service for provisioning and maintenance activity. For example, the port needs to be down to change some of the port configuration parameters which are service affecting.
Syntax Description
dnpnport <portid>
Examples
pswpop5.2.PXM.a > dnpnport 11.5
dspabrtparmdft
Use the dspabrtparmdft to display default ABR traffic parameters used by a port to set up ABR SPVCs.
Syntax Description
dspabrtparmdft <portid>
Examples
popeye20.1.7.PXM.a > dspabrtparmdft 3.1Default ABR Traffic Parameters For: 3.1---------------------------------RIF : 7 (= 1/512)RDF : 4 (= 1/4096)TBE : 1048320 (Cells)NRM : 5 (= 32 Cells)TRM : 8 (= 100 msec)ADTF: 50 (= 0.50 Sec)CDF : 7 (= 1/2)FSD : 0 (microSec)dspaddr
Use the dspaddr command to view ATM addresses and associated information, such as address plan and scope, for a UNI or IISP.
Syntax Description
dspaddr <portid>
Examples: Output
dspaddr 1.114085252222length: 11 type: internal proto: localscope: 0 plan: e164 redistribute: false47.0091.8111.11length: 48 type: internal proto: localscope: 0 plan: nsap_icd redistribute: false47.0091.8100.0000.1122.3344.5566.6655.4433.2211.00length: 160 type: internal proto: localscope: 0 plan: nsap_icd redistribute: falsedspatmaddr
Use thedspatmaddr command to view all active ATM addresses for a port. The output includes configured ATM addresses, configured ILMI address prefixes, and ATM addresses registered via ILMI address registration procedure.
dspatmaddr <portid>
Examples: Output
Port Id: 2.1Configured Port Address(es):39.8401.8011.3744.0000.0040.1005.3456.7834.7777.7788.8888.8888.0000.0000.0000.0000.0000.0000.5151.00ILMI Configured Port Prefix(es):47.0091.8100.0000.0000.0ca7.9e0188.8888.8888.0000.0000.0000.0000ILMI Registered Port Address(es):47.0091.8100.0000.0000.0ca7.9e01.1234.5678.9012.3488.8888.8888.0000.0000.0000.0000.1234.5678.9012.34LECS Address(es):47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.0147.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.02dspcdvtdft
Use the dspcdvtdft command to view the default CDVT set for a specified port.
Syntax Description
dspcdvtdft <portid>
Examples: Output
dspcon
Use the dspcon command to display a summary of soft pvc connections on a specific port or all ports. This command only applies to endpoint nodes.
Syntax Description
dspcon <portid> <vpi> <vci>
portidshelf
Specifies the port id for the soft pvc.
vpi
Specifies the VPI for the soft pvc.
vci
Specifies the VCI for the soft pvc. If no VCI is specified, this is a SPVP connection.
Examples
Non-ABR SPVC
svcswp20.1.7.PXM.a > dspcon 3:1.5:1 1 100Port Vpi Vci Owner State-------------------------------------------------------------------------Local 3:1.5:1 1.100 MASTER OKAddress: 47.00918100000000107bc15348.000000030500.00Remote 3:1.1:1 1.100 SLAVE OKAddress: 47.00918100000000107bc15348.000000030100.00-------------------- Provisioning Parameters --------------------Connection Type: VCC Cast Type: Point-to-PointService Category: UBR Conformance: UBR.1Bearer Class: BCOB-XLast Fail Cause: SPVC Established Attempts: 1Continuity Check: Disabled Frame Discard: DisabledL-Utils: 100 R-Utils: 100 Max Cost: -1 Routing Cost: 0---------- Traffic Parameters ----------Tx PCR: 50 Rx PCR: 50Tx SCR: 50 Rx SCR: 50Tx MBS: 1024 Rx MBS: 1024Tx CDVT: 250000 Rx CDVT: 250000Tx CDV: -1 Rx CDV: -1Tx CTD: -1 Rx CTD: -1Type <CR> to continue, Q<CR> to stop:------- SES Parameters only ----------
Tx AIS:0 Rx AIS:0 Rx Abit:0
lpbk_type :Non Destructive
lpbk_dir :forward - tstdelay
lpbk_status :Success
round trip delay:2000 usec
Stats :Disabled
ABR SPVC
popeye20.1.7.PXM.a > dspcon 3:1.1:1 10 100Port Vpi Vci Owner State-------------------------------------------------------------------------Local 3:1.1:1 10.100 SLAVE FAILAddress: 47.00918100000000107bc15348.000000030100.00Remote Routed MASTER FAILAddress: 47.00918100000000107bc15348.000000030100.00-------------------- Provisioning Parameters --------------------Connection Type: VCC Cast Type: Point-to-PointService Category: ABR Conformance: ABRBearer Class: BCOB-XLast Fail Cause: Invalid SPVC cause Attempts: 0Continuity Check: Disabled Frame Discard: DisabledL-Utils: 0 R-Utils: 0 Max Cost: 0 Routing Cost: 0---------- Traffic Parameters ----------Tx PCR: 50 Rx PCR: 50Tx SCR: 50 Rx SCR: 50Tx MBS: 1024 Rx MBS: 1024Tx CDVT: 250000 Rx CDVT: 250000Tx CDV: -1 Rx CDV: -1Tx CTD: -1 Rx CTD: -1---------- ABR Traffic Parameters ----------Tx MCR: 0 Rx MCR: 0Tx ICR: 50 Rx ICR: 50Tx RIF: 7 Rx RIF: 7Tx RDF: 7 Rx RDF: 7Tx TBE: 1048320 Rx TBE: 1048320Tx NRM: 5 Rx NRM: 5Tx TRM: 8 Rx TRM: 8Tx CDF: 7 Rx CDF: 7Tx ADTF: 50 Rx ADTF: 50Tx FRTT: 0 Rx FRTT: 0Type <CR> to continue, Q<CR> to stop:------- SES Parameters only ----------
Tx AIS:0 Rx AIS:0 Rx Abit:0
lpbk_type :Non Destructive
lpbk_dir :forward - tstdelay
lpbk_status :Success
round trip delay:2000 usec
Stats :Disableddspconinfo
Use the dspconinfo command to display the total number SPVCs on each PNNI port on the node.
Syntax Description
dspconinfo [-port PortID]
Examples
spirit11.1.1.PXM.a > dspconinfoLocal Port #Active #Fail #AISFail #ABITFail #Total----------------------------+-----------------------------+-------2.7 3328 0 0 0 33283.3 3328 0 0 0 33283.4 3408 0 0 0 34083.5 3328 0 0 0 33283.6 3328 0 0 0 33285.1 3328 0 0 0 33285.2 3328 0 0 0 33285.3 3328 0 0 0 33285.5 3328 0 0 0 3328spirit11.1.1.PXM.a >
dspcons
Use the dspcons command to display a summary of soft pvc connections on a specific port or all ports. This command only applies to endpoint nodes.
Syntax Description
dspcons <portid> [-vpi starting-vpi] [-vci starting-vci] [-state {fail | ok | down|ais}] [-owner {master | slave}]
Examples
popeye20.1.7.PXM.a > dspconsLocal Port Vpi.Vci Remote Port Vpi.Vci State Owner----------------------------+-----------------------------+-------+------3:-1.1:-1 1 100 3:-1.5:-1 1 100 OK SLAVELocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.000000030500.003:-1.1:-1 1 101 10:-1.1:-1 1 100 OK MASTERLocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.0000000a0100.003:-1.1:-1 1 102 10:-1.1:-1 1 101 OK MASTERLocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.0000000a0100.003:-1.1:-1 1 103 10:-1.1:-1 1 102 OK MASTERLocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.0000000a0100.003:-1.1:-1 1 104 10:-1.1:-1 1 103 OK MASTERLocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.0000000a0100.003:-1.1:-1 1 105 10:-1.1:-1 1 104 OK MASTERLocal Addr: 47.00918100000000107bc15348.000000030100.00Remote Addr: 47.00918100000000107bc15348.0000000a0100.003:-1.1:-1 1 106 10:-1.1:-1 1 105 OK MASTER![]()
Note
Type <CR> to continue, Q<CR> to stop.
dspconsegep
Use the dspconsegep command to view an 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 Description
dspconsegep <portid> <vpi> [vci]
dspenhiisp
Use the dspenhiisp command to view the enhanced IISP setting for a specific port or all ports.
Syntax Description
dspenhiisp <portid>
Examples: Output
Enhanced IISP Features SettingPort Id Enabled<portid1> yes<portid2> no...dspfltset
Use the dspfltset command to display a specific ATM filter set or a summary of ATM filter sets.
Syntax Descriptiondspfltset [filter-set-name]
name
Indicates the name of the filter set to present. If no filter set name is specified, a summary of ATM filter sets is displayed.
dspfltset [-name]
Examples: Output
dspfltset -name SanJoseFilterName: SanJoseIndex: 1Address: 1234567890123456789012345678901234567890AddrLen: 160 bitsAddrPlan: NsapAccessMode: PermitAddrList: Calling Party List---------------------------------------FilterName: SanJoseIndex: 2Address: 1800AddrLen: 16 bitsAddrPlan: E164AccessMode: PermitFilter Address Type : NSAP PrefixAddrList: Called Party List---------------------------------------Output example for the command dspfltset:dspfltsetFilter Number: 1FilterName: SanJoseCgPtyAbsentAction: PermitCdPtyAbsentAction: Permit---------------------------------------Filter Number: 2FilterName: sunnyvaleCgPtyAbsentAction: PermitCdPtyAbsentAction: Permitdspilmiaddr
Use the dspilmiaddr command to view ATM address(es) registered by the peer via ILMI address registration procedure.
Syntax Description
dspilmiaddr <portid>
Examples: Output
ILMI Registered Port Address(es):47.0091.8100.0000.0000.0ca7.9e01.1234.5678.9012.3488.8888.8888.0000.0000.0000.0000.1234.5678.9012.34dspintfcongcntr
Use the dspintfcongcntr command to view the current configuration of the congestion thresholds for a specified port.
![]()
Note
The dspintfcongcntr command cannot be used if the interface is in PROVISIONING state.
Syntax Description
dspintfcongcntr <portid>
Examples: Output
Parameter Value thresh1 thresh2
============================================================
setupRx 0 90 105
unackstatenq 0 40 100
Parameter Value Mild Medium Severe
============================================================
vsiqdepth 0 5 10 20![]()
Note
vsiqdepth is the depth of the vsi queue for the slave that serves the interface, identified by <portid>, which is displayed as the percentage of VSI communication window size.
dspintfcongflags
Use the dspintfcongflags command to view various congestion detection and action flags maintained at the CCM at interface level.
Syntax Description
dspintfcongflags <portid>
Examples: Output
Congestion Detection Flags for Interface:10.2
Parameter Value
===================================
vsimildcongflg FALSE
vsimedcongflg FALSE
vsiseverecongflg FALSE
setupflg FALSE
unackstatenqcongflg FALSE
Congestion Action Flags for Interface:10.2
Parameter Value
===================================
dropsetupflg FALSE
dropestabflg FALSE
queuerel FALSE
markcallsforrelflag FALSE
pacevsiresyncflg FALSE
pacestatenqflg FALSE
speedjournalflg FALSE
pacepnniroutecalflg FALSE
lowersetupthflg FALSEdspintfcongth
Use the dspintfcongth command to view the current configuration of the congestion thresholds for a specified port.
Syntax Description
dspintfcongth <portid>
Examples: Output
Congestion Thresholds for port :10.3
Parameter Value unit
--------- ----- ----
setuphi 105 cps
unackedStatEnqLo 40 messages
unackedStatEnqHi 100 messagesdspmbsdft
Use the dspmbsdft command to view the default MBS currently configured for a specified port.
Syntax Description
dspmbsdft <portid>
Examples: Output
dspnodalcongflags
Use the dspnodalcongflags command to view various congestion detection and action flags maintained at the CCM at nodal level.
Syntax Description
dspnodalcongflags
Examples: Output
Nodal Congestion Detection Flags are
espses3.1.PXM.a > dspnodalcongth
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
Use the dspnodalcongth command to view current configuration of the nodal congestion thresholds.
Syntax Description
dspnodalcongth
Examples: Output
Nodal Congestion Thresholds:
espses3.1.PXM.a > dspnodalcongth
Parameter Value Unit
=================================
setuphi(prov) 105 cps
setuphi(curr) 105 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
dspoamsegep
Use the dspoamsegep command to view the segment endpoint for F4 and F5 OAM flow on a specified port.
Syntax Description
dspoamsegep <portid>
Examples: Output
dsppncon
Use the dsppncon command to view 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 Description
dsppncon <portid> <vpi> <vci>
portid
Port id for the call.
vpi
VPI for the call.
vci
VCI for the call. If no VCI is specified, this is a VP connection.
Examples: Output
Non-ABR Call:
Port: 5.3 VPI: 33 VCI: 44CallRef: <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: noTx conformance: CBR.1 Rx conformance: CBR.1Tx 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: disableMax 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: 200CallRef: <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: noTx conformance: ABRTx 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: disableFrtt: <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
Use the command to view a summary of active calls on a specific port or all ports. This command can be issued at any node.
dsppncons <portid> [-vpi starting-vpi] [-vci starting-vci] [-type {p2p | p2mp}]
Examples:Output
Port VPI VCI CallRef X-Port VPI VCI CallRef Type OAM-Type5.3 0 32 1 3.2 0 32 1 MTP NoCalling-Addr: <clg AESA addr>Called-Addr: <cld AESA addr>5.3 0 33 2 3.2 0 33 2 MTP NoCalling-Addr: <clg AESA addr>Called-Addr: <cld AESA addr>5.3 0 34 3 3.2 0 34 3 MTP NoCalling-Addr: <clg AESA addr>Called-Addr: <cld AESA addr>...5.4 0 41 10 3.8 0 41 10 PTP YesCalling-Addr: <clg AESA addr>Called-Addr: <cld AESA addr>5.4 0 42 11 3.8 0 42 11 PTP YesCalling-Addr: <clg AESA addr>Called-Addr: <cld AESA addr>...
dsppnconstats
Use the dsppnconstats command to display call statistics for a port.
Syntax Description
dsppnconstats <portid>
Examples: Output
Call Statistics for <portid>Incoming Call Attempts: 0 Outgoing Call Attempts: 0Incoming Call Success: 0 Outgoing Call Success: 0Incoming Call Failures: 0 Outgoing Call Failures: 0Incoming Filtering Failures: 0 Outgoing Filtering Failures: 0Incoming Routing Failures: 0 Outgoing Routing Failures: 0Incoming CAC Failures: 0 Outgoing CAC Failures: 0Incoming Timer Failures: 0 Outgoing Timer Failures: 0Incoming Crankback Failures: 0 Outgoing Crankback Failures: 0
dsppnctlvc
Use the dsppnctlvc command to display configuration of the control VC parameters.
Syntax Descriptiondsppnctlvc <portid>
dsppnctlvc <portid>
Examples
dsppnctlvc 10.3vc type = pnnirccservice category : vbr-nrt PCR : 906SCR : 453 MBS : 171vc type = sscopservice category : vbr-nrt PCR : 1500SCR : 900 MBS : 250dsppnilmi
Use the dsppnilmi command to view the current ILMI service configuration for a specified port.
Syntax Description
dsppnilmi <portid>
Examples: Output
orses17.1.PXM.a > dsppnilmi 9.2
Port: 9.2 Port Type: PNNI Side: symmetric
Autoconfig: enable UCSM:disable
Secure Link Protocol: disable
Change of Attachment Point Procedures: enable
Modification of Local Attributes Standard Procedure: enable
Addressreg: Permit All
VPI: 0 VCI: 16
Max Prefix: 16 Total Prefix: 0
Max Address: 64 Total Address: 0
Resync State: 4 Node Prefix:yes
Peer Port Id: 590080 System_Id :56.52.52.49.48.56
Peer Addressreg: enable
ILMI Link State :UpAndNormal
ILMI Configured Port Prefix(es):47.0091.8100.0000.0000.0ca7.9e0188.8888.8888.0000.0000.0000.0000dsppnni-bn-path
Use the dsppnni-bn-path command to display the PNNI border node paths calculated by a PGL node in a given peer group. The node-index specifies the PGL node implemented on this switching system. This is used for debug purpose.
Syntax Description
dsppnni-bn-path <node-index>
Examples:
CLI Outputnode index: 1Source node number... 2 Dest node number..... 37Source node id........0:0:00.000000000000000000000000.000000000000.00Dest node id..........0:0:00.000000000000000000000000.000000000000.00CBR RTVBR NRTVBR ABR UBR------ ------ ------ ------ ------AW 5040 5040 5040 5040 5040MCR 0 0 0 0 0AvCR 100000 100000 100000 100000 100000CTD 0 0 0 0 0CDV 0 0 0 0 0CLR0 0 0 0 0 0CLR0+1 0 0 0 0 0CRM 10 10 10 10 10VF 5 5 5 5 5dsppnni-bypass
Use the dsppnni-bypass command to view the PNNI bypass table for a LGN using complex node representation in a given peer group.
The node-index specifies the LGN implemented on this switching system.This is used for debug purpose.
Syntax Description
dsppnni-bypass <node-index>
Examples:
CLI Outputnode index: 1Input portId........ 376 Output portId........ 399Ptse id............. 12 Flags................ a3CBR RTVBR NRTVBR ABR UBR------ ------ ------ ------ ------AW 5040 5040 5040 5040 5040MCR 0 0 0 0 0AvCR 100000 100000 100000 100000 100000CTD 0 0 0 0 0CDV 0 0 0 0 0CLR0 0 0 0 0 0CLR0+1 0 0 0 0 0CRM 10 10 10 10 10VF 5 5 5 5 5dsppnni-election
Use the dsppnni-election command to display the PGL election information for a specified node or all nodes on the local switching system, depending if the node index is specified or not, respectively.
Syntax Description
dsppnni-election [node-index]
Examples:
CLI Outputnode index: 1PGL state...... Starting Init time(sec)...... 15Priority....... 0 Override delay(sec). 30Re-election time(sec) 15Pref PGL...............0:0:00.000000000000000000000000.000000000000.00PGL....................0:0:00.000000000000000000000000.000000000000.00Active parent node id..0:0:00.000000000000000000000000.000000000000.00
dsppnni-idb
Use the dsppnni-idb command to display the PNNI internal topology database for a specific logical node if node index is specified, otherwise for all logical nodes on this switching system. This is used for debug purpose.
Syntax Description
dsppnni-idb [node-index][nodeNumber node number][portid]
Examples:
CLI Outputnode index: 1Local port id....... 66048 Remote port id....... 66048Local link index.... 1 Remote link index.... 1Local node number... 1 Remote node number... 2PGL node index...... 0 LGN node index...... 0Transit restricted.. off Complex node......... offBranching restricted off PGL.................. falseAncestor............ false Border node.......... falseVP capable.......... true Link type............horizontalNon-transit for PGL election.. offnode id...............56:160:47.00918100000000107be92f07.00107be92f07.00node name:forward directionCBR RTVBR NRTVBR ABR UBR------ ------ ------ ------ ------AW 5040 5040 5040 5040 5040MCR 0 0 0 0 0AvCR 100000 100000 100000 100000 100000CTD 0 0 0 0 0CDV 0 0 0 0 0CLR0 0 0 0 0 0CLR0+1 0 0 0 0 0CRM 10 10 10 10 10VF 5 5 5 5 5
dsppnni-inducing-uplink
Use the dsppnni-inducing-uplink command to view the PNNI inducing uplink database for a logical node if node index is specified, otherwise for all logical nodes on this switching system. This is used for debug purpose.
Syntax Description
dsppnni-inducing-uplink [node-index]
Examples:
CLI Outputnode index: 1Token................ 123 Child node portId.... 1200Child node number.... 2Upnode id.............0:0:00.000000000000000000000000.000000000000.00Upnode ATM addr.......00.000000000000000000000000.000000000000.00Upnode PG id..........30:47.00.9181.0000.0000.0000.0000.00CBR RTVBR NRTVBR ABR UBR------ ------ ------ ------ ------AW 5040 5040 5040 5040 5040MCR 0 0 0 0 0AvCR 100000 100000 100000 100000 100000CTD 0 0 0 0 0CDV 0 0 0 0 0CLR0 0 0 0 0 0CLR0+1 n/a n/a n/a n/a n/aCRM 10 10 10 10 10VF 5 5 5 5 5
dsppnni-intf
Use the dsppnni-intf command to display the specified physical interfaces of the switch that operate PNNI for the given port id. The interfaces are either physical connections or configured VPCs. Each interface is attached to a specific lowest-level node within the switching system. The traffic metrics and attributes associated with each interface is also displayed.
The interfaces are displayed in ascending order of port id.
Syntax Description
dsppnni-intf <portid>
Examples:
CLI OutputPhysical port id: 1.2 Logical port id: 66099Aggr token.......... 2 AW-NRTVBR........... 5040AW-CBR..............9615040487 AW-ABR.............. 5040AW-RTVBR............ 5040 AW-UBR.............. 5040
dsppnni-link
Use the dsppnni-link command to display information of a PNNI link, if both node index and port id specified. Otherwise, if port id is not specified, all links attached to a specified node are displayed. If node index not specified, all links attached to PNNI nodes at all hierarchies on the single switching system are displayed. local switching system.
Syntax Description
dsppnni-link [node-index [port-id]]
Examples:
CLI Outputnode index: 1Local port id: 4789876609 Remote port id: 66304Type.lowestLevelHorizontalLink Hello state..... twoWayInsideDerive agg.......... 0 Intf Index........... 66048SVC RCC index....... 0 Hello pkt RX......... 1248753Hello pkt TX......... 1234565Remote node name.......ses001Remote node id.........56:160:47.00918100000000107be92f07.00107be92f07.00Upnode id..............0:0:00.000000000000000000000000.000000000000.00Upnode ATM addr........00.000000000000000000000000.000000000000.00Common peer group id...00:00.00.0000.0000.0000.0000.0000.00dsppnni-link-selection
Use the dsppnni-link-selection command to view the link selection on a link.
Syntax Description
dsppnni-link-selection <portid>
Examples:
CLI Outputphysical port id: 1.2 link selection: minawlogical port id: 66048
dsppnni-mtu
Use the dsppnni-mtu command to show the maximum PNNI packet size in number of bytes.
Syntax Description
dsppnni-mtu
Examples:
CLI Outputmax packet size : 2048dsppnni-neighbor
Use the dsppnni-neighbor command to display information of a PNNI neighbor, if both node index and remote node id specified. Otherwise, if remote node id is not specified, all neighbors attached to a specified node are displayed. If node index not specified, all neighbors attached to PNNI nodes at all hierarchies on the single switching system are displayed.
Syntax Description
dsppnni-neighbor [node-index [rmt-node-id]]
Examples:
CLI Outputnode index: 1node name : ses001Remote node id: 56:160:47.00918100000000107be92f07.00107be92f07.00Neighbor state: FULLPort count.......... 0 SVC RCC index....... 0RX DS pkts.......... 2 TX DS pkts.......... 2RX PTSE req pkts.... 125 TX PTSE req pkts.... 134RX PTSE ack pkts.... 91 TX PTSE ack pkts.... 84dsppnni-node
Use the dsppnni-node command to display PNNI logical nodes operating on a physical switching system with the associated information. The node list is displayed in ascending order of internally assigned PNNI node index, with 1 presenting the node at the lowest PNNI hierarchy.
If node index is specified, the specific node information is displayed.
Syntax Description
dsppnni-node [node-index]
Examples:
CLI Outputnode index: 1 node name: DeanLevel............... 56 Lowest.............. trueRestricted transit.. off Complex node........ offBranching restricted onAdmin status........ up Operational status.. upNon-transit for PGL election.. offNode id...............56:160:47.00918100000000107be92f07.00107be92f07.00ATM address...........47.0091810000000000c0326496.0000c0326496.00Peer group id.........38:47.00.9181.0000.0000.0000.0000.00
dsppnni-node-list
Use the dspnni-node-list command to display PNNI logical nodes network attached to this switch with the associated information. The node list is displayed in an ascending order by the internally assigned PNNI node index. 1 indicates a node at the lowest PNNI hierarchy.
If node index is specified, the specific node information is displayed.
Syntax Description
dsppnni-node-list
Examples
spirit11.1.1.PXM.a > dsppnni-node-listnode # node id node name------- -------------------------------------------------- ----------1 56:160:47.0091810000000030ff0fef38.0030ff0fef38.01 Genevanode # node id node name------- -------------------------------------------------- ----------2 56:160:47.00918100000000050fff0e02.00050fff0e02.01 NewYorknode # node id node name------- -------------------------------------------------- ----------3 56:160:47.00918100000000500fffe001.00500fffe001.01 Torontonode # node id node name------- -------------------------------------------------- ----------4 56:160:47.00918100000000309409f321.00309409f321.01 Bostonnode # node id node name------- -------------------------------------------------- ----------5 56:160:47.00918100000000050fffe002.00050fffe002.01 HongKong(Rt2)node # node id node name------- -------------------------------------------------- ----------6 56:160:47.00918100000000309409f17c.00309409f17c.01 Sydney(Rt1)node # node id node name------- -------------------------------------------------- ----------7 56:160:47.00918100000000309409f010.00309409f010.01 Bombaydsppnni-path
Use the dsppnni-path command to display the pre-calculated routes to a specified node or all nodes, depending on if the node index is given, on a specified brandwidht bracket.
Syntax Description
dsppnni-path [aw {cbr|rtvbr|nrtvbr|ubr|abr}] [ctd {cbr|rtvbr|nrtvbr}] [cdv {cbr|rtbvr}] [node-index]
Examples:
CLI Outputnode #/PortId node id node name--------------- -------------------------------------------------- -------------D 2/ 0 56:160:47.00918100000000107be92f07.00107be92f07.00 DeanS 1/ 66048 56:160:47.00918100000000107be92f09.00107be92f09.00 Jerrydsppnni-pkttrace
Use the dsppnni-pkttrace command to display the packet trace option for each link. This command is executed on the PXM card.
Syntax Descriptiondsppnni-pkttrace { rx | tx }
dsppnni-pkttrace <tx|rx> [node-index] [-portId port-id] [-svcIndex svc-index ]
Examples
spirit11.1.1.PXM.a > dsppnni-pkttrace rxNode Index : 1 Port id: 65792 Rx Pkt Trace offNode Index : 1 Port id: 66048 Rx Pkt Trace offNode Index : 1 Port id: 66304 Rx Pkt Trace offNode Index : 1 Port id: 66561 Rx Pkt Trace offNode Index : 1 Port id: 66562 Rx Pkt Trace offNode Index : 1 Port id: 66563 Rx Pkt Trace offNode Index : 1 Port id: 66564 Rx Pkt Trace offNode Index : 1 Port id: 66565 Rx Pkt Trace offNode Index : 1 Port id: 66566 Rx Pkt Trace offNode Index : 1 Port id: 66567 Rx Pkt Trace offNode Index : 1 Port id: 66568 Rx Pkt Trace offdsppnni-ptse
Use the dsppnni-ptse command to display a PTSE in a specified PNNI node, originated by a specified node, and of a specified PTSE id. If ptse-id not specified, all PTSEs originated by a specified node in the specified node's database displayed, and if node-id also not specified, all PTSEs in the specified node's database displayed. If node-index not specified, PTSEs stored in PNNI nodes at all hierarchies on a local switching system are displayed.
The syntax detail specifies the amount of the information to be displayed. If detail is not
present, only the content of the PTSE header is displayed, otherwise, all the contained information groups, if any, are also displayed.
Syntax Description
dsppnni-ptse [node-index] [node-id] [ptse-id] [-detail {true|false}]
Examples:
CLI Outputnode index: 1originating node name: Krishnaoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 1 Remaining lifetime.. 2997PTSE type........... Nodal Info( 97)Type................ 97 Length.............. 65Priority............ 0 Flags............... f8ATM addr..............47.0091810000000000c0326496.0000c0326496.00Pref PGL id...........0:0:00.000000000000000000000000.000000000000.00
binding info: Type 192, Length 76next level LGN node id. 48:56:47.009181000000000000000000.0000c0326496.00next level LGN ATM addr 47.0091810000000000c0326496.0000c0326496.30next level LGN PG id... 30:47.00.9181.0000.0000.0000.0000.00next level LGN PGL id.. 30:48:56:47.009181000000000000000000.0000c0326496.00
node index: 1originating node name: Lizoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 2 Remaining lifetime.. 2997PTSE type........... Nodal State Parameter( 96)Type................ 96 Length.............. 65Reserved............ 0 Flags............... 0Input port id....... 48 Output port id...... 12Type(outgoing RA) 3 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0Type(GCAC).... 0 Length.............. 0CRM........... 0 VF.................. 0Type(incoming RA) 4 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0node index: 1originating node name: Lizoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 2 Remaining lifetime.. 2997PTSE type........... Int Reach Addr(244)Type................ 224 Length.............. 65Reserved............ 0 Flags............... 0Port id............. 48 Scope............... 0Ail... ............. 0 Aic................. 0Prefix..............47.0091.8100.0000.0010.7be9.2f07/104Prefix..............47.0091.8100.0000.0010.7be9.2f44/94
Type(outgoing RA) 3 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0Type(GCAC).... 0 Length.............. 0CRM........... 0 VF.................. 0
Type(incoming RA) 4 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0
Type(incoming RA) 4 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0Type(GCAC).... 0 Length.............. 0CRM........... 0 VF.................. 0
node index: 1originating node name: Lizoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 4 Remaining lifetime.. 2997PTSE type........... Horiz Link(288)Type................ 288 Length.............. 65Aggregation token... 0 Flags............... f8Remote node id...... 4 Local port..........7158763985Remote node id......56:160:47.00918100000000107be92f07.00107be92f07.00Type(outgoing RA) 3 Length.............. 0Flags............ 0 Reserved............ 0AW............... 0CLR=0............ 0 CLR=0+1............. 0maxCR(cells/sec) 0 AvCR(cells/sec)..... 0CTD(micro-sec)... 0 CDV(micro-sec)...... 0Type(GCAC).... 0 Length.............. 0CRM........... 0 VF.................. 0
node index: 1originating node name: Lizoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 5 Remaining lifetime.. 2997PTSE type........... Ext Reach Addr(256)Type................ 256 Length.............. 65Reserved............ 0 Flags................. f8Port id............. 48 Scope................. 0Ail... ............. 0 Aic................... 0Prefix..............47.0091.8100.0000.0010.7be9.2f07/104Prefix..............47.0091.8100.0000.0010.7be9.2f77/104Prefix..............47.0091.8100.0000.0010.7be9.2f44/94
node index: 1originating node name: Lizoriginating node id: 56:160:47.0091810000000000c0326496.0000c0326496.00Type................ 64 Length.............. 1200Sequence number..... 1 Checksum............ 94dPTSE id............. 6 Remaining lifetime.. 2997PTSE type........... Uplink(289)Type................ 289 Length.............. 65Aggregation token... 0 Flags............... f8Reserved.....................0 Local port id....... 0Upnode id...........56:160:47.00918100000000107be92f07.00107be92f07.00Common PGL id.......56:160:47.00918100000000.107b.e92f.07Upnode ATM addr.....00.000000000000000000000000.000000000000.00
Type(outgoing RA)... 2 Length.............. 0Flags............... 0 Reserved............ 0AW.................. 0CLR=0............... 0 CLR=0+1............. 0maxCR(cells/sec)... 0 AvCR(cells/sec)..... 0CTD(micro-sec)...... 0 CDV(micro-sec)...... 0Type(GCAC)....... 0 Length.............. 0CRM.............. 0 VF.................. 0Type(outgoing RA)... 2 Length.............. 0Flags............... 0 Reserved............ 0AW.................. 0CLR=0............... 0 CLR=0+1............. 0maxCR(cells/sec)... 0 AvCR(cells/sec)..... 0CTD(micro-sec)...... 0 CDV(micro-sec)...... 0Type(GCAC)....... 0 Length.............. 0CRM.............. 0 VF.................. 0Type(uplink IA)..... 1 Length.............. 66Sequence............ 0Type(outgoing RA)... 2 Length.............. 0Flags............... 0 Reserved............ 0AW.................. 0CLR=0............... 0 CLR=0+1............. 0maxCR(cells/sec)... 0 AvCR(cells/sec)..... 0CTD(micro-sec)...... 0 CDV(micro-sec)...... 0Type(GCAC)....... 0 Length.............. 0CRM.............. 0 VF.................. 0S
dsppnni-reachable-addr
Use the dsppnni-reachable-addr command to display all the reachable addresses and address prefixes as seen from the local node at the lowest PNNI hierarchy. If the option local is used, only those addresses directly attached to the local node are displayed, along with the port id. If the option network is used, only those addresses advertised by other nodes are displayed, along with the advertising node id.
Syntax Description
dsppnni-reachable-addr {local | network}
Examples:
CLI Outputdsppnni-reachable-addr local
scope............... 56 port id............. 2Exterior............ falseATM addr prefix.....47.0091.8100.0000.0010.7be9.2f07/104dsppnni-reachable-addr network
scope............... 56 Advertising node number 2Exterior............ falseATM addr prefix.....47.0091.8100.0000.0010.7be9.2f07/104Advertising nodeid..56:160:47.00918100000000107be92f07.00107be92f07.00Node name...........ses001dsppnni-routing-policy
Use the dsppnni-routing-policy command to display the parameters used in background routing tables generation.
Syntax Description
dsppnni-routing-policy
Examples:
CLI OutputSPT epsilon......... 0 Load balance........ randomSPT holddown time... 1 On demand routing... first fitSPT path holddown time 2 AW Background Table onCTD Background Table on CDV Background Table ondsppnni-scope-map
Use thedsppnni-scope-map command to view the scope map table.
Syntax Description
dsppnni-scope-map
Examples:
CLI OutputUNI Scope Pnni Routing Level---------------------- ------------------LocalNetwork(1) 96LocalNetworkPlusOne(2) 96LocalNetworkPlusTwo(3) 96SiteMinusOne(4) 80IntraSite(5) 80SitePlusOne(6) 72OrganizationMinusOne(7) 72IntraOrganization(8) 64OrganizationPlusOne(9) 64CommunityMinusOne(10) 64IntraCommunity(11) 48CommunityPlusOne(12) 48Regional(13) 32InterRegional(14) 32Global(15) 0dsppnni-spoke
Use the dsppnni-spoke command to view the PNNI default spoke for a LGN using complex node representation in a given peer group. The node-index specifies the LGN implemented on this switching system.This is used for debug purpose.
Syntax Description
dsppnni-spoke <node-index>
Examples:
CLI Outputnode index: 1Ptse id ............ 948 Flags................ a3Nodal aggregation method.. spanning treeCBR RTVBR NRTVBR ABR UBR------ ------ ------ ------ ------AW 5040 5040 5040 5040 5040MCR 0 0 0 0 0AvCR 100000 100000 100000 100000 100000CTD 0 0 0 0 0CDV 0 0 0 0 0CLR0 0 0 0 0 0CLR0+1 0 0 0 0 0CRM 10 10 10 10 10VF 5 5 5 5 5
dsppnni-summary-addr
Use the dsppnni-summary-addr command to display the summary address prefixes associated with a specified PNNI node if the node index presents, otherwise summary address prefixes with all PNNI nodes on the local switching system are display.
Syntax Description
dsppnni-summary-addr [node-index]
Examples:
CLI Outputnode index: 1Type.............. internal Suppress.............. falseState............. advertisingSummary address... 47.0091.8100.0000.0000.c032.6496/104
node index: 2Type.............. internal Suppress.............. falseState............. advertisingSummary address........47.0091.8100.0000.0000.c032.6496/104dsppnni-svcc-rcc
Use the dsppnni-svcc-rcc command to display information of a SVCC-based RCC, if both node index and svc index specified. Otherwise, if svc index is not specified, all SVC-based RCCs attached to a specified node are displayed. If node index not specified, all SVC-based RCCs attached to PNNI nodes at all hierarchies on the single switching system are displayed.
Syntax Description
dsppnni-svcc-rcc [node-index [svc-index]]
Examples:
CLI Outputnode index: 1 svc index: 33Hello pkt RX........ 34 SVCC VPI............ 34Hello pkt TX........ 34 SVCC VCI............ 128Hello state........... 2wayOutsideRemote node id.........56:160:39.840f80113744000000400202.00107b0efe01.00Remote node ATM addr...39:840f.8011.3744.0000.0040.0102.4000.0c80.8030.00node index: 2 svc index: 33Hello pkt RX........ 34 SVCC VPI............ 34Hello pkt TX........ 34 SVCC VCI............ 128Hello state............2wayOutsideRemote node id.........56:160:39.840f80113744000000400202.00107b0efe01.00Remote node ATM addr...39:840f.8011.3744.0000.0040.0102.4000.0c80.8030.00
dsppnni-svcc-rcc-timer
Use the dsppnni-svcc-rcc-timer command to display the SVCC-based RCC timer values associated with a specified local PNNI node if node index is specified, otherwise, values for all local nodes on the same switching system are displayed.
Syntax Description
dsppnni-svcc-rcc-timer [node-index]
Examples:
CLI Outputnode index: 1Init time.............. 4 Retry time............. 35Calling party integrity time... 35Called party integrity time.... 50dsppnni-timer
Use the dsppnni-timer command to display the timer values and significant change thresholds on a specified local PNNI node if node index is specified, otherwise, values for all local nodes on the same switching system are displayed.
Syntax Description
dsppnni-timer [node-index]
Examples:
CLI Outputnode index: 1Hello holddown(100ms)... 120 PTSE holddown(100ms)... 120Hello int(sec).......... 15 PTSE refresh int(sec).. 1800Hello inactivity factor. 5 PTSE lifetime factor... 200Retransmit int(sec)..... 5AvCR proportional PM.... 3 CDV PM multiplier...... 25AvCR minimum threshold.. 50 CTD PM multiplier...... 50Peer delayed ack int(100ms)................... 10Logical horizontal link inactivity time(sec).. 10dsppnport
Use the dsppnport command to view ATM-specific information about a specified port. The information displayed is operational data as opposed to configuration data, such as port status, ILMI status, etc.
Syntax Description
dsppnport <portid>
Examples: Output
dsppnportcac
Use the dsppnportcac command to view CAC policy parameters for a specified port as configured by cnfpnportcac.
Syntax Description
dsppnportcac <portid>
Examples:Output
dsppnportcc
Use the dsppnportcc command to view call control parameters for a specified port, as configured by cnfpnportcc.
Syntax Description
dsppnportcc <portid>
Examples: Output
dsppnportrange
Usethe dsppnportrange command to display ATM vpi/vci range for a specified port, as configured by cnfpnportrange. For the operational values refer to section A.3.2.4
Syntax Description
dsppnportrange <portid>
Examples: Output
minSvccVpi: 0 maxSvccVpi: 4095minSvccVci: 32 maxSvccVci: 65535minSvpcVpi: 1 maxSvpcVpi: 4095dsppnports
Use the dsppnports command to view status information for all UNI and NNI ports. If neither uni nor nni is specified, all ports are displayed.
Syntax Description
dsppnports [uni|nni|enni]
uni
View status for all UNI ports.
nni
View status for all NNI ports.
enni
View status for all ENNI ports.
Examples: Output
Summary of total connections(p2p=point to point,p2mp=point to multipoint)
Type #Svcc: #Svpc: #SpvcDAX: #SpvpDAX: #SpvcRouted: #SpvpRouted: Total:
p2p: 0 0 0 0 647 0 647
p2mp: 0 0 0 0 0 0 0
Total=647
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 Total Activeconns
1.4 up up Disable 647
dsppnportsig
Use the dsppnportsig command to display the ATM signaling parameters for a port as configured by cnfpnportsig.
Syntax Description
dsppnportsig <portid>
Examples: Output
dsppnportsig 1.3
provisioned IF-type:uni version: uni3.1
sigType: private side: network
addrPlan: aesa
sigVpi: 0 sigVci: 5
rccVpi: n/a rccVci: n/a
dsppnportrsrc
Use the dsppnportrsrc command to view available bandwidth and channels on a port for all service classes.
Syntax Description
dsppnportrsrc <portid>
Examples: Output
* Overbooking factor not applied.
dsppnsysaddr
Use the dsppnsysaddr to view addresses in the System Address Table. If option is specified, it only display addresses of the specified type.
Syntax Description
dsppnsysaddr [ ilmi | uni | static | host|all ]
![]()
Note
This command does not belong to RA module.
Examples:
CLI Output47.0091.8100.0000.1122.3344.5566.ffee.ddcc.bbaa.00/160Type: ilmi Port id: 66650
dspprfx
Use the dspprfx command to view ILMI address prefixes currently configured for a specified port.
Syntax Description
dspprfx <portid>
Examples: Output
ILMI Configured Port Prefix(es):47.0091.8100.0000.0000.0ca7.9e0188.8888.8888.0000.0000.0000.0000dspnodalcongcntr
Use the dspnodalcongcntr command to view the current configuration of the congestion thresholds for a specified port.
Syntax Description
dspnodalcongcntr
Examples
Nodal Congestion counters:Parameter Value thresh1 thresh2
============================================================
setupRx 0 90 105
statenqRx 0 100 200
connpending 0 400 500
incompljournal 0 5
Parameter Value Mild Medium Severe
============================================================
vsiqdepth 0 5 10 20
dsprrtparm
Use the dsprrtparm command to display global reroute retry parameters configured for SPVC.Syntax Description
dsprrtparm
Examples
popeye20.1.7.PXM.a >dsprrtparmGlobal SPVC Retry Parameters:
-----------------------------
Slow Retry Interval: 60 sec
Fast Retry Interval Base: 5 sec
dsprteoptcnf
Use the dsprteoptcnf command to display the route optimization configuration for a specific port or all ports.
Syntax Description
dsprteoptcnf <portid>
portid
If port id is not specified, then optimization configuration for all ports will be displayed.
Examples
Example 1: To display route optimization configuration on all ports.svcpop4.1.PXM.a > dsprteoptcnfConfiguration of Route Optimization:Percentage Reduction Threshold: 50Port Enable VPI/VCI Range Interval Time Range1.2 no1.4 yes 1/100..10/1000 45 23:00..23:301.5 no1.6 no1.7 noExample 2: To display route optimization configuration on a specific port.svcpop4.1.PXM.a > dsprteoptcnf 1.4Configuration of Route Optimization:Percentage Reduction Threshold: 50Port Enable VPI/VCI Range Interval Time Range1.4 yes 1/100..10/1000 45 23:00..23:30svcpop4.1.PXM.a >dspsig
Use the dspsig command to view the current configuration of the signaling timers for a specified port.
Syntax Description
dspsig <portid>
Examples: Output
signaling Timers for <portid>Timer Value(secs)t301 180t303 4t308 30t310 10t316 90t317 60t322 4t397 180t398 4t399 14Max Crankback: 3dspsigparm
Use the dspsigparm command to view global signaling parameters for the node, including the current setting of whether frame discard is installed on the presence of the AAL5 IE.
Syntax Description
dspsigparm
Examples: Output
Global signaling ParametersFrame Discard on AAL5 IE: {yes | no}
dspsigstats
Use the dspsigstats command to view signaling statistics asosciate with a specified port. When no port is specified, signaling statistics for all ports are displayed.
Syntax Description
dspsigstats <portid>
Examples: Ouput
Signaling Statistics for <portid>Message Rcv XmtCall Proceeding 0 0Connect 0 0Connect Ack 0 0Setup 0 0Release 0 0Release Complete 0 0Add Party 0 0Add Party Ack 0 0Add Party Rej 0 0Drop Party 0 0Drop Party Ack 0 0Drop Party Rej 0 0Restart 0 0Restart Ack 0 0Status 0 0Status Enquiry 0 0Last Cause/DiagCause 16Diagnostic XX XX XX XX
dspsscop
Use the dspsscop command to view SSCOP details for a specified port. Information such as provisioning data and run-time statistics are displayed.
Syntax Description
dspsscop <portid>
Examples: Ouput
SSCOP details for interface: 1.1Current State: Enabled Current Line State: Established stateSSCOP Version: 3.1Send Sequence Number: Current: 34 Maximum: 127Send Sequence Number Acked = 25Rcv Sequence Number: Lower Edge = 25, Upper Edge = 28, Max = 35Poll Sequence Number = 20 Poll Ack Sequence Number = 21Vt(Pd) = 10 Vt(Sq) = 26Timer_IDLE = 10 - ActiveTimer_CC = 1 - ActiveTimer_POLL = 1 - InactiveTimer_KEEPALIVE = 5 - ActiveTimer_NO-RESPONSE = 30 - ActiveCurrent Retry Count = 1, Maximum Retry Count = 10AckQ count = 5, RcvQ count = 5, TxQ count = 5AckQ 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 0dspsscopstats
Use the dspsscopstats command to view SSCOP statistics for a port for both Tx and Rx directions.
Syntax Description
dspsscopstats <portid>
Examples: Ouput
Statistics -;SSCOP statistics for interface: 1.1Pdu'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 0dspsvcparm
Use the dspsvcparm command to display global SVC parameters for the node.
Syntax Description
dspsvcparm
Examples: Output
Global SVC Parameters=========================E164 Address Conversion Justification: {left | right}optrte
Use the optrte command to enable route optimization immediately on an SPVC, a range of SPVCs or all SPVCs on a port.
Syntax Description
optrte <portid>[-vpi vpi] [-vci vci] [-range {starting-vpi/vci..ending-vpi/vci}]
![]()
Note
If no VPI/VCI or range is specified, then optimization will be set for all active SPVCs on the port.
Examples
Example 1: To kick off route optimization on all SPVCs on a given port.svcpop4.1.PXM.a > optrte 1.4Example 2: To kick off route optimization on a specific SPVCsvcpop4.1.PXM.a > optrte 1.4 -vpi 1 -vci 100Example 3: To kick off route optimization on a range of specific SPVCs.svcpop4.1.PXM.a > optrte 1.4 -range 1/100..10/1000pathtraceie
Use the pathtraceie command to remove/insert path trace IE at port level.
Syntax Description
pathtraceie <portid> [rmv | ins]
portid
The port identifier for the call.
rmv
Enable removal of trace transit list IE at the port.
ins
Enable insertion of trace transit list IE at the port.
pathtracenode
Use the pathtracenode command to enable/disable path trace feature at node level.
Syntax Description
pathtracenode {enable | disable}
pathtraceport
Use the pathtraceport command to enable or disable path trace feature at port level. The result of the path trace will be saved in the log file.
Syntax Description
pathtraceport <portid> {enable | disable}[-H {on | off}] [-CB {on | off}] [-V {on | off}][-CR {on | off}][-cldnum called-AESA] [-clgnum calling-AESA]
Examples: Path Trace Result
Format of the path trace result for a call in the log file:
Result:Succ/Fail Reason: "Desc"
Called No: "--"
Calling No: "--"
Originating Interface VPI: "--"
Originating Interface VCI: "--"
Originating Interface CallRef: "--"
NodeId Egress Port Vpi Vci CallRef CbkCause PhysPortid
XXXX ZZZZ aaa bbb cccc dddd eeee
XXXX ZZZZ aaa bbb cccc dddd eeee
Terminating Interface VPI: "--"
Terminating Interface VCI: "--"
Terminating Interface CallRef: "--"
tstconseg
Use the tstconseg command to test continuity by using OAM segment loopback cells generated toward the user device at the local end of the connection.
Syntax Description
tstconseg <portid> <vpi> <vci>
Examples
orses18.1.PXM.a > tstconseg 1.1 10 101
Then, check the result through the dspcon command.
orses18.1.PXM.a > dspcon 1.1 10 101
Port Vpi Vci Owner State
-------------------------------------------------------------------------
Local 1:-1.1:-1 10.101 SLAVE OK
Address:47.00918100000000500ffde80b.000000010100.00
Remote Routed 10.101 MASTER --
Address:47.0091810000000010293001d8.000000050100.00
-------------------- Provisioning Parameters --------------------
Connection Type:VCC Cast Type:Point-to-Point
Service Category:UBR Conformance:UBR.1
Bearer Class:UNSPECIFIED
Last Fail Cause:SPVC Established Attempts:0
Continuity Check:Disabled Frame Discard:Disabled
L-Utils:0 R-Utils:0 Max Cost:0 Routing Cost:0
---------- Traffic Parameters ----------
Tx PCR: 50 Rx PCR: 50
Tx SCR: 50 Rx SCR: 50
Tx MBS: 1024 Rx MBS: 1024
Tx CDVT:250000 Rx CDVT:250000
Tx CDV: N/A Rx CDV: N/A
Tx CTD: N/A Rx CTD: N/A
Type <CR> to continue, Q<CR> to stop:
------- SES Parameters only ----------
Tx AIS:0 Rx AIS:0 Rx Abit:0
lpbk_type :Non Destructive
lpbk_dir :----
lpbk_status :Success
round trip delay:17464 usec
Stats :Disabled
tstdelay
Use the tstdelay command to verify the continuity of a connection using inband OAM loopback cells.
Syntax Description
tstdelay <portid> <vpi> <vci>
Examples
orses18.1.PXM.a > tstdelay 1.1 10 100
Then, check the result through the dspcon command.
orses18.1.PXM.a > dspcon 1.1 10 100
Port Vpi Vci Owner State
-------------------------------------------------------------------------
Local 1:-1.1:-1 10.100 SLAVE OK
Address:47.00918100000000500ffde80b.000000010100.00
Remote Routed 10.100 MASTER --
Address:47.0091810000000010293001d8.000000050100.00
-------------------- Provisioning Parameters --------------------
Connection Type:VCC Cast Type:Point-to-Point
Service Category:UBR Conformance:UBR.1
Bearer Class:UNSPECIFIED
Last Fail Cause:SPVC Established Attempts:0
Continuity Check:Disabled Frame Discard:Disabled
L-Utils:0 R-Utils:0 Max Cost:0 Routing Cost:0
---------- Traffic Parameters ----------
Tx PCR: 50 Rx PCR: 50
Tx SCR: 50 Rx SCR: 50
Tx MBS: 1024 Rx MBS: 1024
Tx CDVT:250000 Rx CDVT:250000
Tx CDV: N/A Rx CDV: N/A
Tx CTD: N/A Rx CTD: N/A
Type <CR> to continue, Q<CR> to stop:
------- SES Parameters only ----------
Tx AIS:0 Rx AIS:0 Rx Abit:0
lpbk_type :Non Destructive
lpbk_dir :forward - tstdelay
lpbk_status :Success
round trip delay:2000 usec
Stats :Disabled
tstpndelay
Use the tstpndelay command to initiate 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.
Syntax Description
tstpndelay <portid> <vpi> [vci] [-direction {inbound | Outbound}]
upcon
Use the upcon command to up a connection. This command will reroute the connection.
Syntax Description
upcon <portid> <vpi> <vci>
Examples
upcon 1 1 100Admin state of connection is UPuppnport
Use the uppnport command to bring a specified UNI or NNI port into service on the controller (administratively `up' on the controller). This command is used to bring a port in service after the dnpnport command is used.
Syntax Description
uppnport <portid>
Examples
pswpop5.2.PXM.a > uppnport 11.5
Use the pathraceie command to remove/insert path trace IE at port level.
Syntax Description
pathtraceie <portid> {rmv | ins}
<portid>
Port id for the call.
rmv
Allow to remove Trace Transit List IE at the port.
ins
Allow to insert Trace Transit List IE at the port.