网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

阅读下列广域网路由基本技术的应用,分析路由器的配置命令,

实例:通过Cisco 2501连接A局域网与B局域网,如图5-1所示。

假设实验条件如下:

A网:202.96.199.0~202.96.199.255

B网:202.97.76.0~202.97.76.31

DNS Server:202.96.199.2(主),202.96.199.3(备)

所属域:xxx.com

广域网互联:需要一个包含4个IP地址(2个可用p)的子网,定为:202.98.0.0~ 202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128 kbps。具体网络参数分配表如下:

首先进入路由器:将计算机串行口连接到路由器的Console口,使用Netterm或者超级终端之类的软件登录。

Router>en

passwd:******(输入超级口令)

全局配置:(A、B网相同)

Routerconfig terminal(切换到配置状态)

Router(config)enable secret my-root-password(定义超级口令)

Router(config)ip host Router-A(定义路由器名.B网为Router-B)

Router(config)ip domain-name (1)

Router(config)nameserver 202.96.199.2(定义主域名服务器)

Router(config)nameserver 202.96.199.3(定义备域名服务器)

Router(config)ip classless

Router(config)line (2)

(定义5个telnet虚终端,即可以同时有5个人登录本路由器)

Router(config-line)password my-telnet-password(定义telnet口令)

Router(config-line)exit

Router(config)exit

地址和路由配置

/****** A网路由器 ******/

Router-Aconfig terminal(切换到配置状态)

Router-A(config)intefface e()(配置 Ethernet 0 口)

Router-A(config-if)description the LAN port link to my local network(端口说明)

Router-A(config-if)ip address (3)

Router-A(config-if)no shutdown(激活端口)

Router-A(config-if)exit

Router-A(config)4finterface s()(配置Serial()口)

Router-A(config-if)description the WAN port link to Router-B(端口说明)

Router-A(config-if)ip add 202.98.0.1 255.255.255.252(定义互联广域网IP地址)

Router-A(config-if)bandwidth 128(定义端口速率,单位kbps)

Router-A(config-if)no shutdown(激活端口)

Router-A(config-if)exit

Router-A(config)ip route (4)

Router-A(config)exit

Router-Awr m(保存配置)

/****** B网络由器 ******/

Router-Bconfig terminal

Router-B(config)interface e()

Router-B(config-if)deseription the LAN port link to my local network(端口说明)

Router-B(config-if)ip add 202.97.76.1 255.255.255.224

(定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

Router-B(config-if)no shutdown

Router-B(config-if)exit

Router-B (config)interface sO

Router-B(config-if)description the WAN port link to Router-A(端品说明)

Router-B(config-if)ip add 202.98.0.2 255.255.255.252

Router-B (config-if)bandwidth 128

Router-B(config-if)no shutdown

Router-B (config-if)exit

Router-B(config)ip route (5)

Router-B(config)exit

Router-Bwr m(保存配置)


参考答案

更多 “ 阅读下列广域网路由基本技术的应用,分析路由器的配置命令,实例:通过Cisco 2501连接A局域网与B局域网,如图5-1所示。假设实验条件如下:A网:202.96.199.0~202.96.199.255B网:202.97.76.0~202.97.76.31DNS Server:202.96.199.2(主),202.96.199.3(备)所属域:xxx.com广域网互联:需要一个包含4个IP地址(2个可用p)的子网,定为:202.98.0.0~ 202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128 kbps。具体网络参数分配表如下:首先进入路由器:将计算机串行口连接到路由器的Console口,使用Netterm或者超级终端之类的软件登录。Router>enpasswd:******(输入超级口令)全局配置:(A、B网相同)Routerconfig terminal(切换到配置状态)Router(config)enable secret my-root-password(定义超级口令)Router(config)ip host Router-A(定义路由器名.B网为Router-B)Router(config)ip domain-name (1)Router(config)nameserver 202.96.199.2(定义主域名服务器)Router(config)nameserver 202.96.199.3(定义备域名服务器)Router(config)ip classlessRouter(config)line (2)(定义5个telnet虚终端,即可以同时有5个人登录本路由器)Router(config-line)password my-telnet-password(定义telnet口令)Router(config-line)exitRouter(config)exit地址和路由配置/****** A网路由器 ******/Router-Aconfig terminal(切换到配置状态)Router-A(config)intefface e()(配置 Ethernet 0 口)Router-A(config-if)description the LAN port link to my local network(端口说明)Router-A(config-if)ip address (3)Router-A(config-if)no shutdown(激活端口)Router-A(config-if)exitRouter-A(config)4finterface s()(配置Serial()口)Router-A(config-if)description the WAN port link to Router-B(端口说明)Router-A(config-if)ip add 202.98.0.1 255.255.255.252(定义互联广域网IP地址)Router-A(config-if)bandwidth 128(定义端口速率,单位kbps)Router-A(config-if)no shutdown(激活端口)Router-A(config-if)exitRouter-A(config)ip route (4)Router-A(config)exitRouter-Awr m(保存配置)/****** B网络由器 ******/Router-Bconfig terminalRouter-B(config)interface e()Router-B(config-if)deseription the LAN port link to my local network(端口说明)Router-B(config-if)ip add 202.97.76.1 255.255.255.224(定义以太网IP地址,子网掩码表示为拥有32个地址的子网)Router-B(config-if)no shutdownRouter-B(config-if)exitRouter-B (config)interface sORouter-B(config-if)description the WAN port link to Router-A(端品说明)Router-B(config-if)ip add 202.98.0.2 255.255.255.252Router-B (config-if)bandwidth 128Router-B(config-if)no shutdownRouter-B (config-if)exitRouter-B(config)ip route (5)Router-B(config)exitRouter-Bwr m(保存配置) ” 相关考题
考题 路由器的端口分为三大类,分别为(): A.局域网口、广域网口、辅助口B.以太网口、广域网口、配置口C.局域网口、同/异步口、配置口D.局域网口、广域网口、配置口

考题 当异种局域网互联,或局域网与广域网相连,或局域网直接连接到某一远程主机上时,都必须配置()。 A、调制解调器B、路由器C、网桥D、网关

考题 路由器a配置如下:如下说法正确的是()A.两端广域网可以联通,但局域网不可以连通B.两端广域网不可以连通,但局域网可以连通C.广域网和局域网都可以连通D.广域网和局域网都不能连通

考题 路由器a的配置为:如下说法正确的是()A.两端广域网可以联通,但局域网不可以连通B.两端广域网不可以连通,但局域网可以连通C.广域网和局域网都可以连通D.广域网和局域网都不能连通

考题 路由器a的配置如下:如下说法正确的是()A.两端广域网可以联通,但局域网不可以连通B.两端广域网不可以连通,但局域网可以连通C.广域网和局域网都可以连通D.广域网和局域网都不能连通

考题 路由器A的配置如下: Quidway#SHOW RUN Now create configuration... Current configuration ! ! interface Ethernet0 ip address 10.1.1.1 255.255.0.0 ip ospf enable area 0.0.0.1 ! interface Serial0 clock-select DTECLK1 encapsulation ppp ip address 2.1.1.1 255.0.0.0 ip ospf enable area 0.0.0.1 ! interface Serial1 encapsulation ppp ! interface Serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit router ospf enable ! end 路由器B配置如下 Quidway#SHOW RUN Now create configuration... Current configuration ! ! interface Ethernet0 ip address 10.2.1.1 255.255.0.0 ip ospf enable area 0.0.0.2 ! interface Serial0 encapsulation ppp ip address 2.1.1.2 255.0.0.0 ip ospf enable area 0.0.0.2 ! interface Serial1 encapsulation ppp ! interface Serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit router ospf enable ! End 如下说法正确的是A、两端广域网可以联通,但局域网不可以连通 B、两端广域网不可以连通,但局域网可以连通 C、广域网和局域网都可以连通 D、广域网和局域网都不能连通

考题 2、现在大量的计算机是通过以太网技术的局域网接入广域网的,而局域网与广域网的互联是通过()实现的。A.桥接器B.路由器C.资源子网D.中继器

考题 现在大量的计算机是通过以太网技术的局域网接入广域网的,而局域网与广域网的互联是通过()实现的。A.桥接器B.路由器C.资源子网D.中继器

考题 一个局域网通过一个路由器接入广域网,若局域网的网络号为202.29.151.0,那么路由器连接此局域网的端口的IP地址只可能为____________。A.202.29.1.1B.202.29.151.1C.202.29.151.0D.202.29.1.0