cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
0
Helpful
3
Replies

L2NAT is not working on Cisco IE3400

yoshi1981jp
Level 1
Level 1

Hi,

I have a problem with basic 1:1 NAT configuration on Cisco IE-3400-8T2S (IOS: Cisco IOS XE Software, Version 17.06.03).

The test design and test results are as follows:

yoshi1981jp_0-1712119873862.png

The problem looks either L2NAT is not functioning or capturing target packets to process L2NAT.

Attached log is the L2NAT and interface configuration content, and show interface result of uplink (GE1/1) and show L2NAT statistics result. 

We have worked to resolve this issue for several days but have not identified any cause and solution. Could anyone kindly give an advice?

 

1 Accepted Solution

Accepted Solutions

yoshi1981jp
Level 1
Level 1

This issue was resolved by removing interface L2NAT setting of specific VLAN to apply L2NAT.

Since the port is access VLAN port, there is no tagged traffic hence L2NAT target could not be detected.

interface GigabitEthernet1/1
switchport access vlan 192
l2nat L2_NAT 192 (remove this and works)

View solution in original post

3 Replies 3

Hello,

I could be wrong, but I do not think the Cisco IE-3400-8T2S supports L2NAT at all...

Hello,

Thank you for your confirmation. By referring to this link, Cisco IE-3400-8T2S should support L2NAT on uplink ports (Gig 1/1 and Gig 1/2).

yoshi1981jp
Level 1
Level 1

This issue was resolved by removing interface L2NAT setting of specific VLAN to apply L2NAT.

Since the port is access VLAN port, there is no tagged traffic hence L2NAT target could not be detected.

interface GigabitEthernet1/1
switchport access vlan 192
l2nat L2_NAT 192 (remove this and works)