Hello Chad,

If you check the code at the line mentioned:

sub getVoipVsa {
    my ($self) = @_;
    my $logger = $self->logger;
    my $vlanid = sprintf( "%03x\n", $self->getVlanByName($VOICE_ROLE) );
    my $hexvlan = hex( "31000" . $vlanid );
    return ( 'Egress-VLANID' => $hexvlan, );
}

What is the VLAN id that you want to return ?

Thanks,

Ludovic Zammit
lzam...@inverse.ca <mailto:lzam...@inverse.ca> ::  +1.514.447.4918 (x145) ::  
www.inverse.ca <http://www.inverse.ca/>
Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu <http://www.sogo.nu/>) 
and PacketFence (http://packetfence.org <http://packetfence.org/>) 




> On May 18, 2020, at 11:22 AM, Chad Jemison via PacketFence-users 
> <packetfence-users@lists.sourceforge.net> wrote:
> 
> May 18 11:18:09 nac packetfence_httpd.aaa: httpd.aaa(2311) WARN: 
> [mac:64:16:7f:57:c7:a3] Illegal hexadecimal digit '
> ' ignored at /usr/local/pf/lib/pf/Switch/HP/Procurve_2920.pm line 57.
> (pf::Switch::HP::Procurve_2920::getVoipVsa)
>  
> The above is generated when I do a Reeavulate Access on a node. I am using a 
> mix of HP 2920 and Aruba 2930F switches with the Aruba::2930M template. CoA 
> is disabled and Deauthentitcation Method is SNMP. VOIP, VoIPLLDPDetect and 
> DHCPDetect are set to yes. Is this warning a concern?
>  
>  
>  
>  
> ---------------------------------------------------------------
> Chad Jemison
> Director of IT
> Seneca Gaming Authority <http://www.sni.org/sga>
> 345 Third Street, Suite 404
> Niagara Falls, New York 14303
> 716-299-1246     x267
>  
> _______________________________________________
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net 
> <mailto:PacketFence-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/packetfence-users 
> <https://lists.sourceforge.net/lists/listinfo/packetfence-users>
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to