第 33 章 Array CLI

简介:

目录

33.1. 登录
33.1.1. Config 模式
33.2. 系统信息
33.2.1. Configuration
33.2.2. Save configuration
33.2.3. date/time
33.2.4. show statistics tcp
33.2.5. show memory
33.3. hostname configuration
33.4. ip configuration
33.4.1. interface
33.4.2. interface name
33.4.3. interface speed
33.4.4. ip address
33.4.5. bond configuration
33.4.6. ip nameserver
33.5. route configuration
33.5.1. gateway ip
33.5.2. RIP
33.5.3. ospf
33.6. mnet / vlan
33.6.1. mnet
33.6.2. vlan
33.7. Port Forwarding / NAT / Firewall
33.7.1. Port Forwarding
33.7.2. NAT
33.7.3. Firewall
33.8. slb configuration
33.8.1. slb real
33.8.2. slb virtual
33.8.3. slb group method
33.8.4. slb group member
33.8.5. slb policy
33.8.6. slb group flush
33.8.7. slb configuration example
33.9. Logging
33.9.1. log http
33.9.2. show log config
33.9.3. show log buff
33.9.4. log host
33.10. webui
33.11. example

Array 的命令行与Cisco IOS 极其相似。

33.1. 登录

默认用户名 array, 密码 admin, enable 密码为空

SSH

		
ssh array@array.example.com

ArrayOS Rel.TM.6.5.2.5 build on Fri Apr 30 15:34:51 2010
Copyright (c) 2000-2010 Array NetWorks Inc. All rights reserved.

Type "?" for available commands

Array>
		
		

33.1.1. Config 模式

			
Array>enable
Enable password:

Array#configure terminal

Array(config)#
		





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
1月前
|
设计模式
ES6中新增Array.from()函数的用法详解
ES6中新增Array.from()函数的用法详解
25 1
|
3月前
|
分布式计算 JavaScript 前端开发
JS中数组22种常用API总结,slice、splice、map、reduce、shift、filter、indexOf......
JS中数组22种常用API总结,slice、splice、map、reduce、shift、filter、indexOf......
|
JavaScript
You are using Node v10.14.2, but this version of @vue/cli requires Node ^12.0.0 || >= 14.0.0
(1)执行卸载命令删除当前vue-cli: cmd窗口输入:npm uninstall -g @vue/cli 2、执行如下命令安装低版本的: npm install -g @vue/cli@4.5.13 3、在cmd中执行:vue -V 命令;展示成功。
You are using Node v10.14.2, but this version of @vue/cli requires Node ^12.0.0 || >= 14.0.0
|
9月前
|
C++
下载node-gyp依赖包报错:gyp ERR! find VS msvs_version not set from command line or npm config
就是有一点需要注意,我这里安装vs的时候,可用里面没有vs社区版2017,只有2022,只能安装了2022
|
JavaScript 前端开发
Node.js:Array.prototype.sort数组排序的使用
Node.js:Array.prototype.sort数组排序的使用
99 0
|
程序员 Go
Go slice切片详解和实战:make append copy
这篇文章介绍切片的生成make()、切片的追加append()、切片的复制copy()。对知识点进行详细介绍和应用实战。
Go slice切片详解和实战:make append copy
|
PHP
【laravel】call_user_func_array在框架的使用
【laravel】call_user_func_array在框架的使用
178 0
【laravel】call_user_func_array在框架的使用
|
JavaScript 前端开发 定位技术
@vue/cli的配置知道多少-publicPath,outputDir,assetsDir,indexPath,filenameHashing,configureWebpack,productionSourceMap
@vue/cli的配置知道多少-publicPath,outputDir,assetsDir,indexPath,filenameHashing,configureWebpack,productionSourceMap
@vue/cli的配置知道多少-publicPath,outputDir,assetsDir,indexPath,filenameHashing,configureWebpack,productionSourceMap