Hi Herman, thank you for this videos. I am completely new to clearpass. I am doing my final project using clearpass for NAC. I need to implement VoIP to authenticate using MAB while PC plugged on the back of the phone should join data vlan. Now, IP Phone is authenticated but whenever I plugged in a PC to the back, the switchport that phone is plugged into shutdown, leaving the phone to poweroff. Please, what would you advice? Thanks once again.
@hermanrobers8 ай бұрын
That depends a bit on the switch type/brand you use and the phone. I've not seen issues before, however if your switch is configured to shut the port as soon as multiple devices are connected to the same port, that could be the issue. Many switches, by default, allow just a single authenticated device. I would check the logging of your switch to see if something can be found there, or work with your switch/network partner or vendor support for further troubleshooting.
@ajibolajosepholusegun69158 ай бұрын
@hermanrobers thanks so much. I'm a student and rounding up my final project. The company that sponsor our capstone project wanted us to implement Clearpass as NAC. I can share my configuration and Clearpass profile, Service and policy with u. I'll go into the lab in an hour.
@ajibolajosepholusegun69158 ай бұрын
Hi Herman, Below is the Cisco Switch config for the interface that has the IP Phone plugged: Switch Version: WS-C3750X-48P 15.0(2)SE5 C3750E-IPBASEK9-M. interface GigabitEthernet1/0/40 switchport mode access switchport port-security maximum 2 authentication host-mode multi-domain authentication order mab dot1x authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate server mab dot1x pae authenticator dot1x timeout server-timeout 30 dot1x timeout tx-period 10 dot1x max-req 3 dot1x max-reauth-req 10 spanning-tree portfast spanning-tree bpduguard enable end
@davidibrahim78095 жыл бұрын
Hi Herman, great video and explanation. However, please I have a question. The topology you used for this video indicated that CPPM is local to the branches - Access Site 1, Site 2, and Site 3. How about for enterprise environment where CPPM is in the Data Center, and not in the branches? How would the helper address be structured?
@hermanrobers5 жыл бұрын
The ip helper / dhcp relay server (same thing, different name) can point to any node in a ClearPass cluster. So, if ClearPass is consolidated in the data center you can point the ip helper on the switches in your branches to the official DHCP server and in addition to one of the ClearPass nodes in your cluster. If you have ClearPass local on the branch, it makes more sense to point it local, but for functioning it does not matter where you point it to.
@davidibrahim78095 жыл бұрын
@@hermanrobers ok great. Another great explanation. Thank you.
@davidibrahim78095 жыл бұрын
So I tested MAC Auth with a Cisco 7942 IP Phone but it didn't get authenticated until I removed the "Authorization:[Endpoints Repository]: Category EQUALS VoIP Phone" and used only "Authorization:[Endpoints Repository]: MAC Vendor Cisco Systems, Inc" under the Enforcement Policy. Because the phone was not originally profiled, when I checked Endpoints, all I noticed was that CPPM was able to understand the phone's MAC address as a Cisco product. Any advice on how CPPM can automatically profile Cisco IP Phones?
@seanbrand85367 жыл бұрын
Hi Herman, Question regarding Profiling Access Points. Generally we would have the Management of an Instant in the Native VLAN and all Wifi Traffic in the necessary tagged VLANs. If we profile the Access Point is it possible to put the port in a trunk or is this even necessary anymore?
@andrewmac81097 жыл бұрын
Hi Herman - Great Video. I was curious about the HPE concept of a Voice VLAN. VLAN 10 Voice voice Labels this VLAN as a Voice VLAN, allowing you to separate, prioritize, and authenticate voice traffic moving through your network. The config will send the VLAN as untagged, but from what I am reading about this VOICE VLAN - it should be tagged. I find that I can tag the VLAN in clearpess using HPE radius attribute HPE-Egress-VLAN-Name and placing a 1 in front of the VLAN name. It is unclear to me how to send private group as tagged or if it is even needed.
@hermanrobers7 жыл бұрын
Andrew, in a legacy network the voice VLAN has to be tagged because the VLAN is the only method to distinguish the traffic from the phone from the traffic from the connected device. With authentication, MAC and/or 802.1X, you can have untagged multiple VLANs on the same port for the different attached devices, so no reason to have the voice VLAN tagged. In fact in most cases in legacy networks, the voice VLAN is not only tagged, but also announced to the phone so it knows which VLAN to tag its traffic on. That is typically done by either LLDP/CDP or via an DHCP option; and you want to have that dynamic as in most environments the voice VLAN is different building by building or even floor by floor. By far the easiest way is, if you have deployed ClearPass/NAC/port authentication, to get rid of the traditional voice VLAN tagged and just have it 'native' and authenticate all devices individually. Your switches should support multiple authenticated devices per switch port, which most enterprise switches do these days.
@sureshhkumar9555 жыл бұрын
Hi Herman, what is that ip helper address. Is it CPPM address or DHCP IP..
@ryanyoung61995 жыл бұрын
The helper address in the video is the CPPM address. Just so the CPPM device will get information about the device in question.
@ryanyoung61995 жыл бұрын
I have a question, if you have a different device plugged into the phone that needs to be profiled, will it reboot the phone with the port reboot?
@hermanrobers5 жыл бұрын
That depends a bit on the network device. If you trigger a port bounce, the port will be bounced for all devices. Then some switches will bounce the power to the phone as well, others don't. Some phones might restart if they see the link go down others don't. You should really test this, and I would assume the phone is affected by a port-bounce unless you test otherwise.