- Preface
-
- IPv6 Addressing and Basic Connectivity
- IPv6 Anycast Address
- IPv6 Switching: Cisco Express Forwarding Support
- Unicast Reverse Path Forwarding for IPv6
- IPv6 Services: AAAA DNS Lookups over an IPv4 Transport
- IPv6 MTU Path Discovery
- ICMP for IPv6
- IPv6 ICMP Rate Limiting
- ICMP for IPv6 Redirect
- IPv6 Neighbor Discovery Cache
- IPv6 Neighbor Discovery Cache
- IPv6 Default Router Preference
- IPv6 Stateless Autoconfiguration
- IPv6 RFCs
-
- IP SLAs Overview
- Configuring IP SLAs UDP Jitter Operations
- IP SLAs Multicast Support
- Configuring IP SLAs UDP Jitter Operations for VoIP
- IP SLAs QFP Time Stamping
- Configuring IP SLAs LSP Health Monitor Operations
- IP SLAs for MPLS Psuedo Wire via VCCV
- Configuring IP SLAs for Metro-Ethernet
- Configuring IP SLAs Metro-Ethernet 3.0 (ITU-T Y.1731) Operations
- IPSLA Y1731 On-Demand and Concurrent Operations
- Configuring IP SLAs UDP Echo Operations
- Configure IP SLAs HTTPS Operations
- Configuring IP SLAs TCP Connect Operations
- Configuring Cisco IP SLAs ICMP Jitter Operations
- Configuring IP SLAs ICMP Echo Operations
- Configuring IP SLAs ICMP Path Echo Operations
- Configuring IP SLAs ICMP Path Jitter Operations
- Configuring IP SLAs FTP Operations
- Configuring IP SLAs DNS Operations
- Configuring IP SLAs DHCP Operations
- Configuring an IP SLAs Multioperation Scheduler
- Configuring Proactive Threshold Monitoring for IP SLAs Operations
- IP SLAs TWAMP Responder
-
- Configuring the Cisco IOS XE DHCP Server
- Configuring the DHCP Server On-Demand Address Pool Manager
- IPv6 Access Services: DHCPv6 Relay Agent
- DHCP Relay Server ID Override and Link Selection Option 82 Suboptions
- DHCP Server RADIUS Proxy
- Configuring the Cisco IOS XE DHCP Client
- Configuring DHCP Services for Accounting and Security
- ISSU and SSO--DHCP High Availability Features
- DHCPv6 Relay and Server - MPLS VPN Support
- Information About IPv6 Access Services: DHCPv6 Relay Agent
- IPv6 Access Services: Stateless DHCPv6
- IPv6 Access Services: DHCPv6 Prefix Delegation
- Asymmetric Lease for DHCPv6 Relay Prefix Delegation
- Configuration Examples for DHCP for IPv6 Broadband
- DHCPv6 Server Stateless Autoconfiguration
- DHCP Server MIB
- Asymmetric Lease for DHCPv4 Relay
-
- Configuring NAT for IP Address Conservation
- Using Application-Level Gateways with NAT
- Carrier Grade Network Address Translation
- Static NAT Mapping with HSRP
- VRF-Aware Dynamic NAT Mapping with HSRP
- Configuring Stateful Interchassis Redundancy
- Mapping of Address and Port Using Encapsulation
- Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT
- VRF-Aware NAT for WAN-WAN Topology with Symmetric Routing Box-to-Box Redundancy
- Integrating NAT with MPLS VPNs
- Monitoring and Maintaining NAT
- Information About NAT 44 Pool Exhaustion Alerts
- Enabling NAT High-Speed Logging per VRF
- Stateless Network Address Translation 64
- Stateful Network Address Translation 64
- Stateful Network Address Translation 64 Interchassis Redundancy
- Connectivity Between IPv4 and IPv6 Hosts Using Stateless NAT 46
- Mapping of Address and Port Using Translation
- Disabling Flow Cache Entries in NAT and NAT64
- Paired-Address-Pooling Support in NAT
- Bulk Logging and Port Block Allocation
- MSRPC ALG Support for Firewall and NAT
- Sun RPC ALG Support for Firewalls and NAT
- vTCP for ALG Support
- ALG—H.323 vTCP with High Availability Support for Firewall and NAT
- SIP ALG Hardening for NAT and Firewall
- SIP ALG Resilience to DoS Attacks
- Match-in-VRF Support for NAT
- Information About Stateless Static NAT
- IP Multicast Dynamic NAT
- PPTP Port Address Translation
- NPTv6 Support
- NAT Stick Overview
- Initiating GARP for NAT Mapping
NAT Stick Overview
The NAT Stick feature helps to route the packets back to the same input interface or another NAT stick interface. When a VM wants to communicate another VM in the same VRF (virtual router) and they are connected to the same physical router, NAT stick feature help the route back.
NAT helps when packet traverses from inside interface to outside interface and vice versa. NAT is required to configure both the interfaces (inside and outside).
Restrictions for Configuring NAT Stick
-
ALGs are not supported on NAT stick.
-
CGN mode is not supported on NAT stick
-
Multicast packets are not supported on NAT stick.
-
NAT stick does not support IPv6.
-
Gate Keeper is not supported on NAT stick feature.
-
Route maps are not supported on NAT stick. Only ACL will be supported.
Information About Configuring NAT Stick
Configuring NAT Stick
enable
configure terminal
interface GigabitEthernet2
ip vrf forwarding vrf-30
ip address 1.1.1.1 255.255.255.0
ip nat stick
end