OmniSwitch 6450 NAT
-
rnavi89
OmniSwitch 6450 NAT
Hi, need to know if ALU OS6450 can do NAT/PAT? If what are the commands to configure NAT/PAT
-
jerry_yang80
Re: OmniSwitch 6450 NAT
hei, if os6450 can do NAT of PAT.The sow can climb the tree.
-
bijendrasinghi
Re: OmniSwitch 6450 NAT
One to One NAT
-> policy condition cond1 source ip 192.168.10.10 # LAN IP
-> policy action action1 source rewrite ip 155.190.23.123 # Public IP
-> policy rule trans_rule1 condition cond1 action action1
The Public IP should have an interface on switch.
Many to one PAT
-> policy condition internal source ip 10.10.10.0 mask 255.0.0.0 # LAN IP address
-> policy action external source rewrite ip 183.87.92.21 # Public IP add
-> policy rule nat condition internal action external
AOS 6.7.1 and above..
also available in ALE AOS document.
-> policy condition cond1 source ip 192.168.10.10 # LAN IP
-> policy action action1 source rewrite ip 155.190.23.123 # Public IP
-> policy rule trans_rule1 condition cond1 action action1
The Public IP should have an interface on switch.
Many to one PAT
-> policy condition internal source ip 10.10.10.0 mask 255.0.0.0 # LAN IP address
-> policy action external source rewrite ip 183.87.92.21 # Public IP add
-> policy rule nat condition internal action external
AOS 6.7.1 and above..
also available in ALE AOS document.
