七厂节目接入,中兴交换机链路聚合配置

需求:从数字电视机房核心交换机引出复用器IP组播信号,将前端节目信号传输至七厂交换机中兴5950,因带宽不够用,需做链路聚合,并通过NSG重新调制输出。中兴5950交换机配置如下:

Building configuration...

!

!

vlan list 1-3

!

interface vlan 1                     // 创建vlan1,将其加入smartgroup1

ip address 172.30.101.251 255.255.255.0

out_index 28

ip pim dm

!

interface vlan 2                     //默认端口加入该vlan2

ip address 192.168.100.251 255.255.255.0

out_index 29

ip pim dm

!

interface vlan 3                     //未使用,用于测试

ip address 172.30.102.251 255.255.255.0

out_index 31

ip pim dm

!

interface null1

out_index 1

!

interface smartgroup1       //建立链路聚合组

out_index 27

switchport access vlan 1

smartgroup load-balance src-ip          //负载均衡

smartgroup mode on

!

interface smartgroup2      //建立链路聚合组,本例中未使用

out_index 30

switchport access vlan 3

smartgroup load-balance src-ip

smartgroup mode on

!

interface gei_1/1

out_index 3

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/2

out_index 4

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/3

out_index 5

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/4

out_index 6

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/5

out_index 7

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/6

out_index 8

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/7

out_index 9

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/8

out_index 10

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/9

out_index 11

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/10

out_index 12

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/11

out_index 13

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/12

out_index 14

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/13

out_index 15

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/14

out_index 16

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/15

out_index 17

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/16

out_index 18

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/17

out_index 19

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/18

out_index 20

negotiation auto

switchport access vlan 3

switchport qinq normal

smartgroup 2 mode on

!

interface gei_1/19

out_index 21

negotiation auto

switchport access vlan 3

switchport qinq normal

smartgroup 2 mode on

!

interface gei_1/20

out_index 22

negotiation auto

switchport access vlan 3

switchport qinq normal

smartgroup 2 mode on

!

interface gei_1/21

out_index 23

hybrid-attribute copper

negotiation auto

switchport access vlan 2

switchport qinq normal

!

interface gei_1/22                  //该端口加入vlan1,并开启smartgroup模式

out_index 24

hybrid-attribute copper

negotiation auto

switchport access vlan 1

switchport qinq normal

smartgroup 1 mode on

!

interface gei_1/23                   //该端口加入vlan1,并开启smartgroup模式

out_index 25

hybrid-attribute copper

negotiation auto

switchport access vlan 1

switchport qinq normal

smartgroup 1 mode on

!

interface gei_1/24                   //该端口加入vlan1,并开启smartgroup模式

out_index 26

hybrid-attribute copper

negotiation auto

switchport access vlan 1

switchport qinq normal

smartgroup 1 mode on

!

!

ip multicast-routing

!

!

router pimdm

!

ip route 0.0.0.0 0.0.0.0 172.30.101.252       //设置路由,指向链路聚合对端核心交换机

!

ztp vlan 1

!

multicast-limit 1024

ip igmp snooping

no ip igmp snooping ssm-mapping

!

ip pim snooping

!

no ipv6 mld snooping

!

vlan 1

mld snooping

!

!

time-range disable

!

acl extended number 110                               //没用

rule 1 permit ip 172.21.0.0 0.0.255.255 any

rule 2 deny ip any any

!

protocol-packet-protect enable

!

!

nas

!

bfd-version 1

!

!

!

!

version V4.08.23

!

nvram mng-ip-address 10.40.89.80 255.255.255.0

!

nvram boot-username 5900

!

nvram boot-password 5900

!

nvram boot-server 10.40.89.78

!

nvram default-gateway 10.40.89.78

!

nvram imgfile-location local flash img/zxr10.zar

!

hostname ZXR10

!

enable secret level 15 5 RcMLuUKvnFZX9kNAV6A/UA==

!

!

user-authentication-type local

user-authorization-type local

!

line console 0

no login authentication

!

banner incoming @

************************************************

Welcome to ZXR10 5950-28TM Switch of ZTE Corporation

************************************************

@

!

!

!

!

snmp-server location No.68 Zijinghua Rd. Yuhuatai District, Nanjing, China

snmp-server contact +86-25-52870000

snmp-server packetsize 1400

snmp-server engine-id 830900020300010289d64401

snmp-server view AllView internet included

snmp-server view DefaultView system included

!

!

!

protect

tcp synflood-protect disable

tcp synflood-protect defence 0 waittime 30 num 1

tcp synflood-protect max-connect high 90 low 60

tcp synflood-protect one-minute high 80 low 50

!

no ftp-server enable listen 21

ftp-server top-directory  /flash/

!

logging on

logging buffer 200

logging mode fullcycle

logging console notifications

logging level notifications

logging timestamps datetime localtime

alarm cpuload-on

alarm cpuload-interval 30

alarm cpuload-threshold high-grade 95 middle-grade 85 low-grade 75

syslog-server facility local0

!

line console idle-timeout 120

line console absolute-timeout 1440

line telnet idle-timeout 120

line telnet absolute-timeout 1440

line telnet max-link 16

!

ssh server authentication ispgroup 1

ssh server authentication mode local

ssh server authentication type chap

no ssh server only

ssh server version 2

!

!

radius auto-change off

!

!

!

!

!

tacacs disable

tacacs-server timeout 5

tacacs-server packet 1024

!

!

!

!

control-plane-security enable

!

!

end

七厂节目接入,中兴交换机链路聚合配置

时间: 2024-10-02 04:28:43

七厂节目接入,中兴交换机链路聚合配置的相关文章

最近进坑了DCS-3950双层交换机链路聚合配置整理

交换机A上1-2端口对应交换机B上3-4端口 PC1链接交换机A上23端口 PC2链接交换机B上24端口 命令如下: DCS-3950-28C>enDCS-3950-28C#conDCS-3950-28C(config)#hostname switchAswitchA(config)#%Jan 01 00:01:39 2006 %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/2, changed state to DOWN%Ja

某虚拟化项目中思科与华为交换机链路聚合互连案例

在今年初的时候,我在实施一个VMware虚拟化项目中,涉及到华为与思科交换机通过"链路聚合"的方式互连,经过咨询华为的技术工程师,问题得以成功解决. 不像某些厂家的售后:我们的产品只支持与我们的产品互连,其他的不提供技术支持.华为售后没有因为我是询问与思科交换机的互连而不告诉我解决方法,而是直接告诉我现成的互连案例,并将案例文档及链接网页发到我邮箱,我通过参考案例解决了项目中碰到的问题.现在项目已经运行几个月,一切正常. 现在就此案例记录下来,同时感谢华为技术支持工程师! (小记:我咨

思科和华为交换机链路聚合命令对比

思科和华为交换机链路聚合命令对比在本人经历过的项目中,有思科交换机和华为交换机对接,通过链路聚合将两条以上物理线路绑在一起成为一条逻辑线路.因为是两个品牌的交换机,其中的配置不同,稍有差错将聚合不成功导致线路不通,下面列出两个品牌的命令对比.(一) 思科交换机配置命令思科交换机逻辑端口为 Port-channel 物理口所有配置如下,注意哪些是自动跟随逻辑口配置的,哪些是要在物理口上配置的,这些特别容易混淆.通过查看端口配置命令,最后物理端口配置如下:interface GigabitEther

华为交换机---链路聚合

链路聚合简介 链路聚合: 作用: 增加宽带,同事提供链路冗余 LACP模式支持链路备份 灵活多用 手工负载分担模式: 无法自由自定义配置 链路聚合: 手工负载配置所有活动接口都参与数据的转发分担负载流量 二层链路聚合 eth-trunk LACP默认不转发,在一条链路断了才进行转发 三层交换机链路聚合 实验: 交换机交换机链路聚合 解释: 通过 dis stp bri 查看端口状态: DISCARDING 预定端口状态 [阻塞状态] FORWARDING 转发端口状态 [转发状态] 默认 stp

中兴交换机vlan地址配置

瑞士康达传输登录方式:网线接入SNMP口电脑配置为192.168.4.1/24Telnet 192.168.4.28raisecom/raisecom 迈普路由器console登录配置:line con 0 timeout login respond 200login local 中兴交换机vlan地址配置:config terswitch vlan configvlan XXXexitinterf vlan XXXip add 1.1.1.1 255.255.255.0 原文地址:http:/

链路聚合配置

二层链路聚合配置 一.手工负载分担模式配置 (1) LSW1: <Huawei>sys Enter system view, return user view with Ctrl+Z. [Huawei]sysn LSW1 [LSW1]int eth-trunk 1   //创建编号为1的eth-trunk端口 [LSW1-Eth-Trunk1]mode ? lacp-static  Static working mode manual       Manual working mode 注意:

centos 6.2 网卡聚合及Cisco交换机链路聚合

一.配置环境 centos 6.2系统.网卡1口和2口做链路聚合.    交换机网口 6口和7口. 二.服务器操作步骤 1.创建一个channel bonding interface #vi /etc/sysconfig/network-scripts/ifcfg-bond0 添加如下几行: GATEWAY=192.168.10.1 DNS1=202.106.0.20 DEVICE=bond0 BOOTPROTO=none NETMASK=255.255.255.0 TYPE=Ethernet

Cisco交换机端口聚合配置

交换机和交换机,交换机和路由器之间的端口速率,不能满足实际的速率,就需要将两个以上的端口绑在一起,实现负载均衡,防止出现单点故障. 1.选择交换机SW2960 进行配置  将f0/1和f0/2端口模式配置成truck #conf terminal                进入特权模式 #interface range fa0/1 – 2   用来绑定一组端口,并进入端口批量配置视图 #switchport mode truck        将图端口这只为truck模式 2. 将fa0/1

Eth-Trunk链路聚合配置

Eth-Trunk概述 Eth-Trunk接口能够实现负载分担.增加带宽和提高可靠性 Eth-Trunk接口把多个物理接口捆绑成一个逻辑接口 Eth-Trunk接口的链路聚合模式 链路聚合模式 应用场景 手工负载分担模式Eth-Trunk接口 当Eth-Trunk链路两端设备中有一台设备不支持LACP协议时,可在NE20E设备上创建手工负载分担模式的Eth-Trunk,并加入多个成员接口增加设备间的带宽及可靠性. 静态LACP (Link Aggregation Control Protocol