7342Meta常用命令

更新时间:2023-06-18 22:39:45 阅读: 评论:0

EPON7342配置
CLI命令
configure system curity profile admin early-warn-period 0
configure system curity profile admin password-timeout 0    /去除密码过期时间/
configure system curity ssh access tl1-telnet enable  /打开允许远程telnet 到TL1
admin software-mngt shub databa save  /CLI命令配置的数据需要用该命令保存,否则系统重启后将丢失。
configure system mgnt-vlan-id 48              /配置OLT管理VLAN
configure system shub entry vlan ext-vlan-id 48
configure interface shub port 1 port-type network  /配置OLT上联口1业务类型
configure interface shub port 1 admin-status up    /配置OLT上联口1打开方式
configure interface shub port 1 mode 1gbps:full    /配置OLT上联口1强制千兆上行
configure vlan shub id  48 egress-port network:1  /允许管理VLAN48通过上联口1
configure bridge-shub port 1 pvid 48              /配置OLT上联口1打上VLAN48标签
configure vlan shub id 63 mode residential-bridge    /配置VLAN63为桥接模式
configure vlan shub id 63 egress-port lt:1/1/1      /允许管理vlan 63通过1槽位PON板
configure vlan shub id 63 egress-port network:1      /允许管理vlan 63通过上联口1
configure rstp disable-rstp disable-rstp  /在上联通路不会形成环路的情况建议关闭 OLT系统的 RSTP功能
configure system curity snmp            /配置7342读写字符串
community NETMAN host-address 10.162.2.73/28
context shub
exit
community lpAQ163 host-address 202.102.8.0/24
exit
community lpAQ169 host-address 202.102.8.0/24 privilege read-only
exit
community private host-address 202.102.8.0/24
exit
community lpAQ163 host-address 9.128.0.0/24 no context
exit布偶制作
community lpAQ169 host-address 9.128.0.0/24 no context香附的作用与功效
exit
community NETMAN host-address 9.128.0.0/24 privilege read-write context shub
exit
configure system shub filter ip-filter port-filter 1 src-ip-addr 58.221.96.0/24 vlan-id 48 direction in /配置允许访问此OLT的IP地址段
configure system shub filter ip-filter port-filter 100 in-port network:1 action-drop action-drop    /禁止其余所有IP地址访问此OLT
show  software-mngt  oswp                  /看软件版本
show  equipment  slot                      /看板卡状态
show  equipment  slot  detail
info  configure  system                      /看设备的一般配置
info  configure  system  management          /看管理vlan配置
info configure vlan                            /看业务vlan配置
info  configure  vlan  id                      /看vlan配置
info  configure  vlan  shub  id
info  configure  bridge  shub  port
show  interface  shub  port                  /看port口状态
info  configure  system  shub  filter          /查看访问控制列表配置
show vlan shub-fdb                          /查看上联口学习到的MAC地址
中国金鸡百花电影节链路聚合配置,
必须要使得做聚合的两个上联口或多个上联口的数据配置完全一致!这些数据包括上联口通过的vlan,上联口的工作模式,端口属性等,即使是数据配错也要错的一样,否则聚合命令执行不会成功!!如下列的network 1&network 3的配置:
configure vlan shub id 47 egress-port network:1
configure vlan shub id 47 egress-port network:3
configure bridge-shub port 1 pvid 47
configure bridge-shub port 3 pvid 47
configure vlan shub id 49 egress-port network:1
configure vlan shub id 49 egress-port network:3
# configure interface shub port 1 port-type network admin-status down
# configure interface shub port 3 port-type network admin-status down
制定计划英语
手背痣# configure rstp network-port 1 disable-stp disable-stp
# configure rstp network-port 3 disable-stp disable-stp
当上层设备配置成非LACP协议方式的手工负荷分担形式时(有些上层设备不支持lacp协议或不支持动态lacp模式),7342 Cli下要配置成静态LACP:
isadmin># configure la-agg-port 1 aggregatable aggregatable actor-key 11 active-lacp active-lacp lacp-mode manual
isadmin># configure la-agg-port 3 aggregatable aggregatable actor-key 11 active-lacp active-lacp lacp-mode manual
有时会报错
Error : field last : referred instance does not exist
尿酸高吃什么最好
Error : field actor-key_ : the value is mantically not correct
建议使用:
configure la-agg-port [1,3] aggregatable aggregatable actor-key 11 active-lacp active-lacp lacp-mode manual
注释:必须要使得做聚合保护的两个上联口的actor-key值保持一致,系统根据actor-key值来识别哪些上联口是一个链路聚合体.
当上层设备配置成静态LACP方式时,7342 Cli下要配置成动态LACP:
isadmin># configure la-agg-port 1 aggregatable aggregatable actor-key 11 active-lacp active-lacp lacp-mode enable-lacp
isadmin># configure la-agg-port 3 aggregatable aggregatable actor-key 11 active-lacp active-lacp lacp-mode enable-lacp
当上层设备配置成动态LACP方式时,7342 Cli下要配置成动态LACP(注意区分主动,被动工作方式的定义):
# configure la-agg-port 1 lection-policy mac-src actor-key 11 aggregatable aggregatable lacp-mode enable-lacp active-lacp active-lacp
# configure la-agg-port 3 lection-policy mac-src actor-key 11 aggregatable aggregatable lacp-mode enable-lacp active-lacp active-lacp
需要配置捆绑的上连network口actor-key必须一致,建议配置为<11…65535>中任何数值。active-lacp模式可配置为active-lacp主动模式或passive-lacp被动模式,应与上连设备的主被动模式对应来配置 。如7342 FTTU OLT侧配置为active-lacp模式(发送LACP协议报文),则上连设备应配置为passive-lacp模式(侦听LACP协议报文)。
配置完成后将network口激活:
# configure interface shub port 1 port-type network admin-status up
# configure interface shub port 3 port-type network admin-status up
有时会报错:
Error : field last : referred instance does not exist
Error : field port-type_ : wrong value
建议使用:
configure interface shub port 1 admin-status up
configure interface shub port 3 admin-status up
可用以下命令来检查数据配置及链路捆绑状态:
# info configure rstp
# info configure la-agg-port
# show interface shub port
# show la aggregator-info
# show la curr-la-stats
业务验证 :
用RTRV-EQPT看NTB的配置状态一定要是IS-STBY状态.
用REPT-OPSTAT-NE看NTB的实际运行状态一定要是HOTSTBY状态.
PPPOE拨号上网后,在DOS下长ping一个网站 : ping –t,然后拔掉一根上联口光纤,这时ping操作会丢一两个包,然后继续,业务不会中断 !恢复该光纤,拔另一根光纤,情况相同 !
可以人为的使NTA退出服务(OOS),系统应该能够自动切换NTB上.业务不会中断 !
TL1命令
SET-SID:::::NT-QD-HUIHE-7342-02;  /配置OLT的SID/
SET-DAT    /配置OLT时间/
ED-SYNCN::CLKSRCNT::::SRCSELSCH=LOC;  /配置时间同步/
SET-ALMTH-COM::COM:::ALL;      /配置OLT告警上传/
ENT-EQPT::ACU-1-1:::AACU-C:LSMPWR=UP:IS;    /配置告警板/
ENT-EQPT::LT-1-1-1&&-3:::ELT8-A:LSMPWR=UP:IS;    /配置用户板/
ENT-IPPORT::NTENET:::MANUAL:IPADDR=58.221.96.61,NETMASK=255.255.255.128;      /配置IP/
SET-NE-ALL::COM::::CLRMEMALM=,SHUTPREP=,DEFROUTER=58.221.96.1; /配置网关/
ENT-PROFILE-EBW::3::::CUSTPROFNAME=7330,CIR=0,AIR=0,EIR=1000000;
ENT-PROFILE-EBW::4::::CUSTPROFNAME=RG200O,CIR=0,AIR=6000,EIR=6000;
/配置ONU带宽,CIR最小带宽,AIR=保障带宽,EIR=最大带宽/
ED-EPON::PON-1-1-1-1&&-8:::::IS;
ED-EPON::PON-1-1-2-1:::::IS;    /打开PON口/
删除PON口必须先把PON进行OOS掉
ENT-EONT::ONT-1-1-1-1-1::::MACADDR=00-06-B5-00-01-BE;
/注册ONU/ (24240有三个MAC地址:EPON、VOIP、数据)(此处的MAC地址时设备PON口上的MAC)
如ONU光模块更换必须对这个ONU进行OOS掉,ED修改MAC地址后再IS操作。
ENT-PONVLAN::PONVLAN-46::::MODE=RBRIDGE,TAGMODE=UNSTACKED,FDBTYPE=INDE PENDENT;
ENT-PONVLAN::PONVLAN-42::::MODE=RBRIDGE,TAGMODE=UNSTACKED,FDBTYPE=INDEPENDENT;
/配置ONU管理VLAN/ ,UNSTACKED表示定义单层VLAN可以透传
ENT-PONVLAN::PONVLAN-1851::::MODE=RBRIDGE,FDBTYPE=SHARED,TAGMODE=STACKED;
ENT-PONVLAN::PONVLAN-951::::MODE=RBRIDGE,FDBTYPE=SHARED,TAGMODE=STACKED;
ENT-PONVLAN::PONVLAN-141&&-160::::MODE=RBRIDGE,FDBTYPE=SHARED,TAGMODE=STACKED;
/配置ONU数据业务外层VLAN/
缅怀先烈
ONU数据外层VLAN为STACKED模式定义双层VLAN,可以进行VLAN转换
INDEPENDENT为独立模式一台OLT只能创建8个独立VLAN,SHARED为共享模式无数量限制。
一块PON板允许MAC地址容量为16384个,这样分配下来每个PON口为2048个。
一个PON口下只有一台7330时,可将2048个地址容量全部调用。
具体7330、7302每个FE口规划
的业务MAC数为 宽带业务 4 + ITV业务 2 + VLAN45 1 =7
240*7+1+1+1+4=1678
在一PON口多台ONU的情况下,每块宽带版的MAC地址总数以350来计算。
ED-ELLID::LLID-1-1-1-2-1-0::::UPBWPORF=1,DNBWPORF=1,DBAPOLLINGLEVEL=0,MAXMAC=2048:IS;
/配置ONU的ELLID/ 定制LLID=0默认, ONU调用的网速摸版
ENT-EVLANINTERFACE::VLANITF-1-1-1-5-1-0-42::::MAXMACNUM=768;  /配置ONU管理VLAN-INTERFACE/
ENT-EVLANINTERFACE::VLANITF-1-1-2-3-1-0-293&&-340::::MAXMACNUM=4;    /配置ONU内层VLAN-INTERFACE/
ENT-EOLTFLOW::OLTFLOW-1-1-1-8-1-0-43-1::::FLOWVAL=,CVLAN=43,SVLAN=1801,CVLANPBIT=5,DNBWPORF=1;  /配置ONU管理FLOW/  FLOW(1-8)定义一个策略
ENT-EOLTFLOW::OLTFLOW-1-1-1-1-1-0-196-1::::FLOWVAL=,CVLAN=196,SVLAN=101,CVLANPBIT=0;    /配置ONU数据内层VLAN-FLOW/
ENT-PONARPENT::PONVLAN-181:::61.160.149.104,EBRGPORT-1-1-1-6-1-0-41:CVLAN=0;  /ONU与管理IP绑定/
邦定静态FDB
将下挂设备的管理邦定在FDB静态表中,使其不老化
先在OUN设备里PING其管理网关,然后用
"PONVLAN-851,EBRGPORT-1-1-3-1-3-0-63,58.217.12.193:00-1f-a3-a4-ee-26,
四十用英语怎么写
STATIC:CVLAN=0"
"PONVLAN-851,EBRGPORT-1-1-3-1-4-0-63,58.217.12.194:00-07-72-6c-df-e1,
STATIC:CVLAN=0" 查看管理VLAN所学到MAC地址

本文发布于:2023-06-18 22:39:45,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/986450.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:配置   上联   模式
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图