cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2817
Views
5
Helpful
3
Replies

Trying to use nat with Catalyst 1000 Series

RT74693
Level 1
Level 1

Hi everyone,

 

I'm  trying to use nat on a catalyst 1000 Series.

I've configured 2 vlan; one with ip nat inside and another with ip nat outside.

I've configured an acl as well.

 

Nat do not work, when i'm using wireshark i see outcoming packets source with the internal address.

NAT's tables seems to be empty.

 

to resume :

interface Vlan 100

ip address 10.1.112.61/27

ip nat inside


interface Vlan 200

ip address 172.16.10.64/255

ip nat outside

access-list 100 permit tcp any any

ip nat inside source list 100 interface Vlan 200 overload

 

If someone could help or explain to me how to do?

May be catalyst 1000 series could not provide NAT features?

 

Thanks

 

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @RT74693 ,

Catalyst 1000 should not support NAT.

 

However, whati s misleading the CLI parser is "unified" for IOS XE so you can see commands that actully are not supported in your platform.

 

As already suggested by BB for NAT you need a router like an ISR

 

Hope to help

Giuseppe

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Cat 1000 is switch, i do not believe this support NAT feature here. you need Router to do this task .

 

or is this Router  ISR 1000 ?

 

https://www.cisco.com/c/en/us/td/docs/routers/access/1100/software/configuration/xe-16-10/cisco_1100_series_swcfg_xe_16_10_x/cisco_1100_series_swcfg_xe_16_10_x_chapter_011001.html

 

Can you post show version and show run

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @RT74693 ,

Catalyst 1000 should not support NAT.

 

However, whati s misleading the CLI parser is "unified" for IOS XE so you can see commands that actully are not supported in your platform.

 

As already suggested by BB for NAT you need a router like an ISR

 

Hope to help

Giuseppe

RT74693
Level 1
Level 1

Thanks for your answers. I will use routiers