博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NA-NP-IE系列实验53:帧中继环境下BMA 模式
阅读量:6071 次
发布时间:2019-06-20

本文共 11332 字,大约阅读时间需要 37 分钟。

实验53:帧中继环境下BMA 模式
1.
实验目的
通过本实验可以掌握:
(1)帧中继静态映射及broadcast 参数的含义
(2)BMA 模式下的DR 选举
(3)BMA 模式下OSPF 的配置和调试
2.
拓扑结构
实验拓扑
 
3.
实验步骤
 
注:
(1)在Hub-and-Spoke 结构中,BMA 也要控制DR 选举,确保处于“Hub”端的路由器
为DR。
(2)BMA 模式下,邻居关系自动通过Hello 包建立和维持。
 
 
r1(config)#int loo 1
r1(config-if)#ip add
*Mar  1 00:03:08.331: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
r1(config-if)#ip add 1.1.1.1 255.255.255.0
r1(config-if)#ip ospf net point-to-point
r1(config-if)#no sh
r1(config-if)#exit
r1(config)#int s0/0
r1(config-if)#ip add 172.16.1.1 255.255.255.0
r1(config-if)#enca frame
r1(config-if)#no sh
r1(config-if)#
*Mar  1 00:04:25.119: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
r1(config-if)#
*Mar  1 00:04:36.119: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
r1(config-if)#frame-relay map ip 172.16.1.2 101
r1(config-if)#frame-relay map ip 172.16.1.3 102 broadcast
r1(config-if)#frame-relay map ip 172.16.1.2 101 broadcast
r1(config-if)#frame-relay map ip 172.16.1.1 101         
r1(config-if)#no fram inver
r1(config-if)#ip ospf net broadcast
r1(config-if)#no sh
r1(config-if)#exit
r1(config)#router ospf 1
r1(config-router)#router-id 1.1.1.1
r1(config-router)#net 1.1.1.0 0.0.0.255 area 0
r1(config-router)#net 172.16.1.0 0.0.0.255 area 0
r1(config-router)#
*Mar  1 00:10:27.735: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial0/0 from LOADING to FULL, Loading Done
r1(config-router)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback1
   
  2.0.0.0/24 is subnetted, 1 subnets
O       2.2.2.0 [110/65] via 172.16.1.2, 00:02:28, Serial0/0
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
这里出现了一个问题,就是
R1
没有到
3.3.3
.3
的路由,可以通过关闭水平分割来解决:
r1(config-if)#no ip split-horizon
 
r1(config-router)#
*Mar  1 00:13:30.511: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on Serial0/0 from LOADING to FULL, Loading Done
r1(config-router)#exit
r1(config)#int s0/0
r1(config-if)#no ip s?
sap              security  service  split-horizon
summary-address 
 
r1(config-if)#no ip split-hori
r1(config-if)#no ip split-horizon
r1(config-if)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback1
     2.0.0.0/24 is subnetted, 1 subnets
O       2.2.2.0 [110/65] via 172.16.1.2, 00:03:30, Serial0/0
     3.0.0.0/24 is subnetted, 1 subnets
O       3.3.3.0 [110/65] via 172.16.1.3, 00:03:30, Serial0/0//
出现了到
3.3.3.3
的路由
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
r1(config-if)#do sh ip ospf int
Serial0/0 is up, line protocol is up
  Internet Address 172.16.1.1/24, Area 0
  
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 64
//
网络类型为BROADCAST
 
  Transmit Delay is 1 sec, State DR, Priority 1
  Designated Router (ID) 1.1.1.1, Interface address 172.16.1.1
  Backup Designated router (ID) 3.3.3.3, Interface address 172.16.1.3
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
//BMA 
模式下,Hello 周期为10 
 
    oob-resync timeout 40
    Hello due in 00:00:03
  Supports Link-local Signaling (LLS)
  Index 2/2, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 1, maximum is 1
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 2, Adjacent neighbor count is 2
    Adjacent with neighbor 2.2.2.2
    Adjacent with neighbor 3.3.3.3  (Backup Designated Router)
  Suppress hello for 0 neighbor(s)
Loopback1 is up, line protocol is up
  Internet Address 1.1.1.1/24, Area 0
  Process ID 1, Router ID 1.1.1.1, Network Type POINT_TO_POINT, Cost: 1
  Transmit Delay is 1 sec, State POINT_TO_POINT,
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    oob-resync timeout 40
  Supports Link-local Signaling (LLS)
  Index 1/1, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 0, maximum is 0
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 0, Adjacent neighbor count is 0
  Suppress hello for 0 neighbor(s)
r1(config-if)#
r1(config-if)#do sh ip ospf nei detail
 Neighbor 2.2.2.2, interface address 172.16.1.2
    In the area 0 via interface Serial0/0
    Neighbor priority is 1, State is FULL, 6 state changes
    DR is 172.16.1.1 BDR is 172.16.1.2
    Options is 0x52
    LLS Options is 0x1 (LR)
    Dead timer due in 00:00:38
    Neighbor is up for 00:07:20
    Index 1/1, retransmission queue length 0, number of retransmission 1
    First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
    Last retransmission scan length is 1, maximum is 1
    Last retransmission scan time is 0 msec, maximum is 0 msec
 Neighbor 3.3.3.3, interface address 172.16.1.3
    In the area 0 via interface Serial0/0
    Neighbor priority is 1, State is FULL, 6 state changes
    DR is 172.16.1.1 BDR is 172.16.1.3
    Options is 0x52
    LLS Options is 0x1 (LR)
    Dead timer due in 00:00:31
    Neighbor is up for 00:04:57
    Index 2/2, retransmission queue length 0, number of retransmission 0
    First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
    Last retransmission scan length is 0, maximum is 0
    Last retransmission scan time is 0 msec, maximum is 0 msec
r1(config-if)#
r1(config-if)#
r1(config-if)#
r1(config-if)#
 
 
r2(config)#int loo 1
r2(config-if)#ip add 2..
*Mar  1 00:00:40.243: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
r2(config-if)#ip add 2.2.2.2 255.255.255.0
r2(config-if)#ip ospf net point-to-point
r2(config-if)#exit
r2(config)#int s0/0
r2(config-if)#ip add 172.16.1.2 255.255.255.0
r2(config-if)#encap frame
r2(config-if)#no sh
r2(config-if)#
*Mar  1 00:01:27.967: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
r2(config-if)#
*Mar  1 00:01:38.967: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
r2(config-if)#fram map ip 172.16.1.1 201 broadcast
r2(config-if)#fram map ip 172.16.1.3 201 broadcast
r2(config-if)#fram map ip 172.16.1.2 201          
r2(config-if)#no fram inver
r2(config-if)#ip ospf net broadcast
r2(config-if)#no sh
r2(config-if)#exit
r2(config)#router ospf 1
r2(config-router)#router-id 2.2.2.2
r2(config-router)#net 2.2.2.0
% Incomplete command.
 
r2(config-router)#net 2.2.2.0 0.0.0.255 area 0
r2(config-router)#net 172.16.1.0 0.0.0.255 area 0
r2(config-router)#
*Mar  1 00:10:27.983: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0 from LOADING to FULL, Loading Done
r2(config-router)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     1.0.0.0/24 is subnetted, 1 subnets
O       1.1.1.0 [110/65] via 172.16.1.1, 00:02:44, Serial0/0
     2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Loopback1
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
r2(config-router)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     1.0.0.0/24 is subnetted, 1 subnets
O       1.1.1.0 [110/65] via 172.16.1.1, 00:03:39, Serial0/0
     2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Loopback1
     3.0.0.0/24 is subnetted, 1 subnets
O       3.3.3.0 [110/65] via 172.16.1.3, 00:03:39, Serial0/0
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
r2(config-router)#
 
 
r3(config)#int loo 1
r3(config-if)#ip add
*Mar  1 00:01:49.427: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
r3(config-if)#ip add 3.3.3.3 255.255.255.0
r3(config-if)#ip ospf net point-to-point
r3(config-if)#exit
r3(config)#int s0/0
r3(config-if)#ip add 172.16.1.3 255.255.255.0
r3(config-if)#enca frame
r3(config-if)#no sh
r3(config-if)#
*Mar  1 00:02:48.631: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
r3(config-if)#
*Mar  1 00:02:59.631: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
r3(config-if)#fram map ip 172.16.1.1 302 broadcast
r3(config-if)#fram map ip 172.16.1.2  302 broadcast
r3(config-if)#fram map ip 172.16.1.3  302         
r3(config-if)#no fram inver
r3(config-if)#ip ospf net broadcast
r3(config-if)#no sh
r3(config-if)#exit
r3(config)#router ospf 1
r3(config-router)#router-id 3.3.3.3
r3(config-router)#net 3.3.3.0 0.0.0.255 area 0
r3(config-router)#net 172.16.1.0 0.0.0.255 area 0
r3(config-router)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     3.0.0.0/24 is subnetted, 1 subnets
C       3.3.3.0 is directly connected, Loopback1
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
r3(config-router)#
*Mar  1 00:13:30.847: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0 from LOADING to FULL, Loading Done
r3(config-router)#do sh ip route
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 route
 
Gateway of last resort is not set
 
     1.0.0.0/24 is subnetted, 1 subnets
O       1.1.1.0 [110/65] via 172.16.1.1, 00:03:45, Serial0/0
     2.0.0.0/24 is subnetted, 1 subnets
O       2.2.2.0 [110/65] via 172.16.1.2, 00:03:45, Serial0/0
     3.0.0.0/24 is subnetted, 1 subnets
C       3.3.3.0 is directly connected, Loopback1
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Serial0/0
r3(config-router)#do sh
 
本文转自gauyanm 51CTO博客,原文链接:http://blog.51cto.com/gauyanm/245914,如需转载请自行联系原作者
你可能感兴趣的文章
python数据分析之基情的择天记
查看>>
技术 | Python从零开始系列连载(二十七)
查看>>
让网站Http重定向Https并进行百度Https认证
查看>>
spring 配置文件 xsd 过高导致启动不起来
查看>>
Confluence 6 可能配置的图
查看>>
周大侠啊 进击的 JavaScript(一) 之 类型转换
查看>>
阿里要修高速,智能的!
查看>>
Go入门教程
查看>>
Python2和Python3的区别
查看>>
Java继承中的几道面试题
查看>>
Twitch如何实现转码器比FFmepg性能提升65%?(上)
查看>>
4. VPP源码分析(graph node(2))
查看>>
Mysql 下 Insert、Update、Delete、Order By、Group By注入
查看>>
关于Python pandas模块输出每行中间省略号问题
查看>>
WebRTC的拥塞控制和带宽策略
查看>>
Xamarin Android自定义文本框
查看>>
手把手教你搭建一个基于Java的分布式爬虫系统
查看>>
全面了解 Nginx 主要应用场景
查看>>
从零开始学 Web 之 CSS(五)可见性、内容移除、精灵图、属性选择器、滑动门...
查看>>
必应搜索昨日起出现大规模的无法访问
查看>>