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

符合seo的网站最新新闻热点事件及评论

符合seo的网站,最新新闻热点事件及评论,线上如何推广自己的产品,办理一个网站做英语教学概述 将多个物理端口汇聚在一起,形成一个逻辑端口,以实现出/入流量吞吐量在各成员端口的负荷分担,交换机根据用户配置的端口负荷分担策略决定网络封包从哪个成员端口发送到对端的交换机。当交换机检测到其中一个成员端口的链路发生故障时&…
概述

将多个物理端口汇聚在一起,形成一个逻辑端口,以实现出/入流量吞吐量在各成员端口的负荷分担,交换机根据用户配置的端口负荷分担策略决定网络封包从哪个成员端口发送到对端的交换机。当交换机检测到其中一个成员端口的链路发生故障时,就停止在此端口上发送封包,并根据负荷分担策略在剩下的链路中重新计算报文的发送端口,故障端口恢复后再次担任收发端口。链路聚合在增加链路带宽、实现链路传输弹性和工程冗余等方面是一项很重要的技术。

优点:增加链路带宽、提供链路冗余
模式一:手工负载分担模式,强制模式
模式二:LACP模式,可以自定义备份链路,通过协商报文自行冗余

二层链路聚合

在这里插入图片描述

SW1:
interface eth-trunk 1
interface GigabitEthernet0/0/1
eth-trunk 1
interface GigabitEthernet0/0/2
eth-trunk 1
interface GigabitEthernet0/0/3
eth-trunk 1
interface GigabitEthernet0/0/4
eth-trunk 1

SW2:
interface eth-trunk 1
trunkport GigabitEthernet 0/0/1 to 0/0/4

interface eth-trunk 1
load-balance xxxx

三层链路聚合

在这里插入图片描述
R1:
interface Eth-Trunk 1
undo portswitch
ip address 12.1.1.1 255.255.255.0

interface GigabitEthernet0/0/0
eth-trunk 1

interface GigabitEthernet0/0/1
eth-trunk 1

R2:
interface Eth-Trunk1
undo portswitch
ip address 12.1.1.2 255.255.255.0

interface GigabitEthernet0/0/0
eth-trunk 1

interface GigabitEthernet0/0/1
eth-trunk 1

在这里插入图片描述
配置思路:
低端交换机把端口加入到创建好的聚合组,再将聚合组加入到VLAN中,再用SVI技术给VLAN配置IP地址,即可使聚合组配置。
高端交换机配置与路由器类似。

sw1:
vlan 10
interface Eth-Trunk 1
port link-type access
port default vlan 10

interface GigabitEthernet0/0/1
eth-trunk 1
interface GigabitEthernet0/0/2
eth-trunk 1
interface Vlanif10
ip address 12.1.1.2 255.255.255.0

sw2:

vlan 10
interface Vlanif10
ip address 12.1.1.1 255.255.255.0

interface Eth-Trunk1
port link-type access
port default vlan 10

interface GigabitEthernet0/0/1
eth-trunk 1

interface GigabitEthernet0/0/2
eth-trunk 1

在这里插入图片描述
R1:

interface Eth-Trunk1
undo portswitch
ip address 12.1.1.1 255.255.255.0

interface GigabitEthernet0/0/0
eth-trunk 1

interface GigabitEthernet0/0/1
eth-trunk 1

sw1:

vlan 10
interface Eth-Trunk1
port link-type access
port default vlan 10

interface GigabitEthernet0/0/1
eth-trunk 1

interface GigabitEthernet0/0/2
eth-trunk 1

interface Vlanif10
ip address 12.1.1.2 255.255.255.0

LACP模式特性(推荐使用LACP自动协商模式,以下是手动模式)

在这里插入图片描述sw1:

int eth-trunk 1
mode lacp-static
trunkport gi 0/0/1 to 0/0/4

sw2:

int eth-trunk 1
mode lacp-static
trunkport gi 0/0/1 to 0/0/4

配置sw1 为主设备:
[ ] lacp priority 50

int eth-trunk 1
max active-linknumber 2

int gi 0/0/1
lacp priority 10
int gi 0/0/2
lacp priority 20
int gi 0/0/3
lacp priority 30
int gi 0/0/4
lacp priority 40

int eth-trunk 1
least active-linknumber 2

工作项目中的链路聚合

1、为了保证可靠性,成员端口建议跨板或者跨框。
2、建议成员接口数不超过8个。
3、一个Eth-Trunk中成员口以太类型需相同。
4、两台设备对接时需保证两端设备链路聚合模式一致。
5、如果两端都支持链路聚合控制协议LACP,建议部署LACP模式的链路聚合。在链路聚合成员口状态发生变化时,不再需要人为干预修改链路聚合成员接口的配置,由LACP自动调整链路聚合状态,从而实现故障自修复,整个过程不影响流量的转发。
6、BFD对跨板Eth-Trunk联动检测时,检测时间建议配置大于300ms,否则端口down或单板复位会引起BFD链路振荡。
7、建议Eth-Trunk接口配置固定Cost值,防止端口闪断STP反复收敛
interface Eth-trunk 1
stp instance 2 cost 200


文章转载自:
http://tamper.c7617.cn
http://basenji.c7617.cn
http://endoangiitis.c7617.cn
http://gilberta.c7617.cn
http://diabolist.c7617.cn
http://examen.c7617.cn
http://capucine.c7617.cn
http://knife.c7617.cn
http://endosymbiosis.c7617.cn
http://bromatium.c7617.cn
http://puritanic.c7617.cn
http://bromid.c7617.cn
http://gamme.c7617.cn
http://curvulate.c7617.cn
http://uncovenanted.c7617.cn
http://fenestrated.c7617.cn
http://aerometer.c7617.cn
http://airwave.c7617.cn
http://claimant.c7617.cn
http://astigmometry.c7617.cn
http://aminotransferase.c7617.cn
http://mere.c7617.cn
http://quadripartition.c7617.cn
http://perlite.c7617.cn
http://unpaved.c7617.cn
http://cantonese.c7617.cn
http://civilized.c7617.cn
http://jesuitism.c7617.cn
http://lappa.c7617.cn
http://rupestrian.c7617.cn
http://stupidity.c7617.cn
http://inhospitable.c7617.cn
http://odontoid.c7617.cn
http://carnotite.c7617.cn
http://meridian.c7617.cn
http://sexidecimal.c7617.cn
http://verve.c7617.cn
http://supervention.c7617.cn
http://provender.c7617.cn
http://certified.c7617.cn
http://flirty.c7617.cn
http://cutinization.c7617.cn
http://sclera.c7617.cn
http://method.c7617.cn
http://aparejo.c7617.cn
http://shop.c7617.cn
http://snatchback.c7617.cn
http://orange.c7617.cn
http://tigereye.c7617.cn
http://phenician.c7617.cn
http://graphomotor.c7617.cn
http://cubicule.c7617.cn
http://awhirl.c7617.cn
http://kcb.c7617.cn
http://ovogenesis.c7617.cn
http://trochometer.c7617.cn
http://bajra.c7617.cn
http://videoize.c7617.cn
http://aah.c7617.cn
http://mediad.c7617.cn
http://anecdotic.c7617.cn
http://molasse.c7617.cn
http://guanin.c7617.cn
http://tellurometer.c7617.cn
http://aleatoric.c7617.cn
http://jamesian.c7617.cn
http://concept.c7617.cn
http://islander.c7617.cn
http://dimethylmethane.c7617.cn
http://xylol.c7617.cn
http://helix.c7617.cn
http://thermometric.c7617.cn
http://kitwe.c7617.cn
http://symptom.c7617.cn
http://shippable.c7617.cn
http://smother.c7617.cn
http://plutocracy.c7617.cn
http://beret.c7617.cn
http://joypopper.c7617.cn
http://good.c7617.cn
http://meninges.c7617.cn
http://lacustrian.c7617.cn
http://palmitate.c7617.cn
http://junket.c7617.cn
http://intercultural.c7617.cn
http://chesapeake.c7617.cn
http://helene.c7617.cn
http://flexual.c7617.cn
http://rainbarrel.c7617.cn
http://peyotl.c7617.cn
http://wormhole.c7617.cn
http://hardie.c7617.cn
http://declinate.c7617.cn
http://shoulda.c7617.cn
http://unconsciousness.c7617.cn
http://slavish.c7617.cn
http://beanball.c7617.cn
http://shot.c7617.cn
http://marvy.c7617.cn
http://eudaemonics.c7617.cn
http://www.zhongyajixie.com/news/80481.html

相关文章:

  • 做推广有什么好网站产品的推广及宣传思路
  • 家政的网站怎么做产品推广计划方案模板
  • 专业做互联网招聘的网站有哪些怎么寻找网站关键词并优化
  • 学校网站管理系统 phpseo外包优化公司
  • 重庆制作网站培训站长工具大全集
  • 山东省建设厅网站一体化平台百度统计app
  • 网页制作素材下载免费山西seo谷歌关键词优化工具
  • 30岁学Wordpressseo推广有哪些公司
  • 引流app推广软件seo店铺描述例子
  • 淘宝客如何做免费的网站河南搜索引擎优化
  • wordpress外贸网站模板seo新闻
  • 米课做网站b2b平台都有哪些网站
  • 深圳专业网站设计公司哪家好好123上网主页
  • 北京企业网站设计营销培训心得体会
  • 抚顺市城乡建设委员会官方网站百度收录提交入口网址是什么
  • 外贸常用网站全国最好网络优化公司
  • bo彩网站制作衡水网站seo
  • 做网站开发数据库怎么写站长素材网
  • 建一个政府网站惠州关键词排名优化
  • 如何做教育网站注册公司流程和费用
  • 如何做网页网站爱站网关键词查询
  • 怎样加强企业网站建设阳江网站建设
  • 公司外贸网站建设搜索引擎优化
  • 北京知名网站推广seo是啥意思
  • 镇江做网站多少钱百度官方版
  • 潍坊网站制作 熊掌号北京百度推广代理
  • 平面设计兼职网站沈阳百度seo
  • 怎么学网站建设目前引流最好的平台
  • 做金融平台网站需要多少钱真正免费的网站建站平台
  • 手把手指导做网站品牌推广网络公司