下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、ZebOS and OSPFConsulting Perspective,Presented by: Glen TownsendConsultant II214-755-9574G.TownsendF,Agenda,What are we trying to accomplish? What is OSPF What is RHI? Deployment Overview Core Rotuer Configuration LTM OSPF Configuration Verify LTM Licensing Enabling OSPF routing protocol VTYSH ZebOs
2、 configuration on LTM using VTYSH Verify OSPF Peer Connectivity Why isnt it working? Trouble Shooting,What are we trying to accomplish?,Configure a pair of LTMs in Area 0 to advertise routes utilizing OSPF to an upstream router.,The Open Shortest Path First (OSPF) protocol, defined in RFC 2328 , is
3、an Interior Gateway Protocol used to distribute routing information within a single Autonomous System. The OSPF protocol is a link-state, hierarchical interior gateway protocol (IGP) for network routing. Dijkstras algorithm is used to calculate the shortest path tree. It uses cost as its routing met
4、ric. A link state database is constructed of the network topology which is identical on all routers in the area.,What is OSPF?,Core Router Configuration,The Seattle DC router will be configured to point to the self IP address of each LTM and define a OSPF area of 0,router ospf 10 network 1.0.0.0 0.0
5、.0.255 area 0,This specifies to the core router the shared network of the OSPF neighbors and the area.,LTM OSPF Configuration,Verify LTM OSPF Routing Module Licensing Enabling OSPF routing protocol VTYSH ZebOs configuration on LTM using VTYSH Verify OSPF Peer Connectivity Trouble shooting OSPF Peer
6、Connectivity Why isnt it working?,Verify LTM OSPF Routing Module Licensing,From the CLI, run the command “b version | more” and verify that “OSPF Routing Module” is an Enabled Feature,Enabling OSPF Routing Module,From the CLI, run the command “zebos enable OSPF” to enable and start the OSPF routing
7、module.,VTYSH,The /config/ZebOS.conf is the file that contains the ZebOS configuration To enter the ZebOS router configuration mode: VTYSH is a router like command interface to modify and verify the ZebOs configuration. To Start the VTYSH application, from the CLI run the command: vtysh Next change
8、into the router enable mode by running the enable command To View the configuration use the write term command,Deployment Overview,f5-lab# configure terminal f5-lab(config)# log file /var/log/zebos/zebos.log f5-lab(config)# router ospf 10 f5-lab(config-router)# ospf router-id 1.0.0.11 f5-lab(config-
9、router)# redistribute kernel route-map ext-out f5-lab(config-router)# network 1.0.0.0 0.0.0.255 area 0 f5-lab(config-router)# exit f5-lab(config)# access-list kernel-out permit 1.2.0.0/24 f5-lab(config)# route-map ext-out permit 10 f5-lab(config-route-map)# match ip address kernel-out,The Confiure T
10、erminal command takes us into the edit mode Specifies where we will log zebos alerts Defines the routing protocol and the LTMs OSPF process ID Router ID for the LTM, usually the self ip address of the LTM Pulls the UNIX kernel routes and redistributes them into a route map ext-out Sets the common ne
11、twork and OSPF area between the LTM and the router Defines the access list “kernel-out” and sets the network of 1.2.0.0/24 as the outbound advertised route Creates processing priority of a route map called ext-out Specifies the access list kernel-out that specifies the routes that will be advertised
12、,Remove ZebOS.conf from config sync,save.1011.file = /config/ZebOS.conf save.1011.backup = yes save.1011.local = yes,Each LTM of a pair will require a LTM specific router-id. To remove the ZebOS.conf from the config sync list, modify the /usr/libdata/configsync/cs.dat file and add the following line
13、s:,LTM ZebOs Configuration,*Note: Only changes from previous slide is reflected.,router ospf 10 network 1.0.0.0 0.0.0.255 area 0 !,LTM A* router ospf 10 ospf router-id 1.0.0.11 redistribute kernel route-map ext-out network 1.0.0.0 0.0.0.255 area 0 access-list kernel-out permit 1.2.0.0/24 route-map e
14、xt-out permit 10 match ip address kernel-out,LTM B* router ospf 10 ospf router-id 1.0.0.12 redistribute kernel route-map ext-out network 1.0.0.0 0.0.0.255 area 0 access-list kernel-out permit 1.2.0.0/24 route-map ext-out permit 10 match ip address kernel-out,Verifiy OSPF Communication,From the CLI r
15、un the command: sh ip ospf neighbors Verify that the OSPF state is Full,sh ip ospf neighbor OSPF process 10: Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL 1.0.0.240 20 Full/DR 00:00:38 1.0.0.240 external:1.0.0.11 0 0 0,Create a Virtual Server in the 1.2.0.x network,Create a sta
16、ndard virtual server in the 1.2.0.x network on all 4 LTMs,From the core router verify that a OSPF route is in the route table by running the sh ip route ospf command.,sh ip route ospf 1.2.0.0/32 is subnetted, 1 subnets O 1.2.0.56 110/65 via 1.0.0.11, 00:08:58, Ethernet0,Why isnt a OSPF router advers
17、ised to the core routers route table?,Route advertisement must be enabled on the Virtual server address.,Choose the Virtual server IP address, check the Route Advertisement box and choose Update,Verify OSPF Routes on Core,After enabling route advertisement on all LTMs for the 1.2.0.56/32, routes fro
18、m the active LTM will be reflected in the route table.,sh ip route ospf 1.2.0.0/32 is subnetted, 2 subnets O E2 1.2.0.56 110/20 via 1.0.0.11, 00:08:58, Ethernet0 O E2 1.2.0.148 110/20 via 1.0.0.11, 00:08:58, Ethernet0 2.0.0.0/32 is subnetted, 1 subnets O 2.0.0.2 110/65 via 192.168.254.2, 00:08:58, S
19、erial0,Trouble shooting OSPF,OSPF will not stop advertising the routes unless the monitor fails on the pool, disabling all the nodes or the virtual will not stop OSPF from advertising the route. If OSPF is not connecting to a peer, run the sh ip ospf neighbor command to verify the State. One cause o
20、f the router in a ExStart/DR state is mismatch MTU between the routers. sh ip ospf neighbor OSPF process 10: Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL 1.0.0.240 20 ExStart/DR 00:00:33 1.0.0.240 external:1.0.0.11 0 0 0 On the LTM run sh ip ospf interface command and check the MTU size and verify the MT
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- GA/T 2336-2025法医临床学人体体表损伤检验规范
- 社区健康护理服务
- 控油皮肤护理的DIY面膜配方
- 2026年原居安养幸福梦安居区200户改造项目实践
- 2026年湖北随州高三二模高考数学试卷试题(精校打印版)
- 2026年FLAME先进场反磁镜聚变装置建成实现首次等离子体放电技术解析
- 2025年前台服务规范模拟卷
- 2026年全球最大直径智能盾构机“山河号”关键技术参数
- 2026年欧盟固态储氢产品认证与市场准入要求
- 2026年从“新兴支柱产业”到“未来产业”:集成电路6G量子科技梯次布局分析
- 2026年全民国家安全教育题库及答案
- 2025年山东档案职称《档案工作实务》备考试题库及答案
- 吸光光度计课件
- 垃圾运输服务方案及保证措施
- 2026时事政治必考试题库含答案
- 2026年铜川职业技术学院单招职业倾向性考试题库必考题
- 社区院感培训课件
- 电力交易员(中级工)职业鉴定理论考试题库300题答案
- 2026届高考政治一轮复习:统编版必修1~4+选择性必修1~3全7册必背考点提纲汇编
- 桑树坪煤矿12 Mta新井设计
- 安全生产考试中心工作制度
评论
0/150
提交评论