Wired Intelligent Edge

last person joined: 18 hours 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

How can i configure MAS S2500 to connect from broadband modem?

This thread has been viewed 0 times
  • 1.  How can i configure MAS S2500 to connect from broadband modem?

    Posted Sep 16, 2016 08:59 PM

    I want to connect the port of the MAS S2500 0/0/0 to a broadband modem. and configure the remainports for the clients with dhcp.

     

    the problem is i am able to get an ip address from the dhcp pool of my vlan but i'm not getting through the internet. i am able to ping 8.8.8.8 from mas but my computer wont.

     

    here's the script i've been running

     

    interface vlan 2
    description VLAN0002
    ip address dhcp-client
    !
    interface vlan 100
    description VLAN0100
    ip address 10.99.0.1 255.255.255.0
    ip nat inside
    !
    ip-profile
    default-gateway X.X.X.X *depends on what ip on my vlan 2*
    !
    ip dhcp pool VLAN0100
    network 10.99.0.0 255.255.255.0
    default router 10.99.0.1
    dns-server 8.8.8.8
    lease 0 4 0 0
    !
    service dhcp
    !
    interface-profile switching-profile accessvlan2
    switchport-mode access
    access-vlan 2
    !
    interface gigabitethernet 0/0/0
    switching-profile accessvlan2
    !
    interface-profile swithing profile accessvlan100
    switchport-mode access
    access-vlan 100

     

    Please correct me on my script if there are any... thanks im pretty noobish in configuration.