Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

How to NAT SSIDs to different IPs?

This thread has been viewed 0 times
  • 1.  How to NAT SSIDs to different IPs?

    Posted Oct 20, 2015 12:53 PM
      |   view attached

    Dear Members,

     

    We are preparing our controller for a test at our customer. They would like to NAT the wireless clients, to another VLANs. I attached a picture as well, where you can see the actual situation.

    Is it possible to NAT the clients to these VLANs?

    Thank you for your help in advance!

    Best regards,



  • 2.  RE: How to NAT SSIDs to different IPs?

    Posted Oct 20, 2015 01:05 PM
    IF you are using different user-roles for each SSID then You could create an ACL natting traffic to a certain IP address
    ip nat pool VLAN20 192.168.100.1 192.168.100.1
    ip nat pool VLAN10 192.168.150.1 192.168.150.1
    !
    ip access-list session NAT-VLAN10-ACL
    any any any src-nat pool VLAN10
    !
    ip access-list session NAT-VLAN20-ACL
    any any any src-nat pool VLAN20
    !
    user-role A
    access-list session NAT-VLAN20-ACL
    !
    user-role B
    access-list session NAT-VLAN10-ACL