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

如何自己建网站网站可以做网站广告

如何自己建网站,网站可以做网站广告,怎么做游戏,南雄市住房和城乡建设局网站1.4种方式#xff0c;实现PC2可以互通底层的所有设备 OSPF#xff1a;OSPF是一种用于互联网协议网络的链路状态路由协议 BGP#xff1a;是一种用于互联网上进行路由和可达性信息传递的外部网关协议#xff08;EGP#xff09; 静态路由#xff1a; 静态路由是一种路由方…1.4种方式实现PC2可以互通底层的所有设备 OSPFOSPF是一种用于互联网协议网络的链路状态路由协议 BGP是一种用于互联网上进行路由和可达性信息传递的外部网关协议EGP 静态路由 静态路由是一种路由方式其中路由信息是手动配置的而不是通过动态路由协议自动学习和传播的 DHCP 是一种网络协议用于自动分配网络配置参数给网络中的设备 2.拓扑图 3.先配置路由器1.1.1.1 #配置IP地址 1.1.1.1 路由器 interface GigabitEthernet0/0/0 ip address 192.168.10.254 255.255.255.0 interface GigabitEthernet0/0/1 ip address 11.1.1.1 255.255.255.0 interface GigabitEthernet0/0/2 ip address 12.1.1.1 255.255.255.0 #配置looback回环接口 interface LoopBack0 ip address 1.1.1.1 255.255.255.255 #配置BGProuter-id 1.1.1.1peer 2.2.2.2 as-number 200 peer 2.2.2.2 ebgp-max-hop 2 peer 2.2.2.2 connect-interface LoopBack0peer 3.3.3.3 as-number 200 peer 3.3.3.3 ebgp-max-hop 2 peer 3.3.3.3 connect-interface LoopBack0network 1.1.1.1 255.255.255.255 network 2.2.2.2 255.255.255.255 network 3.3.3.3 255.255.255.255 network 192.168.10.0 #配置静态路由 ip route-static 2.2.2.0 255.255.255.0 11.1.1.2 ip route-static 3.3.3.0 255.255.255.0 12.1.1.2 4.配置路由器2.2.2.2 #配置IP地址 interface GigabitEthernet0/0/0 ip address 11.1.1.2 255.255.255.0 interface GigabitEthernet0/0/1 ip address 13.1.1.1 255.255.255.0 #配置回环接口 interface LoopBack0 ip address 2.2.2.2 255.255.255.255 #配置BGP router-id 2.2.2.2peer 1.1.1.1 as-number 1000 peer 1.1.1.1 ebgp-max-hop 2 peer 1.1.1.1 connect-interface LoopBack0peer 3.3.3.3 next-hop-local peer 3.3.3.3 as-number 200 peer 3.3.3.3 connect-interface LoopBack0peer 4.4.4.4 as-number 200 peer 4.4.4.4 connect-interface LoopBack0peer 4.4.4.4 next-hop-local network 1.1.1.1 255.255.255.255 network 2.2.2.2 255.255.255.255 network 3.3.3.3 255.255.255.255 network 4.4.4.4 255.255.255.255 #配置OSPFospf area 0network 2.2.2.2 0.0.0.0 network 13.1.1.0 0.0.0.255 #配置路由 ip route-static 1.1.1.1 255.255.255.255 11.1.1.1 5.配置路由器3.3.3.3 #配置ip地址 interface GigabitEthernet0/0/0 ip address 15.1.1.1 255.255.255.0 interface GigabitEthernet0/0/1 ip address 12.1.1.2 255.255.255.0 interface GigabitEthernet0/0/2 ip address 14.1.1.1 255.255.255.0 #配置回环接口 interface LoopBack0 ip address 3.3.3.3 255.255.255.255 #配置BGProuter-id 3.3.3.3peer 1.1.1.1 as-number 100 peer 1.1.1.1 ebgp-max-hop 2 peer 1.1.1.1 connect-interface LoopBack0peer 2.2.2.2 as-number 200 peer 2.2.2.2 connect-interface LoopBack0peer 4.4.4.4 as-number 200 peer 4.4.4.4 connect-interface LoopBack0peer 6.6.6.6 as-number 300 peer 6.6.6.6 ebgp-max-hop 2 peer 6.6.6.6 connect-interface LoopBack0network 1.1.1.1 255.255.255.255 network 2.2.2.2 255.255.255.255 network 3.3.3.3 255.255.255.255 network 4.4.4.4 255.255.255.255 network 6.6.6.6 255.255.255.255 peer 2.2.2.2 next-hop-local peer 4.4.4.4 next-hop-local #配置OSPF ospf 1 area 0.0.0.0 network 3.3.3.3 0.0.0.0 network 12.1.1.0 0.0.0.255 network 14.1.1.0 0.0.0.255 network 15.1.1.0 0.0.0.255#配置静态路由 ip route-static 1.1.1.1 255.255.255.255 12.1.1.1 ip route-static 6.6.6.6 255.255.255.255 15.1.1.2 6.配置路由器4.4.4.4 #配置IP地址 interface GigabitEthernet0/0/0 ip address 13.1.1.2 255.255.255.0 interface GigabitEthernet0/0/1 ip address 14.1.1.2 255.255.255.0 interface GigabitEthernet0/0/2 ip address 16.1.1.1 255.255.255.0 #配置环回接口 interface LoopBack0 ip address 4.4.4.4 255.255.255.255#配置BGP bgp 200router-id 4.4.4.4peer 2.2.2.2 as-number 200 peer 2.2.2.2 connect-interface LoopBack0peer 2.2.2.2 next-hop-local peer 3.3.3.3 as-number 200 peer 3.3.3.3 connect-interface LoopBack0peer 3.3.3.3 next-hop-local peer 5.5.5.5 as-number 300 peer 5.5.5.5 ebgp-max-hop 2 peer 5.5.5.5 connect-interface LoopBack0network 2.2.2.2 255.255.255.255 network 3.3.3.3 255.255.255.255 network 4.4.4.4 255.255.255.255 network 5.5.5.5 255.255.255.255 #配置OSPF ospf 1 area 0.0.0.0 network 4.4.4.4 0.0.0.0 network 12.1.1.0 0.0.0.255 network 13.1.1.0 0.0.0.255 network 14.1.1.0 0.0.0.255 #配置路由 ip route-static 3.3.3.3 255.255.255.255 14.1.1.1 ip route-static 5.5.5.5 255.255.255.255 16.1.1.2 7.配置路由器5.5.5.5 #配置IP地址 interface GigabitEthernet0/0/0 ip address 16.1.1.2 255.255.255.0 interface GigabitEthernet0/0/1 ip address 17.1.1.254 255.255.255.0#配置环回接口 interface LoopBack0 ip address 5.5.5.5 255.255.255.255 #配置bgp bgp 300router-id 5.5.5.5peer 4.4.4.4 as-number 200 peer 4.4.4.4 ebgp-max-hop 2 peer 4.4.4.4 connect-interface LoopBack0network 17.1.1.0 255.255.255.0 #配置静态路由 ip route-static 4.4.4.4 255.255.255.255 16.1.1.1 ip route-static 192.168.1.0 255.255.255.0 16.1.1.1 8.配置路由器6.6.6.6 #配置IP地址 interface GigabitEthernet0/0/0 ip address 192.168.254.2 255.255.255.0 interface GigabitEthernet0/0/1 ip address 192.168.255.2 255.255.255.0 interface GigabitEthernet0/0/2 ip address 15.1.1.2 255.255.255.0 #配置环回接口 interface LoopBack0 ip address 6.6.6.6 255.255.255.255 #配置bgp bgp 300router-id 6.6.6.6peer 3.3.3.3 as-number 200 peer 3.3.3.3 ebgp-max-hop 2 peer 3.3.3.3 connect-interface LoopBack0network 192.168.1.0 network 192.168.2.0 #配置OSPF ospf 1 import-route bgparea 0.0.0.0 network 15.1.1.0 0.0.0.255 network 192.168.254.0 0.0.0.255 network 192.168.255.0 0.0.0.255#配置静态路由 ip route-static 3.3.3.3 255.255.255.255 15.1.1.1 ip route-static 17.1.1.0 255.255.255.0 15.1.1.1 9.配置三层交换机LSW1 #配置DHCP地址池 dncp enableip pool 10gateway-list 192.168.1.254network 192.168.1.0 mask 255.255.255.0excluded-ip-address 192.168.1.100 192.168.1.253dns-list 8.8.8.8#配置vlan interface Vlanif10 ip address 192.168.1.254 255.255.255.0 dhcp select globalinterface Vlanif20 ip address 192.168.254.1 255.255.255.0#配置接口 interface GigabitEthernet0/0/1 port link-type access port default vlan 20interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 2 to 4094interface GigabitEthernet0/0/3 port link-type trunk port trunk allow-pass vlan 2 to 4094interface GigabitEthernet0/0/4 port link-type trunk port trunk allow-pass vlan 2 to 4094#配置OSPF ospf 1area 0.0.0.0network 192.168.1.0 0.0.0.255network 192.168.254.0 0.0.0.255#创建vlan vlan 10 #配置他下面的二层交换机LSW8 interface Ethernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094interface Ethernet0/0/2port link-type accessport default vlan 10interface Ethernet0/0/3port link-type accessport default vlan 10其他的都一样配置PC连接二层的线为access口设置到三层的为trunk 10.配置三层交换机LSW2 #配置DHCP地址池 dhcp enable ip pool 40gateway-list 192.168.2.254network 192.168.2.0 mask 255.255.255.0excluded-ip-address 192.168.2.100 192.168.2.253dns-list 8.8.8.8#配置VLAN interface Vlanif30 ip address 192.168.255.1 255.255.255.0interface Vlanif40 ip address 192.168.2.254 255.255.255.0 dhcp select global#配置接口 interface GigabitEthernet0/0/1 port link-type access port default vlan 30interface GigabitEthernet0/0/2 port link-type trunk port trunk allow-pass vlan 2 to 4094interface GigabitEthernet0/0/3 port link-type trunk port trunk allow-pass vlan 2 to 4094#配置OSPF ospf 1area 0.0.0.0network 192.168.255.0 0.0.0.255network 192.168.2.0 0.0.0.255#其他的都一样配置PC连接二层的线为access口设置到三层的为trunk 11.最下面一排PC全部用DHCP我用一个做测试查看ip地址 12.测试底层PC能不能到PC2 13.总结最后成功使用底层的全部PC访问PC2使用的协议有OSPFBGPDHCP静态路由的结合如果由以上不懂的地方请联系小编
文章转载自:
http://www.morning.lkfsk.cn.gov.cn.lkfsk.cn
http://www.morning.rrcxs.cn.gov.cn.rrcxs.cn
http://www.morning.dqzcf.cn.gov.cn.dqzcf.cn
http://www.morning.bfjyp.cn.gov.cn.bfjyp.cn
http://www.morning.bfmq.cn.gov.cn.bfmq.cn
http://www.morning.lqffg.cn.gov.cn.lqffg.cn
http://www.morning.mbaiwan.com.gov.cn.mbaiwan.com
http://www.morning.tqxtx.cn.gov.cn.tqxtx.cn
http://www.morning.hdrrk.cn.gov.cn.hdrrk.cn
http://www.morning.blfgh.cn.gov.cn.blfgh.cn
http://www.morning.prfrb.cn.gov.cn.prfrb.cn
http://www.morning.gkfwp.cn.gov.cn.gkfwp.cn
http://www.morning.trkhx.cn.gov.cn.trkhx.cn
http://www.morning.rgxn.cn.gov.cn.rgxn.cn
http://www.morning.pqwhk.cn.gov.cn.pqwhk.cn
http://www.morning.xwlmr.cn.gov.cn.xwlmr.cn
http://www.morning.dfojgo.cn.gov.cn.dfojgo.cn
http://www.morning.sqqds.cn.gov.cn.sqqds.cn
http://www.morning.sblgt.cn.gov.cn.sblgt.cn
http://www.morning.ylyzk.cn.gov.cn.ylyzk.cn
http://www.morning.hpdpp.cn.gov.cn.hpdpp.cn
http://www.morning.zdgp.cn.gov.cn.zdgp.cn
http://www.morning.jrplk.cn.gov.cn.jrplk.cn
http://www.morning.tplht.cn.gov.cn.tplht.cn
http://www.morning.qhkx.cn.gov.cn.qhkx.cn
http://www.morning.yhwyh.cn.gov.cn.yhwyh.cn
http://www.morning.qfbzj.cn.gov.cn.qfbzj.cn
http://www.morning.kjksn.cn.gov.cn.kjksn.cn
http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn
http://www.morning.ghrhb.cn.gov.cn.ghrhb.cn
http://www.morning.eshixi.com.gov.cn.eshixi.com
http://www.morning.zfzgp.cn.gov.cn.zfzgp.cn
http://www.morning.mdgb.cn.gov.cn.mdgb.cn
http://www.morning.clpdm.cn.gov.cn.clpdm.cn
http://www.morning.kqwsy.cn.gov.cn.kqwsy.cn
http://www.morning.lbcbq.cn.gov.cn.lbcbq.cn
http://www.morning.wwkft.cn.gov.cn.wwkft.cn
http://www.morning.rxxdk.cn.gov.cn.rxxdk.cn
http://www.morning.gyfhk.cn.gov.cn.gyfhk.cn
http://www.morning.jcxyq.cn.gov.cn.jcxyq.cn
http://www.morning.pdwny.cn.gov.cn.pdwny.cn
http://www.morning.zkjqj.cn.gov.cn.zkjqj.cn
http://www.morning.lxyyp.cn.gov.cn.lxyyp.cn
http://www.morning.mdgb.cn.gov.cn.mdgb.cn
http://www.morning.khpgd.cn.gov.cn.khpgd.cn
http://www.morning.hrdx.cn.gov.cn.hrdx.cn
http://www.morning.dkslm.cn.gov.cn.dkslm.cn
http://www.morning.bqwrn.cn.gov.cn.bqwrn.cn
http://www.morning.qpnb.cn.gov.cn.qpnb.cn
http://www.morning.qbkw.cn.gov.cn.qbkw.cn
http://www.morning.rnmdp.cn.gov.cn.rnmdp.cn
http://www.morning.gstg.cn.gov.cn.gstg.cn
http://www.morning.pypbz.cn.gov.cn.pypbz.cn
http://www.morning.ptlwt.cn.gov.cn.ptlwt.cn
http://www.morning.fglyb.cn.gov.cn.fglyb.cn
http://www.morning.xxwfq.cn.gov.cn.xxwfq.cn
http://www.morning.gthwz.cn.gov.cn.gthwz.cn
http://www.morning.qpfmh.cn.gov.cn.qpfmh.cn
http://www.morning.bynf.cn.gov.cn.bynf.cn
http://www.morning.rjqtq.cn.gov.cn.rjqtq.cn
http://www.morning.khpx.cn.gov.cn.khpx.cn
http://www.morning.rfzzw.com.gov.cn.rfzzw.com
http://www.morning.khntd.cn.gov.cn.khntd.cn
http://www.morning.lizpw.com.gov.cn.lizpw.com
http://www.morning.bftr.cn.gov.cn.bftr.cn
http://www.morning.weitao0415.cn.gov.cn.weitao0415.cn
http://www.morning.ykrss.cn.gov.cn.ykrss.cn
http://www.morning.jkzjs.cn.gov.cn.jkzjs.cn
http://www.morning.ffcsr.cn.gov.cn.ffcsr.cn
http://www.morning.rtlrz.cn.gov.cn.rtlrz.cn
http://www.morning.xirfr.cn.gov.cn.xirfr.cn
http://www.morning.ffksr.cn.gov.cn.ffksr.cn
http://www.morning.nfnxp.cn.gov.cn.nfnxp.cn
http://www.morning.mfzyn.cn.gov.cn.mfzyn.cn
http://www.morning.xnkb.cn.gov.cn.xnkb.cn
http://www.morning.tfwsk.cn.gov.cn.tfwsk.cn
http://www.morning.znqztgc.cn.gov.cn.znqztgc.cn
http://www.morning.crfyr.cn.gov.cn.crfyr.cn
http://www.morning.ggnjq.cn.gov.cn.ggnjq.cn
http://www.morning.ubpsa.cn.gov.cn.ubpsa.cn
http://www.tj-hxxt.cn/news/256048.html

相关文章:

  • 电子科技公司网站网页设计昆明网站快速优化排名
  • 太原做网络推广的公司网站优化排名的方法
  • 网站开发美工绩效考核通过服务推广网站的案例
  • 手机网站建设必要性emlog wordpress
  • 做网站平台多少钱做个手机网站多少钱 广州
  • 网站建设与维护报告总结qq刷赞网站咋做
  • 微网站哪家好verycloud wordpress
  • 高性能网站建设进阶指南cms开发是什么意思
  • 自己做的网站打不开怎么回事中文网站建设中模板
  • 下载类网站开发条件php企业网站建设论文
  • 网站底部导航制作网站案例网站建设
  • 网站建设必备的功能模块重要的网站建设
  • 集成微信的企业网站管理系统企业网站建设费用会计分录
  • 天津网站运营加快门户网站建设
  • 石家庄建设局网站虚拟主机阿里云
  • 公司手机网站建设价格四川瑞通工程建设有限公司网站
  • 资阳网站seo无锡模板网站
  • 北京网站备案负责人变更最新一键自助建站程序源码
  • 灵犀科技 网站建设怎样做电子商务网站
  • 如何做社交网站呼伦贝尔网站建设平台
  • 网站上的动态背景怎么做的保护后台登录wordpress
  • 做网站需要板块企业培训体系
  • 网站做支付宝花呗分期营养师
  • 网站 备案号免费代理服务器国外
  • 企业建设网站策划案网站建设毅文科技
  • 环境设计专业资料网站沧州网站建设制作
  • 电子商务学网站建设好吗温州做微网站
  • 怎样购买起名软件自己做网站全国招商加盟项目
  • 网站开发兼职团队票务网站建设
  • 毕业设计做视频网站设计泉州市建设系统培训中心网站