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

网站淘宝推广怎么做手机网站 源码

网站淘宝推广怎么做,手机网站 源码,手机应用开发流程,软件项目报价实验题目及要求#xff1a; 1、分析IP地址分配。 主干IP掩码均为30#xff1b; 环回IP掩码为28#xff0c;方便汇总掩码27#xff1b; 然后预留部分IP地址。 如下图#xff1a; 2、按如上图片要求连接设备#xff0c;并标记好IP分配信息#xff0c;便于命令配置时一…实验题目及要求 1、分析IP地址分配。 主干IP掩码均为30 环回IP掩码为28方便汇总掩码27 然后预留部分IP地址。 如下图 2、按如上图片要求连接设备并标记好IP分配信息便于命令配置时一目了然。 3、进入各路由器VRP界面开始命令配置配置IP地址命令如下含解析 R1 Huaweisys //进入第二层 Enter system view, return user view with CtrlZ. [Huawei]sysname r1 //将路由器改名为r1 [r1]int g 0/0/0 //进入接口按之前信息标注开始配置IP地址 [r1-GigabitEthernet0/0/0]ip add 192.168.1.21 30 Jul 21 2023 10:14:33-08:00 r1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [r1-GigabitEthernet0/0/0]q [r1]int g 0/0/1 [r1-GigabitEthernet0/0/1]ip add 192.168.1.17 30 Jul 21 2023 10:15:20-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [r1-GigabitEthernet0/0/1]q [r1]int LoopBack 0 //进入环回接口 [r1-LoopBack0]ip add 192.168.1.145 28 //给环回接口配置IP地址将环回接口模拟成一台pc [r1-LoopBack0]q [r1]int loopb 1 [r1-LoopBack1]ip add 192.168.1.129 28 [r1-LoopBack1]qR2 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sysname r2 [r2]int g 0/0/0 [r2-GigabitEthernet0/0/0]ip add 192.168.1.22 30 Jul 21 2023 10:19:12-08:00 r2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [r2-GigabitEthernet0/0/0]q [r2]int g 0/0/1 [r2-GigabitEthernet0/0/1]ip add 192.168.1.9 30 Jul 21 2023 10:19:34-08:00 r2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [r2-GigabitEthernet0/0/1]q [r2]int loopb 0 [r2-LoopBack0]ip add 192.168.1.81 28 [r2-LoopBack0]q [r2]int loopb 1 [r2-LoopBack1]ip add 192.168.1.165 28 [r2-LoopBack1]qR3 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sysname r3 [r3]int g 0/0/0 [r3-GigabitEthernet0/0/0]ip add 192.168.1.18 30 Jul 21 2023 10:21:58-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [r3-GigabitEthernet0/0/0]q [r3]int g 0/0/1 [r3-GigabitEthernet0/0/1]ip add 192.168.1.13 30 Jul 21 2023 10:22:24-08:00 r3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [r3-GigabitEthernet0/0/1]q [r3]int loopb 0 [r3-LoopBack0]ip add 192.168.1.97 28 [r3-LoopBack0]q [r3]int loopb 1 [r3-LoopBack1]ip add 192.168.1.113 28R4 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sysname r4 [r4]int g 0/0/0 [r4-GigabitEthernet0/0/0]ip add 192.168.1.14 30 Jul 21 2023 10:26:37-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [r4-GigabitEthernet0/0/0]q [r4]int g 0/0/1 [r4-GigabitEthernet0/0/1]ip add 192.168.1.10 30 Jul 21 2023 10:26:59-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [r4-GigabitEthernet0/0/1]q [r4]int g 0/0/2 [r4-GigabitEthernet0/0/2]ip add 192.168.1.2 30 Jul 21 2023 10:27:23-08:00 r4 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP on the interface GigabitEthernet0/0/2 has entered the UP state. [r4-GigabitEthernet0/0/2]q [r4]int g 4/0/0 [r4-GigabitEthernet4/0/0]ip add 192.168.1.5 30 Jul 21 2023 10:27:48-08:00 r4 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP on the interface GigabitEthernet4/0/0 has entered the UP state. [r4-GigabitEthernet4/0/0]q [r4]int loopb 0 [r4-LoopBack0]ip add 192.168.1.33 28 [r4-LoopBack0]q [r4]int loopb 1 [r4-LoopBack1]ip add 192.168.1.49 28 [r4-LoopBack1]R5 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sysname r5 [r5]int g 0/0/0 [r5-GigabitEthernet0/0/0]ip add 192.168.1.1 30 //模拟为1000兆接口 Jul 21 2023 10:29:53-08:00 r5 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [r5-GigabitEthernet0/0/0]q [r5]int g 0/0/1 [r5-GigabitEthernet0/0/1]ip add 192.168.1.6 30 //模拟为100兆接口 Jul 21 2023 10:30:19-08:00 r5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [r5-GigabitEthernet0/0/1]q [r5]int loopb0 [r5-LoopBack0]ip add 5.5.5.5 244、给各路由配空接口防环路由、缺省路由同时配置静态路由。 R1 r1sys Enter system view, return user view with CtrlZ. [r1]ip route-static 192.168.1.128 27 null 0 //空接口防环路由 [r1]ip route-static 0.0.0.0 0.0.0.0 192.168.1.22 //配置缺省路由 [r1]ip route-static 0.0.0.0 0.0.0.0 192.168.1.18 [r1]ip route- 192.168.1.8 30 192.168.1.22 //配置静态路由 [r1]ip route- 192.168.1.12 30 192.168.1.18 [r1]ip route- 192.168.1.0 30 191.168.1.20 [r1]ip route- 192.168.1.4 30 191.168.1.20 [r1]ip route- 192.168.1.0 30 191.168.1.16 [r1]ip route- 192.168.1.4 30 191.168.1.16R2: r2sys Enter system view, return user view with CtrlZ. [r2]ip route-static 192.168.1.64 27 null 0 [r2]ip route-static 0.0.0.0 0.0.0.0 192.168.1.10 [r2]ip route-static 192.168.1.128 27 192.168.1.21 [r2]ip route- 192.168.1.0 30 192.168.1.10 [r2]ip route- 192.168.1.4 30 192.168.1.10 [r2]ip route- 192.168.1.12 30 192.168.1.1 [r2]ip route- 192.168.1.96 27 192.168.1.10 [r2]ip route- 192.168.1.96 27 192.168.1.21 [r2]ip route- 192.168.1.16 30 192.168.1.21 [r2]ip route- 192.168.1.32 27 192.168.1.10R3: r3sys Enter system view, return user view with CtrlZ. [r3]ip route-static 192.168.1.96 27 null 0 [r3]ip route-static 0.0.0.0 0.0.0.0 192.168.1.14 [r3]ip route-static 192.168.1.128 27 192.168.1.17 [r3]ip route- 192.168.1.0 30 192.168.1.14 [r3]ip route- 192.168.1.4 30 192.168.1.14 [r3]ip route- 192.168.1.8 30 192.168.1.14 [r3]ip route- 192.168.1.32 27 192.168.1.14 [r3]ip route- 192.168.1.64 27 192.168.1.17 [r3]ip route- 192.168.1.20 30 192.168.1.17 [r3]ip route- 192.168.1.64 27 192.168.1.14R4: r4sys Enter system view, return user view with CtrlZ. [r4]ip route-static 192.168.1.32 27 null 0 [r4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 [r4]ip route-static 0.0.0.0 0.0.0.0 192.168.1.6 preference 61 [r4]ip route-static 192.168.1.64 27 192.168.1.9 [r4]ip route-static 192.168.1.96 27 192.168.1.13 [r4]ip route-static 192.168.1.128 27 192.168.1.13 [r4]ip route-static 192.168.1.128 27 192.168.1.9 [r4]ip route- 192.168.1.20 30 192.168.1.9 [r4]ip route- 192.168.1.16 30 192.168.1.13R5: [r5]ip route-static 192.168.1.32 27 192.168.1.2 [r5]ip route-static 192.168.1.64 27 192.168.1.2 [r5]ip route-static 192.168.1.128 27 192.168.1.2 [r5]ip route-static 192.168.1.8 30 192.168.1.2 [r5]ip route-static 192.168.1.20 30 192.168.1.2 [r5]ip route-static 192.168.1.12 30 192.168.1.2 [r5]ip route-static 192.168.1.16 30 192.168.1.2 [r5]ip route-static 192.168.1.96 27 192.168.1.2 [r5]ip route-static 192.168.1.128 27 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.96 27 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.16 30 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.12 30 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.8 30 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.20 30 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.64 27 192.168.1.5 preference 61 [r5]ip route-static 192.168.1.32 27 192.168.1.5 preference 61以上操作基本就把该实验完成了最后验证就需要断开R4的0/0/2口进行测试、然后利用R1来ping r1ping 5.5.5.5 PING 5.5.5.5: 56 data bytes, press CTRL_C to break Request time out Reply from 5.5.5.5: bytes56 Sequence2 ttl253 time50 ms Reply from 5.5.5.5: bytes56 Sequence3 ttl253 time50 ms Reply from 5.5.5.5: bytes56 Sequence4 ttl253 time30 ms Reply from 5.5.5.5: bytes56 Sequence5 ttl253 time30 ms — 5.5.5.5 ping statistics — 5 packet(s) transmitted 4 packet(s) received 20.00% packet loss round-trip min/avg/max 30/40/50 ms成功
http://wiki.neutronadmin.com/news/156186/

相关文章:

  • 上海闵行网站建设公司怎么在wordpress添加幻灯片
  • 做手机网站公司做图片网站
  • 给传销做网站石家庄网站做网站
  • 网站维护费一年多少钱浙江十大外贸公司排名
  • 徐水网站建设东莞市住房和城乡建设局门户网站
  • 网络专业的网站建设价格小白学编程应该从哪里开始学
  • 小说网站开发 公司邢台网络公司网站建设
  • 重庆做网站 帮助中心网址wordpress主题
  • 莆田市城厢区建设局网站龙岩市住房和城乡建设局网站
  • 网站设置在设备之间共享什么意思网络营销的含义是什么
  • dedecms 安防监控行业网站模板发布信息的网站
  • 宁波网站制作计划wordpress 热门搜索
  • 网站数据分析国外优秀论文网站
  • 万站网自己怎么做微网站
  • 电子商务网站建设与管理公司 网站 方案
  • 怎么判断一个网站做的好不好专科函授网页设计实训报告
  • 网站模板修改软件寻找锦州网站建设
  • 网站设计标准字体wordpress关闭多站点
  • 四川网站建设设计科技类网站
  • 上海网站制作公司多少钱科丰化工东莞网站建设
  • php企业网站整站源码杂志社网站模板
  • 仙游网站建设广东富盈建设有限公司企业网站
  • 怎么用ftp管理网站html手机网站模板下载
  • 佛山网站建设技术托管wordpress 中文api
  • 东莞企业网站电话企业邮箱在哪查看
  • wordpress评论模板制作seo如何使用wordpress优化
  • 成都广告公司排行榜台州seo网站推广费用
  • 广东高端网站设计公司价格.net开发的网站 能做成app吗
  • 网站常用图标素材免费添加地图上的定位
  • 温州建站软件网站模板设计师要求