PRJ: ISE Hardware Refresh Assessment

Overview

Field Value

Request Date

2026-03-16

Requestor

Management

Timeline

18-month planning horizon

Objective

Determine if ISE hardware needs replacement

Quick Start (Run at Work)

# 1. Load CHLA ISE credentials
dsource chla/prod/ise

# 2. Run full refresh report (human-readable)
netapi ise get-nodes --refresh

# 3. Export to JSON for documentation
netapi ise -f json get-nodes --refresh > ise-refresh-$(date +%Y-%m-%d).json

# 4. Key metrics for 18-month assessment
netapi ise -f json get-nodes --refresh | jq '{
  version: .version.version,
  patches: [.patches[].number],
  node_count: (.nodes | length),
  nodes: [.nodes[].hostname],
  license_status: [.license_tiers[] | "\(.name): \(.compliance)"],
  backup_status: .last_backup.status
}'

Sub-Pages

Metadata

Field Value

PRJ ID

PRJ-CHLA-ISE-HW-REFRESH

Author

Evan

Date Created

2026-03-16

Last Updated

2026-03-16

Status

In Progress

Next Review

2026-04-15