test_bgp_as_wide_bgp_identifier.py::TestBGPAsWideBGPIdentifier

::startup
::bgp_converge:#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
::bgp_failed:#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
::shutdown

::startup

passed after 1.05s
('test_bgp_as_wide_bgp_identifier.py', -inf, 'startup')

::bgp_converge

::bgp_converge:#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]

passed after 0.80s, CLI command: show ip bgp neighbor 192.168.255.1 json
Expected output:
{'192.168.255.1': {'bgpState': 'Established'}}
('test_bgp_as_wide_bgp_identifier.py', 86, '#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')

::bgp_failed

::bgp_failed:#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]

passed after 0.00s, CLI command: show ip bgp neighbor 192.168.255.1 json
Expected output:
{'192.168.255.1': {'lastNotificationReason': 'OPEN Message Error/Bad BGP Identifier'}}
('test_bgp_as_wide_bgp_identifier.py', 101, '#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')

::shutdown

passed after 1.15s
('test_bgp_as_wide_bgp_identifier.py', inf, 'shutdown')
net router-r1 r1 10.255.0.1/32 fd00::1/128 r1-s1 fe:01:00:bc:01:00 192.168.255.2/24 fdbc:1::fc01:ff:febc:100/64 lan-s1 s1 10.101.0.0/16 fdbc:1::/64 router-r1:r1-s1--lan-s1 router-r3 r3 10.255.0.3/32 fd00::3/128 r3-s1 fe:03:00:bc:01:00 192.168.255.3/24 fdbc:1::fc03:ff:febc:100/64 router-r3:r3-s1--lan-s1 router-r2 r2 10.255.0.2/32 fd00::2/128 r2-s1 fe:02:00:bc:01:00 192.168.255.1/24 fdbc:1::fc02:ff:febc:100/64 router-r2:r2-s1--lan-s1