- Read Me First
- 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
- 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
- IP Multicast Dynamic NAT
- PPTP Port Address Translation
- NPTv6 Support
- NAT Stick Overview
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