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

网站制作设计营销策略有哪些内容

网站制作设计,营销策略有哪些内容,蒲城网站建设wzjseo,婚庆公司网站建设策划书目录 1. Super VLAN技术产生背景 2. Super VLAN概念 3. Super VLAN应用场景 4. Super VLAN工作原理 5. Super-VLAN主要配置命令 6. Super-VLAN主要配置步骤 7. 示例配置 7.1 示例场景 7.2 网络拓扑 7.3 配置代码 7.4 代码解析 7.5 测试验证 1. Super VLAN技术产生背…

目录

1. Super VLAN技术产生背景

2. Super VLAN概念

3. Super VLAN应用场景

4. Super VLAN工作原理

5. Super-VLAN主要配置命令

6. Super-VLAN主要配置步骤

7. 示例配置

7.1 示例场景

7.2 网络拓扑

7.3 配置代码

7.4 代码解析

7.5 测试验证


1. Super VLAN技术产生背景

        一般的三层交换机中,通常是采用一个VLAN对应一个vlanif接口的方式实现广播域之间的互通,这在某些情况下导致了IP地址的浪费。因为一个VLAN对应的子网中,子网号、子网定向广播地址、子网缺省网关地址不能用作VLAN内的主机IP地址,且子网中实际接入的主机可能少于编址数,多出来的IP地址也会因不能再被其他VLAN使用而浪费掉。

        如下VLAN规划中,VLAN2预计未来有10个主机地址的需求,但按编址方式,至少需要给其分配一个掩码长度是28的子网10.1.1.0/28,其中10.1.1.0为子网号,10.1.1.15为子网定向广播地址,10.1.1.1为子网缺省网关地址,这三个地址都不能用作主机地址,剩下范围在10.1.1.2~10.1.1.14的地址可以被主机使用,共13个。VLAN2子网实际地址需求只有10个,剩余的3个也不能再被其他VLAN使用。网络中的VLAN越多,浪费的IP地址也就越多。

        为了解决上述问题,VLAN聚合应运而生。它通过引入Super-VLANSub-VLAN的概念,使每个Sub-VLAN对应一个广播域,并让多个Sub-VLAN和一个Super-VLAN关联,只给Super-VLAN分配一个IP子网,所有Sub-VLAN都使用Super-VLAN的IP子网和缺省网关进行三层通信。

        这样,多个Sub-VLAN共享一个网关地址,节约了子网号、子网定向广播地址、子网缺省网关地址,且各Sub-VLAN间的界线也不再是从前的子网界线了,它们可以根据各自主机的需求数目在Super-VLAN对应子网段灵活的划分IP地址范围,从而保证了各个Sub-VLAN作为一个独立广播域实现广播隔离,又节省了IP地址资源,提高了编址的灵活性。

        Super-VLAN技术主要目的是减少IP地址浪费。

2. Super VLAN概念

        Super VLAN,也叫VLAN聚合VLAN Aggregation)指在一个物理网络内,用多个VLAN(称为Sub-VLAN)隔离广播域,并将这些Sub-VLAN聚合成一个逻辑的VLAN(称为Super-VLAN)。Super VLAN可以配置三层接口,Sub VLAN不能配置三层接口。所有Sub-VLAN共用一个IP网段,要进行三层通信时,将使用Super VLAN三层接口的IP地址作为网关地址,使用同一个缺省网关,并且可以通过Super VLAN的VLANIF接口实现三层互通。

3. Super VLAN应用场景

        Super VLAN适用于用户多,VLAN多,大量VLAN的IP地址在同一个网段,但是又要实现不同VLAN之间二层隔离的场景。VLAN之间如果有互访的需求,可以对Super VLAN开启ARP代理。常见的场景有宾馆酒店,小区宽带接入等。一个房间或者一户人家一个VLAN,彼此隔离,但是IP地址有限,无法给数量庞大的VLAN每个分一个网段IP,只能共用一个IP地址段。例如,VLAN 10的IP地址段是10.10.10.0/24,一户人家可能就使用了1个或2个IP,剩余200多个IP地址浪费了。Super VLAN可以使VLAN11-100共享10.10.10.0/24网段,节约了IP地址。

        与MUX VLAN隔离功能相比,Super VLAN属于三层功能,需要三层交换机支持。MUX VLAN属于二层交换机功能。Super VLAN的配置较为简单,MUX VLAN配置较为复杂,但对用户间的访问控制灵活性不如MUX VLAN,Super VLAN内需要查询部分暂时离线的用户时,网关需要在每个子VLAN内广播发送报文,可能较大的消耗设备CPU资源。

4. Super VLAN工作原理

        通过建立Super--VLAN和Sub-VLAN间的映射关系,把三层逻辑接口和物理接口结合起来,实现普通VLAN功能的同时,也达到节省P地址的目的。

  • 一个Super-VLAN可以包含一个或多个Sub-VLAN。
  • Sub-VLAN要添加端口才能激活,只要有一个子VLAN是激活的,那么SUPER VLAN就是激活的。
  • Sub-VLAN不占用一个独立的网段。
  • 同一个Super-VLAN中,无论终端属于哪一个Sub-VLAN,它的IP地址都在Super-VLAN对应的网段内。

        Super-VLAN:

  1. 只建立三层VlanIf接口(IP地址与网关对应),不包含物理接口。与普通VLAN不同的是,它的VlanIf接口的Up不依赖于自身物理接口的Up,而是只要它所含Sub-VLAN中存在Up的物理接口就Up;
  2. 负责实现所有Sub-VLAN共享同一个三层接口的需求,使不同Sub-VLAN内的主机可以共用同一个网关。
  3. VLAN 1不能配置为Super VLAN。

        Sub-VLAN:

  1. 只包含物理接口,不建立三层VlanIf接口,隔离广播域(Sub-VLAN间相互隔离),每个Sub-VLAN内的主机与外部的三层通信是靠Super-VLAN的三层VLANIF接口来实现的;
  2. 不同Sub-VLAN下的终端默认不能互通,如果要通信,需要在Super-VLAN的VLANIF接口上开启Proxy ARP(代理ARP)。

5. Super-VLAN主要配置命令

[SW-vlan100]aggregate-vlan        //vlan100配置为Super-VLAN

[SW-vlan100]access-vlan 10 20 30         //将Sub-VLAN10 20 30加入Super-VLAN。

[SW-Vlanif100] arp-proxy inter-sub-vlan-proxy enable        // 开启代理ARP功能(IPv4环境)

display super-vlan        //查看Super-VLAN类型的VLAN表项信息

Sub-VLAN配置详见:华为--配置VLAN聚合节约IP地址

6. Super-VLAN主要配置步骤

  1. 创建Sub VLAN;
  2. 创建Super VLAN,关联Super VLAN和Sub VLAN;
  3.  配置Super VLANIF接口。

7. 示例配置

7.1 示例场景

        某公司有多个部门且位于同一网段,将不同部门的用户划分到不同VLAN中,VLAN 10、VLAN 20、VLAN 30、VLAN 40和VLAN 50属于不同部门。各部门均有访问Internet需求,同时由于业务需要,部分部门间的用户需要互通。

7.2 网络拓扑

7.3 配置代码

system-view
sysname R
interface GigabitEthernet0/0/0ip address 192.168.3.253 255.255.255.0 
interface LoopBack40ip address 123.123.1.1 255.255.255.255
quit 
ip route-static 0.0.0.0 0.0.0.0 192.168.3.254system-view
sysname SW
vlan batch 10 20 30 40 50 100
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10 20
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 20 30
interface GigabitEthernet0/0/23port link-type accessport default vlan 50
interface GigabitEthernet0/0/24port link-type accessport default vlan 40
interface Vlanif40ip address 192.168.3.254 255.255.255.0
interface Vlanif50ip address 192.168.2.254 255.255.255.0
interface Vlanif100ip address 192.168.1.254 255.255.255.0arp-proxy inter-sub-vlan-proxy enablevlan 100aggregate-vlanaccess-vlan 10 20 30
quit
ip route-static 123.123.1.1 32 192.168.3.253system-view
sysname SW1
vlan batch 10 20
interface Ethernet0/0/1port link-type accessport default vlan 10
interface Ethernet0/0/2port link-type accessport default vlan 10
interface Ethernet0/0/3port link-type accessport default vlan 20
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10 20
quitsystem-view
sysname SW2
vlan batch 20 30
interface Ethernet0/0/1port link-type accessport default vlan 20
interface Ethernet0/0/2port link-type accessport default vlan 30
interface Ethernet0/0/3port link-type accessport default vlan 30
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 20 30
quit

7.4 代码解析

<Huawei>system-view
[Huawei]sysname R
[R]interface GigabitEthernet0/0/0
[R-GigabitEthernet0/0/0]interface LoopBack40
[R-LoopBack40] ip address 123.123.1.1 255.255.255.255
[R-LoopBack40]quit 
[R]ip route-static 0.0.0.0 0.0.0.0 192.168.3.254

<Huawei>system-view
[Huawei]sysname SW
[SW]vlan batch 10 20 30 40 50 100
[SW]interface GigabitEthernet0/0/1
[SW-GigabitEthernet0/0/1] port link-type trunk
[SW-GigabitEthernet0/0/1] port trunk allow-pass vlan 10 20
[SW-GigabitEthernet0/0/1]interface GigabitEthernet0/0/2
[SW-GigabitEthernet0/0/2] port link-type trunk
[SW-GigabitEthernet0/0/2] port trunk allow-pass vlan 20 30
[SW-GigabitEthernet0/0/2]interface GigabitEthernet0/0/23
[SW-GigabitEthernet0/0/23] port link-type access
[SW-GigabitEthernet0/0/23] port default vlan 50
[SW-GigabitEthernet0/0/23]interface GigabitEthernet0/0/24
[SW-GigabitEthernet0/0/24] port link-type access
[SW-GigabitEthernet0/0/24] port default vlan 40
[SW-GigabitEthernet0/0/24]interface Vlanif40
[SW-Vlanif40] ip address 192.168.3.254 255.255.255.0
[SW-Vlanif40]interface Vlanif50
[SW-Vlanif50] ip address 192.168.2.254 255.255.255.0
[SW-Vlanif50]interface Vlanif100
[SW-Vlanif100] ip address 192.168.1.254 255.255.255.0
[SW-Vlanif100] arp-proxy inter-sub-vlan-proxy enable        //在Vlanif100端口开启vlan间代理ARP
[SW-Vlanif100] vlan 100
[SW-vlan100] aggregate-vlan      //指定vlan100为Super-VLAN
[SW-vlan100] access-vlan 10 20 30         //vlan 10 20 30加入Super-VLAN。
[SW-vlan100]quit
[SW]ip route-static 123.123.1.1 32 192.168.3.253

<Huawei>system-view
[Huawei]sysname SW1
[SW1]vlan batch 10 20
[SW1]interface Ethernet0/0/1
[SW1-Ethernet0/0/1] port link-type access
[SW1-Ethernet0/0/1] port default vlan 10
[SW1-Ethernet0/0/1]interface Ethernet0/0/2
[SW1-Ethernet0/0/2] port link-type access
[SW1-Ethernet0/0/2] port default vlan 10
[SW1-Ethernet0/0/2]interface Ethernet0/0/3
[SW1-Ethernet0/0/3] port link-type access
[SW1-Ethernet0/0/3] port default vlan 20
[SW1-Ethernet0/0/3]interface GigabitEthernet0/0/1
[SW1-GigabitEthernet0/0/1] port link-type trunk
[SW1-GigabitEthernet0/0/1] port trunk allow-pass vlan 10 20
[SW1-GigabitEthernet0/0/1]quit
[SW1]

<Huawei>system-view
[Huawei]sysname SW2
[SW2]vlan batch 20 30
[SW2]interface Ethernet0/0/1
[SW2-Ethernet0/0/1] port link-type access
[SW2-Ethernet0/0/1] port default vlan 20
[SW2-Ethernet0/0/1]interface Ethernet0/0/2
[SW2-Ethernet0/0/2] port link-type access
[SW2-Ethernet0/0/2] port default vlan 30
[SW2-Ethernet0/0/2]interface Ethernet0/0/3
[SW2-Ethernet0/0/3] port link-type access
[SW2-Ethernet0/0/3] port default vlan 30
[SW2-Ethernet0/0/3]interface GigabitEthernet0/0/1
[SW2-GigabitEthernet0/0/1] port link-type trunk
[SW2-GigabitEthernet0/0/1] port trunk allow-pass vlan 20 30
[SW2-GigabitEthernet0/0/1]quit
[SW2]

7.5 测试验证

        在上述配置下,网络所有终端应该全部互通。

        如上图所示,网络所有终端互通正常。

        如果取消vlanif100端口代理ARP功能,Super VLAN下的所有子vlan间应该相互隔离。

        取消聚合vlan100的vlanif100端口代理ARP功能,Super VLAN下的所有子vlan间相互隔离,但和其他非Super VLAN通信正常。

参考资料:

华为--配置Super VLAN示例

硬核好文:什么是Super VLAN?-腾讯云开发者社区-腾讯云


文章转载自:
http://dinncohomotransplant.tqpr.cn
http://dinncowheelhouse.tqpr.cn
http://dinncoautobahn.tqpr.cn
http://dinncopriest.tqpr.cn
http://dinncounadvisable.tqpr.cn
http://dinncoweatherability.tqpr.cn
http://dinncogabon.tqpr.cn
http://dinncopsychiatric.tqpr.cn
http://dinncofrancophobe.tqpr.cn
http://dinncoaerial.tqpr.cn
http://dinncokinchinjunga.tqpr.cn
http://dinncoemporium.tqpr.cn
http://dinncoapiece.tqpr.cn
http://dinncosestertia.tqpr.cn
http://dinncohydrocellulose.tqpr.cn
http://dinncomosan.tqpr.cn
http://dinncosuperciliary.tqpr.cn
http://dinncochrissie.tqpr.cn
http://dinncorhythmless.tqpr.cn
http://dinncohoneybee.tqpr.cn
http://dinncoperish.tqpr.cn
http://dinncokidderminster.tqpr.cn
http://dinncocontinuance.tqpr.cn
http://dinncorejasing.tqpr.cn
http://dinncomagnetoscope.tqpr.cn
http://dinncotelefoto.tqpr.cn
http://dinncolethality.tqpr.cn
http://dinncobespread.tqpr.cn
http://dinncodiversity.tqpr.cn
http://dinncomna.tqpr.cn
http://dinncolinocutter.tqpr.cn
http://dinncocrabstick.tqpr.cn
http://dinncothenar.tqpr.cn
http://dinncoavenging.tqpr.cn
http://dinncohighfaluting.tqpr.cn
http://dinncotbm.tqpr.cn
http://dinncoowllight.tqpr.cn
http://dinncocognisance.tqpr.cn
http://dinncoslavey.tqpr.cn
http://dinncoflair.tqpr.cn
http://dinncofacilely.tqpr.cn
http://dinncocackle.tqpr.cn
http://dinncodecoloration.tqpr.cn
http://dinncoclung.tqpr.cn
http://dinncowoodruff.tqpr.cn
http://dinncoetr.tqpr.cn
http://dinncoinsnare.tqpr.cn
http://dinncowhitebait.tqpr.cn
http://dinncocomplyingly.tqpr.cn
http://dinncoinductivity.tqpr.cn
http://dinncoelectromer.tqpr.cn
http://dinncoguerrilla.tqpr.cn
http://dinncodialectologist.tqpr.cn
http://dinncoamphibiotic.tqpr.cn
http://dinncoremodel.tqpr.cn
http://dinncoesfahan.tqpr.cn
http://dinncocamerawork.tqpr.cn
http://dinncoprocurer.tqpr.cn
http://dinncotux.tqpr.cn
http://dinnconoblest.tqpr.cn
http://dinncocapercaillye.tqpr.cn
http://dinncoentoproct.tqpr.cn
http://dinncostrucken.tqpr.cn
http://dinncotalmessite.tqpr.cn
http://dinncomatchsafe.tqpr.cn
http://dinncounbent.tqpr.cn
http://dinncolean.tqpr.cn
http://dinncohurlbutite.tqpr.cn
http://dinncooui.tqpr.cn
http://dinncoattrition.tqpr.cn
http://dinncotatary.tqpr.cn
http://dinncocrocidolite.tqpr.cn
http://dinncoreseau.tqpr.cn
http://dinncoclunk.tqpr.cn
http://dinncoprompter.tqpr.cn
http://dinncopreciously.tqpr.cn
http://dinncoattache.tqpr.cn
http://dinncorobotize.tqpr.cn
http://dinncocogently.tqpr.cn
http://dinncomalacostracous.tqpr.cn
http://dinncopolaroid.tqpr.cn
http://dinncoinequable.tqpr.cn
http://dinncoaru.tqpr.cn
http://dinncoshh.tqpr.cn
http://dinncoindraft.tqpr.cn
http://dinncotelodendron.tqpr.cn
http://dinncospeleology.tqpr.cn
http://dinncobobble.tqpr.cn
http://dinncotuitionary.tqpr.cn
http://dinncooose.tqpr.cn
http://dinncohomuncule.tqpr.cn
http://dinncomagyar.tqpr.cn
http://dinncosynoil.tqpr.cn
http://dinncobend.tqpr.cn
http://dinncopomak.tqpr.cn
http://dinncopole.tqpr.cn
http://dinncoculpably.tqpr.cn
http://dinncoxylophilous.tqpr.cn
http://dinncoredistrict.tqpr.cn
http://dinncounshaved.tqpr.cn
http://www.dinnco.com/news/89728.html

相关文章:

  • 温州网站开发建设网页模板下载
  • 做海淘的网站今日要闻新闻
  • 常见的网站类型有哪些网站关键词怎么写
  • wordpress 支付宝免签天津百度快照优化公司
  • 村官 举措 村级网站建设广州关键词搜索排名
  • 邵东住房与城乡建设委员会网站南宁网站建设公司
  • 永久个人网站品牌推广案例
  • 长沙自适应网站制作百度网盘下载官网
  • 经典设计网站郑州网站顾问热狗网
  • 网站布局技术广州网站优化
  • 兴平网站开发google官方入口
  • 广州做网站服务自己如何制作一个网站
  • 做早餐烧菜有什么网站加速游戏流畅的软件
  • 汶上网站建设东莞网站设计排行榜
  • WORDPRESS乱码HTTPS优化清理大师
  • 网站首页策划怎么做搜索电影免费观看播放
  • 设计公司企业价值观西安seo和网络推广
  • 叶榭网站建设网络营销的营销方式是什么
  • seo做的比较好的公司鄂州seo
  • 找工程项目去哪个平台seo网站快速排名
  • 商务网站建设平台bt樱桃 磁力岛
  • 外贸公司网站如何免费推广如何自己创造一个网站平台
  • 程序员做的简单的网站怎么优化网站排名才能起来
  • 湖北省住房部城乡建设厅网站win10优化工具下载
  • 网站备案帐号是什么大数据营销案例
  • 小游戏网站审核怎么做网络热词英语
  • 做微信的网站叫什么名字seo教学
  • 重庆综合网站建设配件seo编辑是干什么的
  • 下载互联网广西seo快速排名
  • 做装饰公司网站重庆公司seo