Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Network Address Translation (NAT) #885

Open
nleiva opened this issue Jul 12, 2023 · 0 comments
Open

Add support for Network Address Translation (NAT) #885

nleiva opened this issue Jul 12, 2023 · 0 comments
Labels
feature This issue/PR relates to a feature request.

Comments

@nleiva
Copy link

nleiva commented Jul 12, 2023

SUMMARY

A common configuration that looks to be missing is Network Address Translation (NAT). It's syntax is not too verbose, so it might be a good candidate to include in future developments.

interface ethernet 0 
 ip nat inside
!
interface serial 0
 ip nat outside
!
ip nat inside ...
!
ip nat pool ...

https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-12.html

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

cisco.ios

ADDITIONAL INFORMATION

Increase network resource modules coverage of customer configs.

@KB-perByte KB-perByte added the feature This issue/PR relates to a feature request. label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants