cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
914
Views
0
Helpful
2
Replies

strange result with show ip nat statistics

ngo duyen
Level 1
Level 1

I see very strange in the result of this show command.

the major thing I want to know:
total addresses 9, allocated 10 (111%)
10>9, the device used over the total addresses it can be used (9)

The detail command bellow.

Have you seen this thing before?

Thank you

show ip nat statistics
Total active translations: 58827 (33 static, 58794 dynamic; 58790 extended)
Peak translations: 58827, occurred 00:00:29 ago
Outside interfaces:
   GigabitEthernet0/1, GigabitEthernet0/1.202, GigabitEthernet0/0/0.1021
Inside interfaces:
   GigabitEthernet0/0, GigabitEthernet0/1.203, GigabitEthernet0/1.204
   GigabitEthernet0/0/0.1024, GigabitEthernet0/0/0.1026, GigabitEthernet1/0
   GigabitEthernet2/0
Hits: 124184668  Misses: 0
CEF Translated packets: 120489434, CEF Punted packets: 3433639
Expired translations: 1766550
Dynamic mappings:
-- Inside Source
[Id: 4] access-list ACL_NAT pool TEMPORARY refcount 48286
  pool TEMPORARY: netmask 255.255.255.192
         start x.x.x.32 end
x.x.x..40
         type generic, total addresses 9, allocated 10 (111%), misses 12713

2 Replies 2

Antonio Knox
Level 7
Level 7

Seems to have flipped the values in it's calculation as 9/10=90%, but 10/9=1.11111111, I've never seen anything like that.  Looks like a bug.

ty for fast respond