CR: WLC Accounting Interim — Implementation

Implementation Plan

Pre-Change Verification

show wireless profile policy detailed POLICY-DOMUS_SECURE | include account
show wireless profile policy detailed POLICY-DOMUS_IoT | include account
show run | include interim

Step 1: Enable on POLICY-DOMUS_SECURE

Requires policy shutdown. Wireless clients on this policy will disconnect briefly.
configure terminal
wireless profile policy POLICY-DOMUS_SECURE
shutdown
accounting-interim
no shutdown
end
write memory

Step 2: Enable on POLICY-DOMUS_IoT

configure terminal
wireless profile policy POLICY-DOMUS_IoT
shutdown
accounting-interim
no shutdown
end
write memory

Post-Change Verification

show run | include interim
show wireless profile policy detailed POLICY-DOMUS_SECURE | include account
# Verify in ISE DataConnect (wait ~60 min for first interim update)
netapi ise dc --format json query --file active-sessions | jq '.[] | select(.mac_address == "70:15:FB:F8:47:EC") | {packets: .total_packets, mb: .total_mb, updates: .update_count}'