当前位置: 首页 > news >正文

微信网站网址口碑营销方案

微信网站网址,口碑营销方案,论坛网站模板免费下载,天津市城乡建设部网站首页实验拓扑 实验需求#xff1a; 1 R4为ISP#xff0c;其上只能配置IP地址; R4与其他所有直连设备间均使用公有IP 2 R3-R5/6/7为MGRE环境#xff0c;R3为中心站点 ; 3 整个OSPF环境IP基于172.16.0.0/16划分; 4 所有设备均可访问R4的环回; 5 减少LSA的更新量#xff0c;加快收… 实验拓扑 实验需求 1 R4为ISP其上只能配置IP地址; R4与其他所有直连设备间均使用公有IP 2 R3-R5/6/7为MGRE环境R3为中心站点 ; 3 整个OSPF环境IP基于172.16.0.0/16划分; 4 所有设备均可访问R4的环回; 5 减少LSA的更新量加快收敛保障更新安全; 6 全网可达 IP配置 先配置公网IP再配置私网IP ISPR4 interface Serial3/0/0link-protocol pppip address 46.1.1.2 255.255.255.0 # interface Serial4/0/0link-protocol pppip address 34.1.1.2 255.255.255.0 # interface Serial4/0/1link-protocol pppip address 45.1.1.2 255.255.255.0 # interface GigabitEthernet0/0/0ip address 47.1.1.2 255.255.255.0 # interface LoopBack0ip address 4.4.4.4 255.255.255.0 #R3 # interface Serial4/0/0link-protocol pppip address 34.1.1.1 255.255.255.0 # interface GigabitEthernet0/0/0ip address 172.16.32.131 255.255.255.248 # interface LoopBack0ip address 172.16.34.1 255.255.255.128 #R5 # interface Serial4/0/0link-protocol pppip address 45.1.1.1 255.255.255.0 # interface LoopBack0ip address 172.16.1.1 255.255.255.128 #R6 # interface Serial4/0/0link-protocol pppip address 46.1.1.1 255.255.255.0 # interface GigabitEthernet0/0/0ip address 172.16.64.1 255.255.255.252 # interface LoopBack0ip address 172.16.1.129 255.255.255.128 #R7 # interface GigabitEthernet0/0/0ip address 47.1.1.1 255.255.255.0 # interface GigabitEthernet0/0/1ip address 172.16.96.1 255.255.255.252 # interface LoopBack0ip address 172.16.2.1 255.255.255.128 #配置私网IP R1 # interface GigabitEthernet0/0/0ip address 172.16.32.129 255.255.255.248 # interface LoopBack0ip address 172.16.33.1 255.255.255.128 #R2 # interface GigabitEthernet0/0/0ip address 172.16.32.130 255.255.255.248 # interface LoopBack0ip address 172.16.33.129 255.255.255.128 #R8 # interface GigabitEthernet0/0/0ip address 172.16.96.2 255.255.255.252 ospf authentication-mode md5 1 cipher %$%$-6D,Eji%RNS3W;WS1eq/sYl1%$%$ospf timer hello 5 # interface GigabitEthernet0/0/1ip address 172.16.96.5 255.255.255.252 # interface LoopBack0ip address 172.16.97.1 255.255.255.128 #R9 # interface GigabitEthernet0/0/1ip address 172.16.128.1 255.255.255.252 # interface LoopBack0ip address 172.16.129.1 255.255.255.128 #R10 # interface GigabitEthernet0/0/0ip address 172.16.128.2 255.255.255.252 # interface LoopBack0ip address 172.16.129.129 255.255.255.128 #R11 # interface GigabitEthernet0/0/0ip address 172.16.64.2 255.255.255.252 # interface GigabitEthernet0/0/1ip address 172.16.64.5 255.255.255.252 # interface LoopBack0ip address 172.16.65.1 255.255.255.128 #R12 # interface GigabitEthernet0/0/0ip address 172.16.64.6 255.255.255.252 # interface LoopBack0ip address 172.16.160.1 255.255.240.0 # interface LoopBack1ip address 172.16.176.1 255.255.240.0 #配置公网路由 R3 # ip route-static 0.0.0.0 0.0.0.0 34.1.1.2 ip route-static 172.16.32.0 255.255.224.0 NULL0 #R5 # ip route-static 0.0.0.0 0.0.0.0 45.1.1.2 #R6 # ip route-static 0.0.0.0 0.0.0.0 46.1.1.2 ip route-static 172.16.64.0 255.255.224.0 NULL0 #R7 # ip route-static 0.0.0.0 0.0.0.0 47.1.1.2 ip route-static 172.168.96.0 255.255.224.0 NULL0 #配置MGRE R3 # interface Tunnel0/0/0ip address 172.16.0.129 255.255.255.248 tunnel-protocol gre p2mpsource 34.1.1.1ospf network-type broadcastnhrp entry multicast dynamic #R5 # interface Tunnel0/0/0ip address 172.16.0.130 255.255.255.248 tunnel-protocol gre p2mpsource Serial4/0/0ospf network-type broadcastospf dr-priority 0nhrp entry 172.16.0.129 34.1.1.1 register #R6 # interface Tunnel0/0/0ip address 172.16.0.131 255.255.255.248 tunnel-protocol gre p2mpsource Serial4/0/0ospf network-type broadcastospf dr-priority 0nhrp entry 172.16.0.129 34.1.1.1 register #R7 # interface Tunnel0/0/0ip address 172.16.0.132 255.255.255.248 tunnel-protocol gre p2mpsource GigabitEthernet0/0/0ospf network-type broadcastospf dr-priority 0nhrp entry 172.16.0.129 34.1.1.1 register #OSPF 先配置公网 Area0 R3 # ospf 1 router-id 3.3.3.3 area 0.0.0.0 authentication-mode md5 1 cipher %$%$V2p(Ot,4Ju_$ZlGDRs^P!%$%$network 172.16.0.129 0.0.0.0 #R5 # ospf 1 router-id 5.5.5.5 area 0.0.0.0 authentication-mode md5 1 cipher %$%$uJtD%u5),T65/K3x91s^xE%$%$network 172.16.0.0 0.0.255.255 #R6 # ospf 1 router-id 6.6.6.6 area 0.0.0.0 authentication-mode md5 1 cipher %$%$gtkUAXe1W$Ba0*QPwH5Gs_3c%$%$network 172.16.0.0 0.0.1.255 #R7 # ospf 1 router-id 7.7.7.7 area 0.0.0.0 authentication-mode md5 1 cipher %$%$r]Q2E07%UJj1D-:dr;s_e1%$%$network 172.16.0.0 0.0.3.255 #配置私网 Area1 R1 # ospf 1 router-id 1.1.1.1 area 0.0.0.1 network 172.16.0.0 0.0.255.255 stub #R2 # ospf 1 router-id 2.2.2.2 area 0.0.0.1 network 172.16.0.0 0.0.255.255 stub #R3 #area 0.0.0.1 abr-summary 172.16.32.0 255.255.224.0network 172.16.32.0 0.0.31.255 stub no-summary #Area2 R6 #area 0.0.0.2 abr-summary 172.16.64.0 255.255.224.0network 172.16.64.0 0.0.0.255 nssa no-summary #R11 # ospf 1 router-id 11.11.11.11 area 0.0.0.2 network 172.16.0.0 0.0.255.255 nssa #R12 # ospf 1 router-id 12.12.12.12 asbr-summary 172.16.160.0 255.255.224.0import-route rip 1area 0.0.0.2 network 172.16.64.6 0.0.0.0 nssa #Area3 R7 #area 0.0.0.3 abr-summary 172.16.96.0 255.255.224.0network 172.16.96.0 0.0.0.255 nssa no-summary #R8 # ospf 1 router-id 8.8.8.8 area 0.0.0.3 network 172.16.0.0 0.0.255.255 nssa #R9 # ospf 1 router-id 9.9.9.9 asbr-summary 172.16.128.0 255.255.224.0import-route ospf 2area 0.0.0.3 network 172.16.96.0 0.0.0.255 nssa #Area4 R9 # ospf 2 default-route-advertisearea 0.0.0.4 network 172.16.128.0 0.0.1.255 #R10 # ospf 1 router-id 10.10.10.10 area 0.0.0.4 network 172.16.0.0 0.0.255.255 #ACL控制访问 R3 # acl number 2000 rule 5 permit source 172.16.0.0 0.0.255.255 # interface Serial4/0/0nat outbound 2000 #R6 # acl number 2000 rule 5 permit source 172.16.0.0 0.0.255.255 # interface Serial4/0/0nat outbound 2000 # R7 # acl number 2000 rule 5 permit source 172.16.0.0 0.0.255.255 # interface GigabitEthernet0/0/0nat outbound 2000 #接口认证及更改Hello timer 进入各路由器启用接口配置一下命令 #ospf authentication-mode md5 1 cipher %$%$)LKK$xK!T!]V87a#2sYKg%$%$ospf timer hello 5 #
http://www.hkea.cn/news/14307646/

相关文章:

  • 广告行业网站建设方案wordpress 模版安装
  • dw怎么切片做网站网站建设的注意事项
  • 江西省建设工程安全质量监督管理局网站长沙网站备案
  • 做单页网站盈利案例媒体代发网站
  • 网站布局英文在线做h5 的网站
  • 市场网站建设html论坛模板
  • seo网站优化服务合同东莞公司的网页怎么做的
  • 常州网站建设价格如何建立淘宝客网站
  • 花生壳可以用来做网站吗软件工程最好的培训机构
  • 陕西省建设部官方网站广州市番禺区官网
  • 贷款织梦网站模版深圳画册公司
  • vs2015做网站个人网站建设方法
  • 漯河做网站推广wordpress文章上作者
  • 推广优化网站九龙坡网站建设公司
  • 那些网站是做生鲜的做网站投诉要钱吗
  • 做百度手机网站优专业的深圳网站设计
  • 群晖个人网站建设WordPress文章发布模块
  • 做网站需要的条件深圳营销网站建设模板
  • 临海网站开发公司网站建设好多钱
  • 服务器网站搭建教程网站没有收录
  • 杭州网站设计建设wps怎么做网页
  • 中国建设教育协会的网站如何给自己做的网站加上域名
  • 中职 网站建设与管理什么是网站ui设计
  • 网站备案可以自己备案吗翻书效果的网站
  • 个人做旅游网站的意义网站模版调用标签教程
  • 东莞人才网官方网站百度关键词排名突然没了
  • 公司网站 正式上线wordpress站点语言
  • 北京动力 网站建设大公司做网站的优势
  • 网站建设报价比较武昌做网站
  • 电子商务网站策划书网站建设及维护保密协议