- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
路由器基本配置导航
使用 console 线配置路由器:
将 console 线连接主机到路由器
新建终端通讯
所有程序
附件
通讯
超级终端
填入新建连接名称
“连接时使用”中选择 com 口
点击还原成默认值
按确定后敲“回车”键可开始进行配置
路由器模式 :
用户模式:对路由器进行有限的检查,远程访问
Router
特权模式:可对路由器进行详细的检查和测试,文件处理,远程访问。
Router#
通用配置模式--简单的配置命令
Router(config)#
用户模式进入特权模式Routerenable Router#
特权模式进入通用配置模式Router# configure terminal 退出到上一模式
Router#exit
配置它的一般参数,包括: 修改主机名 :hostname
特权口令 :enable password
其中 Console 的 secret、 password 的设置: Router(config)# enable secret ###### Router(config)# enable password #######
Virtual Terminor 的 password 的设置:
Router(config)#line console 0
Router(config)# Line vty 0 4 Router(config-line)#Password ######
Host name 的 设 置 : Router(config)#hostname
查看现在的配置:
Router#show running-config
查看端口状态:
Router#sho ip interface brief
Interface
IP-Address
OK? Method Status
Protocol
Ethernet0
192.168.100.2
YES NVRAM up
up
Loopback0
172.16.1.1
YES manual up
up
Serial0
172.16.0.5
YES manual up
up
Serial1 unassigned YES NVRAM administratively down down
查 看 串 口 是 DCE 还 是 DTE Router#show controllers serial 0-1 prasit#show controllers serial 0
HD unit 0, idb = 0x1D3A2C, driver structure at 0x1DAFE8 buffer size 1524 HD unit 0, V.35 DCE cable, clockrate 64000 spicey#show controllers serial 1
HD unit 1, idb = 0x153E94, driver structure at 0x15A1F8 buffer size 1524 HD unit 1, V.35 DTE cable
配置以太网口 IP 地址: Routerenable
Router# configure terminal
Router(config)#interface ethernet 0 Router(config-if)#no shutdown
Router(config-if)#ip address 192.168.2.50-55 255.255.255.0
配置串口地址Routerenable Router#configure terminal
Router(config)#interface serial 0 Router(config-if)#no shutdown
Router(config-if)#ip address 192.168.0.1 255.255.255.0 Router(config-if)#encapsulation ppp
Router(config-if)#clock rate 9600 (如果是 DCE 端需要配置时钟速率)
检查路由器的状态:
show version 系统硬件配置,软件版本,引导映像
isco2621xm#show version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.3(5d), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2004 by cisco Systems, Inc. Compiled Wed 09-Jun-04 00:05 by kellythw
Image
您可能关注的文档
最近下载
- Unit 6 Changing for the seasons单元整体教学设计(共六课时)2025-2026学年度人教PEP英语四年级上册.docx VIP
- 中国荨麻疹诊疗指南(2025版).docx VIP
- 急性消化道出血的专家共识.pptx VIP
- 全国中等职业学校管理平台系统操作指南(2022标准版)(1).pptx VIP
- 个人简历模板个人简历模板.docx VIP
- JTT 1502-2024 直升机救生员搜救作业手势信号要求.pdf VIP
- 2025年河北石家庄晋州市人民医院公开招录劳动聘用人员52名笔试备考试题及答案解析.docx VIP
- 人教金学典同步解析与测评五年级上册数学.pdf VIP
- 体例格式9:工学一体化课程《windows服务器基础配置与局域网组建》任务1学习任务工作页.docx VIP
- 宾馆酒店住宿用餐协议.docx VIP
原创力文档


文档评论(0)