On 14 Dec 2014, at 11:42, Florian Lohoff <[email protected]> wrote: > > On Fri, Dec 05, 2014 at 07:27:11AM +0000, Steve Lalonde wrote: >> something like this >> >> router bgp 1 >> address-family ipv4 unicast >> bgp attribute-download >> address-family ipv6 unicast >> bgp attribute-download > > Which XR version happens to support AS download for IPv6? I failed to > get AS netflow records for ipv6 although i have the above set in > my bgp config. > > We are on 4.3.2 currently. >
using 4.3.4 here with nfsen and it just works here is the config I’m using flow exporter-map netflow version v9 options interface-table timeout 600 options sampler-table timeout 600 template timeout 60 template data timeout 600 ! transport udp 9998 source Loopback0 destination x.x.x.x ! flow monitor-map fmm1 record ipv4 exporter netflow cache entries 20000 cache timeout active 30 cache timeout inactive 15 ! flow monitor-map fmm2 record ipv6 exporter netflow cache entries 10000 cache timeout active 30 cache timeout inactive 15 ! sampler-map fsm1 random 1 out-of 1000 ! interface TenGigE0/0/0/1 flow ipv4 monitor fmm1 sampler fsm1 ingress flow ipv6 monitor fmm2 sampler fsm1 ingress HTH Steve _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
