...
Code Block |
---|
Switch# Switch#config Switch_config_gpon0/1:2# Switch_config_gpon0/1:2#gpon onu uni 1 shutdown |
16. Как
...
проверить состояние LAN
...
порта на ONU (EPON) и ONT (GPON)
Code Block |
---|
Switch#show epon interface epON 0/1:1 onu port 1 state Hardware state is Link-Up Speed is 1000Mbps Duplex is Full-Duplex |
...
Code Block |
---|
Switch#config Switch_config#gpon onutype-template SFU Switch_config_onutype_SFU#gpon-onutype match ctc-onu-type SFU Switch_config_onutype_SFU#gpon-onutype config tcont-virtual-port-bind-profile TV20 Switch_config_onutype_SFU#gpon-onutype config flow-mapping-profile F20 Switch_config_onutype_SFU#gpon-onutype config virtual-port 1 downstream rate-limit 320 Switch_config_onutype_SFU#gpon-onutype config loopback-detect protocol private Switch_config_onutype_SFU#gpon-onutype config uni 1 vlan-profile V100 Switch_config_onutype_SFU#gpon-onutype config uni 1 loopback-detect enable |
Code Block | ||||||
---|---|---|---|---|---|---|
|
...
Switch#config Switch_config#interface GPON0/1 Switch_config_gpon0/1# gpon bind-onutype SFU precedence 1 |
...
Code Block |
---|
Switch#config
Switch_config#interface GPON0/1:1
Switch_config_gpon0/1:1#gpon onu virtual-port 1 downstream rate-limit ?
kbps -- In kbps(Convert to a value that is divisible by 64 automatically) |
30. Как запретить регистрацию конкретной ONU EPON/GPON.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Switch#conf
Switch_config#interface epon0/1
Switch_config_epon0/1#epon onu-blacklist mac ?
<xxxx.xxxx.xxxx> -- MAC address Value |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Switch#conf
Switch_config#interface gpon0/1
Switch_config_gpon0/1#gpon disable-onu ?
XXXXXXXXXXXXXXXX -- SN(16 characters)
XXXX:XXXXXXXX -- SN(VendorID:SerialNumberOfVendor) |