VIAVI TestCenter: HLTAPI - emulation_bgp_config error "IP interface and gateway addresses in different networks"
Knowledge Base - Solution
N/A
Add the "next_hop_ipv6" parameter:
sth.emulation_bgp_config(mode='enable',
count=1,
ip_version=6,
local_as=2001,
local_ipv6_addr='6001::2',
local_router_id='11.11.11.1',
remote_ipv6_addr='6001::1',
remote_as=1000,
vlan_id=40,
ipv6_unicast_nlri=1,
port_handle=port_handle[0],
mac_address_start='00:00:00:00:00:01',
next_hop_ipv6='6001::1')