zoukankan      html  css  js  c++  java
  • 华为SNS交换机(OEM博科FC交换机)configupload无法使用ftp协议处理方法

    1、执行configupload命令
    当交换机FOS版本为7.4.0a及之后的,无ftp选项
    ---------------------------------------------
    switch:admin> configupload
    Protocol (scp, sftp, local) [scp]:
    ---------------------------------------------

    2、产看版本信息
    ---------------------------------------------
    switch:admin> version
    Kernel: 2.6.34.6
    Fabric OS: v8.2.0b
    Made on: Mon Apr 9 22:21:55 2018
    Flash: Fri Apr 26 21:57:55 2019
    BootProm: 3.0.20
    ---------------------------------------------

    3、交换机上执行configurechassis命令,将“Enfore secure config Upload/Download”功能关闭,如下所示:
    ---------------------------------------------
    switch:admin> configurechassis

    Configure...

    cfgload attributes (yes, y, no, n): [no] y

    Enforce secure config Upload/Download (yes, y, no, n): [yes] n     ##输入n关闭,完成“Enfore secure config Upload/Download”的配置
    Add Suffix to the uploaded file name (yes, y, no, n): [no]           ##到这步,直接按” ctrl+d”退出并保存当前修改,这部及下面的步骤不需要更改
    ---------------------------------------------

    4、交换机上执行configupload或configdownload命令,显示协议可以使用ftp,如下:
    ---------------------------------------------
    switch:admin> configupload
    Protocol (scp, ftp, sftp, local) [ftp]:
    ---------------------------------------------

  • 相关阅读:
    python 元组及操作
    python 字典所有操作
    python 列表操作
    python 运算符
    python while循环
    python 分支语句 等值判断 逻辑运算符
    GDI+_从Bitmap里得到的Color数组值分解
    服务器设计策略
    服务器设计策略
    IOCP的缓冲区
  • 原文地址:https://www.cnblogs.com/pipci/p/12697205.html
Copyright © 2011-2022 走看看