dc nas
Description
Get NAS (switch/WLC) health by authentication success rate. Quickly identifies network devices with authentication problems - essential for infrastructure troubleshooting.
Options
| Option | Default | Description |
|---|---|---|
|
|
Hours to look back |
|
|
Minimum auth count (filters out low-traffic devices) |
Usage
# Default: last 24h, devices with 10+ auths
netapi ise dc nas
# Last 48 hours
netapi ise dc nas --hours 48
# Only high-traffic devices (50+ auths)
netapi ise dc nas --min 50
# JSON for scripting
netapi ise dc --format json nas
Sample Output
NAS Health (last 24h)
┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━┓
┃ NAS IP ┃ Name ┃ Total ┃ Passed ┃ Failed ┃ Success % ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━┩
│ 10.50.1.40 │ C9800-HOME │ 847 │ 845 │ 2 │ 99.8% │
│ 10.50.1.10 │ SW-CORE-01 │ 324 │ 320 │ 4 │ 98.8% │
│ 10.50.1.11 │ SW-ACCESS-01 │ 156 │ 140 │ 16 │ 89.7% │
│ 10.50.1.99 │ - │ 45 │ 23 │ 22 │ 51.1% │
└────────────────┴────────────────┴───────┴────────┴────────┴───────────┘
Use Cases
Find Problematic Switches
# Devices with high failure rates stand out
netapi ise dc nas --hours 4 | grep -E "[0-7][0-9]\.[0-9]%"
Color Coding
-
Green (95%+): Healthy
-
Yellow (80-95%): Warning - investigate
-
Red (<80%): Critical - immediate attention
See Also
-
top-failures - What’s causing the failures
-
trends - Auth volume over time
-
stats - Overall auth statistics