Show SCADA Commands

scada

Syntax

scada [bridge_id] [detail]

scada [bridge_id] description

scada [bridge_id] [detail] statistics

Context

show

Description

This command displays SCADA bridge information.

Parameters

detail

displays detailed information

bridge-id

specifies the bridge ID, in the format slot/mda/bridge-id, where bridge-id is 1 to 16

description

displays the descriptions that have been configured for each bridge

statistics

displays statistics information pertaining to bridges and branches

Output

The following outputs are examples of SCADA information:

Output Example
A:ALU-1># show scada detail
======================================================
Scada Bridges on Slot 1
======================================================
Bridge      Admin Link Bridge  Port Port Bridge Branch
Id          State      State   Mode Encp Type   Type
------------------------------------------------------
1/8/1       Up    Yes  Up      accs cem  mddb   master
1/8/1.1     Up    Yes  Up      accs cem  mddb   master
1/8/1.2     Up    Yes  Up      accs cem  mddb   slave
1/8/1.3     Up    Yes  Up      accs cem  mddb   slave
1/8/1.4     Up    Yes  Up      accs cem  mddb   slave
1/8/1.5     Up    Yes  Up      accs cem  mddb   slave
1/8/2       Down  No   Down
1/8/3       Down  No   Down  
1/8/4       Down  No   Down
1/8/5       Down  No   Down
1/8/6       Down  No   Down
1/8/6.5     Down  No   Down    accs cem  mddb   slave
1/8/7       Down  No   Down    
1/8/8       Down  No   Down    
1/8/8.4     Down  No   Down    accs cem  mddb   slave
1/8/8.5     Down  No   Down    accs cem  mddb   slave
1/8/8.6     Down  No   Down    accs cem  mddb   slave
1/8/9       Down  No   Down  
1/8/10      Down  No   Down  
1/8/10.10   Down  No   Down    accs cem  mddb   slave
1/8/11      Down  No   Down
1/8/11.11   Down  No   Down    accs cem  mddb   slave
1/8/11.22   Down  No   Down    accs cem  mddb   slave
1/8/12      Down  No   Down
1/8/13      Down  No   Down
1/8/14      Down  No   Down
1/8/14.14   Down  No   Down    accs cem  mddb   slave
1/8/15      Down  No   Down    
1/8/16      Down  No   Down
1/8/16.32   Down  No   Down    accs cem  mddb   slave
======================================================
Table: SCADA Bridge Detail Field Descriptions

Label

Description

Scada Bridges on Slot 1

Bridge Id

The bridge/branch ID (the bridge ID is in the format slot/mda/bridge-id, where bridge-id is 1 to 16; the branch ID is in the format slot/mda/bridge-id.branch-id, where branch-id is 1 to 32)

Admin State

The administrative state of the bridge, either Up or Down

Link

Indicates whether there is an active link on the bridge, either Yes or No

Bridge State

The operational state of the bridge, either Up or Down

Port Mode

The operational mode of the bridge (always accs – access)

Port Encp

The encapsulation type of the bridge (always cem – circuit emulation)

Bridge Type

The bridge type: mddb, pcm, or vcb

Branch Type

The type of device connected to the bridge, either master or slave (for MDDB and PCM applications) or N/A (for the VCB application)

Output Example
A:ALU-1># show scada 1/8/14 detail
===============================================================================
Scada Info
===============================================================================
Description      : SCADA bridge 14
Bridge Id        : 1/8/14                 Type             : Mddb
Admin Status     : down                   Oper Status      : down
Squelch          : enabled                Squelch Timeout  : 120(s)
Squelch Recovery : manual                 Recovery Timeout : N/A
Squelch Status   : 0x0                    Force-active     : 1
Redundant Mode   : manual
Report Alarms    : hcmOof hcmRai          Speed            : 2400
===============================================================================
Bridge Members
-------------------------------------------------------------------------------
Identifier      Multidrop   AdminState  OperState   AlarmStatus       Squelched
-------------------------------------------------------------------------------
1/8/14.14       slave       up          down                          N
===============================================================================
Scada Bridge Statistics
===============================================================================
                                                   Input                 Output
-------------------------------------------------------------------------------
Packets                                                0                      0
Discards                                               0                      0
Unknown Proto Discards                                 0
===============================================================================
Table: Specific SCADA Bridge Detail Field Descriptions

Label

Description

Scada Info

Description

The description configured for the bridge

Bridge Id

The bridge ID in the format slot/mda/bridge-id, where bridge-id is 1 to 16

Type

The bridge type: Mddb, pcm, or vcb

Admin Status

The administrative state of the bridge, either up or down

Oper Status

The operational state of the bridge, either up or down

Squelch

Indicates whether the squelch function has been enabled (applies only to MDDB and PCM)

Squelch Timeout

The configured squelch timeout (applies only to MDDB and PCM)

Squelch Recovery

The squelch recovery mode: manual or auto (applies only to MDDB and PCM)

Recovery Timeout

The configured time after which the branch will automatically be put back in the normal state (applies only to MDDB and PCM)

Applicable only if recovery mode is auto; if recovery mode is manual, the field displays N/A

Squelch Status

The bitmap (32 bits) of the branches that are squelched (applies only to MDDB and PCM). A value of 0x0 means that no branch is squelched.

Force-active

The master branch (1 or 2) to which the force-active command has been applied (applies only to MDDB and PCM)

Redundant Mode

The redundancy mode for the master inputs: manual or auto (applies only to MDDB and PCM)

Report Alarms

The configured type of alarms to be reported to the bridge (applies only to MDDB)

Speed

The configured speed of the bridge (applies only to MDDB)

Bridge Members

Identifier

The branch ID in the format bridge-id.branch-id, where bridge-id is 1 to 16 and branch-id is 1 to 32

Multidrop

The type of device connected to the bridge, either master or slave (applies only to MDDB and PCM)

AdminState

The administrative state of the branch, either up or down

OperState

The operational state of the branch, either up or down

AlarmStatus

The current alarm state of the branch

Squelched

Indicates whether the squelch function has been enabled

Scada Bridge Statistics

Packets Input/Output

The total number of packets that were delivered by this sublayer to a higher (sub) layer and that were not addressed to a multicast or broadcast address at this sublayer

The total number of packets that higher-level protocols requested to be transmitted and that were not addressed to a multicast or broadcast address at this sublayer, including those that were discarded or not sent

Discards Input/Output

The number of inbound/outbound packets chosen to be discarded to possibly free up buffer space

Unknown Proto Discards Input/Output

For packet-oriented interfaces, the number of packets received at the interface that were discarded because of an unknown or unsupported protocol. For character-oriented or fixed-length interfaces that support protocol multiplexing, the number of transmission units received at the interface that were discarded because of an unknown or unsupported protocol. For any interface that does not support protocol multiplexing, this counter will always be 0.