Forum Discussion
OTS02
Cirrus
Apr 28, 2010LocalLBNAT statistics
I am having trouble getting statistics for nats.
I managed to declare nat_list, and get it to load into a list box, but cannot figure out what I need to do to actually get the statistics for the nats
iControl.LocalLBNATNATDefinition[] nat_list = m_interfaces.LocalLBNAT.get_list();
for (int i = 0; i < nat_list.Length; i++)
{
x_address = nat_list.translation_address;
o_address = nat_list.original_address;
lb_nats.Items.Add(nat_list);
iControl.LocalLBNATNATStatistics nat_stats = ??don't know??
}
If someone could show me how to actually pull the stats, I would be very grateful.
- samstep
Cirrocumulus
There is a LocalLB.NAT.get_statistics() method, check out the documentation: - OTS02
Cirrus
Thank you samstep
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects