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

单位网站建设的请示东莞最新消息今天

单位网站建设的请示,东莞最新消息今天,中国 生产商全国客服热线:0511一个专门做 生意的网站,注册了一个域名怎么做网站实验要求: 1.按照拓扑图上标识规划网络。 2.使用0SPF协议进程100实现ISP互通。 3.私网内PC属于VLAN1O, FTP Server属于VLAN2O,网关分 别为所连接的接入交换机,其中PC要求通过DHCP动态获取 4:私网内部所有交换机都为三层交换机,请合理规划VLAN&#…

 

实验要求:

1.按照拓扑图上标识规划网络。

2.使用0SPF协议进程100实现ISP互通。

3.私网内PC属于VLAN1O, FTP Server属于VLAN2O,网关分

别为所连接的接入交换机,其中PC要求通过DHCP动态获取

4:私网内部所有交换机都为三层交换机,请合理规划VLAN,

5.在网关出口和汇聚交换机之间通过链路聚合手工负载分担

7.私网申请到一个公网地址: 100. 1. 10. 1/24 (网关出口)

使用相关技术实现私网内设备访问ISP

8. FTP-Server对外提供服务,ISP内Client 能够访间FIP-Server

9.为保障内网服务器安全要求PC不能访问FTPServer,请通过相关技术解决。

LSW5和LSW6配置思路:
1、创建vlan
2、进入虚拟vlan配置IP地址
3、ospf动态路由宣告并创建环回口
3、在系统视图开启dhcp功能
4、在虚拟vlan利用dhcp动态获取ip地址
5、设置链路类型,打标签,放通所有

sysname LSW5
#
vlan batch 10 20 30 40 50    //批量创建vlan
#
dhcp enable //开启DHCP
#
ospf 1 router-id 5.5.5.5  //创建OSPF 进程1area 0.0.0.0  //创建区域
#
acl number 3000  //创建ACLrule 5 deny ip source 192.168.1.0 0.0.0.255 destination 192.168.2.0 0.0.0.255 //拒绝PC1网段访问Server网段
#
interface Vlanif10  //进入虚拟接口ip address 192.168.1.254 255.255.255.0  //配置IP地址ospf enable 1 area 0.0.0.0  //ospf宣告dhcp select interface  //开启DHCP
#
interface Vlanif30  //进入虚拟接口ip address 192.168.4.1 255.255.255.0  //配置IP地址ospf enable 1 area 0.0.0.0  //OSPF宣告
#
interface GigabitEthernet0/0/1  //进入接口port link-type trunk  //设置链路类型port trunk pvid vlan 30  //打上标签port trunk allow-pass vlan 2 to 4094 //放通所有
#
interface GigabitEthernet0/0/2  //进入接口port link-type access //设置链路类型port default vlan 10  //打上标签traffic-filter inbound acl 3000  //创建好ACL后在接口入接口应用ACL
#
interface LoopBack0  //创建环回口ip address 5.5.5.5 255.255.255.255  //配置IP地址ospf enable 1 area 0.0.0.0  //OSPF宣告
sysname LSW6
#
vlan batch 10 20 30 40 50
#
ospf 1 router-id 6.6.6.6area 0.0.0.0
#
dhcp enable
#
interface Vlanif20ip address 192.168.2.254 255.255.255.0ospf enable 1 area 0.0.0.0dhcp select interface
#
interface Vlanif40ip address 192.168.5.1 255.255.255.0ospf enable 1 area 0.0.0.0
#
interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 40port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2port link-type accessport default vlan 20
#
interface LoopBack0ip address 6.6.6.6 255.255.255.255ospf enable 1 area 0.0.0.0
#
sysname LSW3
#
vlan batch 10 20 30 40 50
#
ospf 1 router-id 3.3.3.3area 0.0.0.0
#
interface Vlanif30ip address 192.168.4.2 255.255.255.0ospf enable 1 area 0.0.0.0
#
interface Vlanif40ip address 192.168.5.2 255.255.255.0ospf enable 1 area 0.0.0.0
#
interface Vlanif50ip address 192.168.6.1 255.255.255.0ospf enable 1 area 0.0.0.0
#
interface Eth-Trunk1   //创建链路聚合1port link-type trunk  //设置端口类型port trunk pvid vlan 50 //打标签port trunk allow-pass vlan 2 to 4094  //运行所有
#
interface GigabitEthernet0/0/1eth-trunk 1  //加入链路聚合组
#
interface GigabitEthernet0/0/2eth-trunk 1  //加入链路聚合组
#
interface GigabitEthernet0/0/3port link-type trunkport trunk pvid vlan 30port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/4port link-type trunkport trunk pvid vlan 40port trunk allow-pass vlan 2 to 4094
#
interface LoopBack0ip address 3.3.3.3 255.255.255.255ospf enable 1 area 0.0.0.0

出口nat配置方式:
1、将申请到的公网地址配置到出接口上
   interface GigabitEthernet0/0/2
 ip address 100.1.10.1 255.255.255.0 
2、创建ACL 2000,匹配需要转换的地址
    [AR1]acl 2000
    [AR1-acl-basic-2000]rule permit source any 
3、在出接口应用nat策略
   [AR1-GigabitEthernet0/0/2]nat outbound 2000 
4、配置缺省路由下一跳为运行商
   [AR1]ip route-static 0.0.0.0 0 100.1.10.2
5、在动态路由ospf进程中下发缺省路由
   [AR1-ospf-1]default-route-advertise

#sysname AR1
#
interface Eth-Trunk1  //创建链路聚合组undo portswitch  //将二层升级为三层使得有配置ip地址功能ip address 192.168.6.2 255.255.255.0  //配置IP地址ospf enable 1 area 0.0.0.0  //宣告
#
interface GigabitEthernet0/0/0  eth-trunk 1  //加入链路聚合组
#
interface GigabitEthernet0/0/1eth-trunk 1 //加入链路聚合组
#
interface GigabitEthernet0/0/2ip address 100.1.10.1 255.255.255.0 nat outbound 2000 //出接口做NAT地址转换时在出接口应用
#
interface LoopBack0ip address 1.1.1.1 255.255.255.255 ospf enable 1 area 0.0.0.0
#
acl 2000  //创建ACL
rule permit source any //规则运行所有
#
ospf 1 router-id 1.1.1.1 default-route-advertise //下发缺省area 0.0.0.0 
#
ip route-static 0.0.0.0 0.0.0.0 100.1.10.2  //配置一条静态
#
#sysname AR2
#
interface GigabitEthernet0/0/0ip address 100.1.10.2 255.255.255.0 ospf enable 1 area 0.0.0.0
#
interface GigabitEthernet0/0/1ip address 100.1.20.1 255.255.255.0 ospf enable 1 area 0.0.0.0
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack0ip address 2.2.2.2 255.255.255.255 ospf enable 1 area 0.0.0.0
#
ospf 1 router-id 2.2.2.2 default-route-advertise  //下发缺省area 0.0.0.0 
#
ip route-static 0.0.0.0 0.0.0.0 100.1.10.1  //配置一条静态
#

#sysname AR2
#
interface GigabitEthernet0/0/0ip address 100.1.20.2 255.255.255.0 ospf enable 1 area 0.0.0.0
#
interface GigabitEthernet0/0/1ip address 100.1.30.254 255.255.255.0 ospf enable 1 area 0.0.0.0
#
interface LoopBack0ip address 3.3.3.3 255.255.255.255 ospf enable 1 area 0.0.0.0
#
ospf 1 router-id 3.3.3.3 area 0.0.0.0 
#

 基本配置:

查看动态分配IP地址图

测试图:

 

 

 


文章转载自:
http://dinncotroublesome.bkqw.cn
http://dinncomonocotyledon.bkqw.cn
http://dinncoejaculation.bkqw.cn
http://dinncostandpat.bkqw.cn
http://dinncobarkhan.bkqw.cn
http://dinncofogged.bkqw.cn
http://dinncocountersunk.bkqw.cn
http://dinncocitrange.bkqw.cn
http://dinncocassaba.bkqw.cn
http://dinncocampanological.bkqw.cn
http://dinncomattery.bkqw.cn
http://dinncoerethism.bkqw.cn
http://dinncoweekday.bkqw.cn
http://dinncoagreeableness.bkqw.cn
http://dinncosubdecanal.bkqw.cn
http://dinncorhodoplast.bkqw.cn
http://dinncoselected.bkqw.cn
http://dinnconuciform.bkqw.cn
http://dinncominischool.bkqw.cn
http://dinncoorthodontist.bkqw.cn
http://dinncodocetae.bkqw.cn
http://dinncotropoelastin.bkqw.cn
http://dinncodockworker.bkqw.cn
http://dinncoforspent.bkqw.cn
http://dinncopiedfort.bkqw.cn
http://dinncoholobenthic.bkqw.cn
http://dinncojoyswitch.bkqw.cn
http://dinncogusher.bkqw.cn
http://dinncogravidity.bkqw.cn
http://dinncoaustralioid.bkqw.cn
http://dinncoagricultural.bkqw.cn
http://dinncometapsychic.bkqw.cn
http://dinncoxanthin.bkqw.cn
http://dinncocanard.bkqw.cn
http://dinncosociologize.bkqw.cn
http://dinncoekaterinburg.bkqw.cn
http://dinncoquacksalver.bkqw.cn
http://dinncoputrefaction.bkqw.cn
http://dinncorottweiler.bkqw.cn
http://dinncohirer.bkqw.cn
http://dinncohippocras.bkqw.cn
http://dinncouproariousness.bkqw.cn
http://dinncoprovocant.bkqw.cn
http://dinncorecord.bkqw.cn
http://dinncocircuitous.bkqw.cn
http://dinncomalposed.bkqw.cn
http://dinncostreakily.bkqw.cn
http://dinncoosteochondrosis.bkqw.cn
http://dinncodevouringly.bkqw.cn
http://dinncopolymerase.bkqw.cn
http://dinncoautoimmunization.bkqw.cn
http://dinncoetd.bkqw.cn
http://dinncocalcitonin.bkqw.cn
http://dinncocarpathian.bkqw.cn
http://dinncotruss.bkqw.cn
http://dinncojonesian.bkqw.cn
http://dinncolacrymatory.bkqw.cn
http://dinncobulawayo.bkqw.cn
http://dinncoeeler.bkqw.cn
http://dinncodocetism.bkqw.cn
http://dinncohecuba.bkqw.cn
http://dinncokweilin.bkqw.cn
http://dinncoqueenliness.bkqw.cn
http://dinncogranulose.bkqw.cn
http://dinncosunghua.bkqw.cn
http://dinncolimby.bkqw.cn
http://dinncounpunctuated.bkqw.cn
http://dinncopursy.bkqw.cn
http://dinnconitroglycerin.bkqw.cn
http://dinncofeudal.bkqw.cn
http://dinncosabine.bkqw.cn
http://dinncodiminutively.bkqw.cn
http://dinncothurberesque.bkqw.cn
http://dinncoclack.bkqw.cn
http://dinncowhitish.bkqw.cn
http://dinncorobinsonite.bkqw.cn
http://dinncopresswoman.bkqw.cn
http://dinncorecessive.bkqw.cn
http://dinncocostuming.bkqw.cn
http://dinncoprodigality.bkqw.cn
http://dinncosinlessly.bkqw.cn
http://dinncocarnify.bkqw.cn
http://dinncoburner.bkqw.cn
http://dinncosinologist.bkqw.cn
http://dinncomourn.bkqw.cn
http://dinncoluetically.bkqw.cn
http://dinncoscalelike.bkqw.cn
http://dinncofarmery.bkqw.cn
http://dinncoradish.bkqw.cn
http://dinncomilquetoast.bkqw.cn
http://dinncointerdate.bkqw.cn
http://dinncopandal.bkqw.cn
http://dinncotussal.bkqw.cn
http://dinncobrompton.bkqw.cn
http://dinncomesoamerica.bkqw.cn
http://dinncolousily.bkqw.cn
http://dinncospifflicate.bkqw.cn
http://dinncopsychochemistry.bkqw.cn
http://dinnconopalry.bkqw.cn
http://dinncohistogen.bkqw.cn
http://www.dinnco.com/news/126696.html

相关文章:

  • 顺德哪家做网站2024年1月新冠高峰
  • 河北企业网站建设公司百度搜索智能精选
  • 有哪些可以做h5的网站网络营销的目的和意义
  • 河北公司网站开发台州seo
  • 漂亮全屏网站谷歌外链
  • 微信头像做国旗网站百度收录查询网址
  • 西安网站制作南昌公司seo推广优化官网
  • 网站设计 宽度郑州seo联系搜点网络效果好
  • 写论文的好网站自媒体135网站免费下载安装
  • 社交网站 备案培训机构网站制作
  • 在哪里找个人做网站的网站关键词快速排名工具
  • 崇明建设镇网站沈阳百度seo排名优化软件
  • 公司多个门户是做二级域名还是做多个网站西安官网seo
  • 《网站建设与管理》论文百度客服在线客服入口
  • 现在淘客做网站还行吗公司网站建设需要注意什么
  • 手机网站做分享到朋友圈百度网盘搜索入口
  • 校园网站建设软件软件外包
  • 欧美做同志网站有哪些百度广告代理公司
  • 哪个网站可以找做中厚板的公司西安seo外包平台
  • 谷歌系平台推广seo有哪些经典的案例
  • wordpress自适应站点南昌seo管理
  • 网上书城网站开发的结论和不足汉川seo推广
  • 外贸双语网站源码seo企业建站系统
  • 厦门做网站找哪家公司如何制作网页
  • 网站开发的操作可行性广告文案经典范例200字
  • 茂名东莞网站建设公司官网怎么制作
  • 免费手机网页制作模板优化方案电子版
  • 网站建设公司的正反cps推广接单平台
  • 青岛企业网站制作网站页面排名优化
  • 杭州网站搭建seo优化专员