帝用路由控制命令 1登录远程主机 telnet hostname/ip address 2侦测网络的连通性 ping hostname/ip address 3跟踪远程主机的路径信息 traceroute hostnamerip address
1 登录远程主机 telnet hostname/ip address 2 侦测网络的连通性 ping hostname/ip address 3 跟踪远程主机的路径信息 traceroute hostname/ip address 常用路由控制命令
路由基本设置命令 1, hostname name设置路由器名 2, enable secret/ password password设置特权密 码 3, ip routing 启用ip路由 4, interface type number 端口设置 5. no shutdown 激活端口 6, ip address address subnet -mask设置i地址 7, line type number 物理线路设置 ,login 启动登录进程 9, password password 设置登录密码
1,hostname name设置路由器名 2,enable secret/password password 设置特权密 码 3,ip routing 启用ip路由 4,interface type number 端口设置 5,no shutdown 激活端口 6,ip address address subnet-mask 设置ip地址 7,line type number 物理线路设置 8,login 启动登录进程 9,password password 设置登录密码 路由基本设置命令
幸用路由暴命令 1,将当前运行的配置参数复制到MRM Red-Giant#copy running-config startup-config Building configuration OK Red-Giant 2,清空MRAM中的配置参数 Red-Giant*erase startup-config OK Red-Gianti 3,路由器重新启动 Red-Giantifreload Proceed with reload? [confirm
1,将当前运行的配置参数复制到NVRAM Red-Giant#copy running-config startup-config Building configuration... [OK] Red-Giant# 2,清空NVRAM中的配置参数 Red-Giant#erase startup-config [OK] Red-Giant# 3,路由器重新启动 Red-Giant#reload Proceed with reload? [confirm] 常用路由器命令
配置路由器的主机名 Red-Giant(config)hostname labr1
Red-Giant(config)#hostname labr1 配置路由器的主机名
配置路由器口令 配置远程登陆( TELNET)密码 labri(configfline vty 0 4 labri(config-line)#Login labri(config-line)password 123
配置远程登陆(TELNET)密码 labr1(config)#line vty 0 4 labr1(config-line)#login labr1(config-line)#password 123 配置路由器口令