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

网站 平均加载时间短视频营销策略有哪些

网站 平均加载时间,短视频营销策略有哪些,阿里巴巴做短视频网站,网站建设流程渠道VTP(VLAN Trunk Protocol)提供了一种用于在交换机上管理VLAN的方法,该协议使得我们可以在一个或者几个中央点(Server)上创建、修改和删除VLAN,VLAN信息通过Trunk链路自动扩散到其他交换机,任何参…

VTP(VLAN Trunk Protocol)提供了一种用于在交换机上管理VLAN的方法,该协议使得我们可以在一个或者几个中央点(Server)上创建、修改和删除VLAN,VLAN信息通过Trunk链路自动扩散到其他交换机,任何参与VTP的交换都可以接受这些修改,所有交换机保持相同的VLAN信息。

VTP被组织成管理域(VTP Domain),相同域中的交换机能共享VLAN信息。根据交换机在VTP域中的作用不同,VTP可以分为以下3种模式。

服务器模式(Server):在VTP服务器上能创建、修改和删除VLAN,同时这些信息会通告给域中的其他的交换机。在默认情况下,交换机是服务器模式。每个 VTP域必须至少有一台服务器,域中的VTP服务器可以有多台。

客户机模式(Llient):VTP客户机上不允许创建、修改和删除 VLAN,但它会监听来自其他交换机的VTP通告并更改自己的VLAN信息。接收到的VTP信息也会在Trunk链路上向其他交换机转发,因此这种交换机还能充当VTP中继。

透明模式(Transparent):这种模式的交换机不参与VTP。可以在这种模式的交换机创建、修改和删除VLAN,但是这些VLAN信息并不会通告给其他交换机,它也不接受其他交换机的VTP通告而更新自己的VLAN信息。然而需要注意的是,它会通过Trunk链路转发接收到的VTP通告,从而充当了VTP中继的角色,因此完全可以把该交换机看成是透明的。

VTP通告是以组播帧的方式发送的,VTP通告中有一个字段称为修订号(Revision),初始值为 0.只要在VTP Server上创建、修改和删除VLAN,通告的Revision就增加1,通告中还包含了VLAN的变化信息。需要注意的是:高 Revision的通告会覆盖低Revision的通告,而不管发送者是Server还是 Client。交换机只打官腔比本地在哪保存的Resivison号更高的通告;如果交换机收到比自己的Resivison号更低的通告,会用自己的VLAN信息反向覆盖。

交换机的VTP技术实验

三层交换机SW配置:

SW#show run

Building configuration...

Current configuration : 1563 bytes

!

version 16.3.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname SW

!

!

!

!

!

!

!

no ip cef

no ipv6 cef

!

!

!

!

!

!

!

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

!

!

interface GigabitEthernet1/0/1

switchport mode trunk

!

interface GigabitEthernet1/0/2

switchport mode trunk

!

interface GigabitEthernet1/0/3

!

interface GigabitEthernet1/0/4

!

interface GigabitEthernet1/0/5

!

interface GigabitEthernet1/0/6

!

interface GigabitEthernet1/0/7

!

interface GigabitEthernet1/0/8

!

interface GigabitEthernet1/0/9

!

interface GigabitEthernet1/0/10

!

interface GigabitEthernet1/0/11

!

interface GigabitEthernet1/0/12

!

interface GigabitEthernet1/0/13

!

interface GigabitEthernet1/0/14

!interface GigabitEthernet1/0/15

!

interface GigabitEthernet1/0/16

!

interface GigabitEthernet1/0/17

!

interface GigabitEthernet1/0/18

!

interface GigabitEthernet1/0/19

!

interface GigabitEthernet1/0/20

!

interface GigabitEthernet1/0/21

!

interface GigabitEthernet1/0/22

!

interface GigabitEthernet1/0/23

!

interface GigabitEthernet1/0/24

!

interface GigabitEthernet1/1/1

!

interface GigabitEthernet1/1/2

!

interface GigabitEthernet1/1/3

!

interface GigabitEthernet1/1/4

!

interface Vlan1

no ip address

shutdown

!

interface Vlan10

mac-address 0090.2b80.b901

ip address 192.168.10.254 255.255.255.0

!

interface Vlan20

mac-address 0090.2b80.b902

ip address 192.168.20.254 255.255.255.0

!

ip classless

!

ip flow-export version 9

!

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

login

!

!

!

!

end

SW#

二层交换机SA配置:

​​​​​​​

SA#show run

Building configuration...

Current configuration : 1153 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname SA

!

!

!

!

!

!

spanning-tree mode pvst

spanning-tree extend system-id

!

interface FastEthernet0/1

switchport access vlan 10

!

interface FastEthernet0/2

!

interface FastEthernet0/3

!

interface FastEthernet0/4

!

interface FastEthernet0/5

!

interface FastEthernet0/6

!

interface FastEthernet0/7

!

interface FastEthernet0/8

!

interface FastEthernet0/9

!

interface FastEthernet0/10

switchport access vlan 20

!

interface FastEthernet0/11

!

interface FastEthernet0/12

!

interface FastEthernet0/13

!

interface FastEthernet0/14

!

interface FastEthernet0/15

!

interface FastEthernet0/16

!

interface FastEthernet0/17

!

interface FastEthernet0/18

!

interface FastEthernet0/19

!

interface FastEthernet0/20

!

interface FastEthernet0/21

!

interface FastEthernet0/22

!

interface FastEthernet0/23

!

interface FastEthernet0/24

!

interface GigabitEthernet0/1

switchport mode trunk

!

interface GigabitEthernet0/2

!

interface Vlan1

no ip address

shutdown

!

!

!

!

line con 0

!

line vty 0 4

login

line vty 5 15

login

!

!

!

!

end

SA#

二层交换机SB配置:与二层交换机SA配置相同,此处略。

此时通过PC1:192.168.10.1去ping 192.168.10.254、192.168.20.254、192.168.20.1、 192.168.20.2,发现20.1和20.2ip地址不能ping通。查看三层交换机配置,发现路由功能没有开启。

 进入三层路由,开启路由功能。

 再次进行测试,发现全部ping通。

 

http://www.mmbaike.com/news/94684.html

相关文章:

  • 谁会建设网站平台推广是做什么
  • 在哪几个网站里做自媒体赚钱品牌营销策划书
  • 如何开发手机网站国外搜索引擎大全不屏蔽
  • 网站建设公司 壹宇网络百度指数名词解释
  • 在家做私房菜的网站百度竞价排名黑幕
  • 兰州企业建设网站个人模板建站
  • 怎么制作做网站品牌宣传策划公司
  • 网站建设推广优化排名今天重大新闻国内最新消息
  • 做站群的网站怎么来看网站搜什么关键词
  • 做网站的好处和坏处营销手段
  • 做网站搞活动优化设计六年级下册数学答案
  • 长沙哪里可以做网站网站建设需要多少钱?
  • 快手做任务网站网络推广营销网站建设专家
  • 做婚恋网站多少钱百度的首页
  • 如何自己建设电影网站免费网站seo优化
  • 南京网站开发南京乐识强培训网站模板
  • 施工企业成本核算方法360优化大师最新版
  • ecs 网站设计营销和销售的区别
  • 小学文化学网站开发接外包项目的网站
  • 网站建设教程搭建动态网站建设
  • 乌鲁木齐网站开发市场调研分析报告模板
  • 做网站的公司不会设计快速提高排名
  • wordpress建站腾讯云温州百度推广公司电话
  • 用jsp做的可运行的网站c++培训班学费一般多少
  • 黑龙江省建设安全教育信息网扬州网络优化推广
  • 网站宣传方案站内seo内容优化包括
  • 佛山p2p网站建设百度地图网页版
  • 怎么做云购网站新冠咳嗽怎么办
  • 北京最新疫情防控政策杭州seo营销公司
  • 商贸有限公司怎么注销seo概念