三级网络技术第7章:路由器及其配置(二)

虽然构建心理表征为导向的学习方法,在应用过程中比较缓慢,但每一步走得都非常扎实、有效。

一. 路由器的工作模式

1. 用户模式

通过console或telnet登录,只读且操作简单,提示符:Router>。

2. 特权模式

用户模式下,enable命令和超级用户密码。管理系统时钟、错误检测、查看和保存配置文件、清除闪存、处理并完成冷启动。全局配置模式下的提示符:

Router >enable

Password:

Router #

3.设置模式

刚出厂的,no:不进入,yes: 设置模式。

4.全局配置模式

特权模式下

configure terminal;
Router #configure terminal
Enter configuration commands, one per line. End with CNTL/Z
Router (config) #

5. 其他配置模式

接口配置模式
Router (config) #int f0/12
Router (config-if) #

虚拟终端配置模式
Router (config) # line vty 0 15
Router (config-line) #

路由协议配置模式
router (config) # router rip
Router (config-router) #

6. RXBOOT模式

密码丢失,恢复密码。


习题1:考查路由器工作模式。

三级网络技术第7章:路由器及其配置(二)_第1张图片
习题1

解析1:用户模式是Console登陆到路由器时,输入密码就可进入的。用户模式下,执行ping,telnet和show version;输入enable和超级用户密码就可进行特权模式;路由器协议配置模式,用于对路由协议的详细配置;全局配置则可以配置主机名、超用口令、TFTP服务器、静态路由(ip route),访问控制列表、多点广播、IP记账等。

习题2:考查工作模式命令提示符

三级网络技术第7章:路由器及其配置(二)_第2张图片
习题2

解析2:在全局配置模式下进行vty虚拟终端配置模式:
Router (config) # line vty 0 15
Router (config-line)#
故选B。


二. 基本操作与配置方法

1. 实训一:配置方式

1)控制端口(console)配置

Console口是一个用来连接配置终端的异步串行口,标准RJ-45,通过Console口,将交换机与配置终端连。在终端上对交换机进行配置。

2)配置准备

超级终端软件计算机,RJ-45到9针或25针异步串行接口的信号电缆(Console线)。硬件连接,一端插入异步串行口(com1或com2),另一端插Console口,异步串行方式。配置超级终端软件,建立超级连接。配置参数中,要求有直接连接和异步串行设定要求。具体步骤是,先进入超级终端配置,从开始->程序->附件->通讯->超级终端;再建立新连接,配置连接时端口;最后进入交换机准备,加电、回车。

3) AUX端口连接Modem。

4)telnet远程登录

必备条件是计算机与路由器与网络连通、访问路由器、预先配置远程登录密码。路由器配置中,任一激活状态接口的IP地址。

5)TFTP服务

拷贝配置文件、修改配置文件。简化的文件传输协议,不支持客户端与服务器间复杂过程且无权限控制。必备条件是Windows PC或Unix服务器和TFTP Server软件。

操作步骤为拷贝配置文件到TFTP Server,从TFTP Server拷贝配置文件到路由器。

6)网络管理协议SNMP

修改路由器配置文件。


三. 基本配置及公用命令

1. 基本配置

1)配置路由器主机名,全局配置名:

Router (config) #hostname Router-phy

Router-phy (config) #

2)配置超级用户口令

Router (config) #enable secret phy123

Router (config) #enable password 7 phy123

Router (config) #

3) 设置系统时钟

calendar set hh:mm:ss <1-31> MONTH <1993-2035>

2. 公用命令

1) 退出命令exit

Router (config-if) #exit
Router (config) #exit
Router #
Router (config-if) #end
Router #

2) 保存配置write

Router #write memory (保存到路由器的NVRAM中)
Router #write network tftp (保存到TFTP服务器中)

3)删除配置write

Router #write erase

4) 基本检测命令

a. telnet 5个

Router >telnet paris
Router >

b. ping

通过echo协议判别网络连通情况,了解路径可靠性,链路延迟时间,目的主机可否到达。
Router >ping 182.105.130.110

c. trace

查询网络数据流向,跟踪测试分组转发路径,任何一台路由器不可到达,出现***,继续尝试,直到用ctrl-shift-6退出。
Router >trace 137.189.11.73

d.show

获得监控路由器的重要信息,了解路由器配置、接口状态、路由表内容、协议工作状况、资源利用情况、路由器软硬件版本。

d-1查看flash

Router > show flash
System flash directory:
File Length Name/status

d-2系统时钟

Router >sh clock
*23:36:09.614 UTC Thu Apr 14 1994
Router>

d-3路由器软硬件版本

Router >sh version
Cisco Internetwork Operating System Software

d-4路由器配置

在特权模式下
Router #sh configuration
Using 6079 out of 32762 bytes

d-5查看路由表

Router #sh ip route
Codes: C-connected, S-Statistic...

d-6 IP路由协议信息

Router #sh ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 16 seconds
Invalid after 180 seconds, hold down 180, flushed after 240


习题3:考查工作模式命令提示符

三级网络技术第7章:路由器及其配置(二)_第3张图片
习题3

解析3:按照基本检测命令d的show命令,d-5查看路由表,Router #sh ip route。故选A。


四. 路由器的配置接口

1.基本配置

配置接口的描述信息、通信方式、接口带宽、IP地址、给接口封闭协议、MAC地址、设置最大传输单元MTU、配置HSRP协议的备份路由、接口的QoS策略

1)接口描述信息

进入接口配置,description

Router (config) #int g6/0
Router (config-if) # description To-XXX University
Router (config-if) #

2)配置接口带宽

bandwidth,kbps

Router (config) #interface POS3/0
Router (config-if) # bandwidth 2500000
Router (config-if) #

3)接口IP地址

ip address

Router (config) #interface f2/3
Router (config-if) # ip address 202.112.7.249 255.255.255.252
Router (config-if) #

4)接口开启与关闭

shutdown, no shutdown

Router (config) # interface f2/3
Router (config-if) # shutdown (关闭接口)
Router (config-if) #
Router (config-if) # no shutdown (开启接口)
Router (config-if) #

2. 局域网接口

1) 标准以太网Ethernet, e

Router (config) # interface Ethernet0
Router (config-if) # description To XXX
Router (config-if) #ip address 202.112.7.4 255.255.255.0
Router (config-if) #bandwidth 10000
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #exit
Router #

Ethernet0接口配置信息如下:


interface Ethernet0
description to XXX
bandwidth 10000
ip address 202.112.7.4 255.255.255.0

2)快速以太网FastEthernet, f

Router (config) # interface f2/1
Router (config-if) # description To XXX
Router (config-if) #ip address 202.112.41.145 255.255.255.240
Router (config-if) #bandwidth 100000
Router (config-if) ##duplex full
Router (config-if) #no ip directed-broadcast
Router (config-if) #no ip proxy-arp
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #exit
Router #

FastEthernet2/1接口配置信息如下:


interface FastEthernet2/1
description to XXX
bandwidth 100000
ip address 202.112.41.145 255.255.255.240
no ip directed-broadcast
no ip proxy-arp
duplex full
!

3)千兆以太网GigabitEthernet, g

Router (config) # interface g0/1
Router (config-if) # description To XXX
Router (config-if) #ip address 202.112.41.49 255.255.255.252
Router (config-if) #bandwidth 1000000
Router (config-if) ##duplex full
Router (config-if) #no ip directed-broadcast
Router (config-if) #no ip proxy-arp
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #exit
Router #

GigabitEthernet0/1接口配置信息如下:


interface GigabitEthernet0/1
description to XXX
bandwidth 1000000
ip address 202.112.41.49 255.255.255.252
no ip directed-broadcast
no negotiation atuo
duplex full
!

3. 广域网接口

1)异步串行接口Asyne, a

用于连接Modem,Cisco 2511提供16个异步串行接口+1个以太网接口

Router (config) # interface a1
Router (config-if) #ip unnumbered ethernet0
Router (config-if) #encapsulation ppp
Router (config-if) #async default ip address 202.112.7.129
Router (config-if) #async dynamic routing
Router (config-if) #async mode interactive
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #exit
Router #

异步串行接口配置信息如下:


interface Async1
ip unnumbered Ethernet0
encapsulation ppp
async default ip address 202.112.7.129
async dynamic routing
async mode interactive
!

2)高速同步串行接口Serial, s

用于DDN专线、帧中继、卫星、微波、配置接口带宽、接口协议和接口IP地址。

Router (config) # interface s1/1
Router (config-if) #description To-shenzhen
Router (config-if) #bandwidth 2048
Router (config-if) #ip address 212.112.41.81 255.255.255.252
Router (config-if) #encapsulation hdlc (封装HDLC或PPP协议)
Router (config-if) #no ip directed-broadcast
Router (config-if) #no ip proxy-arp
Router (config-if) #exit
Router (config) #exit
Router #

高速串行接口配置信息如下:


interface Serial1/1
description To-shenzhen
bandwidth 2048
ip address 212.113.41.81 255.255.255.252
no ip directed-broadcast
no ip proxy-arp
!

3)POS接口

Packet over SONET/SDH,利用SONET/SDH提供的高速传输通道传送IP数据包,POS使用的链路层协议,PPP, HDLC。传输速率155Mbps, 622Mbps, 2.5Gbps, 10Gbps。配置参数,接口带宽、接口地址、链路层协议、帧格式、CRC校验和flag。

全局配置下:
Router (config) # interface POS3/0
Router (config-if) #description To TianJiangDaXue
Router (config-if) #bandwidth 2500000
Router (config-if) #ip address 212.12.37.18 255.255.255.252
Router (config-if) #crc 32 (可选16和32)
Router (config-if) #pos framing sdh
Router (config-if) #no ip directed-broadcast
Router (config-if) #pos flag s1s0 2 (s1s0=00,SONET;
s1s0=10,SDH)
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #exit
Router #

POS接口配置信息如下:


interface POS3/0
description To TianJingDaXue
bandwidth 2500000
ip address 212.12.37.18 255.255.255.252
no ip directed-broadcast
crc 32
pos framing sdh
no flag s1so 2
!

4. Loopback接口配置

虚接口,没有物理接口对应,也没有与节点相连的物理链路。有效值0~2147483647,掩码255.255.255.255。使网管随时登录,配置管理,作为动态路由协议OSPF和BGP的router id,不受网络故障影响,永远激活。

全局配置下:
Router (config) # int loopback 0
Router (config-if) #ip address 192.167.167.6 255.255.255.255
Router (config-if) #no ip route-cache
Router (config-if) #no ip mroute-cache
Router (config-if) #exit
Router (config) #exit
Router #

loopback接口配置信息如下:


interface loopback0
ip address 192.167.167.6 255.255.255.255
no ip route-cache
no ip mroute-cache
!


习题4:考查异步串行接口和同步串行接口

三级网络技术第7章:路由器及其配置(二)_第4张图片
习题4-1.PNG
三级网络技术第7章:路由器及其配置(二)_第5张图片
习题4-2.PNG
三级网络技术第7章:路由器及其配置(二)_第6张图片
习题4-3.PNG

解析4:异步串行接口上分配的IP子网地址195.223.56.16/28,第一个可用地址为195.223.56.17,串行接口的封装协议为Router (config-if) #encapsulation ppp,故选C。


习题5:考查Loopback接口

三级网络技术第7章:路由器及其配置(二)_第7张图片
习题5.PNG

解析5:loopback可作为OSPF和RIP的outer id,故B错误。


习题6:考查Cisco路由器端口配置

三级网络技术第7章:路由器及其配置(二)_第8张图片
习题6.PNG

解析6:用于DDN专线的是高速同步串行端口,需要s接口连接。因为在R1端口采用的ppp协议,故选A。

至此,完成了路由器的工作模式,基本操作与配置方法,基本配置及公用命令,路由器的配置接口的知识构建。

你可能感兴趣的:(三级网络技术第7章:路由器及其配置(二))