0
버전 : OpenDaylight 붕소 SR3 우분투 16.04 LTSOpenDaylight BGP
에 나는 OpenDaylight BGP와 함께 연주하기 시작하지만 ODL와 라우터 사이의 TCP 세션을 가져올 수 없습니다.
ODL IP : 10.1.1.10 라우터 IP : 다음과 같이 내가 41 BGP-example.xml을 편집 한 10.1.1.1
:
<module>
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer-acceptor</type>
<name>bgp-peer-server</name>
<!--Default parameters-->
<binding-address>10.1.1.10</binding-address>
<!--Default binding-port 179-->
<binding-port>179</binding-port>
</module>
<module>
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer</type>
<name>example-bgp-peer</name>
<host>10.1.1.1</host>
<holdtimer>180</holdtimer>
<retrytimer>10</retrytimer>
<peer-role>ibgp</peer-role>
</module>
<module>
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:rib-impl</type>
<name>example-bgp-rib</name>
<rib-id>example-bgp-rib</rib-id>
<local-as>100</local-as>
<bgp-rib-id>10.1.1.10</bgp-rib-id>
</module>
재시작하는 ODL 여러 번. tcpdump를 실행하면 라우터가 TCP 세션을 시작하려고 시도 할 때 ODL이 라우터에 TCP RST를 보내는 것을 볼 수 있습니다. ODL과 라우터 핑 사이에는 연결성이 있습니다. IPTables도 비활성화했습니다. 루트로서 ODL 실행. BGP에 대해 디버그가 활성화되었습니다.
로그 디스플레이에는 BGP에 대한 출력이 표시되지 않습니다.
[email protected]>log:display | grep BGP
[email protected]>
더 이상 변경해야 할 사항이 있습니까?