双点双向重发布

实验要求

1.双点双向重发布
双点指的是两台ASBR路由器,双向指的是ASBR两边路由协议互相进行重发布 

[R2]
ospf 1 router-id 2.2.2.2                  
 import-route rip 1                       
 area 0.0.0.0                             
  network 23.1.1.2 0.0.0.0                
#                                         
rip 1                                     
 version 2                                
 network 12.0.0.0                         
 network 2.0.0.0                          
 import-route ospf 1       
[R2]
ospf 1 router-id 4.4.4.4                  
 import-route rip 1                       
 area 0.0.0.0                             
  network 4.4.4.4 0.0.0.0                 
  network 34.1.1.4 0.0.0.0                
#                                         
rip 1                                     
 version 2                                
 network 14.0.0.0                         
 import-route ospf 1                      
#                       

2.所有路由器进行最佳选路
R1和R3设备在访问对端环回地址时为等负载均衡
但是R1访问13.1.1.0网段很明显选上边的路更合适,已经不适合进行等负载均衡,故需要进行干涉选路

<r2>display current-configuration 

 rip metricout ip-prefix aa 10            
#                                         
ospf 1 router-id 2.2.2.2                  
 import-route rip 1 route-policy re13                                          
#                                         
route-policy re13 permit node 10          
 if-match ip-prefix 13                    
 apply cost 10                            
#                                         
route-policy re13 permit node 20          
#                                         
ip ip-prefix aa index 10 permit 3.3.3.0 24
ip ip-prefix aa index 20 permit 34.0.0.0 24
ip ip-prefix 13 index 10 permit 13.0.0.0 24
#                                         





<r4>display current-configuration 
ospf 1 router-id 3.3.3.3                  
 import-route rip 1 route-policy aa       
 area 0.0.0.0                             
  network 3.3.3.3 0.0.0.0                 
  network 34.0.0.3 0.0.0.0                
#                                         
rip 1                                     
 version 2                                
 network 13.0.0.0                         
 filter-policy ip-prefix aa export GigabitEthernet0/0/1
 import-route ospf 1                      
#                                         
route-policy aa permit node 10            
 if-match ip-prefix bb                    
 apply cost 10                            
#                                         
route-policy aa permit node 30            
#                                         
ip ip-prefix aa index 10 deny 24.0.0.0 24 
ip ip-prefix aa index 30 permit 0.0.0.0 0 less-equal 32
ip ip-prefix bb index 10 permit 2.2.2.0 24
ip ip-prefix bb index 20 permit 12.0.0.0 24
#                                         

3.全网均可ping通,无路由回馈

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值