锐捷路由器配置手册

. . . . . word. .. 锐捷路由器配置手册 目录: 路由器基础: 路由器的几种配置方法 控制台 远程登录 其它配置方法 命令行(CLI)操作 命令模式 命令模式的切换 CLI命令的编辑技巧 常见CLI错误提示 使用 no 和 default 选项 配置文件的保存、查看与备份 查看配置文件 保存配置文件 删除配置文件 备份配置文件 文件系统 文件系统概述 文件操作 目录操作 系统文件的备份与升级 搭建环境 用TFTP传输文件 用Xmodem传输文件 ROM监控模式 密码丢失的解决方法 路由器的基本配置: 配置主机名 配置口令 配置控制台口令 配置远程登录口令 配置特权口令 配置以太网接口 以太网接口的一般配置 配置多个IP地址 配置MAC地址 接口信息的查看 配置同步串行口 同步串行口的一般配置 配置反转时钟 配置链路封装协议 配置线路编解码方式 忽略DCD信号 . . . . . word. .. 接口信息的查看 配置回环接口 回环接口的配置 接口信息的查看 配置路由: 静态路由和缺省路由的配置 配置静态路由 配置默认路由 配置缺省网络 配置可被动态路由覆盖的静态路由 RIP协议的配置 RIP协议的一般配置 RIP协议参数的配置 OSPF协议的配置 OSPF协议的一般配置 广域网协议配置: HDLC协议配置 配置接口的HDLC封装 配置keepalive时间 PPP协议配置 配置接口的PPP封装 配置PPP协商超时时间 配置CHAP验证 配置CHAP服务端 配置CHAP客户端 配置双向CHAP验证 配置PAP验证 配置PAP服务端 配置PAP客户端 配置双向PAP验证 帧中继协议配置 点到点的帧中继配置 点到点子接口的帧中继配置 NAT的配置: 静态NAT配置 静态NAT的配置 静态NAPT的配置 动态NAT配置 动态NAT的配置 动态NAPT的配置 接口动态NAPT的配置 重叠地址NAT配置 外部源地址的静态NAT配置 外部源地址的动态NAT配置 TCP负载均衡 NAT信息的查看 . . . . . word. .. DHCP的配置: DHCP服务器的配置 启用DHCP服务器 配置DHCP地址池 配置选项 配置DHCP地址绑定 DHCP中继代理的配置 访问控制列表的配置: 标准访问控制列表的配置 标准ACLs的语句规则 配置标号的标准ACLs 配置命名的标准ACLs 扩展访问控制列表的配置 扩展ACLs的语句规则 配置标号的扩展ACLs 配置命名的扩展ACLs MAC扩展访问列表的配置 MAC扩展ACLs的语句规则 配置标号的MAC扩展ACLs 配置命名的MAC扩展ACLs Expert扩展访问列表的配置 Expert扩展ACLs的语句规则 配置标号的Expert扩展ACLs 配置命名的Expert扩展ACLs 其它形式的访问列表 带序号的ACLs 带时间区的ACLs

第一部分 路由器基础: 路由器的几种配置方法

控制台

用一台计算机作为控制台和网络设备相连,通过计算机对网络设备进行配置。 1、硬件连接:

把Console线一端连接在计算机的串行口上,另一端连接在网络设备的Console口上。 Console线在购置网络设备时会提供,它是一条反转线,你也可以自己用双绞线进行制作。 . . . . . word. .. 按照上面的线序制作一根双绞线,一端通过一个转接头连接在计算机的串行口上,另一端连接在网络设备的Console口上。 注意:不要把反转线连接在网络设备的其他接口上,这有可能导致设备损坏。 2、软件安装: 在计算机上需要安装一个终端仿真软件来登录网络设备。通常我们使用Windows自带的“超级终端”。超级终端的安装方法: 开始 | 程序 | 附件 | 通信 | 超级终端。 按照提示的步骤进行安装,其中连接的接口应选择“COM1”,端口的速率应选择“9600”,数据流控制应选择“无”,其它都使用默认值。

登录后,就可以对网络设备进行配置了。 说明:超级终端只需安装一次,下次再使用时可从“开始 | 程序 | 附件 | 通信 | 超级终端”中找到上次安装的超级终端,直接使用即可。

远程登录 通过一台连接在网络中的计算机,用Telnet命令登录网络设备进行配置。 远程登录条件: 1、网络设备已经配置了IP地址、远程登录密码和特权密码。 2、网络设备已经连入网络工作。 . . . . . word. .. 3、计算机也连入网络,并且可以和网络设备通信。 说明:远程登录的计算机不是连接在网络设备Console口上的计算机,而是网络中任一台计算机。 远程登录方法: 在计算机的命令行中,输入命令“telnet 网络设备IP地址”,输入登录密码就可以进入网络设备的命令配置模式。 说明:远程登录方式不能用来配置新设备,新设备应该用控制台配置IP地址等参数,以后才能使用远程登录进行配置。

其它配置方法 除了控制台和远程登录之外,还有其它一些配置方法配置网络设备。 1、TFTP服务器: TFTP服务器是网络中的一台计算机,你可以把网络设备的配置文件等信息备份到TFTP服务器之中,也可以把备份的文件传回到网络设备中。 由于设备的配置文件是文本文件,所以,你可以用文本编辑软件打开进行修改,再把修改后的配置文件传回网络设备,这样就可以实现配置功能。你也可以用TFTP服务器把一个已经做好的配置文件上传到一台同型号的设备中实现对它的配置。 2、SSH: SSH是一种安全的配置手段,其功能类似于远程登录。与Telnet不同的是,SSH传输中所有信息都是加密的,所以如果需要在一个不能保证安全的环境中配置网络设备,最好使用SSH。 3、Web: 有些种类的设备支持Web配置方式,你可以在计算机上用浏览器访问网络设备并配置。 Web配置方式具有较好的直观性,用它可观察到设备的连接情况。

命令行(CLI)操作 命令模式

交换机和路由器的命令是按模式分组的,每种模式中定义了一组命令集,所以想要使用某个命令,必须先进入相应的模式。各种模式可通过命令提示符进行区分,命令提示符的格式是: 提示符名 模式 提示符名一般是设备的名字,交换机的默认名字“Switch”,路由器的默认名字是“Router”(锐捷设备的默认名字是“Ruijie”),提示符模式表明了当前所处的模式。如:“>”代表用户模式,“#”代表特权模式。 . . . . . word. .. 以下是常见的几种命令模式: 模式 提示符 说明 User EXEC 用户模式 > 可用于查看系统基本信息和进行基本测试

Privileged EXEC 特权模式 # 查看、保存系统信息,该模式可使用密码保护 Global configuration 全局配置模式 (config)# 配置设备的全局参数 Interface configuration 接口配置模式 (config-if)# 配置设备的各种接口 Line configuration 线路配置模式 (config-line)# 配置控制台、远程登录等线路 Router configuration 路由配置模式 (config-router)# 配置路由协议 Config-vlan VLAN配置模式 (config-vlan)# 配置VLAN参数

命令模式的切换 交换机和路由器的模式大体可分为四层:用户模式→特权模式→全局配置模式→其它配置模式。 进入某模式时,需要逐层进入。

要求 命令举例 说明 进入用户模式 登录后就进入 进入特权模式 Ruijie>enable Ruijie# 在用户模式中输入enable命令

进入全局配置模式 Ruijie#configure terminal Ruijie(config)# 在特权模式中输入conf t命令 进入接口配置模式 Ruijie(config)#interface f0/1 Ruijie(config-if)# 在全局配置模式中输入interface命令,该命令可带不同参数

进入线路配置模式 Ruijie(config)#line console 0 Ruijie(config-line)# 在全局配置模式中输入line命令,该命令可带不同参数

进入路由配置模式 Ruijie(config)#router rip Ruijie(config-router)# 在全局配置模式中输入router命令,该命令可带不同参数 . . . . . word. .. 进入VLAN配置模式 Ruijie(config)#vlan 3 Ruijie(config-vlan)# 在全局配置模式中输入vlan命令,该命令可带不同参数

退回到上一层模式 Ruijie(config-if)#exit Ruijie(config)# 用exit命令可退回到上一层模式

退回到特权模式 Ruijie(config-if)#end Ruijie# 用end命令或Ctrl+Z可从各种配置模式中直接退回到特权模式

退回到用户模式 Ruijie#disable Ruijie> 从特权模式退回到用户模式

说明:interface等命令都是带参数的命令,应根据情况使用不同参数。 特例:当在特权模式下输入 Exit 命令时,会直接退出登录,不是回到用户模式。从特权模式返回用户模式的命令是 disable。

CLI命令的编辑技巧 CLI(命令行)有以下特点。 1、命令不区分大小写。 2、可以使用简写。 命令中的每个单词只需要输入前几个字母。要求输入的字母个数足够与其它命令相区分即可。如:configure terminal 命令可简写为 conf t。 3、用 Tab 键可简化命令的输入。 如果你不喜欢简写的命令,可以用 Tab 键输入单词的剩余部分。每个单词只需要输入前几个字母,当它足够与其它命令相区分时,用 Teb 键可得到完整单词。如:输入 conf(Tab) t(Tab) 命令可得到 configure terminal。 4、可以调出历史来简化命令的输入。 历史是指你曾经输入过的命令,可以用“↑”键和“↓”键翻出历史命令再回车就可执行此命令。(注:只能翻出当前提示符下的输入历史。) 系统默认记录的历史条数是10条,你可以用 history size 命令修改这个值。 5、编辑快捷键: Ctrl+A——光标移到行首,Ctrl+E——光标移到行尾。 6、用“?”可帮助输入命令和参数。 在提示符下输入“?”可查看该提示符下的命令集,在命令后加“?”,可查看它第一个参数,在参数后再加“?”,可查看下一个参数,如果遇到提示“”表示命令结束,可以回车了。

合集下载

锐捷RG-EW系列无线路由器ReyeeOS 1.203版Web管理手册说明书

锐捷RG-EW系列无线路由器ReyeeOS 1.203版Web管理手册说明书

RG-EW系列无线路由器文档版本V1.0归档日期2022-05-24copyright © 2022 锐捷网络版权声明copyright © 2022 锐捷网络保留对本文档及本声明的一切权利。

未得到锐捷网络的书面许可,任何单位和个人不得以任何方式或形式对本文档的部分或全部内容进行复制、摘录、备份、修改、传播、翻译成其他语言、将其部分或全部用于商业用途。

、、和其他锐捷网络商标均为锐捷网络的商标。

本文档提及的其他所有商标或注册商标,由各自的所有人拥有。

免责声明您所购买的产品、服务或特性等应受商业合同和条款的约束,本文档中描述的部分或全部产品、服务或特性可能不在您的购买或使用范围之内。

除非合同另有约定,锐捷网络对本文档内容不做任何明示或默示的声明或保证。

由于产品版本升级或其他原因,本文档内容会不定期进行更新。

锐捷网络保留在没有任何通知或者提示的情况下对文档内容进行修改的权利。

本手册仅作为使用指导。

锐捷网络在编写本手册时已尽力保证其内容准确可靠,但并不确保手册内容完全没有错误或遗漏,本手册中的所有信息也不构成任何明示或暗示的担保。

前言读者对象本书适合下列人员阅读⚫网络工程师⚫技术推广人员⚫网络管理员技术支持⚫锐捷睿易官方网站:https:///⚫锐捷睿易在线客服:https:///?p=smb⚫锐捷网络官方网站服务与支持版块:https:///service.aspx⚫7天无休技术服务热线:4001-000-078⚫锐捷睿易技术论坛:/⚫常见问题搜索:https:///service/know.aspx⚫锐捷睿易技术支持与反馈信箱:*********************.cn⚫锐捷网络文档支持与反馈信箱:**************.cn⚫锐捷网络服务公众号:【锐捷服务】扫码关注本书约定1. 图形界面格式约定界面图标解释举例<>按钮<确定>[]菜单项,弹窗名称,页面名称,标签页的名称菜单项“系统设置”可简化[系统设置] >>分级页面,子菜单项选择[系统设置]>>[系统管理员]“”配置项,提示信息,链接如提示框提示“保存配置成功”点击“开启”选项点击“忘记密码”链接2. 各类标志本书还采用各种醒目标志来表示在操作过程中应该特别注意的地方,这些标志的意义如下:警告表示用户必须严格遵守的规则。

锐捷RG2000-V8系列无线路由器使用说明书

锐捷RG2000-V8系列无线路由器使用说明书

RG2000-V8系列无线路由器使用说明书2018-07版本信息RG2000-V8 系列无线路由器使用说明书版本:RG2000-V8-V1.00-201807目录第一章约定说明 (1)1.1目的 (1)1.2适用范围 (1)1.3本书约定 (1)1.4专业术语 (2)第二章产品介绍 (4)2.1产品概述 (4)2.2功能特点 (4)2.3硬件规格 (5)2.4设备面板 (6)2.5安装说明 (8)2.6串口线缆 (11)第三章联机登录 (13)3.1环境要求 (13)3.2使用准备 (13)3.3配置计算机 (13)3.4通过Telnet登录系统 (16)3.5通过Console口登录系统 (16)3.6通过WEB登录系统 (17)第四章配置操作 (19)4.1设备状态 (19)4.1.1 设备基本状态 (19)4.1.2 WAN接口状态 (21)4.1.3 路由状态 (21)4.2网络配置 (22)4.2.1 接口管理 (22)4.2.2 端口管理 (27)4.2.3 VLAN管理 (27)4.2.4 WIFI配置 (28)4.2.5 DHCP配置 (30)4.2.6链路探测 (31)4.3路由配置 (32)4.3.1 静态路由 (32)4.3.2 策略路由配置 (33)4.3.3 OSPF配置 (34)4.3.4 IS-IS配置 (35)4.3.5 RIP配置 (37)4.4VPN配置 (37)4.4.1 GRE配置 (37)4.4.2 IPSec VPN (39)4.4.4 PPTP (43)4.5网络安全 (45)4.6.1 攻击防御 (45)4.6.2 访问策略配置 (45)4.6.3 PAT配置 (48)4.6.4 DMZ配置 (49)4.6.5 SNAT配置 (50)4.6.6 UPNP配置 (51)4.6.7 QOS配置 (52)4.6.8 IP-MAC绑定 (55)4.6.9 ALG配置 (55)4.6系统维护 (56)4.7.1 系统时间 (56)4.7.2 SNMP配置 (56)4.7.3 WEB管理 (57)4.7.4 TELNET设置 (58)4.7.5 软件升级 (60)4.7.6 配置管理 (61)4.7.7 设备重启 (61)4.7.8 日志管理 (62)4.7.9 通信检测 (63)4.7.10 激活参数 (64)第五章 CLI命令行介绍 (65)5.1CLI概述 (65)5.2CLI命令常识及使用技巧介绍 (66)5.2.1 命令帮助 (66)5.2.2 命令简写 (67)5.2.3 命令补全 (67)5.2.4 命令错误提示 (67)5.2.5 no命令 (68)5.2.6 历史命令 (68)5.3CLI命令详细介绍 (68)5.3.1 基础命令 (68)5.3.2 接口配置 (69)5.3.3 端口配置 (73)5.3.4 DHCP服务器配置 (74)5.3.5 VLAN配置 (75)5.3.6 DLDP配置 (75)5.3.7 BFD配置 (76)5.3.8 路由配置 (76)5.3.9 RIP路由配置 (77)5.3.10 OSPF路由配置 (78)5.3.11 ISIS路由配置 (78)5.3.13 访问策略配置 (80)5.3.14 静态ARP配置 (81)5.3.15 PAT配置 (81)5.3.16 DMZ配置 (82)5.3.17 ALG配置 (82)5.3.18 UPNP配置 (83)5.3.19 IPSEC配置 (83)5.3.20 GRE配置 (84)5.3.21 L2TP配置 (85)5.3.22 PPTP配置 (89)5.3.23 MPLS配置 (90)5.3.24 QOS参数配置 (93)5.3.25 GPON参数配置 (96)5.3.26 SNMP参数配置 (96)5.3.27 NTP配置 (97)5.3.28 WEB配置 (97)5.3.29 系统信息 (98)5.3.30 日志信息 (98)5.3.31 软件升级 (99)5.3.32 设备参数 (99)5.3.33 端口镜像命令 (99)5.3.34 测试工具命令 (99)5.3.35 主机名及密码修改 (100)5.3.36 系统时间 (100)5.3.37 重启设备 (100)第一章约定说明1.1目的本说明书用于指导RG2000-V8系列4G路由器的安装调试、使用及维护。

锐捷路由器配置命令

锐捷路由器配置命令

锐捷路由器配置命令本文档提供了一份详细的锐捷路由器配置命令的范本,供参考使用。

以下是各个章节的详细配置指南。

1、基本配置a) 连接到路由器使用串口或者Telnet连接到锐捷路由器。

b) 登录路由器输入登录用户名和密码来登录路由器的管理界面。

c) 配置主机名配置路由器的主机名,以便于识别和管理。

d) 配置IP地质为路由器的接口配置IP地质,并启用相应的接口。

e) 配置默认网关配置路由器的默认网关,以便于实现路由功能。

f) 配置DNS服务器配置路由器的DNS服务器,以便于解析域名。

2、路由配置a) 配置静态路由配置静态路由表,以便于定义特定目的地的下一跳。

b) 配置动态路由配置动态路由协议,如OSPF、BGP等。

c) 配置路由跟踪配置路由跟踪功能,以便于监控路由器上的数据包传输情况。

3、网络地质转换 (NAT) 配置a) 配置静态NAT配置静态NAT,将一个私有IP地质映射为一个公有IP地质。

b) 配置动态NAT配置动态NAT,将一个私有IP地质映射为一个公有IP地质,并提供端口转换。

c) 配置PAT配置端口地质转换(PAT),将多个私有IP地质映射为一个公有IP地质。

4、安全配置a) 配置访问控制列表 (ACL)配置ACL,以限制特定网络流量的进出。

b) 配置防火墙配置防火墙规则,以保护路由器和连接的网络。

c) 配置虚拟专用网 (VPN)配置VPN,以提供安全的远程访问和站点到站点连接。

d) 配置用户认证配置用户认证方式,如RADIUS、TACACS+等。

5、服务配置a) 配置DHCP服务器配置DHCP服务器,为连接到路由器的设备提供动态IP地质分配。

b) 配置网络时间协议 (NTP)配置NTP服务器,以同步路由器的时间。

c) 配置简单网络管理协议 (SNMP)配置SNMP,以实现对路由器的远程管理和监控。

d) 配置域名服务器 (DNS)配置路由器的DNS服务器,以提供域名解析服务。

6、系统配置a) 配置日志记录配置日志记录,以记录路由器的运行状态和事件。

锐捷 RG-EW系列路由器Web配置指南说明书

锐捷 RG-EW系列路由器Web配置指南说明书

Ruijie Reyee RG-EW Series Routers Web-Based Configuration GuideCopyright StatementRuijie Networks©2021Ruijie Networks reserves all copyrights of this document. Any reproduction, excerption, backup, modification, transmission, translation or commercial use of this document or any portion of this document, in any form or by any means, without the prior written consent of Ruijie Networks is prohibited.Exemption StatementThis document is provided “as is”. The contents of this document are subject to change without any notice. Please obtain the latest information through the Ruijie Networks website. Ruijie Networks endeavors to ensure content accuracy and will not shoulder any responsibility for losses and damages caused due to content omissions, inaccuracies or errors.PrefaceThank you for using our products.AudienceThis manual is intended for:●Network engineers●Technical support and servicing engineers●Network administratorsObtaining TechnicalAssistance●Ruijie Networks Website: https:///●Technical Support Website: https:///support ●Case Portal: https://●Community: https://●Technical Support Email: *****************************●Skype: *****************************Related DocumentsConventionsThis manual uses the following conventions:Configuration Guide Overview 1 OvervieweWeb is a Web-based network management system that manages or configures devices. You can access eWeb via browsers such as Google Chrome.Web-based management involves a Web server and a Web client. The Web server is integrated in a device, and is used to receive and process requests from the client, and return processing results to the client. The Web client usually refers to a browser, such as Google Chrome IE, or Firefox.1.1 ConventionsIn this document, texts in bold are names of buttons (for example, OK) or other graphical user interface (GUI) elements (for example, DHCP Security).2 Configuration Guide2.1 PreparationScenarioAs shown in the figure below, an administrator can access the device from a browser and configure the device through the eWeb management system.Figure 2-1-1 Data Exchange PrincipleDeliver or requestcommandsthrough AJAX.Administrator Return dataWebserviceDeviceDeployment↘Configuration Environment RequirementsClient requirements:●An administrator can log into the eWeb management system from a Web browser to manage devices. The client refersto a PC or some other mobile endpoints such as laptops or tablets.●Google Chrome, Firefox, IE10.0 and later versions, and some Chromium-based browsers (such as 360 ExtremeExplorer) are supported. Exceptions such as garble or format error may occur if an unsupported browser is used.●1024 x 768 or a higher resolution is recommended. If other resolutions are used, the page fonts and formats may not bealigned and the GUI is less artistic, or other exceptions may occur.●The client IP address is set in the same LAN network as the device IP address, such as 192.168.120.X. The subnetmask is 255.255.255.0. The default management address of the device is 192.168.120.1. Alternatively, you can set the IP assignment mode to Obtain an IP address automatically.Server requirements:●You can log into the eWeb management system through a LAN port or from Ruijie Cloud on an external network.●The device is enabled with Web service (enabled by default).The device is enabled with login authentication (enabled by default).To log into the eWeb management system, open the Google Chrome browser, and enter 192.168.120.1 into the address bar, and press Enter .Figure 2-1-2 Login PageEnter the password and click Login .2.2 Network SetupYou will enter the Network Setup page without login at initial setup.2.2.1 Discover DeviceThe page displays online device count and network status.You can add the device to My Network before configuring the network. If the device works in the standalone mode, this feature is not supported.Figure 2-2-1 Discover Device2.2.2 Add to My NetworkSelect the target device and click Add to My Network. If the target device is not configured yet, you can add the device directly without a password.Figure 2-2-2 Add Device to My Network2.2.3 Create Network & ConnectIf the device is configured for the first time, the network name, management password and SSID are required. If the device is already configured, the management password will not be displayed here. You can navigate to Network> Password to change the management password.If the device is detected disconnected to Ruijie Cloud, the Ruijie Cloud page will be embedded for you to bind your account after the device accesses the Internet successfully. If the device is already connected to Ruijie Cloud, the eWeb homepage will be displayed after this step.Figure 2-2-3 Create NetworkClick Create Network & Connect, and it takes about 60 seconds to deliver and activate settings. The following message will appear after Internet connection is set up.Figure 2-2-4 Connect to InternetIf the Internet connection failed, please follow the instruction in the prompt message.Figure 2-2-5 Failed Connection2.2.4 Cloud ServiceThe Network Setup module requires a Ruijie Cloud account. If you are a new user, please register an account first at the Ruijie Cloud website.Figure 2-2-6 Log In with Ruijie Cloud AccountIf the device works in the standalone mode, log in and the account will be bound with Ruijie Cloud automatically. If the device works in the self-organizing network mode, the following page will appear.Figure 2-2-7 Select TemplateFigure 2-2-8 Confirm Device StatusFigure 2-2-9 Enable ServicesClick Apply Config. The following page will appear after configuration is delivered successfully.Figure 2-2-10 CompleteAfter the above step, click Ruijie Cloud to configure the device on Ruijie Cloud. Then exit from Ruijie Cloud and enter the eWeb page again.Upon the configuration, check the network and wireless settings of each device for consistency.2.3 Work ModeThe eWeb menu varies with different work modes. The EG device works in the Router mode and the EAP device works in the AP mode by default. The work mode is displayed on the Route > Overview page.Figure 2-3-1 Device OverviewFigure 2-3-2 Work Mode2.3.1 Router ModeThe Router mode indicates NAT forwarding.The EG device in the Router mode of a router contains networking, network setup and routing features including VPN and behavior management.The AP in the Router mode contains networking, network setup and some radio features.2.3.2 AP ModeThe AP mode refers to fit AP mode. All WAN ports are enabled with DHCP by default. You can configure a WAN port with a static IP address or enable PPPoE manually.2.4 Self-Organizing NetworkClick the current work mode, and the following page will appear. You can enable or disable self-organizing network here.Figure 2-4-1 Self-Organizing Network2.4.1 EnableIf self-organizing network is enabled, the device in the network will be discovered and discover other devices. These devices will form a network and be synchronized with network settings.The menu on the left contains all network settings, including wireless management, switch management and system management.Figure 2-4-2 Enable Self-Organizing NetworkIf there is a wireless router enabled with self-organizing network in the network, the Router module will appear in the menu on the left. Click Router , and a horizontal menu will be displayed. Figure 2-4-3 Router Menu2.4.2DisableIf self-organizing network is disabled, the device will work in the standalone mode.After self-organizing network is disabled, a horizontal menu will be displayed vertically on the left. Figure 2-4-4 Disable Self-Organizing Network3 eWeb Configuration3.1 OverviewThe Overview page displays login device, wireless information and network status. Figure 3-1 Overview3.2 Basic WirelessThe APs module allows you to group, upgrade and delete APs.Figure 3-2-1 AP ListA. Group ManagementClick Expand, and all groups will be displayed on the left column. You can add, delete, edit and search groups. Up to 8 groups can be added.Figure 3-2-2 Group ManagementB. Advanced Search and List FilterClick Advanced Search, and you can search APs by SN, model, software version, MAC address and IP address.Click List Filter, and you can select columns to be displayed in the list.C. Batch ActionSelect the target devices and click Batch Action. The following actions are available:Figure 3-2-3 Batch ActionUpgrade Device: If there is a new version available, you can upgrade the devices in batches.Delete Device: You can delete the devices in batches.Change Group: You can move the devices from one group to another. The devices will be applied with the new group settings.3.2.1 ConfigurationFigure 3-2-4 ConfigurationSelect the target device and click Manage in the Action column, and the AP management page will be displayed.3.2.2 OverviewThe Overview page displays the information including memory usage, online clients, status, device details, wireless information and interface details.Figure 3-2-5 Overview3.2.3 Basics3.2.3.1 WANThe WAN module allows you to configure WAN settings. WAN settings support multiple lines, and you can configure a specific line as needed.Figure 3-2-6 WAN Settings3.2.3.2 LANThe LAN module contains LAN Settings, Port VLAN, DHCP Clients and Static IP Addresses. LAN SettingsThe LAN module allows you to set the IP address of the LAN port and DHCP status.Figure 3-2-7 LAN SettingsFigure 3-2-8 Add IP AddressIn the AP mode, the Port VLAN function is available on page for the AP supporting Port VLAN. Figure 3-2-9 Port VLAN↘Port VLANThe Port VLAN page displays VLAN information. This page is displayed only when the AP is enabled with port VLAN in the AP mode.Figure 3-2-10 Port VLAN↘DHCP ClientsThe DHCP Clients page displays DHCP clients. This page is displayed only in the router mode.Figure 3-2-11 DHCP ClientsClick Convert to Static IP in the Action column to convert a DHCP-assigned IP address to a static IP address. Alternatively, select DHCP-assigned IP addresses and click Batch Convert to convert more than one IP address.Static IP AddressesThe Static IP Addresses module allows you to add, delete and edit static IP addresses. This page is displayed only in the router mode.Figure 3-2-12 Static IP AddressesClick Add to add a static IP address manually. In the displayed dialog box, configure settings and click OK.Figure 3-2-13 Add Static IP Address3.2.3.3 PoEThe PoE page displays PoE status and power consumption. Figure 3-2-14 PoE3.2.4 Security3.2.4.1 ARP ListThe ARP List page displays ARP entries.Figure 3-2-15 ARP ListClick Add to add an IP-MAC binding. In the displayed dialog box, enter or select an IP address and a MAC address and click OK.Figure 3-2-16 Add IP-MAC Bindingdialog box, click OK. The message "Delete operation succeeded." is displayed.3.2.5 Advanced3.2.5.1 Local DNSThe Local DNS module allows you to configure a local DNS server.Figure 3-2-17 Local DNS3.2.5.2 PoE SettingsThe PoE Settings module allows you to configure the PoE mode.Figure 3-2-18 PoE Settings3.2.5.3 Other SettingsThe Other Settings module allows you to perform other settings, such as Enable RIP&RIPng, Enable Advanced and Disable ICMPv6 Error.Figure 3-2-19 Other Settings3.2.6 Diagnostics3.2.6.1 Network Check Figure 3-2-20 Network CheckClick Start, and click OK in the confirmation box. After the test finishes, the result will be displayed. Figure 3-2-21 ResultIf any problem occurs, the result will be displayed as follows:Figure 3-2-22 Issue & AdvicePlease fix the problem by taking the suggested action.3.2.6.2 AlarmsThe Alarms module allows you to view and manage alarms in the network.Figure 3-2-23 AlarmsClick Unfollow in the Action column to unfollow an alarm. In the confirmation box, click OK. Figure 3-2-24 Unfollow AlarmClick View Unfollowed Alarm, and you can view and follow the alarm again.Figure 3-3-25 Re-follow Alarm3.2.6.3 Network ToolsThe Network Tools module provides the following network tools to detect the network status: Ping, Traceroute, and DNS Lookup.Figure 3-2-26 Ping Test and ResultFigure 3-2-27 Traceroute Test and ResultFigure 3-2-28 DNS Lookup Test and Result3.2.6.4 Fault CollectionThe Fault Collection module allows you to collect faults by one click and download the fault information to the local device. Figure 3-2-29 Fault Collection3.2.7 System3.2.7.1 Session TimeoutThe Session Timeout module allows you to set the session timeout period.Figure 3-2-30 Session Timeout3.2.7.2 Backup & Import & ResetBackup & ImportThe Backup & Import module allows you to import a configuration file and apply the imported settings. It also allows exporting the configuration file to generate a backup.Figure 3-2-31 Backup & ImportRestoreThe Restore module allows you to restore the device to factory settings. Figure 3-2-32 RestorePlease exercise caution if you want to restore the factory settings. Figure 3-2-33 Confirm RestoreClick OK to restore all default values. This function is recommended when the network configuration is incorrec t or the network environment is changed.3.2.7.3 UpgradeOnline UpgradeClick Upgrade Now. The device downloads the upgrade package from the network, and upgrades the current version. The upgrade operation retains configuration of the current device. Alternatively, you can select Download File to the local device and import the upgrade package on the Local Upgrade page.Figure 3-2-34 Online UpgradeFigure 3-2-35 Upgrade PromptLocal UpgradeClick Browse to select an upgrade package, and click Upload. After uploading and checking the package, the device displays the upgrade package information and a prompt asking for upgrade confirmation. Click OK to start the upgrade.Figure 3-2-36 Local Upgrade3.2.7.4 RebootThe Reboot module allows you to reboot the device immediately.Figure 3-2-37 RebootClick Reboot, and click OK in the confirmation box. The device is rebooted and you need to log into the eWeb management system again after the reboot. Do not refresh the page or close the browser during the reboot. After the device is successful ly rebooted and the eWeb service becomes available, you will be redirected to the login page of the eWeb management system.3.3 WiFiThe WiFi module allows you to configure WiFi settings for all devices.3.3.1 WiFi SettingsThe WiFi Settings module allows you to configure the primary WiFi.Figure 3-3-1 WiFi Settings3.3.2 Guest WiFiThe guest WiFi is disabled by default. You can enable guest WiFi on this page or homepage.AP isolation is enabled by default and cannot be edited.Set a schedule, and the guest WiFi will be enabled only during this period time. When the time expires, the guest WiFi will be disabled.Figure 3-3-2 Guest WiFiFigure 3-3-3 Enable Guest WiFi3.3.3 WiFi ListThe WiFi List displays all WiFi networks. The primary WiFi is also listed here and cannot be deleted.Figure 3-3-4 WiFi ListClick Add to add a WiFi network. In the displayed dialog box, configure settings and click OK. Figure 3-3-5 Add WiFiYou can click in the upper right corner to see description about each configuration item.3.3.4 Healthy ModeThe Healthy Mode module allows you to enable health mode and set a schedule. Figure 3-3-6 Healthy Mode3.4 Wireless ClientsThe Clients module displays the wireless clients.Figure 3-4-1 Wireless Client ListClick Advanced Search, and you can search clients by SN and MAC address. This is a fuzzy search. You can enter an incomplete MAC address or part of an SN. Figure 3-4-2 Advanced Search3.5 Blacklist/WhitelistThe Blacklist/Whitelist module allows you to configure wireless global or SSID-based client blacklist and whitelist. Blacklist and whitelist can achieve full match or prefix match (OUI).3.5.1 Global Blacklist/WhitelistFigure 3-5-1 Global Blacklist/WhitelistClick Add to add a blacklisted or whitelisted client. In the displayed dialog box, configure settings and click OK.。

锐捷路由器配置命令大全

锐捷路由器配置命令大全

锐捷路由器配置命令大全1、网络设置1.1 WAN口配置用于配置WAN口连接的参数,包括IP地质、子网掩码、网关、DNS服务器等。

配置命令示例:set interface wan0 address 192.168.1.100/24set interface wan0 gateway 192.168.1.1set interface wan0 primary-dns 8.8.8.8:::1.2 LAN口配置用于配置LAN口连接的参数,包括IP地质、子网掩码、DHCP 服务器等。

配置命令示例:set interface lan1 address 192.168:0.1/24set interface lan1 dhcp enable:::1.3 VLAN配置用于配置VLAN,将不同的LAN口划分成不同的虚拟网络。

配置命令示例:set vlan vlan1 ports allset vlan vlan2 ports lan1,lan2:::2、安全设置2.1 密码设置用于设置路由器登录密码和特权密码。

配置命令示例:set system login user admin password encrypted 123456 set system login enable-password encrypted 654321:::2.2 ACL配置用于设置访问控制列表,限制某些IP地质或端口的访问。

配置命令示例:set access-list 1 permit ip 192.168:0:0/24 anyset access-list 2 deny tcp any any eq 22:::3、路由配置3.1 静态路由用于设置静态路由,手动指定下一跳地质。

配置命令示例:set static-route 0:0:0:0/0 next-hop 192.168.1.1:::3.2 动态路由用于配置动态路由协议,如RIP、OSPF、BGP等。

锐捷rg-ew系列无线路由器ew_3.0(1)b11p65版本web管理手册说明书

锐捷rg-ew系列无线路由器ew_3.0(1)b11p65版本web管理手册说明书

RG-EW系列无线路由器文档版本V1.0归档日期 2021-09-13copyright © 2021 锐捷网络版权声明copyright © 2021 锐捷网络保留对本文档及本声明的一切权利。

未得到锐捷网络的书面许可,任何单位和个人不得以任何方式或形式对本文档的部分或全部内容进行复制、摘录、备份、修改、传播、翻译成其他语言、将其部分或全部用于商业用途。

、、和其他锐捷网络商标均为锐捷网络的商标。

本文档提及的其他所有商标或注册商标,由各自的所有人拥有。

免责声明您所购买的产品、服务或特性等应受商业合同和条款的约束,本文档中描述的部分或全部产品、服务或特性可能不在您的购买或使用范围之内。

除非合同另有约定,锐捷网络对本文档内容不做任何明示或默示的声明或保证。

由于产品版本升级或其他原因,本文档内容会不定期进行更新。

锐捷网络保留在没有任何通知或者提示的情况下对文档内容进行修改的权利。

本手册仅作为使用指导。

锐捷网络在编写本手册时已尽力保证其内容准确可靠,但并不确保手册内容完全没有错误或遗漏,本手册中的所有信息也不构成任何明示或暗示的担保。

前言读者对象本书适合下列人员阅读●网络工程师●技术推广人员●网络管理员技术支持●锐捷睿易官方网站:https:///●锐捷睿易在线客服:https:///?p=smb●锐捷网络官方网站服务与支持版块:https:///service.aspx●7天无休技术服务热线:4001-000-078●锐捷睿易技术论坛:/●常见问题搜索:https:///service/know.aspx●锐捷睿易技术支持与反馈信箱:*********************.cn●锐捷网络服务公众号:【锐捷服务】扫码关注本书约定1. 图形界面格式约定界面图标解释举例<> 按钮<确定>[] 菜单项,弹窗名称,页面名称,标签页的名称菜单项“系统设置”可简化[系统设置] >> 分级页面,子菜单项选择[系统设置]>>[系统管理员]“”配置项,提示信息,链接如提示框提示“保存配置成功”点击“开启”选项点击“忘记密码”链接2. 各类标志本书还采用各种醒目标志来表示在操作过程中应该特别注意的地方,这些标志的意义如下:警告表示用户必须严格遵守的规则。

锐捷路由器RSR10&20命令参考 第一部份 基础配置命令参考


第一部份 基础配置命令参考.doc
目录
6.1.3 cp ............................................................................................................. 30 6.1.4 ls .............................................................................................................. 30 6.1.5 makefs ..................................................................................................... 31 6.1.6 mkdir ........................................................................................................ 32 6.1.7 mv ............................................................................................................ 32 6.1.8 pwd .......................................................................................................... 33 6.1.9 rm............................................................................................................. 34 6.1.10 rmdir....................................................................................................... 34 第七章 系统日志命令 ...................................................................................................... 36 7.1 配置相关命令..................................................................................................... 36 7.1.1 logging on ................................................................................................ 36 7.1.2 terminal monitor..................................................................................... 37 7.1.3 logging buffered ....................................................................................... 38 7.1.4 logging ..................................................................................................... 39 7.1.5 logging file flash ....................................................................................... 40 7.1.6 service sequence-numbers ...................................................................... 41 7.1.7 service timestamps .................................................................................. 42 7.1.8 logging console ........................................................................................ 43 7.1.9 logging monitor ........................................................................................ 44 7.1.10 logging trap ............................................................................................ 45 7.1.11 logging source interface ......................................................................... 45 7.1.12 logging source ip.................................................................................... 46 7.1.13 logging facility ........................................................................................ 47 7.1.14 more flash .............................................................................................. 49 7.1.15 clear logging .......................................................................................... 49 7.2 显示相关命令..................................................................................................... 50 7.2.1 show logging ............................................................................................ 50 第八章 配置SNMP命令................................................................................................... 53 8.1 配置相关命令..................................................................................................... 53 8.1.1 no snmp-server ........................................................................................ 53 8.1.2 snmp-server chassis-id ............................................................................ 54 8.1.3 snmp-server community........................................................................... 54 8.1.4 snmp-server contact ................................................................................ 55 8.1.5 snmp-server enable traps ........................................................................ 56 8.1.6 snmp-server host ..................................................................................... 57 8.1.7 snmp-server location................................................................................ 58 8.1.8 snmp-server packetsize ........................................................................... 58 8.1.9 snmp-server queue-length ....................................................................... 59 8.1.10 snmp-server system-shutdown .............................................................. 60 8.1.11 snmp-server trap-source ........................................................................ 60 8.1.12 snmp-server trap-timeout ....................................................................... 61 8.1.13 snmp-server user ................................................................................... 61 8.1.14 snmp-server group................................................................................. 62 8.1.15 snmp-server view................................................................................... 63

锐捷路由器配置手册之欧阳引擎创编

锐捷路由器配置手册欧阳引擎(2021.01.01)目录:路由器基础:路由器的几种配置方法控制台远程登录其它配置方法命令行(CLI)操作命令模式命令模式的切换CLI命令的编辑技巧常见CLI错误提示使用no 和default 选项配置文件的保存、查看与备份查看配置文件保存配置文件删除配置文件备份配置文件文件系统文件系统概述文件操作目录操作系统文件的备份与升级搭建环境用TFTP传输文件用Xmodem传输文件ROM监控模式密码丢失的解决方法路由器的基本配置:配置主机名配置口令配置控制台口令配置远程登录口令配置特权口令配置以太网接口以太网接口的一般配置配置多个IP地址配置MAC地址接口信息的查看配置同步串行口同步串行口的一般配置配置反转时钟配置链路封装协议配置线路编解码方式忽略DCD信号接口信息的查看配置回环接口回环接口的配置接口信息的查看配置路由:静态路由和缺省路由的配置配置静态路由配置默认路由配置缺省网络配置可被动态路由覆盖的静态路由RIP协议的配置RIP协议的一般配置RIP协议参数的配置OSPF协议的配置OSPF协议的一般配置广域网协议配置:HDLC协议配置配置接口的HDLC封装配置keepalive时间PPP协议配置配置接口的PPP封装配置PPP协商超时时间配置CHAP验证配置CHAP服务端配置CHAP客户端配置双向CHAP验证配置PAP验证配置PAP服务端配置PAP客户端配置双向PAP验证帧中继协议配置点到点的帧中继配置点到点子接口的帧中继配置NAT的配置:静态NAT配置静态NAT的配置静态NAPT的配置动态NAT配置动态NAT的配置动态NAPT的配置接口动态NAPT的配置重叠地址NAT配置外部源地址的静态NAT配置外部源地址的动态NAT配置TCP负载均衡NAT信息的查看DHCP的配置:DHCP服务器的配置启用DHCP服务器配置DHCP地址池配置选项配置DHCP地址绑定DHCP中继代理的配置访问控制列表的配置:标准访问控制列表的配置标准ACLs的语句规则配置标号的标准ACLs配置命名的标准ACLs扩展访问控制列表的配置扩展ACLs的语句规则配置标号的扩展ACLs配置命名的扩展ACLs MAC扩展访问列表的配置MAC扩展ACLs的语句规则配置标号的MAC扩展ACLs配置命名的MAC扩展ACLsExpert扩展访问列表的配置Expert扩展ACLs的语句规则配置标号的Expert扩展ACLs配置命名的Expert扩展ACLs其它形式的访问列表带序号的ACLs带时间区的ACLs第一部分路由器基础:路由器的几种配置方法控制台用一台计算机作为控制台和网络设备相连,通过计算机对网络设备进行配置。

锐捷NBR系列路由器用户手册


建议:
建议由熟悉电气环境、线缆连接以及有实际安装和配置路由器经验的专业技术人员 进行安装和配置。
这份手册包括以下章节:
z 第一章 产品介绍 介绍了锐捷 NBR 系列路由器的外观图以及系统特性;
z 第二章 安装路由器前的准备 描述了安装路由器的环境要求、安装前和安装过程中需要注意的事项、安装所需工 具。
z 第七章 路由器的维护 介绍如何进行路由器的维护和升级。
感谢您选择锐捷 NBR 系列路由器!
说明:
该安装手册只介绍如何安装锐捷 NBR 系列路由器,以及一些常用功能的配置指南, 要对路由器进行更进一步的配置,请参考随机光盘中的配置指南和命令参考。 在本手册中,锐捷 RG-NBRxxx 系列路由器简称为锐捷 NBRxxx 系列路由器。 详细的说明和配置以随机附带的光盘为准,如果因为时间而有改变,恕不另行通知。
1.2
锐捷路由器特点...... 11
1.2.1 丰富的协议支持............................................................................................................... 11
1.2.4 良好的安全性................................................................................................................... 12
1.2.5 方便的升级途径............................................................................................................... 12

锐捷路由器配置流程(2023最新版)

锐捷路由器配置流程锐捷路由器配置流程一、准备工作⒈确保已经购买了合适的锐捷路由器设备。

⒉确定所需的网络拓扑结构。

⒊获取所需的网络参数,如IP地质、子网掩码、网关地质等。

⒋确定所需的服务配置,如DHCP、VPN等。

⒌确定管理员用户名和密码。

二、物理连接⒈将路由器设备与网络设备(如交换机)进行物理连接,确保连接正常。

⒉检查电源连接是否稳定,并开启设备电源。

三、登录路由器管理界面⒈打开浏览器,输入路由器的默认管理地质(通常为19⑴6⒏⑴)。

⒉输入管理员用户名和密码,登录。

四、初始化设置⒈进入路由器管理界面后,首先进行初始化设置。

⒉设置设备的主机名,用于标识设备。

⒊设置设备的时区和时间,确保时间同步。

⒋配置设备的管理员邮箱,用于接收设备的警报和通知。

五、网络配置⒈设置WAN口(广域网口)的连接类型,根据网络供应商提供的信息选择PPPoE、静态IP或动态IP。

⒉根据网络提供商的要求,正确配置WAN口的参数,如IP地质、子网掩码、网关地质等。

⒊根据网络需求,配置LAN口(局域网口)的参数,如IP地质、子网掩码等。

六、服务配置⒈配置DHCP服务,指定局域网上的IP分配范围、网关地质等。

⒉配置NAT服务,将内网IP地质和端口映射到外网。

⒊配置端口转发,允许外部访问特定的内部服务器或服务。

⒋配置VPN服务,提供远程访问和安全连接功能。

⒌其他服务根据需要进行相应的配置。

附件:本文档无附件。

法律名词及注释:⒈管理员用户名和密码:用于登录管理界面,具有最高的操作权限。

⒉IP地质:互联网协议地质,用于在网络中标识设备的唯一标识符。

⒊子网掩码:用于划分网络中的子网,配合IP地质确定网络范围。

⒋网关地质:网络设备与其他网络的连接点,用于数据的传输。

⒌DHCP:动态主机配置协议,用于自动分配和管理IP地质。

⒍NAT:网络地质转换,将内网IP地质转换为合法的公网IP地质。

⒎端口转发:将路由器接收到的数据转发到内网特定的服务器或服务。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
相关文档
最新文档