About 2,350,000 results
Open links in new tab
  1. How to configure NAT - Cisco Community

    Jun 22, 2009 · To configure static NAT, issue the ip nat inside source static or ip nat outside source static commands in global configuration mode, depending on where the host is located. …

  2. How to configure static NAT with route-maps - Cisco Community

    Jun 22, 2009 · Configuration overview: To configure static NAT with route maps, use the following steps: 1) The first step in any NAT configuration is to define the inside and outside interfaces. …

  3. NAT(config)#ip nat inside source list 1 pool public This provides a dynamic one-to-one NAT translation between public IP addresses in the “public” pool and private IP addresses specified …

  4. How to configure a NAT translation timeout - Cisco Community

    Jun 22, 2009 · Introduction How to configure a NAT translation timeout Core Issue Dynamic Network Address Translation (NAT) creates entries in the table when a packet crosses from …

  5. Demystifying Destination NAT vs Source NAT with Bidirectional

    Nov 27, 2023 · Static source NAT Bidirectional in fact is doing Source NAT (SNAT) and Destination NAT (DNAT), depending to the direction of the traffic, this why we call it …

  6. How to configure NAT with VLAN - Cisco Community

    Apr 24, 2008 · Hi, My question is How can I configure NAT with Router Cisco 7200 using virtual interfaces VLAN or Loopback? I have to configure One vlan with Private IPs and the other with …

  7. NAT entries maximum - Cisco Community

    Aug 5, 2024 · Hi All, On my cisco router I see the log entry: "default maximum entries value 131072 exceeded; frame dropped." What do these entries indicate? Thanks,

  8. Mar 16, 2006 · This document explains configuring Network Address Translation (NAT) on a Cisco router for use in common network scenarios. The target audience of this document is …

  9. How to configure static and dynamic NAT simultaneously

    Jun 17, 2009 · Perform these steps: To configure the inside and outside interfaces, issue the ip nat inside and ip nat outside commands under the respective interfaces. To configure static …

  10. PAT - Cisco Community

    Jun 9, 2009 · The next command is: ip nat inside source list 1 pool mypool overload This command puts the pool definition and the access list together. In other words, it tells the router …