OSPF实验二.doc_第1页
OSPF实验二.doc_第2页
OSPF实验二.doc_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

路由器A上的配置:Routeren 进入特权模式Router#conf t 进入全局模式Router(config)#int f0/0 进入F0/0的接口模式Router(config-if)#ip add 192.168.1.1 255.255.255.0 为F0/0接口配置IP地址Router(config-if)#no shu 激活F0/0接口Router(config-if)#int f1/0 进入F1/0的接口模式Router(config-if)#ip add 10.1.1.1 255.255.255.0 为F1/0接口配置IP地址Router(config-if)#no shu 激活F1/0接口Router(config)#int loopback 0 进入环回接口0的接口模式Router(config-if)#ip add 50.50.50.1 255.255.255.0 为环回接口0配置IP地址用来指定路由器的Router IDRouter(config-if)#no shu 激活环回接口0以上设置环回接口地址是为了指定在OSPF环境下的路由器Router ID号码,标识路由器Router(config)#router ospf 100 在路由器上激活OSPF路由协议,进程号为100Router(config-router)#network 10.1.1.0 0.0.0.255 area 0 宣告10.1.1.0网段划入OSPF的骨干区域Router(config-router)#network 192.168.1.0 0.0.0.255 area 0 宣告192.168.1.0网段划入OSPF的骨干区域Router#sh ip route 查询路由器A的路由表信息Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 50.0.0.0/24 is subnetted, 1 subnetsC 50.50.50.0 is directly connected, Loopback0 172.16.0.0/24 is subnetted, 1 subnetsO 172.16.1.0 110/2 via 192.168.1.2, 00:01:02, FastEthernet0/0 10.0.0.0/24 is subnetted, 2 subnetsO 10.1.2.0 110/2 via 192.168.1.3, 00:01:02, FastEthernet0/0C 10.1.1.0 is directly connected, FastEthernet1/0C 192.168.1.0/24 is directly connected, FastEthernet0/0Router#sh ip ospf neighbor 查看邻居表信息Router#sh ip ospf interface 查看所有与接口有关的OSPF信息路由器B上的配置:Routeren 进入特权模式Router#conf t 进入全局模式Router(config)#int f0/0 进入F0/0的接口模式Router(config-if)#ip add 192.168.1.2 255.255.255.0 为F0/0接口配置IP地址Router(config-if)#no shu 激活F0/0接口Router(config-if)#int f1/0 进入F1/0的接口模式Router(config-if)#ip add 172.16.1.1 255.255.255.0 为F1/0接口配置IP地址Router(config-if)#no shu 激活F1/0接口Router(config)#int loopback 0 进入环回接口0的接口模式Router(config-if)#ip add 50.50.50.2 255.255.255.0 为环回接口0配置IP地址用来指定路由器的Router IDRouter(config-if)#no shu 激活环回接口0以上设置环回接口地址是为了指定在OSPF环境下的路由器Router ID号码,标识路由器Router(config)#router ospf 100 在路由器上激活OSPF路由协议,进程号为100Router(config-router)#network 192.168.1.0 0.0.0.255 area 0 宣告192.168.1.0网段划入OSPF的骨干区域Router(config-router)#network 172.16.1.0 0.0.0.255 area 0 宣告172.16.1.0网段划入OSPF的骨干区域Router#sh ip route 查询路由器B的路由表信息Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 50.0.0.0/24 is subnetted, 1 subnetsC 50.50.50.0 is directly connected, Loopback0 172.16.0.0/24 is subnetted, 1 subnetsC 172.16.1.0 is directly connected, FastEthernet1/0 10.0.0.0/24 is subnetted, 2 subnetsO 10.1.2.0 110/2 via 192.168.1.3, 00:01:35, FastEthernet0/0O 10.1.1.0 110/2 via 192.168.1.1, 00:01:35, FastEthernet0/0C 192.168.1.0/24 is directly connected, FastEthernet0/0Router#sh ip ospf neighbor 查看邻居表信息Router#sh ip ospf interface 查看所有与接口有关的OSPF信息路由器C上的配置:Routeren 进入特权模式Router#conf t 进入全局模式Router(config)#int f0/0 进入F0/0的接口模式Router(config-if)#ip add 192.168.1.3 255.255.255.0 为F0/0接口配置IP地址Router(config-if)#no shu 激活F0/0接口Router(config-if)#int f1/0 进入F1/0的接口模式Router(config-if)#ip add 10.1.2.1 255.255.255.0 为F1/0接口配置IP地址Router(config-if)#no shu 激活F1/0接口Router(config)#int loopback 0 进入环回接口0的接口模式Router(config-if)#ip add 50.50.50.3 255.255.255.0 为环回接口0配置IP地址用来指定路由器的Router IDRouter(config-if)#no shu 激活环回接口0以上设置环回接口地址是为了指定在OSPF环境下的路由器Router ID号码,标识路由器Router(config)#router ospf 100 在路由器上激活OSPF路由协议,进程号为100Router(config-router)#network 192.168.1.0 0.0.0.255 area 0 宣告192.168.1.0网段划入OSPF的骨干区域Router(config-router)#network 10.1.2.0 0.0.0.255 area 0 宣告10.1.2.0网段划入OSPF的骨干区域Router#sh ip route 查询路由器C的路由表信息Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 50.0.0.0/24 is subnetted, 1 subnetsC 50.50.50.0 is directly connected, Loopback0 172.16.0.0/24 is subnetted, 1 subnetsO 172.16.1.0 110/2 via 192.168.1.2, 00:01:40, FastEthernet0/0 10.0.0.0/24 is subnetted,

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论