Wired Intelligent Edge

 View Only
last person joined: 23 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

aruba cx 6000 multiple voice vlans

This thread has been viewed 18 times
  • 1.  aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 09:58 AM

    hi,

    I need to support tw voice vlans on aruba switch. Problem is that IPT that needs to get IP from voice vlan 2, gets ip from voice vlan 1. How to force certain voice vlan on port?

    br



  • 2.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 11:51 AM

    You should have the following in your config:

    CX-6100(config)# vlan 2   
    CX-6100(config-vlan-2)# voice
    CX-6100(config-vlan-2)# vlan 3
    CX-6100(config-vlan-3)# voice
    
    Your config should now look like this:
    
    vlan 2                                                                                                     
        voice                                                      
    vlan 3                                                         
        voice  
    
    Configure your interfaces:
    
    VLAN 1 is being used as an example for your standard data access VLAN. Replace it with whatever you would use for devices that would piggyback off of the phone or whatever you default port VLAN is.
    
    For VLAN 2 VoIP Phone:
    interface 1/1/2
        no shutdown 
        vlan trunk native 1 
        vlan trunk allowed 1,2
        exit
    
    For VLAN 3 VoIP Phone:
    interface 1/1/3
        no shutdown 
        vlan trunk native 1
        vlan trunk allowed 1,3
        exit

    Also, make sure that your phones are showing up with the proper LLDP-MED information for a VoIP phone. If it does not show "voice" under the "Neighbor Med Network Policy" section for entry "Neighbor Med Application type:" then the switch will not put it in the proper VLAN and you will have to do some custom MED assignment stuff.

    Here is an example of an output for a show lldp neigbor-info for a phone connected to port 1/1/3:

    CX-6100# sho lldp neighbor-info 1/1/3 
     
    Port                           : 1/1/3
    Neighbor Entries               : 1
    Neighbor Entries Deleted       : 1
    Neighbor Entries Dropped       : 0
    Neighbor Entries Aged-Out      : 1
    Neighbor System-Name           : SEPC4B36ACBC0FC
    Neighbor System-Description    : Cisco IP Phone 8845, V1, sip8845_65.12-0-4MPP0001-20240129-8150ddb570.loads
    Neighbor Chassis-ID            : 172.16.10.2
    Neighbor Management-Address    : 172.16.10.2
    Chassis Capabilities Available : Bridge, Telephone
    Chassis Capabilities Enabled   : Bridge, Telephone
    Neighbor Port-ID               : C4B36ACBC0FC:P1
    Neighbor Port-Desc             : SW PORT
    Neighbor Port VLAN ID          : 
    TTL                            : 180
     
    Neighbor PoE information       : DOT3
    Neighbor Power Type            : Type 2 PD
    Neighbor Power Priority        : Unknown
    Neighbor Power Source          : PSE
    PD Requested Power Value       : 6.00 W
    PSE Allocated Power Value      : 6.00 W
    Neighbor Power Supported       : No
    Neighbor Power Enabled         : No
    Neighbor Power Class           : Class2
    Neighbor Power Paircontrol     : No
    PSE Power Pairs                : SIGNAL
    Neighbor Power Down Request    : 
    PD Associated TLV              : dot3
    PD Requested TLV types         : dot3, med
     
    Neighbor MED Capabilities
    Neighbor Device class          : CLASS_III
    MED capabilities enabled       : Capabilities, Network Policy, PD, Inventory
    MED capabilities supported     : Capabilities, Network Policy, PD, Inventory
     
    Neighbor Med Network Policy
    Neighbor Med Application type  : voice
    Neighbor Med Policy VLAN ID    : 10
    Neighbor Med Policy Priority   : 5
    Neighbor Med Policy DSCP       : 46
    Neighbor Med Policy Unknown    : false                         
    Neighbor Med Policy Tagged     : true                          
    Neighbor Med Application type  : voice-signaling               
    Neighbor Med Policy VLAN ID    : 10                            
    Neighbor Med Policy Priority   : 3                             
    Neighbor Med Policy DSCP       : 24                            
    Neighbor Med Policy Unknown    : false                         
    Neighbor Med Policy Tagged     : true                          
                                                                   
    Neighbor Mac-Phy details                                       
    Neighbor Auto-neg Supported    : true
    Neighbor Auto-Neg Enabled      : true
    Neighbor Auto-Neg Advertised   : 1000 BASE_TFD, 100 BASE_TXFD, 100 BASE_TX, 10 BASET_FD, 10 BASE_T
    Neighbor MAU type              : 1000 BASETFD
     
    Neighbor EEE information       : DOT3
    Neighbor TX Wake time          : 0 us
    Neighbor RX Wake time          : 0 us
    Neighbor Fallback time         : 0 us
    Neighbor TX Echo time          : 0 us
    Neighbor RX Echo time          : 0 us



  • 3.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 12:10 PM

    great ... but ... this is exact config I have, and device is getting wrong vlan. I suspect that reason for that is device profile we are using for other reason. So switch is applying device profile VOICE2 for phones that needs this second voice vlan VLAN3. Is there a way to force certain device profile to interface? The only criteria I can use to separate these two phones is mac address ... and mac-group is last criteria used after LLDP and CDP (match platfrom). Becasue LLDP criteria and CDP criteria is the sam for both phones, first one with vlan 2 is used I guess




  • 4.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 12:18 PM

    What version of AOS-CX are you running on the switch?




  • 5.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 12:21 PM

    10.11.1010




  • 6.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 12:35 PM

    You can give this link a look:

    Device fingerprinting commands

    It is applicable to 6200, 6300 & 6400 switch models only.

    I don't have a compatible switch in front of me to offer sample code.




  • 7.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 12:49 PM

    looks like it is not supported on 6000 series, I do not have client device-finger* cmd, and under device-profile for cdp I can only use platform, sw-version and voice-vlan-query. Mybe I could use syname under LLDP section, but I would need to maintain list of phones for VLAN2 and list for VLAN3 .... admin overhead .... so there is no way to force profile per interface?




  • 8.  RE: aruba cx 6000 multiple voice vlans

    Posted Feb 07, 2024 01:03 PM

    My apologies. I misread your initial posting. 

    That is correct, the 6000 and 6100 do not have the manual profiling or finger printing capabilities.

    Take a look at this document. I know this works on the 6100 but not sure if the capabilities are on the 6000.

    Device Profiles Tutorial for CX switches | Wired Intelligent Edge (arubanetworks.com)