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

网站设计论文范文大全集怎样做古玩网站

网站设计论文范文大全集,怎样做古玩网站,南昌广告公司,一个免费的影视网站模板实验拓扑图如下#xff1a; 实验配置思路如下#xff1a; 1、网段划分、配置IP地址 2、配置DHCP#xff0c;使客户端获得ip地址 3、配置静态明细路由#xff0c;内网全网通 4、配置空接口防环 5、配置优先级#xff0c;实现选路最佳 6、配置缺省路由#xff0c;实现公网通…实验拓扑图如下 实验配置思路如下 1、网段划分、配置IP地址 2、配置DHCP使客户端获得ip地址 3、配置静态明细路由内网全网通 4、配置空接口防环 5、配置优先级实现选路最佳 6、配置缺省路由实现公网通 7、配置nat配置内网访问公网 8、做NAT SERVER发布内网服务器服务 一、网段划分、配置IP地址 拓扑图中骨干链路有6条实验要求路由表尽量小则R1、R2、R4的两条环回需汇总为一条环回R5、R6各一条环回。 因此基于192.168.1.0/24的网段需向主机位借3位为网络位。网段划分如下 192.168.1.0/24 骨干链路 192.168.1.0/27 192.168.1.0/30 192.168.1.4/30 192.168.1.8/30 192.168.1.12/30 192.168.1.16/30 192.168.1.20/30 R1环回 192.168.1.32/27 192.168.1.32/28 192.168.1.48/28 R2环回 192.168.1.64/27 192.168.1.64/28 192.168.1.80/28 R3用户网段 192.168.1.96/27 R4环回 192.168.1.128/27 192.168.1.128/28 192.168.1.144/28 R5环回 192.168.1.160/27 配置R1-R6的IP地址 [R1] [R1]int g0/0/0 [R1-GigabitEthernet0/0/0]ip add 192.168.1.1 30 [R1-GigabitEthernet0/0/0]int g0/0/1 [R1-GigabitEthernet0/0/1]ip add 192.168.1.5 30 [R1]int lo1 [R1-LoopBack1]ip add 192.168.1.33 28 [R1-LoopBack1]int lo2 [R1-LoopBack2]ip add 192.168.1.49 28 [R1]dis ip int br Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 192.168.1.1/30 up up GigabitEthernet0/0/1 192.168.1.5/30 up up GigabitEthernet0/0/2 unassigned down down LoopBack1 192.168.1.33/28 up up(s) LoopBack2 192.168.1.49/28 up up(s) NULL0 unassigned up up(s) [R2]int g0/0/0 [R2-GigabitEthernet0/0/0]ip add 192.168.1.2 30 [R2-GigabitEthernet0/0/0]int g0/0/1 [R2-GigabitEthernet0/0/1]ip add 192.168.1.9 30 [R2]int lo1 [R2-LoopBack1]ip add 192.168.1.65 28 [R2-LoopBack1]int lo2 [R2-LoopBack2]ip add 192.168.1.81 28 [R3]int g0/0/0 [R3-GigabitEthernet0/0/0]ip add 192.168.1.6 30 [R3-GigabitEthernet0/0/0]int g0/0/2 [R3-GigabitEthernet0/0/2]ip add 192.168.1.13 30 [R3-GigabitEthernet0/0/2]int g0/0/1 [R3-GigabitEthernet0/0/1]ip add 192.168.1.97 27 [R4]int g0/0/0 [R4-GigabitEthernet0/0/0]ip add 192.168.1.10 30 [R4-GigabitEthernet0/0/0]int g0/0/1 [R4-GigabitEthernet0/0/1]ip add 192.168.1.14 30 [R4-GigabitEthernet0/0/1]int g0/0/2 [R4-GigabitEthernet0/0/2]ip add 192.168.1.21 30 [R4-GigabitEthernet0/0/2]int g4/0/0 [R4-GigabitEthernet4/0/0]ip add 192.168.1.17 30 [R4]int lo1 [R4-LoopBack1]ip add 192.168.1.129 28 [R4-LoopBack1]int lo2 [R4-LoopBack2]ip ad 192.168.1.145 28 [R4]dis ip in brief Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 192.168.1.10/30 up up GigabitEthernet0/0/1 192.168.1.14/30 up up GigabitEthernet0/0/2 192.168.1.21/30 up up GigabitEthernet4/0/0 192.168.1.17/30 up up GigabitEthernet4/0/1 unassigned down down GigabitEthernet4/0/2 unassigned down down GigabitEthernet4/0/3 unassigned down down LoopBack1 192.168.1.129/28 up up(s) LoopBack2 192.168.1.145/28 up up(s) NULL0 unassigned up up(s) [R5]int g0/0/0 [R5-GigabitEthernet0/0/0]ip add 192.168.1.22 30 [R5-GigabitEthernet0/0/0]int g0/0/1 [R5-GigabitEthernet0/0/1]ip add 192.168.1.18 30 [R5-GigabitEthernet0/0/1]int g0/0/2 [R5-GigabitEthernet0/0/2]ip add 12.0.0.1 24 [R5]int lo1 [R5-LoopBack1]ip add 192.168.1.161 27 [R5]dis ip int br Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 192.168.1.22/30 up up GigabitEthernet0/0/1 192.168.1.18/30 up up GigabitEthernet0/0/2 12.0.0.1/24 up up LoopBack1 192.168.1.161/27 up up(s) NULL0 unassigned up up(s) [Huawei]sys ISP [ISP]int g0/0/0 [ISP-GigabitEthernet0/0/0]ip add 12.0.0.2 24 [ISP]int lo1 [ISP-LoopBack1]ip add 1.1.1.1 24二、配置DHCP使客户端获得ip地址 [R3]dhcp enable [R3]ip pool aa [R3-ip-pool-aa]network 192.168.1.96 m 27 [R3-ip-pool-aa]gateway-list 192.168.1.97 [R3-ip-pool-aa]dns-list 8.8.8.8 114.114.114.114 [R3]int g0/0/1 [R3-GigabitEthernet0/0/1]dhcp select global 三、配置静态明细路由内网全网通  R1-R5配置如下 [R1]ip route-static 192.168.1.64 27 192.168.1.2 [R1]ip route-static 192.168.1.8 30 192.168.1.2 [R1]ip route-static 192.168.1.128 27 192.168.1.2 [R1]ip route-static 192.168.1.128 27 192.168.1.6 [R1]ip route-static 192.168.1.16 30 192.168.1.6 [R1]ip route-static 192.168.1.16 30 192.168.1.2 [R1]ip route-static 192.168.1.20 30 192.168.1.2 [R1]ip route-static 192.168.1.20 30 192.168.1.6 [R1]ip route-static 192.168.1.160 27 192.168.1.6 [R1]ip route-static 192.168.1.160 27 192.168.1.2 [R1]ip route-static 192.168.1.12 30 192.168.1.6 [R1]ip route-static 192.168.1.96 27 192.168.1.6 [R2]ip route-static 192.168.1.128 27 192.168.1.10 [R2]ip route-static 192.168.1.16 30 192.168.1.10 [R2]ip route-static 192.168.1.20 30 192.168.1.10 [R2]ip route-static 192.168.1.160 27 192.168.1.10 [R2]ip route-static 192.168.1.12 30 192.168.1.10 [R2]ip route-static 192.168.1.96 27 192.168.1.10 [R2]ip route-static 192.168.1.96 27 192.168.1.1 [R2]ip route-static 192.168.1.4 30 192.168.1.1 [R2]ip route-static 192.168.1.32 27 192.168.1.1 [R3]ip route-static 192.168.1.32 27 192.168.1.5 [R3]ip route-static 192.168.1.0 30 192.168.1.5 [R3]ip route-static 192.168.1.64 27 192.168.1.5 [R3]ip route-static 192.168.1.64 27 192.168.1.14 [R3]ip route-static 192.168.1.8 30 192.168.1.14 [R3]ip route-static 192.168.1.128 27 192.168.1.14 [R3]ip route-static 192.168.1.16 30 192.168.1.14 [R3]ip route-static 192.168.1.20 30 192.168.1.14 [R3]ip route-static 192.168.1.160 27 192.168.1.14 [R4]ip route-static 192.168.1.96 27 192.168.1.13 [R4]ip route-static 192.168.1.4 30 192.168.1.13 [R4]ip route-static 192.168.1.32 27 192.168.1.13 [R4]ip route-static 192.168.1.32 27 192.168.1.9 [R4]ip route-static 192.168.1.0 30 192.168.1.9 [R4]ip route-static 192.168.1.64 27 192.168.1.9 [R4]ip route-static 192.168.1.160 27 192.168.1.18 [R4]ip route-static 192.168.1.160 27 192.168.1.22 [R5]ip route-static 192.168.1.128 27 192.168.1.17 [R5]ip route-static 192.168.1.128 27 192.168.1.21 [R5]ip route-static 192.168.1.12 30 192.168.1.21 [R5]ip route-static 192.168.1.12 30 192.168.1.17 [R5]ip route-static 192.168.1.96 27 192.168.1.17 [R5]ip route-static 192.168.1.96 27 192.168.1.21 [R5]ip route-static 192.168.1.4 30 192.168.1.21 [R5]ip route-static 192.168.1.4 30 192.168.1.17 [R5]ip route-static 192.168.1.32 27 192.168.1.17 [R5]ip route-static 192.168.1.32 27 192.168.1.21 [R5]ip route-static 192.168.1.0 30 192.168.1.21 [R5]ip route-static 192.168.1.0 30 192.168.1.17 [R5]ip route-static 192.168.1.64 27 192.168.1.17 [R5]ip route-static 192.168.1.64 27 192.168.1.21 [R5]ip route-static 192.168.1.8 30 192.168.1.21 [R5]ip route-static 192.168.1.8 30 192.168.1.17 内网全网通测试用R1去ping通R5的环回 可以ping通至此内外全网通了。 四、配置空接口防环 由于R1、R2、R4进行了路由汇总则可能会会出现路由黑洞和环路需要配置空接口进行防环。 [R1]ip route-static 192.168.1.32 27 NULL 0 [R2]ip route-static 192.168.1.64 27 NULL 0 [R4]ip route-static 192.168.1.128 27 NULL 0 五、配置优先级实现选路最佳 在R4与R5直接有两条直连链路分别是1000M与100M我们需要配置两条链路的优先级来实现当1000M链路出现故障时路由会自动选择100M链路进行数据传输。配置如下 [R4]dis ip routing-table protocol static 目标IP/掩码 协议 优先级 花销 标志 下一跳 接口 Destination/Mask Proto Pre Cost Flags NextHop Interface 192.168.1.0/30 Static 60 0 RD 192.168.1.9 GigabitEthernet0/0/0 192.168.1.4/30 Static 60 0 RD 192.168.1.13 GigabitEthernet0/0/1 192.168.1.32/27 Static 60 0 RD 192.168.1.13 GigabitEthernet0/0/1Static 60 0 RD 192.168.1.9 GigabitEthernet0/0/0 192.168.1.64/27 Static 60 0 RD 192.168.1.9 GigabitEthernet0/0/0 192.168.1.96/27 Static 60 0 RD 192.168.1.13 GigabitEthernet0/0/1 192.168.1.128/27 Static 60 0 D 0.0.0.0 NULL0 192.168.1.160/27 Static 60 0 RD 192.168.1.18 GigabitEthernet4/0/0Static 60 0 RD 192.168.1.22 通过查看R4的静态路由协议可以看出只有去往192.168.1.160/27的下一跳为192.168.1.22该接口在100M的链路上。我们只需修改该路由条目的静态优先级为61即可。  [R4]ip route-static 192.168.1.160 27 192.168.1.22 preference 61只修改R4上路由的优先级还不够还需将直连R5的路由优先级修改才可实现最路最佳。 查看R5 的静态路由协议可以看出R5去往R1、R2、R3、R4的下一跳均为192.168.1.21该接口也在100M的链路上。 [R5]dis ip routing-table protocol static 目的IP/掩码 协议 优先级 花销 标志 下一跳 接口 Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.1.0/30 Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1 192.168.1.4/30 Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1 192.168.1.8/30 Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1 192.168.1.12/30 Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1 192.168.1.32/27 Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0 192.168.1.64/27 Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0 192.168.1.96/27 Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0 192.168.1.128/27 Static 60 0 RD 192.168.1.17 GigabitEthernet0/0/1Static 60 0 RD 192.168.1.21 GigabitEthernet0/0/0所以R5配置如下 [R5]ip route-static 192.168.1.128 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.12 30 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.96 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.4 30 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.32 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.0 30 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.64 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.8 30 192.168.1.21 pre 61关闭1000M链路的接口进行测试如下 [R4]int g4/0/0 [R4-GigabitEthernet4/0/0]shutdown #关闭前跟踪从R1去往R5环回的路径如下 [R1]tracert 192.168.1.161traceroute to 192.168.1.161(192.168.1.161), max hops: 30 ,packet length: 40,pr ess CTRL_C to break 1 192.168.1.6 50 ms 20 ms 192.168.1.2 120 ms 2 * 192.168.1.10 70 ms 30 ms 3 192.168.1.18 50 ms 30 ms 30 ms ##关闭后路径跟踪如下 [R1]tracert 192.168.1.161traceroute to 192.168.1.161(192.168.1.161), max hops: 30 ,packet length: 40,pr ess CTRL_C to break 1 192.168.1.6 40 ms 20 ms 192.168.1.2 20 ms 2 192.168.1.10 30 ms 20 ms 10 ms 3 192.168.1.22 40 ms 30 ms 30 ms 清楚的看出关闭前路由走的是192.168.1.18的1000M链路关闭1000M接口后路由选择走的是192.168.1.22的100M链路。至此实现了选录最佳。 六、配置缺省路由实现公网通 要是内网可以访问公网则需要在R1-R5上配置去往公网ISP的路由但R1-R4并不知道去往ISP的IP这就需要进行缺省配置了。 R1-R5的缺省配置如下 [R1]ip route-static 0.0.0.0 0 192.168.1.2 [R1]ip route-static 0.0.0.0 0 192.168.1.6[R2]ip route-static 0.0.0.0 0 192.168.1.10[R3]ip route-static 0.0.0.0 0 192.168.1.14[R4]ip route-static 0.0.0.0 0 192.168.1.18 [R4]ip route-static 0.0.0.0 0 192.168.1.22 [R4]ip route-static 0.0.0.0 0 192.168.1.22 pre 61[R5]ip route-static 0.0.0.0 0 12.0.0.2 七、配置nat配置内网访问公网 R5作为内网去往ISP的边界路由我们需要在R5上进行NAT配置实现公网ip地址和私网ip地址之间的相互转换且华为设备所有NAT相关的配置都是在边界路由器的出接口上配置该端口转换属于PAT一对多类型也就是easy ip配置。 1...通过ACL抓取私网流量配置如下 [R5]acl 2000 [R5-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255 2... 在出接口上配置 [R5]int g0/0/2 [R5-GigabitEthernet0/0/2]nat outbound 20003...端口映射 [R5]int g0/0/2 [R5-GigabitEthernet0/0/2]nat server protocol tcp global current-interface 23 inside 192.168.1.1 23 Warning:The port 23 is well-known port. If you continue it may cause function failure. Are you sure to continue?[Y/N]:yes [R5-GigabitEthernet0/0/2]q 用pc1去访问ISP的环回 可以ping通。 八、做NAT SERVER发布内网服务器服务 实验要求R6 telnet R5的公有地址时实际登录到R1上则我们需要在R1上做telnet服务。 配置如下 [R1]telnet server enable [R1]aaa [R1-aaa]local-user vicky password cipher 111111 privilege level 15 [R1-aaa]local-user vicky service-type telnet [R1-aaa]q [R1]user-interface vty 0 4 [R1-ui-vty0-4]authentication-mode aaa [R1-ui-vty0-4]q在R6上telnetR5如下 成功登录R1。 至此所有实验要求都完成了。
http://www.zqtcl.cn/news/466286/

相关文章:

  • 速贝网站友情链接怎么做企业网站开发的设计流程
  • 网站建设 安庆网站开发免责合同
  • 天津深圳网站开发定制网络工程考研方向
  • 做app网站的公司哪家好济南网站建设市场
  • 自己做网站页面网站国内空间和国外空间
  • 桂城网站制作公司asp.net jsp 网站
  • 太原免费静态网页制作网站如何搭建钓鱼网站
  • 英语门户网站织梦源码修改wordpress登录页面
  • 网络建设和网站建设网站快速收录提交
  • 免费的建设网站软件北京电力交易中心谢开
  • 建设一个网站需要提供什么手续好看的美食网站设计
  • 西宁网站seo公司网站建设和维护释义
  • 建站平台有哪些免费一键搭建网站wordpress ent 主题
  • 国内比较大的源码网站营销型网站与普通网站的区别
  • 眼镜企业网站建设方案广州最新新闻
  • 茶业网站设计方案绍兴网站建设方案托管
  • 怎样免费建设网站网站建设规划书txt微盘
  • 邯郸网站设计培训做网站建设公司crm在线的培训服务
  • 网站建设文化案例萧山网页设计
  • 融安有那几个网站做的比较好的林州网站建设熊掌号
  • 织梦个人博客网站源码深圳华强北鬼市
  • 成都公司建站模板营销策略有哪些方面
  • 南京哪里做网站河北建设工程交易信息网
  • 广州开发网站设计拍摄宣传片
  • 小型企业网站设计教程深圳seo网站推广方案
  • 做视频网站怎么备案最新网站架构
  • 黄金网站app软件下载安装免费淘宝网页版登录
  • 幸运28网站建设网站返回指定位置怎么做
  • 建设个直播网站要多少钱兴业大街网站建设
  • 网站设计培训班创业上海今天新闻发布会直播