reload ans current configure command

enable_ans_license.conf

enable ans license WL
enable ans license SP
enable ans license LB
enable ans license CS
enable ans license CR
enable ans license SC
enable ans license CMP
enable ans license PQ
enable ans license SSL
enable ans license GSLB
enable ans license HDOSP
enable ans license PUSH
enable ans license CF
enable ans license IC
enable ans license SSLVPN
enable ans license AAA
enable ans license OSPF
enable ans license RIP
enable ans license BGP
enable ans license REWRITE
enable ans license IPv6PT
enable ans license AppFw
enable ans license RESPONDER
enable ans license HTMLInjection
enable ans license AppFVision
enable ans license CloudETunnel
enable ans license ISIS
enable ans license CH
enable ans license AppQDE

enable_ans_feature.conf

enable ans feature WL
enable ans feature SP
enable ans feature LB
enable ans feature CS
enable ans feature CR
enable ans feature SC
enable ans feature CMP
enable ans feature PQ
enable ans feature SSL
enable ans feature GSLB
enable ans feature HDOSP
enable ans feature PUSH
enable ans feature CF
enable ans feature IC
enable ans feature SSLVPN
enable ans feature AAA
enable ans feature OSPF
enable ans feature RIP
enable ans feature BGP
enable ans feature REWRITE
enable ans feature IPv6PT
enable ans feature AppFw
enable ans feature RESPONDER
enable ans feature HTMLInjection
enable ans feature AppFVision
enable ans feature CloudETunnel
enable ans feature ISIS
enable ans feature CH
enable ans feature AppQDE

reload ans current configure command:

> shell cp "/flash/anscfg/ans.conf" "/flash/anscfg/ans.conf.ANS2.2-current"
 Done
> clear ansconfig -force full
 Done
> batch -fileName "/flash/anscfg/enable_ans_license.conf"
 Done
> batch -fileName "/flash/anscfg/enable_ans_feature.conf"
 Done
> batch -fileName "/flash/anscfg/ans.conf.ANS2.2-current"
 Done

================= End

reload ans current configure command的更多相关文章

  1. ./configure:command not found 解决方法

    有些下载下来的源码没有MAKEFILE文件,但是会有MAKEFILE.IN 和 configure, MAKEFILE文件则由后两个文件生成. 如果执行: $./configure   提示错误:./ ...

  2. arcmap Command

    The information in this document is useful if you are trying to programmatically find a built-in com ...

  3. AngularJs: Reload page

    <a ng-click="reloadRoute()" class="navbar-brand" title="home" data- ...

  4. 安装LAMP PHP的./configure 參数,未出现MYSQ

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/default7/article/details/30613781 编译參数: ./configure ...

  5. part 36 AngularJS route reload

    In this video we will discuss angular route service reload() method. This method is useful when you ...

  6. ocp 1Z0-043 1-60题解析

    1.You observe that a database performance has degraded overa period of time. While investigating the ...

  7. 开源网络操作系统--VyOS

    User Guide Jump to: navigation, search Contents 1 Introduction 2 Installation 3 Using the Command-Li ...

  8. Nginx unit 源码安装初体验

    Nginx unit 源码安装初体验 上次介绍了从yum的安装方法(https://www.cnblogs.com/wang-li/p/9684040.html),这次将介绍源码安装,目前最新版为1. ...

  9. CentOS6.8 x64+Nginx1.3.8/Apache-httpd 2.4.3+PHP5.4.8(php-fpm)+MySQL5.5.28+CoreSeek4.1源码编译安装

    系统为CentOS6.8 x64服务器版精简安装. 准备工作 部署安装目录 /usr/local/* /var/lib/* /var/lib64/* 下载源文件 #cd /usr/local/src ...

随机推荐

  1. 封装继承多态(OOP)

    封装:把事物封装成类,私有化属性. 继承:共同的特性封装在父类,子类就有父类的属性 父类已经实现了的方法,子类也有需要前面+New 隐藏父类的方法,就不报错了,有这个语法,面试的时候问过,不推荐用. ...

  2. Python二级-----------程序冲刺5

    1. 编写程序,从键盘上获得用户连续输入且用逗号分隔的若干个数字(不必以逗号结尾),计算所有输入数字的和并输出,给出代码提示如下.‪‬‪‬‪‬‪‬‪‬‮‬‪‬‫‬‪‬‪‬‪‬‪‬‪‬‮‬‪‬‪‬‪‬‪ ...

  3. Spring MVC深入学习

    一.MVC思想 MVC思想简介:        MVC并不是java所特有的设计思想,也不是Web应用所特有的思想,它是所有面向对象程序设计语言都应该遵守的规范:MVC思想将一个应用部分分成三个基本部 ...

  4. Ext.isNumber与Ext.isNumeric

    Ext.isNumber: Ext.isNumber(1) true Ext.isNumber(new Number(1)) false Ext.isNumber("1") fal ...

  5. Web前端 前端相关书籍推荐

    一.HTML篇 1)<精通HTML> 2)<HTML5秘籍> 3)<HTML5权威指南> 4)<Head First HTML5 Programming(中文 ...

  6. HTML5之webSocket使用

    webSocket是什么 webSocket是HTML5新出的一种协议,底层是基于TCP/IP协议的.跟http没有关系,只是复用了http握手通道,用来升级协议. webSocket的作用 轮询:客 ...

  7. Win7环境 搭建IIS环境。发布asp.net MVC项目到IIS(第二期)

    在IIS环境中给发布项目修改域名,192.168.1.1:8081  ---->> www.preject.com 一.在网站主页中,1找到绑定网站.2编辑. 二.修改网站配置参数. 三. ...

  8. Windows下Oracle 11g的安装

    Windows下Oracle 11g的安装 Windows下Oracle 11g的安装: Windows:64位, Oracle 11g版本:win64_11gR2_database_1of2(安装包 ...

  9. 卸载或安装Git出现Invalid drive错误的解决方案【简记】

    前言:工作中由于公司的电脑(SSD+HDD)硬盘(HDD)突然坏了,只剩下一个系统盘(SSD).然后就是有个比较紧急的需求正在做,申请换的新硬盘不能立刻换上,因为工作的机器不在公司,操作远程机器工作, ...

  10. selenium之元素定位-css

    CSS定位方式和XPATH定位方式基本相同,只是CSS定位表达式有其自己的格式.CSS定位方式拥有比XPATH定位速度快,且比XPATH稳定的特性.下面详细介绍CSS定位方式的使用方法 被测网页的HT ...