Solution:
1. first the port in switch is down, so we check the switch first ,we disable auto-negotiation, and force set speed and duplex manually, after that the port is up, but the 2 device still can't ping each other.
2. after more information, customer said the OLT is in route mode, so it's not because the vlan.
3. in OLT there are some security function, after check the status, we found that they are enabled.
4. we suggest customer to disable these functions.
[security-config]
<security-config>
security anti-ipspoofing enable
security anti-macspoofing enablecustomer feedback:
security anti-ipspoofing disable
security anti-macspoofing control-protocol ipv6oe disable
security anti-macspoofing disable
security anti-ipv6spoofing disable
and indeed, now it is working:
lab-gpon1(config)#ping 192.168.105.227
PING 192.168.105.227: 56 data bytes, press CTRL_C to break
Reply from 192.168.105.227: bytes=56 Sequence=1 ttl=255 time=10 ms
Reply from 192.168.105.227: bytes=56 Sequence=2 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=3 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=4 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=5 ttl=255 time=4 ms
--- 192.168.105.227 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 4/5/10 ms
security anti-macspoofing control-protocol ipv6oe disable
security anti-macspoofing disable
security anti-ipv6spoofing disable
and indeed, now it is working:
lab-gpon1(config)#ping 192.168.105.227
PING 192.168.105.227: 56 data bytes, press CTRL_C to break
Reply from 192.168.105.227: bytes=56 Sequence=1 ttl=255 time=10 ms
Reply from 192.168.105.227: bytes=56 Sequence=2 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=3 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=4 ttl=255 time=4 ms
Reply from 192.168.105.227: bytes=56 Sequence=5 ttl=255 time=4 ms
--- 192.168.105.227 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 4/5/10 ms