构造图:
主控板也是用户板5(5槽)
9806H窄带业务:
con
add-vlan 2-49,2548,2999,2998 ---------增加语音、宽带等vlan
uplink-mode cascade master-port 5/1
vlan 2-25,2548,2999 5/1-2 tag --------------将语音vlan、宽带vlan等添加上联端口5/1-2
ip subnet 10.182.147.35 255.255.255.0 3001 voip ------------增加窄带ip地址
ip route 10.0.0.0 255.0.0.0 10.182.147.1----------------增加路由
vlan 1601-1672 1-2/1-24 untag one-to-one pvc 1-----------绑定用户vlan从1槽位到2槽位的每个端口上,一对一vlan和端口绑定。1-2/1-24:1槽和2槽是语音,每个槽位板有24个线程端口。即1板是1-24口,2板25-48口
(宽带业务)
adsl-profile zte6m.PRF
(11行)1024修改为6044
route add命令实例(13行)1024修改为6044
adsl-profile zte6m.PRF
(25行)512修改为600
(27行)512修改为600
interface range adsl 1/1-32
pvid 2-49 one-to-one pvc 1
atm pvc 1 vpi 0 vci 35 common
adsl profile zte6m.PRF
查看命令:
Show vlan:查看vlan的配置信息
删除命令:
no ip route 10.0.0.0
no ip subnet voip
sys hostname dmmtjdw9806H ----------------重命名
exit
show ip sub ------------查看IP
show vlan ------------查看VLAN
show ip rout------------查看路由
show int 5/2 ------------查看端口
show run --------------查看配置
(ag)
mod-mgc mgcid 1 mgctype 4 mgcip 10.9.37.25 -----------主用mgc地址
add-mgc mgcid 2 mgctype 4 mgcip 10.182.158.81 mgcport 2944-----------备mgc地址
mod-mgbaseattr mgcid1 1
mod-mgbaseattr mgcid2 2
del-slctermid beginslot 3 num 64 ----------清除3槽位出厂tid值,beginslot 3:3槽位,num 64:64个线程口
del-slctermid beginslot 4 num 64 ----------清除4槽位出厂tid值
add-slctermid beginslot 3 num 64 tmidfix Z type 2 begno 1 mgid 1 增加第3槽位64个线程,beginslot 3:3槽位,num 64:64个线程,begno 1:从编号1开始。beginslot 1 :语音所在的槽位,num 48该语音槽位所拥有的线数
add-slctermid beginslot 4 num 64 tmidfix Z type 2 begno 65 mgid 1增加第4槽位64个线程,编号从65开始算起。beginslot 3:3槽位,num 64:64个线程,begno 65:接着第3槽位的顺序第65开始算起
ex
del-ipstermid ------------清除出厂值
add-ipstermid tmidfix RTP/ type 3 digitlen 4 mgid 1 -------设置ips资源,格式为类型3,mgid为1
mod-mgcapabili allowPoleReverse 1
block-ips circuitb 127 circuite 127
mod-expar parid 1 dtmfrelaymode 1
mod-mgcattr mgctype 4 dmlong 8 ---------修改为长匹配定时器
ex
service-control protocol 1 opertype 3-------------语音强制断开
service-control protocol 1 opertype 1-------------语音强制连接
save
查询命令:
Show interface 1/1 port-status:查看端口的状态
show ip subnet:查看ONU的管理ip
show mac:查看设备的mac地址
show running-config interface 1/1:查看端口的配置
(ag)
h248state ------查询H248协议是否对接起来,正常结果: H248-SS link status(H248Trkplink) : OK. MGCid is 1.
get-mgc mgcid 1 -----显示添加的mgid
get-slctermid slot 1 ------查看端口slcstatus 值
get-slcstatus beginslot 1 ---查看端口slcstatus 状态
get-ipstermid ---查询ipstermid值
get-ipsstatus ---查询get-ipsstatus (显示RTP资源)
service-control protocol 1 opertype 3-------- 语音强制断开
service-control protocol 1 opertype 1------ 语音强制连接
get-mgbaseattr -------------查看mg的基本信息,如窄带的ip和掩码
get-voip-config ---------------检查窄带的ip和下一跳
实例:
con
add-vlan 2,2000,2101-2224
uplink-mode cascade master-port 5/1
vlan 2,2000,2101-2224 5/1-2 tag
ip subnet 10.186.165.17 255.255.255.0 2000 voip
ip route 10.0.0.0 255.0.0.0 10.186.165.1
查看卡槽:
(语音模版是:ATLDL,槽位是:2)
vlan 2101-2224 1/1-32 untag one-to-one pvc 1
(ag)
mod-mgc mgcid 1 mgctype 4 mgcip 10.9.33.44
add-mgc mgcid 2 mgctype 4 mgcip 10.9.39.44 mgcport 2944
mod-mgbaseattr mgcid1 1
mod-mgbaseattr mgcid2 2
del-slctermid beginslot 2 num 64
add-slctermid beginslot 2 num 64 tmidfix Z type 2 begno 1 mgid 1
del-ipstermid
add-ipstermid tmidfix RTP/ type 3 digitlen 4 mgid 1
mod-mgcapabili allowPoleReverse 1
block-ips circuitb 127 circuite 127
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论