1. ONU 认证方式及模式配置

目前 PON 口认证,支持手动认证和自动认证两种认证方式。自动认证的情况下,只要将 光分路器接入即可 ONU 自动认证上线。手动认证需要配置相关命令,才能使 ONU 上线。

PON 口 ONU 认证模式,支持 mac 认证、hybrid 认证和 loid 认证。

查看 ONU 认证方式的命令:

OLT(config-epon-1)# onu-authorize

PON-PORT AUTH-MODE AUTH-TYPE

pon1 mac auto

【注意】

1-> 目前,OLT 默认自动注册

2-> 默认 mac 认证方式

2. ONU 对黑白名单的支持

3. 手动绑定某个 ONU 到某个 ONU ID

OLT(config-epon-1)# bind-onu mac 00:12:34:45:56:05

OLT(config-epon-1)# show onu-info all

PON/ONU Mac-Address Status Auth-State Config-State Reg-time ONU-TYPE

1/1 00:12:34:45:56:05 Initial TRUE FALSE 1969/12/31 20:00:00

OLT(config-epon-1)

【注意】:

如果不指定 ONU ID,则系统会自动分配当前未用的 ID 给该 ONU 手动绑定某个 ONU 到黑 名单,一旦绑定到黑名单,系统将阻止 ONU 注册上线

OLT(config-epon-1)# blacklist add mac 00:00:00:11:11:11

OLT(config-epon-1)# show blacklist onu-info all

PON/ONU Mac Address Try REG Count

1/1 00:00:00:11:11:11 0

OLT(config-epon-1)

4. loid 认证

1-> 先配置 onu 认证模式

OLT(config)# interface epon 1

OLT(config-epon-1)# onu-authorize mode loid

OLT(config-epon-1)

2-> 配置 loid 认证模式后,插上 onu 会显示 loid 不存在,此时可查看该 onu 的 loid

3-> 增加 loid 认证,ONU 注册上线

OLT(config-epon-1)# loid add d842acd9af0f

OLT(config-epon-1)

[2019/07/20 14:08:22] Info: ONU 1/1 d8:42:ac:d9:af:0f ONU authorization success

[2019/07/20 14:08:24] Info: ONU 1/1 d8:42:ac:d9:af:0f ONU link up

文档更新时间: 2020-02-21 12:18   作者:admin