04-14-2022 01:56 AM - edited 04-14-2022 02:10 AM
sh authentication sessions interface GigabitEthernet1/0/36 details
Interface: GigabitEthernet1/0/36
IIF-ID: 0x14A1BD96
MAC Address: e86a.64cd.6368
IPv6 Address: Unknown
IPv4 Address: Unknown
User-Name: host/PUNLT0101059.abc.com
Status: Authorized
Domain: DATA
Oper host mode: multi-auth
Oper control dir: in
Session timeout: 28800s (server), Remaining: 28773s
Timeout action: Reauthenticate
Common Session ID: 0460DE0A000000192186A075
Acct Session ID: 0x00000002
Handle: 0x6300000e
Current Policy: POLICY_Gi1/0/36
Local Policies:
Service Template: DEFAULT_LINKSEC_POLICY_SHOULD_SECURE (priority 150)
Security Policy: Should Secure
Server Policies:
Session-Timeout: 28800 sec
Idle timeout: 90 sec
ACS ACL: xACSACLx-IP-Wired_AD_Computer-57e437ad
Method status list:
Method State
dot1x Authc Success
we are getting ipv4 address unknow on 9200 cisco switch.. tried device tracking but it isn't worked
04-14-2022 01:57 AM
This is interface configuration
authentication control-direction in
authentication event fail action next-method
authentication event server dead action authorize
authentication event server dead action authorize voice
authentication event server alive action reinitialize
authentication host-mode multi-auth
authentication open
authentication order dot1x mab
authentication priority dot1x mab
authentication port-control auto
authentication periodic
authentication timer reauthenticate server
authentication timer inactivity server dynamic
authentication violation restrict
mab
dot1x pae authenticator
dot1x timeout tx-period 7
spanning-tree portfast
end
04-14-2022 03:13 AM
Could you please share the output of the access list "xACSACLx-IP-Wired_AD_Computer-57e437ad". The issue could be that on that dACL there is not entry to allow the DHCP traffic. If that is not the case, it could be that there is no dhcp helper configured on the SVI where that endpoint is located.
04-14-2022 05:58 AM
Extended IP access list xACSACLx-IP-Wired_AD_Computer-57e437ad
10 permit ip any any
On SVI helper address is there
04-14-2022 06:27 AM
what code running on Cisco 9200 ?
04-14-2022 06:38 AM
Version 17.3.4b
04-14-2022 08:50 AM
the Port not config with VLAN and this mode is low-mode dot1x.
the port must config with
VLAN and ACL permit dhcp & EAP
after auth
dACL is give the cleint full access.
add VLAN and pre-auth ACL.
04-14-2022 07:34 PM
Vlan configuration is there I missed it to paste it here. Same configuration is working on 2960 switch without any issues.
04-14-2022 12:51 PM
tried device tracking but it isn't worked
-Is dhcp snooping enabled? The binding table is used by IPDT so it can map MAC to IP and constantly keep the mapping current/up to date. Without it the NAD will not be able to track an IP associated with a client MAC.
Example:
ip dhcp snooping vlan x,x,x, etc.
ip dhcp snooping
Test and check results. HTH!
04-14-2022 07:36 PM
Without device traking configuration is working on 2960 switches without any issues
04-15-2022 01:43 AM
ip device tracking probe delay 20 <- need this command to resolve issue.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide