Wired Intelligent Edge

last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

MAS S2500 PAT

This thread has been viewed 2 times
  • 1.  MAS S2500 PAT

    Posted Jul 01, 2019 11:39 AM

    I am trying to setup Port Address Translation (NAT Overload) on an S2500 MAS switch.  Any assistance would be appreciated.!!

     

    Thanks

     

     



  • 2.  RE: MAS S2500 PAT

    MVP GURU
    Posted Jul 03, 2019 08:07 AM

    S2500 is a switch... not a router/firewall...

    it is never recommanded use NAT !



  • 3.  RE: MAS S2500 PAT
    Best Answer

    EMPLOYEE
    Posted Jul 08, 2019 04:29 AM

    If you still want to configure outbound NAT for your S2500 Mobility Access Switch, it is described in the User Guide, and basically comes down to (if vlan 10 is your LAN, and vlan 255 is your outbound interface):

     

    (host) (config) #interface vlan 10
    (host) (vlan 10) #ip nat inside
    
    (host) (config) #interface vlan 255
    (host) (vlan "255") #ip nat outside
    
    (host) (config) #show interface vlan 255
    VLAN255 is administratively Up, Line protocol is Up Hardware is CPU Interface, Address is 00:1a:1e:0c:72:40 Description: 802.1Q VLAN
    Internet address is 192.168.100.1, Netmask is 255.255.255.0 IPV6 link-local address is fe80::1a:1e00:640c:7240
    Global Unicast address(es):
    Routing interface is enabled, Forwarding mode is enabled Interface is source NAT'ed
    Interface is egress source NAT'ed
    Directed broadcast is disabled
    Encapsulation 802, Loopback not set
    Interface index: 50331658
    MTU 1500 bytes
    Metric 10
    Probe Name: test, Probe Status: Down

    With NAT pools you can set up even more advanced NAT. Please read the notes and limitations in the user guide.