12-14-2021 04:25 PM
Hi everyone,
I have an XMC system and X440 switches. I need to authenticate unify or Cisco phones using the LLDP-MED protocol.
Is this possible?
I have created a policy in the NAC that analyzes the mac-address but I want to exploit the potential of the LLDP-MED protocol and XMC to configure the phone with the vlan correct (egress tagged for voip and pvid untagged for data for example ). Thanks to all
Giuseppe
12-15-2021 07:13 AM
12-15-2021 05:31 AM
12-15-2021 03:48 AM
I would use the option 1: assign tagged VLAN by policy = switch will send frames with VLAN ID and configure LLDP-MED statically to tell the phone to tag its own traffic
12-15-2021 03:37 AM
Here is the radius attribute:
Extreme-Security-Profile=UserLogonProfile;LOGOFF-PROFILE=UserLogoffProfile;
Here is the UPM:
X440G2.1 # sh upm profile
================================================================================
UPM Profile Events Flags Ports
================================================================================
UserLogoffProfile user-unauthenticated e 1-6
UserLogonProfile user-authenticated e 1-6
================================================================================
Number of UPM Profiles: 2
Number of UPM Events in Queue for execution: 0
Flags: d - disabled, e - enabled
Event name: log-message(Log filter name) - Truncated to 20 chars
X440G2.2 # sh configuration upm
#
# Module upm configuration.
#
create upm profile UserLogoffProfile
create log message "Logoff EnterpriseUser UPM executed"
.
create upm profile UserLogonProfile
create log message "Logon EnterpriseUser UPM executed"
.
configure upm event user-authenticate profile UserLogonProfile ports 1-6
configure upm event user-unauthenticated profile UserLogoffProfile ports 1-6