Wired Intelligent Edge

last person joined: 17 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
Expand all | Collapse all

Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

This thread has been viewed 0 times
  • 1.  Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

    Posted Apr 10, 2015 09:28 AM
      |   view attached

    Hi.

    I have several new S1500-24P switches to configure. I have been sitting on them for a while, because I have very little experience in configuring switches, and no experience with MAS. I've tried to look for training videos to assist me in their configuration, but I can't seem to find anything. The swicthces configurations will essentially be the same.

    Is there an easy way to import the 2928-HPWR Plus config (attached)?

    Or if someone is bored and wants to work it for me, I'd appreciate the help. I am at a total loss.

    Thank you.

    Attachment(s)

    txt
    2928-HPWR-config.txt   4 KB 1 version


  • 2.  RE: Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

    Posted Apr 23, 2015 02:04 PM

    there were training videos at one point, anyone have a link?



  • 3.  RE: Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

    Posted Apr 24, 2015 10:07 PM

    Hi Boneyard.

    I reached out to the Aruba Training Team. They told me that there will be training classes this summer. I inquired about videos. They said videos will be a part of that. Not the answer I was looking for. $$

    I can find Cisco videos all over the place on Youtube. But, no basic vlan and trunking videos for Aruba. Maybe I haven't looked hard enough.

    Thanks!



  • 4.  RE: Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

    EMPLOYEE
    Posted Apr 24, 2015 10:24 PM

    This should help you get started:

     

    hostname 300wLan
    !
    clock timezone EST -5
    !
    vlan 100
    vlan 101
    vlan 200
    vlan 201
    vlan 300
    vlan 301
    vlan 400
    vlan 401
    !
    mgmt-user admin root
    !
    spanning-tree
    !
    interface vlan 1
    ip address 10.1.10.63 255.0.0.0
    !
    interface-profile switching-profile "EDGE-PORT-TRUNK"
    switchport-mode trunk
    native-vlan 1
    trunk allowed vlan 101-101,200-201,300-301,400-401
    !
    interface-profile poe-profile "POE-ENABLE"
    enable
    !
    interface-group gigabitethernet "EDGE-PORTS"
    apply-to 0/0/0-0/0/23
    poe-profile POE-ENABLE
    switching-profile EDGE-PORT-TRUNK
    lldp-profile "lldp-factory-initial"
    trusted port
    !
    interface port-channel 1
    switching-profile EDGE-PORT-TRUNK
    port-channel-members 0/1/0,0/1/1
    !

     



  • 5.  RE: Need help converting 3Com Baseline Switch 2928-HPWR Plus config for S1500-24P

    Posted Apr 27, 2015 01:58 PM

    Thank you very much, Tim