【运维小能手】MA5616因环路故障导致ONU无法ping通网关
|
问题描述 组网:MA5616----MA5680T---BRAS 故障现象:一台MA5616只能在OLT上登陆,且ONU里无法ping通网关。 处理过程 1、 查看arp表项 WX_BHQHZLXYEQYTHJG_ONU0Z_1#display arp all { || }: Command: display arp all IP Address MAC Address VLAN ID Port ONT Type 10.97.127.1 0046-4b8a-278e 50 0/0 /1 - Dynamic 10.97.127.2 0018-82b0-eb32 50 0/0 /1 - Dynamic --- 2 entries found --- 2、 查看MAC地址学习情况 WXJG-HW-OLT1/1(diagnose)%%display location 0046-4b8a-278e It will take several minutes, and console may be timeout, please use command idle-timeout to set time limit Are you sure to query MAC address location ? (y/n)[n]:y 3、 登陆到ONU上开启环路检测 WX_BHQHZLXYEQYTHJG_ONU0Z_1(config)#ring check enable ! RUNNING WARNING 2013-09-01 16:40+08:00 EVENT NAME :The ring topology in the subscriber port is found PARAMETERS ocal Port: FrameID: 0, SlotID: 3, PortID: 24; Peer Port: Bridge MAC: 0025-9E7F-3E1F, FrameID: 0, SlotID: 3, PortID: 24 4、 在ONU上配置源MAC地址过滤 WX_BHQHZLXYEQYTHJG_ONU0Z_1(config)#security mac-filter source 0046-4b8a-278e 根因 MA5616端口下存在环路,导致MAC地址漂移,网关MAC漂移到ONU的下行口上,从而导致ONU里无法Ping通网关。 解决方案 ONU上开启环路检测,并配置源MAC地址过滤。 建议与总结 当不能远程登录onu时,排除数据配置问题后,建议检查是否存在环路导致MAC地址漂移。 |

ocal Port: FrameID: 0, SlotID: 3, PortID: 24; Peer Port:
Favorite (2)