Device Operations¶
Dispatch and monitor asynchronous device jobs for network diagnostics and status checks.
Commands¶
All operation commands support:
| Option | Default | Description |
|---|---|---|
--device, -d |
Required | Device serial number (14-15 digits) |
--async |
False |
Return job ID without waiting |
--timeout, -t |
300 |
Sync polling timeout in seconds |
Route Table¶
scm operations route-table --device 007951000123456
scm operations route-table --device 007951000123456 --async
FIB Table¶
DNS Proxy¶
Network Interfaces¶
Device Rules¶
BGP Export¶
Logging Status¶
Job Status¶
Check on an async job:
Sync vs Async¶
By default, commands block and poll until the operation completes, then display results as a table. Use --async to get the job ID immediately and check later with scm operations status.
If sync polling exceeds --timeout, the CLI reports the job ID and last known state for manual follow-up.