Ensure your stanza looks something like this:

forwarding-options { 
   sampling { 
       input { 
           family inet { 
               rate 10; 
               run-length 10; 
               max-packets-per-second 7000; 
           } 
       } 
       output { 
           cflowd 172.28.1.14 { 
               port 9996; 
               source-address 10.2.1.11; 
               version 5; 
               no-local-dump; 
               autonomous-system-type origin; 
           } 
       } 
   } 
} 

You may be missing the "autonomous-system-type origin" entry.

- Chris.

____________________________________
Chris Kawchuk ([EMAIL PROTECTED])
Systems Engineering, Service Providers
Juniper Networks Inc., Canada
 

Aden Bos wrote:
> Hi,
> I have configured cflowd on an m7i, but the flow data doesn't seem to 
> include the source or destination ASN (shows ASN0), apart from when I 
> am the source or destination. Any ideas what could cause this?
>
> Thanks,
> Aden
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to