Switches, Hubs, and Modems
1757656 Members
2558 Online
108862 Solutions
New Discussion

Re: NAT on 5308xl

 
chrisssss
New Member

NAT on 5308xl

Hi all,

I have a 5308xl switch and I need to configure NAT for some devices in one vlan(120) to another vlan(111)


In vlan120 I have devices with ip-address 10.10.10.0/24. The ip-address with which devices from vlan111 need to communicate with the devices in vlan120 should be 172.16.16.0/24
How do I go about this? Is there someone who can help me? I know I need to make an access-list and tie it to the vlan120 interface but I have never done this before on a HP switch. Help would be appreciated.
2 REPLIES 2
Matt Hobbs
Honored Contributor

Re: NAT on 5308xl

Check out the IP Routing chapter of the Advanced Traffic Management Guide if you haven't already. ftp://ftp.hp.com/pub/networking/software/6400-5300-4200-3400-AdvTrafficMgmt-Oct2006-59906051-Chap11.pdf

NAT is pretty basic on the 5300:

Static NAT Operating Rules
â   Uses one-to-one IP address mapping. That is, with each â privateâ device
IP address you configure for static NAT, there must be a corresponding
virtual, â publicâ IP address.
â   Allows up to 32 client IP addresses per switch, which requires an equal
number of virtual IP address assignments. Note that increasing the
number of NAT mappings can reduce overall NAT performance.
â   Requires routing to be enabled on the switch.

Syntax: [no] ip nat static < private-ip > < public-ip >
Muhammed Sathar
Occasional Advisor

Re: NAT on 5308xl

if u want to communicate with different vlans, IP routing should be enable.

if u have a core switch in ur network, you can use the following commands,

ip routing
logging facility syslog


ip route 0.0.0.0 0.0.0.0 [Router/firewall ip address]

regards,

sathar@cornerstone-me