- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实验十一小型企业网静态路由组网实验
一、实验目的
1、使用静态汇总路由与缺省路由实现长沙、株洲、湘潭全网连通
2、掌握静态汇总路由与缺省路由配置
3、掌握等价路由负载均衡(控制层面的等价路由、转发层面的按流或按包负载)
4、掌握浮动静态路由、替代路由的配置与运用,掌握最长掩码匹配原则
5、了解递归查找的原理与黑洞路由的配置
二、实验拓扑
三、实验内容
1、基本信息配置
RT1
Routerenable
//进入特权模式
Router#config terminal
//进入全局模式
Router(config)#hostname RT1
//配置主机名
RT1(config)#no ip domain lookup
//禁用域名查找
RT1(config)#line console 0
//进入console线口
RT1(config-line)#logging synchronous
//自动换行
RT1(config-line)#no login
//配置不需要认证
RT1(config-line)#privilege level 15
//配置获取最高权限
RT1(config-line)#line vty 04
//进入线口
RT1(config-line)#no login
//配置不需要认证
RT1(config-line)#privilege level 15
//配置获取最高权限
RT1(config-line)#exit
//退出
?
RT3
Routerenable
Router#configure terminal
Router(config)#hostname RT3
RT3(config)#no ip domain lookup
RT3(config)#line console 0
RT3(config-line)#logging synchronous
RT3(config-line)#no login
RT3(config-line)#privilege level 15
RT3(config-line)#exec-t 0
RT3(config-line)#exit
RT3(config)#line vty 04
RT3(config-line)#logging synchronous
RT3(config-line)#no login
RT3(config-line)#privilege level 15
RT3(config-line)#exit
?
RT5
Routerenable
Router#configure terminal
Router(config)#hostname RT5
RT5(config)#no ip domain lookup
RT5(config)#line console 0
RT5(config-line)#logging synchronous
RT5(config-line)#no login
RT5(config-line)#privilege level 15
RT5(config-line)#exec-t 0
RT5(config-line)#exit
RT5(config)#line vty 04
RT5(config-line)#logging synchronous
RT5(config-line)#no login
RT5(config-line)#privilege level 15
RT5(config-line)#exit
RT7
Routerenable
Router#configure terminal
Router(config)#hostname RT7
RT7(config)#no ip domain lookup
RT7(config)#line console 0
RT7(config-line)#logging synchronous
RT7(config-line)#no login
RT7(config-line)#privilege level 15
RT7(config-line)#exec-t 0
RT7(config-line)#exit
RT7(config)#line vty 04
RT7(config-line)#logging synchronous
RT7(config-line)#no login
RT7(config-line)#privilege level 15
RT7(config-line)#exit
?
2、局域网接口配置
RT1
RT1(config)#interface ethernet 3/0 (E2/0)
文档评论(0)