1-Tenor AF AFT400-实战-基本配置

简介:

1-Tenor AF AFT400-实战-基本配置

1. 安装-USB-串口驱动

clip_image001

选择-右键-更新驱动程序软件

clip_image002

选择-更新

clip_image004

选择-浏览,输入-驱动位置

clip_image006

选择-下一步

clip_image008

选择-关闭

clip_image009

2. 查找-COM-端口

clip_image009[1]

COM 21

注意:这将在使用USB-串口-恢复-VOIP-设备-初始值 使用的。

3. 安装-SecureCRT & FX(终端仿真器)V6.5.3 Build 490

clip_image010

4. 设置

打开-SecureCRT

clip_image012

点-连接

clip_image013

新建-会话

clip_image014

clip_image015

选择-Serial

clip_image016

选择-下一步

clip_image017

选择-COM21 不要选择:RTS/CTS

选择-下一步

clip_image018

选择-完成

clip_image019

选择-连接

clip_image021

输入:

Admin

Admin

进入

clip_image022

输入:

Logout

退出-登录界面

clip_image023

5. 恢复-出厂设置

Quintum# con

config# setfactory

Are you sure that you want to set configuration to factory default (Yes/No)?

clip_image024

clip_image025

6. 网关-设置-IP-采用-串口线

Quintum# config

config# eth

config-EthernetInterface-SL1DV1EI1# set ipa 192.168.1.180

config-EthernetInterface-SL1DV1EI1* siprd

config-StaticIPRouteDir-1* change 1 g 192.168.1.1

StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric

----- --------------- --------------- --------------- ------------- ------

1 0.0.0.0 0.0.0.0 192.168.1.1 EI-SL1DV1EI1 1

备注:

set ipa---设置IP地址

siprd---设置网关

change 1 g 192.168.1.1---设置标识符为1的网关

config-StaticIPRouteDir-1* submit

clip_image027

7. 重启

config-StaticIPRouteDir-1# maintain

maintain-StaticIPRouteDir-1# mc

maintain-MasterChassis-1# reset

Are you sure that you want to reset the MasterChassis (Yes/No)?YES

clip_image029

clip_image031

查看-IP:

Quintum# eth

Quintum-EthernetInterface-SL1DV1EI1# show

EthernetInterface-SL1DV1EI1 :

name : (Not Set) name

PortNumber : 1 Read Only, Physical

ManagementAccess : 1 Access Enabled; Defa

IPAddress : 192.168.1.180

WebServerPort : 8080 Port Number

SubnetMask : 255.255.255.0

ExternalNATIPAddr : 0.0.0.0

DHCPEnabled : 0 Disabled

PPPOEEnabled : 0 Disabled, default

PPPOERedialInterval : 0 default

PPPOEUserName : (Not Set) user defined

PPPOEPassword : (Not Set) user defined

InternalNATIPDirAttached : (unspecified)

FilterIPDirAttached[1..16] : (unspecified)

Quintum-EthernetInterface-SL1DV1EI1#

查看-网关:

Quintum# siprd

Quintum-StaticIPRouteDir-1# show

StaticIPRouteDir-1 :

StaticIPRoute Table

index Destination NetMask Gateway EIAttached Metric

----- --------------- --------------- --------------- ------------- ------

1 0.0.0.0 0.0.0.0 192.168.1.1 EI-SL1DV1EI1 1

Quintum-StaticIPRouteDir-1#

8. 采用- Configuration Manager 108-管理-Tenor AF AFT 400

安装- Quintum Tenor Configuration Manager

clip_image032

9. 打开- Quintum Tenor Configuration Manager

clip_image034

ADD-添加

clip_image035

clip_image036

选择-OK

clip_image038

选择-连接

clip_image039

clip_image041

EXIT

clip_image043

10. 查询-IP

如果在不知道IP的地方下。

A. 使用-USB-串口线

方法:同上。

B. 直接将网关---接---笔记本---电脑

使用局域网扫描工具

11. 基本配置-完成。

 





本文转自 CTO_LiuJinFeng 51CTO博客,原文链接:http://blog.51cto.com/dynamic/767099,如需转载请自行联系原作者
目录
相关文章
|
9月前
|
Java
SpringBoot配置-配置文件分类,server.port修改端口,自定义修改配置内容
SpringBoot配置-配置文件分类,server.port修改端口,自定义修改配置内容
|
开发框架 .NET 数据库
.net项目开发-EF框架解决添加默认值问题
.net项目开发-EF框架解决添加默认值问题
171 0
|
自动驾驶 数据挖掘 人机交互
|
存储 缓存 数据安全/隐私保护
基于winserver部署Apollo初次体验(附.net客户端demo)(二)
基于winserver部署Apollo初次体验(附.net客户端demo)(二)
175 0
基于winserver部署Apollo初次体验(附.net客户端demo)(二)
|
SQL 监控 关系型数据库
基于winserver部署Apollo初次体验(附.net客户端demo)(一)
基于winserver部署Apollo初次体验(附.net客户端demo)(一)
160 0
【.Net MF网络开发板研究-02】Http Server功能演示
文章介绍的是真正的Http Server,支持GET和POST功能。同样我们还是在官方示例Http Server上进行修改,为了使示例更清晰,我们尽可能把代码做的更简单一些。
629 0
【.Net MF网络开发板研究-01】IP地址设定及简单web演示
在物联网时代,具备网络功能才是王道。新开发板除了具备以太网模块以外,还增加了USB Host模块,当然还增加了其它相关接口
820 0
|
XML 存储 Go
一起谈.NET技术,通过自定义配置实现插件式设计
  软件设计有一句话叫做约定优于配置,很多人将其作为拒绝配置的理由。但是,约定和配置的使用,都有个度的问题。我不赞为了所谓的扩展性,为你的应用设计一套只有你自己才能看懂的配置体系。但是,在很多场景中,配置是提供应用灵活度的首要甚至是唯一途径。
662 0
W“.NET研究”CF绑定协议比较
上海企业网站设计与制作"display: block; margin-left: auto; margin-right: auto;" src="http://pic001.cnblogs.com/images/2011/1/2011011214514010.
560 0
|
移动开发 网络协议 Windows
TCP/IP详解 卷1 第一章概述
第一章概述 1.2 分层 网络编程通常分不同层次进行开发,每一层负责不同的通信功能。 一个协议族比如TCP/IP,通常是一组不同层次上多个协议的组合。一般可以认为是是四层协议系统:   链路层:有时也称作数据链路层或网络接口层,通常包括操作系统中的设备驱动程序和计算机中对应的网络接口卡。
1501 0