[j-nsp] netflow to Jflow

2012-12-03 Thread Ali Sumsam
Hi All,
I am moving from Cisco to Juniper MX5. My Cisco router was sending netflow
information to a server(NFSEN).
I cant see any update on the same server from my MX5 router, after we have
done the migration. Following are the Cisco and Juniper configs.


Cisco:

ip flow-export version 5 origin-as
ip flow-export destination 10.3.3.3 9995

interface GigabitEthernet5/0.3

 encapsulation dot1Q 3

 ip address 10.1.1.1 255.255.255.252

 ip flow ingress


Juniper:

set forwarding-options sampling input rate 100

set forwarding-options sampling family inet output flow-server 10.3.3.3
port 9995

set forwarding-options sampling family inet output flow-server 10.3.3.3
version 5

set forwarding-options sampling family inet output flow-server 10.3.3.3
autonomous-system-type origin


set interfaces ge-1/1/1 unit 24 family inet sampling input



*Ali Sumsam CCIE*
*Network Engineer - Level 3*
eintellego Pty Ltd
a...@eintellego.net ; www.eintellego.net

Phone: 1300 753 383 ; Fax: (+612) 8572 9954

Cell +61 (0)410 603 531

facebook.com/eintellego
PO Box 7726, Baulkham Hills, NSW 1755 Australia

The Experts Who The Experts Call
Juniper - Cisco – Brocade - IBM
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] netflow to Jflow

2012-12-03 Thread OBrien, Will
you should probably define the source ip address from the router.

On Dec 3, 2012, at 11:28 AM, Ali Sumsam wrote:

 Hi All,
 I am moving from Cisco to Juniper MX5. My Cisco router was sending netflow
 information to a server(NFSEN).
 I cant see any update on the same server from my MX5 router, after we have
 done the migration. Following are the Cisco and Juniper configs.
 
 
 Cisco:
 
 ip flow-export version 5 origin-as
 ip flow-export destination 10.3.3.3 9995
 
 interface GigabitEthernet5/0.3
 
 encapsulation dot1Q 3
 
 ip address 10.1.1.1 255.255.255.252
 
 ip flow ingress
 
 
 Juniper:
 
 set forwarding-options sampling input rate 100
 
 set forwarding-options sampling family inet output flow-server 10.3.3.3
 port 9995
 
 set forwarding-options sampling family inet output flow-server 10.3.3.3
 version 5
 
 set forwarding-options sampling family inet output flow-server 10.3.3.3
 autonomous-system-type origin
 
 
 set interfaces ge-1/1/1 unit 24 family inet sampling input
 
 
 
 *Ali Sumsam CCIE*
 *Network Engineer - Level 3*
 eintellego Pty Ltd
 a...@eintellego.net ; www.eintellego.net
 
 Phone: 1300 753 383 ; Fax: (+612) 8572 9954
 
 Cell +61 (0)410 603 531
 
 facebook.com/eintellego
 PO Box 7726, Baulkham Hills, NSW 1755 Australia
 
 The Experts Who The Experts Call
 Juniper - Cisco – Brocade - IBM
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] netflow to Jflow

2012-12-03 Thread Muhammad Aamir
instead
set interfaces ge-1/1/1 unit 24 family inet sampling input

try applying the below filter on inbound and outbound direction of
interface ge-1/1/1.24

filter sample {
term 1 {
then {
sample;
accept;
}
}




On Mon, Dec 3, 2012 at 8:41 PM, OBrien, Will obri...@missouri.edu wrote:

 you should probably define the source ip address from the router.

 On Dec 3, 2012, at 11:28 AM, Ali Sumsam wrote:

  Hi All,
  I am moving from Cisco to Juniper MX5. My Cisco router was sending
 netflow
  information to a server(NFSEN).
  I cant see any update on the same server from my MX5 router, after we
 have
  done the migration. Following are the Cisco and Juniper configs.
 
 
  Cisco:
 
  ip flow-export version 5 origin-as
  ip flow-export destination 10.3.3.3 9995
 
  interface GigabitEthernet5/0.3
 
  encapsulation dot1Q 3
 
  ip address 10.1.1.1 255.255.255.252
 
  ip flow ingress
 
 
  Juniper:
 
  set forwarding-options sampling input rate 100
 
  set forwarding-options sampling family inet output flow-server 10.3.3.3
  port 9995
 
  set forwarding-options sampling family inet output flow-server 10.3.3.3
  version 5
 
  set forwarding-options sampling family inet output flow-server 10.3.3.3
  autonomous-system-type origin
 
 
  set interfaces ge-1/1/1 unit 24 family inet sampling input
 
 
 
  *Ali Sumsam CCIE*
  *Network Engineer - Level 3*
  eintellego Pty Ltd
  a...@eintellego.net ; www.eintellego.net
 
  Phone: 1300 753 383 ; Fax: (+612) 8572 9954
 
  Cell +61 (0)410 603 531
 
  facebook.com/eintellego
  PO Box 7726, Baulkham Hills, NSW 1755 Australia
 
  The Experts Who The Experts Call
  Juniper - Cisco – Brocade - IBM
  ___
  juniper-nsp mailing list juniper-nsp@puck.nether.net
  https://puck.nether.net/mailman/listinfo/juniper-nsp


 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] netflow to Jflow

2012-12-03 Thread Chris Kawchuk
You have NTP enabled, and it's properly synced?

- CK.

On 2012-12-04, at 4:28 AM, Ali Sumsam ali+juniper...@eintellego.net wrote:

 The Experts Who The Experts Call
 Juniper - Cisco – Brocade - IBM


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp