...
Code Block |
---|
Switch# Switch#config Switch_config_gpon0/1:2# Switch_config_gpon0/1:2#gpon onu uni 1 shutdown |
16. Как
...
выключить LAN
...
порт на ONU
...
For EPON 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#show gpon interface gpON 0/1:1 onu port 1 state GPON0/1:1 uni-port 1 up 10/100/1000 BASE-T(1Gbps Full-Duplex) |
...
17. Как настроить port security на EPON ONU
...
NB: If it is in different PON port need to use "no switchport protected" command in PON port
28. Как настроить мультикаст на GPON HGU.
Code Block |
---|
gpon profile onu-mcst-dynamic-group test
gpon-profile entry 1 multicast-gemport 4093
gpon-profile entry 1 multicast-vlan-id 1000
gpon-profile entry 1 multicast-group-address-range 239.10.10.1
!
gpon profile onu-mcst-oper test id 2
gpon-profile downstream-mcst-tag strip
!
!
interface g0/1
switchport mode trunk
!
interface gpon0/1
switchport mode trunk
!
interface GPON0/1:2
gpon onu tcont-virtual-port-bind-profile tvbind-default
gpon onu flow-mapping-profile flow-mapping-default
gpon onu virtual-port 1 gem-port 258
gpon onu veip 1 mcst-dynamic-group-profile test
gpon onu veip 1 mcst-oper-profile test
!
ip mcst enable
ip mcst querier enable
ip igmp-proxy enable
ip mcst mrouter interface GigaEthernet0/1
ip mcst mc-vlan 1000 range 239.10.10.1
!
vlan 1000 |