Configuring SCADA Bridge Parameters

Use the following CLI commands to configure SCADA bridge parameters on an Integrated Services card.

CLI Syntax:
scada bridge-id
    branch branch-id
        description description-string
        gain
            input decibels
            output decibels
        squelch
        exit
    description description-string
    exit 
    mddb 
        force-active master branch-id
        redundant-mode redundant-mode
        report-alarm [hcmOof] [hcmRai]
        speed {600 | 1200 | 2400 | 4800 | 9600 | 19200 | 38400 | 56000}
        squelch timeout timeout
        squelch reset
        squelch-recovery [mode] [time time]
        exit
    pcm
        force-active master branch-id
        redundant-mode redundant-mode
        squelch reset
        squelch timeout timeout
        squelch-recovery [mode] [time time]
        exit
    vcb
        idle-code abcd-code
        seized-code abcd-code
        exit
    exit

The following CLI syntax shows an example of configuring SCADA bridge parameters on an Integrated Services card.

CLI Syntax:
scada 1/8/1 type mddb
    description ‟scada bridge1”
    no shutdown
    branch 1
        no shutdown
        exit 
    branch 2
        no shutdown
        exit 
    branch 3
        no shutdown
        exit 
    branch 4
        no shutdown
        exit 
    branch 5
        no shutdown
        exit 
    branch 6
        no shutdown
        exit 
    branch 7
        no shutdown
        exit 
    branch 8
        no shutdown
        exit 
    branch 9
        no shutdown
        exit 
    branch 10
        no shutdown
        exit 
    branch 11
        no shutdown
        exit 
    branch 12
        no shutdown
        exit 
    exit
    mddb
        report-alarm hcmOof hcmRai
        squelch timeout 60
        exit 
    exit 
exit

Use the config scada info command to display the new SCADA bridge configuration information:

NOK-1>config>scada# info
#--------------------------------------------------
echo "MDDB Configuration"
#--------------------------------------------------
  .....
    scada 1/8/1
        description "scada bridge1"
        mddb
            squelch timeout 60
        exit
        branch 1
            no shutdown
        exit
        branch 2
            no shutdown
        exit
        branch 3
            no shutdown
        exit
        branch 4
            no shutdown
        exit
        branch 5
            no shutdown
        exit
        branch 6
            no shutdown
        exit
        branch 7
            no shutdown
        exit
        branch 8
            no shutdown
        exit
        branch 9
            no shutdown
        exit
        branch 10
            no shutdown
        exit
        branch 11
            no shutdown
        exit
        branch 12
            no shutdown
        exit
    exit
 .....