科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道应用软件路由优化(二)基于源IP地址的策略路由

路由优化(二)基于源IP地址的策略路由

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

路由优化(二)基于源IP地址的策略路由

作者:ddvip 来源:ddvip 2009年12月30日

关键字: 思科 路由器

  • 评论
  • 分享微博
  • 分享邮件

路由优化(二)基于源IP地址的策略路由

 

基于源IP地址的策略路由

 

R1(config)#interface f0/0

R1(config-if)#ip add 10.1.1.1 255.255.255.0

R1(config-if)#no shut

R1(config-if)#interface s0/0

R1(config-if)#ip add 192.168.1.1 255.255.255.0

R1(config-if)#no shut

R1(config-if)#interface s0/1

R1(config-if)#ip add 192.168.2.1 255.255.255.0

R1(config-if)#no shut

 

R2(config)#interface s0/0

R2(config-if)#ip add 192.168.1.2 255.255.255.0

R2(config-if)#no shut

R2(config-if)#interface s0/1

R2(config-if)#ip add 192.168.2.2 255.255.255.0

R2(config-if)#no shut

R2(config-if)#interface loopback 0

R2(config-if)#ip add 2.2.2.2 255.255.255.0

 

PC1IP地址为10.1.1.2/24

PC2IP地址为10.1.1.3/24

 

R1(config)#access-list 1 permit 10.1.1.2

R1(config)#access-list 2 permit 10.1.1.3

R1(config)#router map aaa permit 10

R1(config-map)#match ip address 1

R1(config-map)#set ip next-hop 192.168.1.2

 

R1(config)#router map aaa permit 10

R1(config-map)#match ip address 2

R1(config-map)#set ip next-hop 192.168.2.2

 

R1(config)#interface f0/0

R1(config-if)#ip policy route-map aaa

R1(config-if)#exit

R1(config)#router eigrp 1

R1(config)#no auto-summary

R1(config)#network 10.0.0.0

R1(config)#network 192.168.1.0

R1(config)#network 192.168.2.0

 

R2(config)#router eigrp 1

R1(config)#no auto-summary

R1(config)#network 2.0.0.0

R1(config)#network 192.168.1.0

R1(config)#network 192.168.2.0

  这样PC1和PC2走不同的路径到达R2

  出处: http://feiyang.blog.51cto.com/905116/194557

 

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章