Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Last active September 17, 2019 18:31
Show Gist options
  • Select an option

  • Save afaqk9394/67ea1e054ecd8e83fd3bf2c87e1a4420 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/67ea1e054ecd8e83fd3bf2c87e1a4420 to your computer and use it in GitHub Desktop.
Router(config)#interface fa0/0
Router(config-if)#ip nat inside
Router(config)#interface fa0/1
Router(config-if)#ip nat outside
Router(config)#ip nat inside source static 172.18.0.5 100.18.0.5
Router#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
-- 100.18.0.5 172.18.0.5 --- ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment