cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
805
Views
1
Helpful
3
Replies

NAT Translation not working on IOS XE 17

kyoto
Level 1
Level 1

I have situation which I apparently do not understand. NAT Translations show 0 in following case:

show ip nat translations Total number of translations: 0

nat-limit statistics:
max entry: max allowed 0, used 0, missed 0
longest chain in local hash: 0, average length 0, chains 0/2048
In-to-out drops: 0 Out-to-in drops: 6
Pool stats drop: 0 Mapping stats drop: 0
Port block alloc fail: 0
IP alias add fail: 0
Limit entry add fail: 0

Configuration:

interface GigabitEthernet0/0/0
ip address dhcp client-id GigabitEthernet0/0/0
ip nat outside
zone-member security Public
negotiation auto
no cdp enable
ip virtual-reassembly

interface Vlan10
ip address 10.0.21.1 255.255.255.0
ip nat inside
zone-member security Private
ip virtual-reassembly

route-map inside-network permit 10
match ip address routing-tabele

ip access-list extended routig-tabele
10 permit ip 10.0.20.0 0.0.3.255 any
20 permit ip 10.1.20.0 0.0.0.255 any
30 permit ip 10.4.20.0 0.0.0.255 any
40 permit ip 10.0.24.0 0.0.0.255 any

ip nat inside source route-map inside-network interface GigabitEthernet0/0/0 overload

System image file is "bootflash:c1100-universalk9_ias.17.03.02.SPA.bin"

My actual explanation is that NAT is now working althou I think the consfiguration is correct.

Any Ideas ?

 

 

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @kyoto ,

You mistyped the name of the access-list:

ip access-list extended routig-tabele

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

3 Replies 3

Harold Ritter
Spotlight
Spotlight

Hi @kyoto ,

You mistyped the name of the access-list:

ip access-list extended routig-tabele

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Harold,

thank you very much. Small mistake -> Big Consequences. Lesson learnt : The mistake is so big as the consequences are.

thanks again, Regards kyoto

 

You are very welcome @kyoto and thanks for the feedback.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)