Configuring the NAT function on the Web UI:

Configuring the NAT function on the CLI:

[FW1]nat-policy // Configure NAT policies. [FW1-policy-nat]rule name trust_ISP // Policy name [FW1-policy-nat-rule-trust_isp]source-zone trust // Set the source zone to trust [FW1-policy-nat-rule-trust_isp]egress-interface GigabitEthernet 1/0/2 // Set the outgoing interface to g1/0/2 [FW1-policy-nat-rule-trust_isp]action NAT easy-ip // The action is easy-ip [FW1-policy-nat-rule-trust_isp]quit // Exit [fw1-policy-nat]quit [FW1]Copy the code