思科模拟 实验十五:路由器的基本配置命令

news/2024/11/29 8:59:29/

一、实验目的

掌握路由器的基本配置命令

二、实验描述

主要实验内容如下:

1.配置路由器的名字

2.配置路由器的enable、secret、console、vty的密码

3.接口IP地址的配置及时钟

 三、实验拓扑

四、实验设备            

1.R2811   1台        

2.PC     1台       

五、实验步骤

第1步:配置主机名

Router>enable

Router#config terminal

Route(config)#hostname R1

第2步:配置路由器的密码

R1(config)#enable password jsj1

R1(config)#enalbe secret jsj2

R1(config)#line console 0

R1(config-line)#password jsj3

R1(config-line)#login

R1(config-line)#exit

R1(config)#line vty 0 4

R1(config-line)#password jsj4

R1(config-line)#login

R1(config-line)#exit

R1(config)#service password-encryption

第3步:配置banner信息

R1(config)#banner motd #

Enter TEXT message.  End with the character '#'.

Welcome to jsj414 R1 -Authorized users only.#

验证配置:

Press RETURN to get started!

Welcome to jsj414 R1 -Authorized users only.

User Access Verification

Password:

第4步:配置接口IP,接口描述及串口时钟

R1(config)#int s1/0

R1(config-if)#ip add 11.1.1.1 255.255.255.0

R1(config-if)#description s1/0 is DCE

R1(config-if)#clock rate 64000

R1(config-if)#no shutdown

验证配置:

R1#show interfaces serial 1/0

Serial1/0 is down, line protocol is down (disabled)

  Hardware is HD64570

  Description: s1/0 is DCE

  Internet address is 11.1.1.1/24

  MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec, rely 255/255, load 1/255

  Encapsulation HDLC, loopback not set, keepalive set (10 sec)

  Last input never, output never, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/75/0 (size/max/drops); Total output drops: 0

  Queueing strategy: weighted fair

  Output queue: 0/1000/64/0 (size/max total/threshold/drops)

     Conversations  0/0/256 (active/max active/max total)

     Reserved Conversations 0/0 (allocated/max allocated)

  5 minute input rate 0 bits/sec, 0 packets/sec

  5 minute output rate 0 bits/sec, 0 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

     0 packets output, 0 bytes, 0 underruns

     0 output errors, 0 collisions, 2 interface resets

     0 output buffer failures, 0 output buffers swapped out

     0 carrier transitions

     DCD=down  DSR=down  DTR=down  RTS=down  CTS=down

第5步:配置一个环回接口

R1(config)#int loopback 0

R1(config-if)#ip add 11.2.2.2 255.255.255.0

第6步:保存配置文件

R1#copy running-config startup-config (或R1#write memory)

Destination filename [startup-config]?

Building configuration...

[OK]

第7步:常用的show命令

R1#show ip interface brief

R1#show interfaces

R1#show running-config

R1#show startup-config

R1#show veision



http://www.ppmy.cn/news/241477.html

相关文章

谷歌二次验证 Google Authenticator

后台登录要搞令牌,类似于steam令牌、企鹅令牌等等 开启Google的登陆二步验证(即Google Authenticator服务)后用户登陆时需要输入额外由手机客户端生成的一次性密码。 实现Google Authenticator功能需要服务器端和客户端的支持。服务器端负责…

地址池命令 思科理由_思科cisco路由器dhcp动态分配ip地址实现方法

本文实例讲述了思科cisco路由器dhcp动态分配ip地址实现方法。分享给大家供大家参考,具体如下: 一、拓扑图 Router1 F0/0 Switch5 F0/0 Router1 E1/0 VPCS V0/5 Switch5 F0/1 Switch1 F0/0 Switch5 F0/2 Switch2 F0/0 Switch5 F0/3 Switch3 F0/0 Switch5 F0/4 Switch4 F0/0 Sw…

Cisco Packet Tracer思科模拟器中无线网络的基本配置

AP(Access Point)无线接入点,也称无线网桥、无线网关,是一个包含很广的名称,它不仅包含单纯性无线接入点(无线AP),也同样是无线路由器(含无线网关、无线网桥)…

思科策略路由基本配置

PC配置 pc1(config)#int f0/0 pc1(config-if)#ip add 192.168.1.1 255.255.255.0 pc1(config-if)#no shutdown pc1(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254 pc2(config)#int f0/0 pc2(config-if)#ip add 192.168.2.1 255.255.255.0 pc2(config-if)#no shutdown …

无线ap的ntp服务器,怎么配置cisco路由器的NTP

cisco是全世界领先且顶尖的通讯厂商,他出产的路由器功能也是很出色的,那么你知道怎么配置cisco路由器的NTP吗?下面是学习啦小编整理的一些关于怎么配置cisco路由器的NTP的相关资料,供你参考。 配置cisco路由器的NTP的方法: Network Time Protocol(NTP)是用来使计算机时间同…

计算机网络实验(思科模拟器Cisco Packet Tracer)——路由器配置

目录 前言 实验 结语 前言 本次实验将使用思科模拟器Cisco Packet Tracer来完成路由器配置的实验,将通过几个例子来讲述。 实验 例、使用以下设备完成两个校区的相互通讯,共享资源,每个校区利用一台路由器进行连接,且两台路由…

无线路由ntp服务器,CISCO路由器上配置NTP服务器

NTP(Network Time Protocol,网络时间协议)是基于RFC1305的协议,是一个跨越广域网或局域网的复杂的同步时间协议。一般情况下建议配置在路由器上,当然配置在其它设备上都是可以的。接下来我们根据下面的拓扑图来看一下在路由器上配置NTP服务器的方法以及交换机、windows服务器…

无线网ppp服务器失败怎么办,无线路由器ppp失败怎么办

随着互联网时代的崛起,智能设备的普及,SOHO无线路由器的使用也越来越多,那么你知道无线路由器ppp失败怎么办吗?下面是学习啦小编整理的一些关于无线路由器ppp失败的相关资料,供你参考。 无线路由器ppp失败的解决方法: 宽带账号密…