def configBgpIpv6(self, obj=None, routerId=None, port=None, portName=None, ngpfEndpointName=None, hostIp=None, **kwargs): """ Creating a namespace for BgpIpv6Peer. Pass everything to configBgp() Example: ipv6Obj2 = '/api/v1/sessions/1/ixnetwork/topology/2/deviceGroup/1/ethernet/1/ipv6' bgpObj2 = protocolObj.configBgpIpv6(ipv6Obj2, name = 'bgp_2', active = True, holdTimer = 90, dutIp={'start': '2001:0:0:1:0:0:0:1', 'direction': 'increment', 'step': '0:0:0:0:0:0:0:0'}, localAs2Bytes = 101, enableGracefulRestart = False, restartTime = 45, type = 'internal', enableBgpIdSameasRouterId = True) """ return self.configBgp(obj, routerId, port, portName, ngpfEndpointName, hostIp, **kwargs)