Wired Intelligent Edge

last person joined: yesterday 

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

Configure 2930F 48G POE Switch Connected to AP-345 dual ports

This thread has been viewed 4 times
  • 1.  Configure 2930F 48G POE Switch Connected to AP-345 dual ports

    Posted Nov 08, 2018 11:21 AM

    We are going to start installing AP-345s in an instant cluster and want to take advantage of the dual ports on the 345 for increased throughput.  The AP will connect both cables to a 2930F 48G  POE switch. 

     

    Is there any sample configs for the switch to take be able to use both ports at once on the AP 345?  I read about using LACP trunks for this? 

     

    Also we will have multiple 2930F switches in the closet.  Can I connect the two ports from the AP 345 to different switches for redudancy as well as throughput?  If so how would I configure the LACP trunk between both switches if that is even possible?

     

    Is there any consideration I need to know about POE on the switch and how this works using both ports on the AP 345?

     

    Thanks for any help on this.

     

    Dennis 



  • 2.  RE: Configure 2930F 48G POE Switch Connected to AP-345 dual ports

    Posted Nov 08, 2018 02:11 PM

    This configure is the minimum require to trunk (link aggregation) two ports on two different 2930 switch in the same cluster (stacking) to AP-345 dual ports

    AS01# sh run interface 1/45
    Running configuration:
    interface 1/45
       name "AP-3A"
       untagged vlan 1105
       trunk trk13 trunk
       exit
    
    AS01# sh run interface 2/45
    Running configuration:
    interface 2/45
       name "AP-3B"
       untagged vlan 1105
       trunk trk13 trunk
       exit
    AS01# sh run interface trk13
    Running configuration:
    interface Trk13
       untagged vlan 1105
       spanning-tree priority 4
       exit
    
    


  • 3.  RE: Configure 2930F 48G POE Switch Connected to AP-345 dual ports

    Posted Nov 09, 2018 09:06 AM

    Thank you for this information.   I will see how this goes.  Is there anything I need to do for consideration of POE or will that just all work? 

     

    Thanks,

     

    Dennis



  • 4.  RE: Configure 2930F 48G POE Switch Connected to AP-345 dual ports

    Posted Nov 09, 2018 02:43 PM

    POE is enable by default.  to confirm try:

    AS01# show power-over-ethernet brief