Network Management

last person joined: 17 hours ago 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Aruba 3810M issue putting a interface on trunk or access vlan 50

This thread has been viewed 5 times
  • 1.  Aruba 3810M issue putting a interface on trunk or access vlan 50

    Posted Feb 12, 2019 05:19 PM

    Hello,

     

    I am replacing a Cisco 3750 with a Aruba 3810M. I cannot figure out how to do a switchport access vlan 50 or how to do a switchport mode trunk on a port. 

     

    What I do now is 

     

    Config t

    Interface ethernet 1

    (eth1)# switchport access vlan 50

    or 

    (eth1)# switchport mode trunk

     

    Invalid input: switchport    <--- Issue wont take command 

     

    Any help would be appreciated.



  • 2.  RE: Aruba 3810M issue putting a interface on trunk or access vlan 50

    Posted Feb 12, 2019 05:50 PM

    HPE uses tagged and untagged for VLANs..

    ==================Access Port==============

    For Cisco:

    interface gi 0/0

    switchport mode access

    switchport access vlan 90

     

    For 3810 (assuming eth0/0 is an access port):

    vlan 90

    untagged eth0/0

     

    ==================Turnk Port==============

    For Cisco

    inter eth 1

    switchport mode trunk

     

    on 3810 (assuming eth 1 is the trunk link):

    vlan 90

    tagged eth1

     

    vlan 91

    tagged eth1



  • 3.  RE: Aruba 3810M issue putting a interface on trunk or access vlan 50
    Best Answer

    MVP EXPERT
    Posted Feb 12, 2019 06:22 PM
    Hi Lionelgalvan1,

    Here you find the CLI Reference Guide for ArubaOS-CX, ArubaOS-Switch and Cisco IOS

    Excellent document that will help you for sure!

    https://support.hpe.com/hpsc/doc/public/display?docId=c04793912


  • 4.  RE: Aruba 3810M issue putting a interface on trunk or access vlan 50

    MVP GURU
    Posted Feb 13, 2019 09:41 AM