Wired Intelligent Edge

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

New Aruba Switch Environment Configuration Help

This thread has been viewed 0 times
  • 1.  New Aruba Switch Environment Configuration Help

    Posted Nov 06, 2017 05:08 PM
      |   view attached

    Hello all, 

    Like many I am new to Aruba (HPE) switching but have worked with Cisco switching for the past 15 years. I have setup my configuration and everything seems to be working in the test environment.

    I wondered if someone with more HPE switching experience than me could look over the configuration and let me know if the configs look ok?

    I have attached a network diagram and IP's have been changed to protect the innocent.

    Here is the inventory of what i am configuring.

    Core Switch - Aruba 3810M 16SFP 2 Slot with 1 expansion SFP Installed.

    Access Switches - 10 Aruba 2530-48G 2SFP.

    All 2530 will connect to the 3810 with a 10GB DAC cable.

    Most all ports on the 2530's will be on VLAN10 in the configuration with a couple exceptions.

    Core Config

    hostname "core1"
    module 1 type jl075x
    module 2 type jl075y
    module 3 type jl075z
    flexible-module A type JL083A
    telnet-server listen data
    web-management listen data
    ip ssh listen data
    ip route 0.0.0.0 0.0.0.0 10.2.2.2
    ip route 10.200.1.0 255.255.255.0 172.1.2.2
    ip route 10.201.1.0 255.255.255.0 172.1.2.2
    ip route 10.202.1.0 255.255.255.0 172.1.2.2
    ip routing
    snmp-server community "public" unrestricted
    snmp-server listen data
    oobm
    disable
    no ip address
    exit
    vlan 1
    name "DEFAULT_VLAN"
    no untagged 1-16,A1-A2
    untagged A3-A4
    no ip address
    exit
    vlan 2
    name "mgmt"
    tagged 1-16
    ip address 10.1.1.250 255.255.255.0
    exit
    vlan 7
    name "wifi"
    ip address 10.7.1.1 255.255.255.0
    exit
    vlan 10
    name "access"
    tagged 1-16
    ip address 10.20.1.1 255.255.254.0
    exit
    vlan 30
    name "main"
    tagged 1-16
    ip address 10.30.1.1 255.255.255.0
    exit
    vlan 40
    name "staff"
    tagged 1-16
    ip address 10.40.1.1 255.255.255.0
    exit
    vlan 172
    name "wan"
    untagged A2
    ip address 172.1.1.1 255.255.255.252
    exit
    vlan 254
    name "secure"
    untagged A1
    ip address 10.2.2.2 255.255.255.252
    exit
    primary-vlan 2
    no tftp server
    tftp server listen data
    no autorun
    no dhcp config-file-update
    no dhcp image-file-update
    password manager
    password operator

     

    Access Switch 1 thru 10 Config. All that will change is hostname and management IP.

    hostname "access01"
    ip default-gateway 10.1.1.250

    vlan 1
    name "DEFAULT_VLAN"
    no untagged 1-48,50
    untagged 49
    no ip address
    exit
    vlan 2
    name "mgmt"
    tagged 50
    ip address 10.1.1.221 255.255.255.0
    exit
    vlan 10
    name "access"
    untagged 1-48
    tagged 50
    no ip address
    exit
    primary-vlan 2