cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tommygator
New Contributor II

Netflow data from Netvanta 1238 switch

Jump to solution

Can I get Netflow data forwarded from a Netvanta 1238 switch to NagiosNA

Part Number 1702599G1

Serial NumberLBADTN1443AA338
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Netflow data from Netvanta 1238 switch

Jump to solution

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

View solution in original post

0 Kudos
4 Replies

Re: Netflow data from Netvanta 1238 switch

Jump to solution

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.

Anonymous
Not applicable

Re: Netflow data from Netvanta 1238 switch

Jump to solution

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

0 Kudos
Anonymous
Not applicable

Re: Netflow data from Netvanta 1238 switch

Jump to solution

Tom,

I marked my answer as assumed correctly answered.

If you have more questions, feel free to let us know.

Thanks,

Evan

tommygator
New Contributor II

Re: Netflow data from Netvanta 1238 switch

Jump to solution

Thanks Evan - This is what I thought