- Written by Kewei Shi
- Posted on 11月 4, 2020
- Updated on 5月 21, 2025
- 14870 Views
Logical ports are hardware resources that are required to activate interfaces.
- Written by Ashit Tandon
- Posted on 11月 6, 2025
- Updated on 7月 1, 2026
- 1728 Views
Static NAT allows a switch to modify the source or destination IP address, and optionally the Layer 4 port, of packets traversing it. Each static NAT rule is explicitly defined by the user and specifies a one-to-one mapping between an original IP address and a translated IP address.
- Written by David Dombai
- Posted on 4月 27, 2026
- Updated on 4月 30, 2026
- 372 Views
Dynamic NAT is a feature which dynamically allocates an IP address to an incoming or outgoing flow. This address will replace source or destination IP for all packets of the flow. The new IP address given to the flow is from a pool of addresses called NAT pool. L4 port can also be replaced by a new one in case of NAPT (Network Address Port Translation). In address only NAT only the IP address is translated. NAPT is not supported in masquerade or overload mode.
