Link to home
Start Free TrialLog in
Avatar of sckautie
sckautie

asked on

Help with Netflow from Adtran router to a collector inside the firewall

I am having trouble getting flows exported to a collector inside my firewall.  The ip of the collector is 192.168.xx.8.  The ip of the inside ethernet of the adtran is 65.222.xxx.241.  The inside ip of the firewall is 192.168.xx.1.  Any suggestions?
Avatar of Les Moore
Les Moore
Flag of United States of America image

PIX firewall:
For example purposes:
Where "9996" is the port you are using for netflow
Where outside IP of PIX = 65.222.xxx.242

static (inside,outside) udp interface 9996 192.168.xx.8 9996 netmask 255.255.255.255
access-list outside_access_in permit udp host 65.222.xxx.241 host 65.222.xxx.242  eq 9996
ASKER CERTIFIED SOLUTION
Avatar of ngravatt
ngravatt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial