Symptom
All portals (sponsor, guest, client provisioning, certificate provisioning, etc) fail to load.
Output of the CLI command: show ports | include :8443 returns nothing.
ise-psc.log shows the following error:
2023-08-03 14:52:55,660 INFO [main][[]] infrastructure.confd.systemadmin.impl.SystemAdminServiceImpl -:::::- netInt of GigabitEthernet : { "interface:interface": { "GigabitEthernet": [ { "key": "0", "ip": { "address": { "address": "14.36.144.23", "Netmask": "255.255.0.0" } }, "ipv6": { "enable": { "enable": [null] } } } ] }}
2023-08-03 14:52:55,667 ERROR [main][[]] cpm.infrastructure.configurator.common.AppInterfaceFilterManager -:::::- Exception thrown when getting IP address for NIC GIGABIT_ETHERNET_0: java.lang.NullPointerException
guest.log shows the following error:
2023-07-25 22:32:23,802 ERROR [main][[]] cpm.admin.guestaccess.action.GuestAccessInitAction -:::::- Initialization of GuestPortManager threw exception: java.lang.NullPointerException
Conditions
ISE 3.2 Patch 3 or ISE 3.3
Interface associated with portals with only ipv6 enable command configured.
interface GigabitEthernet 0
ip address 14.36.144.23 255.255.0.0
ipv6 enable
Workaround
Two workarounds have been identified. Either disable ipv6 on the interface or configure it with an ipv6 address command.
Workaround 1 - Disable IPV6 on the interface:
configure terminal
interface GigabitEthernet 0
no ipv6 enable
Workaround 2 - Configure an ipv6 address command:
configure terminal
interface GigabitEthernet 0
ipv6 address autoconfig
or
configure terminal
interface GigabitEthernet 0
ipv6 address dhcp
or
configure terminal
interface GigabitEthernet 0
ipv6 address [valid IPv6 format(/0-128)]