路由器的基本操作
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了路由器的基本操作相关的知识,希望对你有一定的参考价值。
路由器基本命令
Router>? Exec commands: <1-99> Session number to resume exit Exit from the EXEC network connection show Show running system information ssh Open a secure shell client connection telnet Open a telnet connection terminal Set terminal line parameters traceroute Trace route to destination Router>en 图1 [object Object] Router#(显示copy命令后可执行的参数) Router#(进入全局配置模式) Router(config)#(进入路由器端口fa0/0的接口配置模式) Router(config-if)#退回上一级) Router(config)#(直接退回特权模式) Router(config)#(改路由器名字) Router(config)#(设置路由器每日提示信息,motd后是参数设置的终止符) Router(config-if)#(配置接口ip地址) Router(config-if)#(开启该端口) Router#查看端口的状态是否为up,地址等)
以上是关于路由器的基本操作的主要内容,如果未能解决你的问题,请参考以下文章
Express实战 - 应用案例- realworld-API - 路由设计 - mongoose - 数据验证 - 密码加密 - 登录接口 - 身份认证 - token - 增删改查API(代码片段