
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I get Netflow data forwarded from a Netvanta 1238 switch to NagiosNA
Part Number 1702599G1
Serial NumberLBADTN1443AA338Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Tom,
Though Peter's reply is the exact way to do it on an ADTRAN NetVanta router, the NetVanta 1238 does not currently support Netflow.
Thanks,
Evan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Netflow data from Netvanta 1238 switch
Try this:
#Main Config:
ip snmp agent
snmp-server host [Nagios IP] traps version [1|2c|3] [commstring]
ip flow export destination [Nagios IP] 5666|5667|12489
ip flow cache timeout active 1
#Optional:
ip flow top-talkers
top 10
#Outbound Interface(s):
ip flow egress
no awcp (if you don't use Adtran APs)
no lldp send port-description
no lldp send system-name
no lldp send system-description
no lldp send system-capabilities
no lldp send management-address
bandwidth []
On the outbound, disable lldp since it could interfere. The bandwidth parameter isn't required for this to work, but the information will be useful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
Tom,
Though Peter's reply is the exact way to do it on an ADTRAN NetVanta router, the NetVanta 1238 does not currently support Netflow.
Thanks,
Evan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Netflow data from Netvanta 1238 switch
Tom,
I marked my answer as assumed correctly answered.
If you have more questions, feel free to let us know.
Thanks,
Evan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: Netflow data from Netvanta 1238 switch
Thanks Evan - This is what I thought