Forum Discussion

Scott_82785's avatar
Scott_82785
Icon for Nimbostratus rankNimbostratus
Oct 15, 2009

Error importing SCF File

I keep getting an error trying to import a scf file. Version is 9.4.6

 

 

bp>import test-config.scf

 

Saving configuration to /var/local/scf/backup-0.scf.

 

Reading configuration from /defaults/config_base.conf.

 

Reading configuration from /usr/bin/monitors/builtins/base_monitors.conf.

 

Reading configuration from /config/profile_base.conf.

 

Reading configuration from /config/daemon.conf.

 

Reading configuration from /var/local/scf/test-config.scf.

 

BIGpipe parsing error (Line 104):

 

012e0010:3: The requested value (tcp ssh) is invalid (( | none) [add | delete]) for 'default' in 'self allow'

 

bp>

 

 

 

Thanks
  • Hello Scott,

     

     

    take a look at the file for any unexpected white space etc.

     

     

    I believe the section it refers to should appear as:

     

     

    }

     

    self allow {

     

    default

     

    tcp ssh

     

    tcp domain

     

    tcp snmp

     

    tcp https

     

    tcp 4353

     

    udp domain

     

    udp snmp

     

    udp efs

     

    udp 1026

     

    udp 4353

     

    proto ospf

     

    }

     

     

     

    If copying that over the existing section doesn't work, you may just have to try generating a fresh one.

     

     

    Good luck!