Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

vlan port- channel controler

This thread has been viewed 1 times
  • 1.  vlan port- channel controler

    Posted Mar 25, 2018 06:34 AM

    hello every one

     

    i  have a question about the vlan creation and tag on port chanel 

     

    i create a new vlan on conroler and i would like to tag this vlan on on the port chanel who are a trunk with other vlan 

     

    when i creat this vlan i see the port chanel have this configuration is it nornal ?

    i dont found how to remove this configuration ?

     

    switchport access vlan XX

    i dont found how to remove this configuration ?

     

    i tag the port chanel 

     

    i see the this pofiguration en webui with cli command zone

    switchport trunk allowed vlan 15,23,32,99,134-138,200-206,812,1001,xx

     

    are there a impact if i push this configuration ?

    not access on controller ?

    beark acces for other vlan ?

     

    aruba os 6.0

     

    thx 

     

    best regards 

     

     

     

     

     



  • 2.  RE: vlan port- channel controler

    EMPLOYEE
    Posted Mar 25, 2018 06:47 AM

    Do you want to remove a single vlan from the trunk or do you want to change the trunk into an access port?



  • 3.  RE: vlan port- channel controler

    Posted Mar 25, 2018 07:51 AM

     

     

     

     

    the actuel configuration is like this 

     

    switchport trunk allowed vlan 15,23,32,99,134-138,200-206,812,1001

     

    i woulk tag a new vlan on the PO who are on trunk 

     

    but there are this config too on the PO 

     

    switchport access vlan XX

     

    is not good

     

    acutualy on the po config :

     

    interface port-chanel 3

    switchport trunk allowed vlan 15,23,32,99,134-138,200-206,812,1001

    switchport access vlan XX

     

    i would like remove this config 

     

    switchport access vlan XX

     

     

    to add a this XX on the trunk allowed on this po 

     

    thx

     

     



  • 4.  RE: vlan port- channel controler

    EMPLOYEE
    Posted Mar 25, 2018 08:17 AM

    - You should only be configuring the port channel interface

    - The "switchport Mode _________" command determines if it is a trunk or an access port.

    - If the command under the port channel is "switchport mode trunk", the "switchport access vlan" command is ignored.

     

    To ensure that this is a trunk, do this:

    config t

    interface port channel x

    switchport mode trunk

     

    To add the vlan:

    config t

    interface port channel x

    switchport trunk allowed vlan add xx

     

     

     



  • 5.  RE: vlan port- channel controler

    Posted Mar 25, 2018 09:14 AM

    ok to resume i add the new on the trunk on port-chanel and the configuration who was on switchport acces vlan xx will be remove 

     

    and i ll have only this configuration on the po 

     

    switchport trunk allowed vlan add xx,15,33,44

     

    i il do on webui there no impact ? 

     

    i ll be sure 

    there this configuration on po :

     

    inter face port-chanel x

    switchport acces vlan xx

    switchport trunk allowed vlan add xx,15,33,44

     

    after my action 

     

    i ll see this configuration on trunk with the new vlan x and i wiil not see "switchpor acces vlan x" 

     

    interface portchanel X

    switchport trunk allowed vlan add xx,15,33,44,xx

     

    is it correct thre ni impact 

    no acces breking 

     

     

     

     

     

     



  • 6.  RE: vlan port- channel controler

    Posted Mar 25, 2018 09:16 AM

    can i do this command 

     

    no switchport acces vlan X in the po interface ? in cli 

     

     



  • 7.  RE: vlan port- channel controler

    EMPLOYEE
    Posted Mar 25, 2018 09:56 AM

    Do you want a trunk or an access port?



  • 8.  RE: vlan port- channel controler

    Posted Mar 25, 2018 11:54 AM

    a trunk 

     

    there are acullay a trunk configuration allowed many vlan 

     

    i want add this new lan on the trunk 



  • 9.  RE: vlan port- channel controler

    EMPLOYEE
    Posted Mar 25, 2018 01:37 PM
    The instructions in my post before should work.


  • 10.  RE: vlan port- channel controler

    Posted Mar 25, 2018 02:11 PM

    ok thx 

     

    can i do this command 

     

    no switchport acces vlan X in the po interface ? in cli

     

    and after  add the new vlan on the truck on the PC ? to be clear on the the PC ?

     

     



  • 11.  RE: vlan port- channel controler

    EMPLOYEE
    Posted Mar 25, 2018 02:38 PM
    Thr "switch port access" command is ignored if you have "switchport mode trunk". You do not have to remove it.


  • 12.  RE: vlan port- channel controler

    Posted Mar 25, 2018 02:46 PM

    ok thank you for your information and your answer