Hi
I need some good ideas from you all.
I want to keep an eye on my nat pool, to make sure they are not fully allocated.
I can go to cli and show nat pool and get this output:
TCP PAT pool outside, address x.x.x.x, range 1-511, allocated 0
TCP PAT pool outside, address x.x.x.x, range 512-1023, allocated 0
TCP PAT pool outside, address x.x.x.x, range 1024-65535, allocated 50752
But would be easier if i can just look it up in GUI, maybe in a dashboard, with an existing setting or a new custom workflow. Any good ideas how to get an output so i can see connections/allocated from my outside.
My 2nd best idea is to make a python script connecting to cli, and write the show nat pool command, and present the output to me in some way.
Regards Carsten