中兴c600常用命令
时间: 2023-08-12 22:08:48 浏览: 1257
中兴 C600 OLT 升级指南
以下是中兴OLT C600常用的命令:
1. 登录OLT:
`login:admin`
`password:admin`
2. 查看OLT版本信息:
`show version`
3. 查看OLT系统信息:
`show system`
4. 查看OLT设备状态:
`show equipment`
`show board`
`show port`
`show ont`
5. 查看OLT设备配置:
`show running-config`
6. 查看OLT设备日志:
`show log`
7. 配置端口:
`configure terminal`
`interface gpon-olt_0/1/1:1`
`shutdown`(关闭端口)
`no shutdown`(启用端口)
8. 配置ONT:
`configure terminal`
`interface gpon-onu_1/2/3:4`
`onu-type ZTEG-F600W`(指定ONT类型)
`description ONT1`(设置ONT描述)
`ont-lineprofile-id 10`(指定线路模板)
`ont-srvprofile-id 20`(指定业务模板)
`shutdown`(关闭ONT)
`no shutdown`(启用ONT)
请注意,这些命令只是中兴OLT C600的一些常用命令示例,具体的命令和配置可能因设备版本和网络环境而有所不同。建议您参考中兴OLT C600的官方文档或咨询中兴的技术支持团队,以获取更准确和详细的命令信息。
阅读全文