待解决问题
中兴C300建立gemport时报错
离问题结束还有0天0小时  |  提问者:mswakin   |  提问时间:2015-4-14 11:13
ZXAN(config-if)#gem 1 na gemport1 un tc 1
%Code 32504-GPONTM : GPON NP TM module return error.
不知道是为什么,就是过不去,请教大神。
问题答案 ( 1 条 )
静态方式(推荐):
interface smartgroup1
  description To QZ-NA-ST-S8505-L1-1  //聚合组描述信息
switchport mode hybrid     //设置端口VLAN模式为hybrid,聚合组的VLAN跟端口必须一致
  smartgroup load-balance dst-ip //设置为基于目的IP的负荷分担方式(即:在C220侧以不同的目的IP决定走向不同的上联口,以达到均衡负荷的目的,分担方式还有基于目的mac、源IP、源MAC等方式,同85对接建议采用目的IP方式)
 switchport vlan 32-39 tag  //聚合组的VLAN跟物理端口的VLAN必须一致
 

interface gei_0/14/1
  hybrid-attribute fiber
  description to_ShuiTouL2-G3/1/13  //对接对方端口信息
  switchport mode hybrid //这里的端口VLAN模式须和要加入的smartgroup中配置一致
  switchport vlan 32-39 tag  //聚合组的VLAN跟物理端口的VLAN必须一致
smartgroup 1 mode on   //添加端口到聚合组,采用静态方式
interface gei_0/14/2
  hybrid-attribute fiber
  description to_ShuiTouL2-G3/1/14  //对接对方端口信息
  switchport mode hybrid //这里的端口VLAN模式须和要加入的smartgroup中配置一致
  switchport vlan 32-39 tag  //聚合组的VLAN跟物理端口的VLAN必须一致
smartgroup 1 mode on   //添加端口到聚合组,采用静态方式
回应该答案 (0)  |  回答者:a44562561   |  2015-5-13 16:09
 
我要回答:  回答字数在10000字以内

 

热点问题