RSR系列路由器-入门操作

  1. 看文档
  2. 配置软件
  3. 查命令

软件连接配置

SecureCRT软件连接配置

常用命令

enable			// 从用户模式进入特权模式
configure		// 从特权模式进入全局配置模式
interface g0/0		// 从全局配置模式进入 g0/0端口配置模式
router rip		// 从全局配置模式进入 RIP路由协议配置模式

ip address 192.168.3.1 255.255.255.0    // 配置IP地址
ip route 0.0.0.0 0.0.0.0 192.168.2.1    // 配置路由地址

default interface g0/0    // 重置 g0/0端口配置
no ip route 0.0.0.0 0.0.0.0 192.168.2.1    // 取消路由地址的配置

hostname R1		// 全局配置模式下,设置主机名
exit          // 退出当前模式

show run		// 显示主机的配置
show interface		// 显示所有端口信息
posted @ 2022-10-20 16:42  星幕·云影  阅读(320)  评论(0编辑  收藏  举报