MA5600

enable
config
switch language-mode //语言切换
 
1.配置网管
sysname MA5600_2      
vlan 4000 standard
port vlan 4000 0/7 0
interface vlanif 4000
ip address 172.*.*.* 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 172.*.*.1 preference 1
 
//主控板扣板O2GS上行口设置(自动为1000M,全双工)
display board 0/7
int  scu 0/7
quit

2.配置业务数据
1) 激活端口
board confirm  0
MA5603(config)#adsl line-profile add 2 //手动创建ADSL端口速率模板
  开始添加模板
  在输入的过程中,可以按`Q`键退出设置,使本次设置无效
> 您要给模板取名吗? (y/n) [n]:y
> 请输入模板名:1M
> 默认参数类型 0-adsl 1-adsl2+ (0~1) [0]:0
> 您要进行基本配置吗? (y/n) [n]:
> 请选择通道方式 0-交织 1-快速 (0~1) [0]:
> 您要设置交织时延吗? (y/n) [n]:
> 请选择下行传输速率自适应方式: 0-固定 1-启动自适应 2-运行态自适应 (0~2) [1]:
> 您要设置MODEM的噪声容限吗? (y/n)[n]:
> 您要设置速率参数吗? (y/n)[n]:y
> 下行最小速率 (32~32000 Kbps) [32]:
> 下行最大速率 (32~32000 Kbps) [24544]:1024
> 上行最小速率(32~6000 Kbps) [32]:
> 上行最大速率 (32~6000 Kbps) [1024]:512
  添加模板2成功

interface adsl 0/0
deactivate all
activate all profile-index 2
quit
interface adsl 0/1
deactivate all
activate all profile-index 2
quit
interface adsl 0/2
deactivate all
activate all profile-index 2
quit
......

2) 业务VLAN 配置
 
vlan 1001 to 1128 mux
y
port vlan 1001 to 1128 0/7 0
y

3) 增加业务虚连接
multi-service-port from-vlan 1001 port 0/0 0-31 vpi 0 vci 35 rx-cttr 6 tx-cttr 6
y
multi-service-port from-vlan 1033 port 0/1 0-31 vpi 0 vci 35 rx-cttr 6 tx-cttr 6
y
multi-service-port from-vlan 1065 port 0/2 0-31 vpi 0 vci 35 rx-cttr 6 tx-cttr 6
y
multi-service-port from-vlan 1097 port 0/3 0-31 vpi 0 vci 35 rx-cttr 6 tx-cttr 6
y

quit
 
3.添加风扇设置
emu add 0 fan 0  0 back
interface emu 0
fan speed mode automatic
quit

//保存数据
save

你可能感兴趣的:(职场,休闲)