blob: bbb8586390e7b7a8eb52ef38af98d4eab956cfa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
name: Network Address Translation
maintainer:
- Ole Troan <ot@cisco.com>
- Filip Varga <fivarga@cisco.com>
features:
- NAT44-EI - IPv4 Endpoint Independent NAT
- 1:1 NAT
- 1:1 NAT with ports
- VRF awareness
- Multiple inside interfaces
- Hairpinning
- IPFIX
- Syslog
- TCP MSS clamping
- Local bypass (DHCP)
- NAT44-ED - IPv4 Endpoint Dependent NAT
- 1:1 NAT
- 1:1 NAT with ports
- VRF awareness
- Multiple inside interfaces
- Hairpinning
- IPFIX
- Syslog
- TCP MSS clamping
- Local bypass (DHCP)
- DET44 - deterministic NAT (CGN)
- NAT64
- NAT66
- DSLITE
- 464XLAT
description: "The Network Address Translation (NAT) plugin offers a multiple address
translation functions. These can be used in a raft of different
scenarios. CPE, CGN, etc."
state: production
properties: [API, CLI, STATS, MULTITHREAD]
|