inspect policy-manager status
{
"_net_policy_present": true,
"_pri_policy_node_limit": 3000000,
"_has_reached_all_policy_present": true,
"_net_policy_node_limit": 3000000,
"_is_migrated_policy": false,
"_net_policy_active": true,
"_pri_policy_present": true,
"is_nctx_info_on_all_ifaces": true,
"_pri_policy_active": true
}
Output Fields
- _net_policy_present: Whether the policy manager has loaded a network policy configuration.
- _net_policy_active: Whether the device is currently enforcing the network policy.
- _net_policy_node_limit: The maximum number of nodes the network policy can consume.
- _pri_policy_present: Whether the policy manager has loaded a priority policy configuration.
- _pri_policy_active: Whether the device is currently enforcing the priority policy.
- _pri_policy_node_limit: The maximum number of nodes the priority policy can consume.
- _has_reached_all_policy_present: Whether the device has completed loading all policy components and reached a fully initialized state.
- _is_migrated_policy: Whether the device migrated the current policy from an older configuration format.
- is_nctx_info_on_all_ifaces: Whether all interfaces have network context information.
Troubleshooting
| Condition | Possible Cause | Action |
| _net_policy_present or _pri_policy_present is false | The controller has not assigned a policy to the device, or the device has not connected to the controller | Verify device-to-controller connectivity; check that the controller has assigned a policy stack to the device |
| _net_policy_active or _pri_policy_active is false | The device downloaded the policy but has not yet activated it, or activation failed | Wait a few moments and re-run the command; if the issue persists, check for configuration errors in the controller |
| _has_reached_all_policy_present is
false | The device is still synchronizing policies from the controller | Wait for synchronization to complete; check controller connectivity if this persists |
| is_nctx_info_on_all_ifaces is false | One or more interfaces do not have network context configured | Review interface configuration and ensure network contexts are properly assigned |