Cloud Native应用交付

  • 首页
  • 关于本站
  • 个人介绍
  • Downloads
  • Repo
    • Github
    • Container
  • F5
    • F5 Python SDK
    • F5-container
    • F5-LBaaS
  • 社交
    • 联系我
    • 微信/微博
    • 公众号
    • 打赏赞助
行至水穷处 坐看云起时
Cloud Native Application Services: cnadn.net
  1. 首页
  2. 项目案例
  3. 正文

[原创]BSCI第一章实验2之任务2(人邮自学指南BSCI)

2006年07月4日 7091点热度 0人点赞 0条评论

说明:试验一是基本联通性试验,试验二是在这基础上,所以就只贴实验2的过程.
特别说明:书上要求网夹1里在本次试验中只用到了3台路由器,P1R1 ,P1R3 ,BBR1本例子中的R1 R3 R5分别对应P1R1 ,P1R3 ,BBR1
BBR1上的S0口地址我改为172.31.1.5 E0地址改为10.254.0.5

具体的拓扑图 请参看(人邮自学指南BSCI)第一章后面的试验图

下面用红色标记出的是书上没提及的,也就是说没有它实际试验实验是不成功的.
还需要特别注意的是,TFTP服务器如果是一台双网卡电脑的话,尽量再实验的时候关掉暂时不用的那一块网卡,否则你可能需要去配置计算机上的静态路由,且实际中尽管能正确配置静态路由 也未必能实验成功,所以还是关了的干净!

==========BBR1的配置
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r5-2501
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
!
interface Loopback0
 ip address 5.5.5.5 255.0.0.0
!
interface Ethernet0
 ip address 10.254.0.5 255.255.255.0
!
interface Serial0
 ip address 172.31.1.5 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 no arp frame-relay
 frame-relay map ip 172.31.1.1 501 broadcast
 frame-relay map ip 172.31.1.2 502 broadcast
 no frame-relay inverse-arp
!
interface Serial1
 no ip address
 shutdown
!
ip http server
ip classless
ip route 192.168.1.0 255.255.255.0 172.31.1.1
!
!
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
end

================P1R1的配置
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r1-2514
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.0.0.0
!
interface Ethernet0
 ip address 10.1.1.1 255.255.255.0
 ip nat inside
!
interface Ethernet1
 no ip address
 shutdown
!
interface Serial0
 ip address 172.31.1.1 255.255.255.0
 ip nat outside
 encapsulation frame-relay
 no arp frame-relay
 frame-relay map ip 172.31.1.2 102 broadcast
 frame-relay map ip 172.31.1.5 105 broadcast
 no frame-relay inverse-arp
!
interface Serial1
 ip address 10.1.0.1 255.255.255.0
 clock rate 125000
!
ip nat pool bbr 192.168.1.1 192.168.1.254 prefix-length 24
ip nat inside source list 100 pool bbr
ip http server
ip classless
ip route 10.0.0.0 255.0.0.0 172.31.1.5
!
!
access-list 100 permit ip 10.1.1.0 0.0.0.255 10.254.0.0 0.0.0.255
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
end

=========P1R3的配置

!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r3-2514
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
!
interface Loopback0
 ip address 3.3.3.3 255.0.0.0
!
interface Ethernet0
 ip address 10.1.1.3 255.255.255.0
!
interface Ethernet1
 no ip address
 shutdown
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
!
interface Serial1
 ip address 10.1.3.3 255.255.255.0
 clock rate 125000
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
!
!
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
end

可以参考上面的配置去配置另一组设备就是P1R2 P1R4!

下面的这个是P1R1在实验过程中的NAT调试信息:
*Mar  1 02:04:27.247: NAT: s=10.1.1.3->192.168.1.1, d=10.254.0.254 [0]
*Mar  1 02:04:27.407: NAT*: s=10.254.0.254, d=192.168.1.1->10.1.1.3 [7355]
*Mar  1 02:04:27.419: NAT*: s=10.1.1.3->192.168.1.1, d=10.254.0.254 [1]
*Mar  1 02:04:27.507: NAT*: s=10.254.0.254, d=192.168.1.1->10.1.1.3 [7356]
*Mar  1 02:04:27.519: NAT*: s=10.1.1.3->192.168.1.1, d=10.254.0.254 [2]
*Mar  1 02:04:27.555: NAT*: s=10.254.0.254, d=192.168.1.1->10.1.1.3 [7357]
检验了实验的正确.

相关文章

  • 暴风影音DNS事件分析
  • 配置组播(最少配置)
  • [转]RTR/SLA 在多ISP环境下下的应用--已经更新,切换后线路恢复时,已能自动恢复
  • 【原创】用CISCO VPN-Client4.01连接扩展验证-VPN-SERVER配置
  • 【原创】用CISCO VPN-Client4.01连接VPN-SERVER配置
本作品采用 知识共享署名-非商业性使用 4.0 国际许可协议 进行许可
标签: NAT BSCI 试验 实验
最后更新:2006年07月4日

纳米

linjing.io

打赏 点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理。

页面AI聊天助手

纳米

linjing.io

☁️迈向Cloud Native ADC ☁️

认证获得:
TOGAF: ID 152743
Kubernetes: CKA #664
Microsoft: MCSE MCDBA
Cisco: CCNP
Juniper: JNCIS
F5:
F5 Certified Solution Expert, Security
F5 Certified Technology Specialist, LTM/GTM/APM/ASM
F5 Certified BIG-IP Administrator
  • 点击查看本博技术要素列表
  • 归档
    分类
    • AI
    • Automation
    • Avi Networks
    • Cisco ACI
    • CISCO资源
    • F5 with ELK
    • F5-Tech tips
    • F5技术
    • Juniper
    • Linux
    • NGINX
    • SDN
    • ServiceMesh
    • WEB编程
    • WINDOWS相关
    • 业界文章
    • 交换机技术
    • 化云为雨/Openstack
    • 协议原理
    • 容器/k8s
    • 我的工作
    • 我的生活
    • 网站技术
    • 路由器技术
    • 项目案例
    标签聚合
    gtm flannel F5 docker neutron network bigip nginx api irule envoy openstack istio k8s DNS
    最近评论
    汤姆 发布于 8 个月前(09月10日) 嗨,楼主,里面的json怎么下载啊,怎么收费啊?
    汤姆 发布于 8 个月前(09月09日) 大佬,kib的页面可以分享下吗?谢谢
    zhangsha 发布于 1 年前(05月12日) 资料发给我下,谢谢纳米同志!!!!lyx895@qq.com
    李成才 发布于 1 年前(01月02日) 麻烦了,谢谢大佬
    纳米 发布于 1 年前(01月02日) 你好。是的,因为以前下载系统插件在一次升级后将所有的下载生成信息全弄丢了。所以不少文件无法下载。DN...
    浏览次数
    • Downloads - 183,888 views
    • 联系我 - 118,966 views
    • 迄今为止最全最深入的BIGIP-DNS/GTM原理及培训资料 - 117,080 views
    • Github - 103,868 views
    • F5常见log日志解释 - 79,884 views
    • 从传统ADC迈向CLOUD NATIVE ADC - 下载 - 74,952 views
    • Sniffer Pro 4 70 530抓包软件 中文版+视频教程 - 74,320 views
    • 迄今为止最全最深入的BIGIP-DNS/GTM原理及培训资料 - 67,770 views
    • 关于本站 - 61,062 views
    • 这篇文档您是否感兴趣 - 55,543 views
    链接表
    • F5SE创新
    • Jimmy Song‘s Blog
    • SDNlab
    • Service Mesh社区
    • 三斗室
    • 个人profile
    • 云原生社区

    COPYRIGHT © 2023 Cloud Native 应用交付. ALL RIGHTS RESERVED.

    Theme Kratos Made By Seaton Jiang

    京ICP备14048088号-1

    京公网安备 11010502041506号