WEC8500/WEC8050 (APC) Operation Manual v10.1 393
©Samsung Electronics America
NAT Configuration
Configuration using CLI
[SNAT Configuration using Access List]
To add Source NAT (SNAT) using an access-list, execute the command as follows:
1 Go to the configure mode of the CLI.
WEC8500# configure terminal
2 Create an access-list.
WEC8500/configure# access-list fw fw1 deny any 10.10.10.10/32 any
3 Create a NAT pool.
WEC8500/configure# ip nat pool pool1 30.30.30.1 30.30.30.1 255.255.255.0
4 Configure a NAT to the interface.
WEC8500/configure# interface vlan1.30
WEC8500/configure/interface vlan1.30# ip nat inside
WEC8500/configure/interface vlan1.30# exit
5 Add the NAT rule by using access-list and pool.
WEC8500/configure# ip nat outside source list fw1 pool pool1
[SNAT Configuration using Static IP]
To add SNAT using a static IP, execute the command as follows:
1 Go to the configure mode of the CLI.
WEC8500# configure terminal
2 Configure a NAT to the interface.
WEC8500/configure# interface vlan1.30
WEC8500/configure/interface vlan1.30#ip nat outside
WEC8500/configure/interface vlan1.30#exit
3 Configure a NAT rule using a static IP.
WEC8500/configure# ip nat outside source static 10.10.10.10 30.30.30.1
[DNAT Configuration using Access List]
To add Destination NAT (DNAT) using an access-list, execute the command as follows:
1 Go to the configure mode of the CLI.
WEC8500# configure terminal
2 Create a NAT pool.