| Command | Description |
|---|---|
| enable | After password authentication enable privileged mode |
| help | Access to the help |
| logout | Log out of the system |
| Command | Description |
|---|---|
| boot | Set system boot parameters |
| ├── boot factory-reset | Do factory reset |
| └── boot upgrade | Upgrade boot image |
| clock | Set current system time and date |
| ├── clock date | Set current system date (YYYY-MM-DD) |
| └── clock time | Set current system time (hh:mm:ss) |
| configure | Switch to configuration commands |
| copy | Copy data from one file to another (details TBD) [nvm, ram, running-config, sftp, tftp] |
| ├──▸ copy nvm | Copy from NVM (non-volatile memory) |
| ├──▸ copy ram | Copy from RAM (volatile memory) |
| ├──▸ copy running-config | Copy running-config [boot-config, nvm, ram, sftp, tftp] |
| │ ├──▸ copy running-config boot-config | Copy running-config to boot-config |
| │ ├──▸ copy running-config nvm | Copy running-config to NVM (non-volatile memory) |
| │ ├──▸ copy running-config ram | Copy running-config to RAM (volatile memory) |
| │ ├──▸ copy running-config sftp | Copy running config to SFTP server |
| │ └──▸ copy running-config tftp | Copy running config to TFTP server |
| ├──▸ copy sftp | Copy from SFTP |
| └──▸ copy tftp | Copy from TFTP |
| dir | List files from local storage |
| ├── dir nvm | List files from NVM (non-volatile memory) |
| └── dir ram | List files from RAM (volatile memory) |
| disable | Disable privileged commands |
| exit | Return to the previous level |
| export-help | View help of all commands |
| help | Access to the help |
| reboot | It will perform a restart of the device |
| rmfile | Remove a file |
| ├── rmfile nvm | Remove a file from NVM (non-volatile memory) |
| └── rmfile ram | Remove a file from RAM (volatile memory) |
| view | View information about the running system [bootvar, boot-config, clock, diff, dot1x, ports, input, ip, log, mac, poe, power, radius, ring, running-config, syslog, system, tacacs, topology, version, vlan] |
| ├──▸ view bootvar | View boot information |
| ├──▸ view boot-config | View boot configuration |
| ├──▸ view clock | View current system time and date |
| ├──▸ view diff | Compare boot configuration with running configuration |
| ├──▸ view dot1x | View DOT1X settings [authenticator, supplicant] |
| │ ├──▸ view dot1x authenticator | View Authenticator status [state, statistics, diagnostics, session, port] |
| │ │ ├──▸ view dot1x authenticator state | View authenticator state |
| │ │ ├──▸ view dot1x authenticator statistics | View authenticator statistics [FramesRx, FramesTx, StartFramesRx, LogoffFramesRx, RespIdFramesRx, RespFramesRx, ReqIdFramesTx, ReqFramesTx, InvalidFramesRx, LengthErrorFramesRx, LastFrameVersion, LastFrameSource] |
| │ │ │ ├──▸ view dot1x authenticator statistics FramesRx | View column Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics FramesTx | View column Frames Tx |
| │ │ │ ├──▸ view dot1x authenticator statistics StartFramesRx | View column Start Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics LogoffFramesRx | View column Logoff Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics RespIdFramesRx | View column Resp IdFrames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics RespFramesRx | View column Resp Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics ReqIdFramesTx | View column ReqId Frames Tx |
| │ │ │ ├──▸ view dot1x authenticator statistics ReqFramesTx | View column Req Frames Tx |
| │ │ │ ├──▸ view dot1x authenticator statistics InvalidFramesRx | View column Invalid Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics LengthErrorFramesRx | View column Length Error Frames Rx |
| │ │ │ ├──▸ view dot1x authenticator statistics LastFrameVersion | View column Last Frame Version |
| │ │ │ └──▸ view dot1x authenticator statistics LastFrameSource | View column Last Frame Source |
| │ │ ├──▸ view dot1x authenticator diagnostics | View authenticator diagnostics [EntersConn, LogoffsWhileConn, EntersAuth, SuccessWhileAuth, TimeoutsWhileAuth, FailWhileAuth, ReauthsWhileAuthing, StartsWhileAuthing, LogoffWhileAuthing, ReauthsWhileAuthed, StartsWhileAuthed, LogoffWhileAuthed, BackendResponses, AccessChallenges, OtherRequests, NonNakResponses, AuthSuccesses, AuthFails] |
| │ │ │ ├──▸ view dot1x authenticator diagnostics EntersConn | View column Enters connecting |
| │ │ │ ├──▸ view dot1x authenticator diagnostics LogoffsWhileConn | View column Logoffs while connecting |
| │ │ │ ├──▸ view dot1x authenticator diagnostics EntersAuth | View column Enters authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics SuccessWhileAuth | View column Success while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics TimeoutsWhileAuth | View column Timeouts while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics FailWhileAuth | View column Fail while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics ReauthsWhileAuthing | View column Reauths while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics StartsWhileAuthing | View column Starts while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics LogoffWhileAuthing | View column Logoff while authenticating |
| │ │ │ ├──▸ view dot1x authenticator diagnostics ReauthsWhileAuthed | View column Reauths while authenticated |
| │ │ │ ├──▸ view dot1x authenticator diagnostics StartsWhileAuthed | View column Starts while authenticated |
| │ │ │ ├──▸ view dot1x authenticator diagnostics LogoffWhileAuthed | View column Logoff while authenticated |
| │ │ │ ├──▸ view dot1x authenticator diagnostics BackendResponses | View column Backend responses |
| │ │ │ ├──▸ view dot1x authenticator diagnostics AccessChallenges | View column Access challenges |
| │ │ │ ├──▸ view dot1x authenticator diagnostics OtherRequests | View column Other Requests to supplicant |
| │ │ │ ├──▸ view dot1x authenticator diagnostics NonNakResponses | View column NonNak Responses from supplicant |
| │ │ │ ├──▸ view dot1x authenticator diagnostics AuthSuccesses | View column Auth Successes |
| │ │ │ └──▸ view dot1x authenticator diagnostics AuthFails | View column Auth Fails |
| │ │ ├──▸ view dot1x authenticator session | View authenticator session |
| │ │ └──▸ view dot1x authenticator port | View authenticator port [P1, P2, P3, P4, P5, G1, G2] |
| │ │ ├──▸ view dot1x authenticator port P1 | Specific port for Authenticator |
| │ │ ├──▸ view dot1x authenticator port P2 | Specific port for Authenticator |
| │ │ ├──▸ view dot1x authenticator port P3 | Specific port for Authenticator |
| │ │ ├──▸ view dot1x authenticator port P4 | Specific port for Authenticator |
| │ │ ├──▸ view dot1x authenticator port P5 | Specific port for Authenticator |
| │ │ ├──▸ view dot1x authenticator port G1 | Specific port for Authenticator |
| │ │ └──▸ view dot1x authenticator port G2 | Specific port for Authenticator |
| │ └──▸ view dot1x supplicant | View Supplicant status [state, statistics, port] |
| │ ├──▸ view dot1x supplicant state | View supplicant state |
| │ ├──▸ view dot1x supplicant statistics | View supplicant statistics [FramesRx, FramesTx, StartFramesTx, LogoffFramesTx, RespIdFramesTx, RespFramesTx, ReqIdFramesRx, ReqFramesRx, InvalidFramesRx, LengthErrorFramesRx, LastFrameVersion, LastFrameSource] |
| │ │ ├──▸ view dot1x supplicant statistics FramesRx | View column Frames Rx |
| │ │ ├──▸ view dot1x supplicant statistics FramesTx | View column Frames Tx |
| │ │ ├──▸ view dot1x supplicant statistics StartFramesTx | View column Start Frames Tx |
| │ │ ├──▸ view dot1x supplicant statistics LogoffFramesTx | View column Logoff Frames Tx |
| │ │ ├──▸ view dot1x supplicant statistics RespIdFramesTx | View column Resp IdFrames Tx |
| │ │ ├──▸ view dot1x supplicant statistics RespFramesTx | View column Resp Frames Tx |
| │ │ ├──▸ view dot1x supplicant statistics ReqIdFramesRx | View column ReqId Frames Rx |
| │ │ ├──▸ view dot1x supplicant statistics ReqFramesRx | View column Req Frames Rx |
| │ │ ├──▸ view dot1x supplicant statistics InvalidFramesRx | View column Invalid Frames Rx |
| │ │ ├──▸ view dot1x supplicant statistics LengthErrorFramesRx | View column Length Error Frames Rx |
| │ │ ├──▸ view dot1x supplicant statistics LastFrameVersion | View column Last Frame Version |
| │ │ └──▸ view dot1x supplicant statistics LastFrameSource | View column Last Frame Source |
| │ └──▸ view dot1x supplicant port | View supplicant port [P1, P2, P3, P4, P5, G1, G2] |
| │ ├──▸ view dot1x supplicant port P1 | Specific port for Supplicant |
| │ ├──▸ view dot1x supplicant port P2 | Specific port for Supplicant |
| │ ├──▸ view dot1x supplicant port P3 | Specific port for Supplicant |
| │ ├──▸ view dot1x supplicant port P4 | Specific port for Supplicant |
| │ ├──▸ view dot1x supplicant port P5 | Specific port for Supplicant |
| │ ├──▸ view dot1x supplicant port G1 | Specific port for Supplicant |
| │ └──▸ view dot1x supplicant port G2 | Specific port for Supplicant |
| ├──▸ view ports | View information about ports [alias, errorCounters, summary, stats, status] |
| │ ├──▸ view ports alias | View alias (description) of ports |
| │ ├──▸ view ports errorCounters | View error counters for ports |
| │ ├──▸ view ports summary | View summary of ports |
| │ ├──▸ view ports stats | View statistics for ports |
| │ └──▸ view ports status | View status of all device ports |
| ├──▸ view input | View digital inputs |
| ├──▸ view ip | View information about network settings |
| ├──▸ view log | View log contents [count, list] |
| │ ├──▸ view log count | Count all events [emergency, alert, critical, error, warning, notice, info, debug] |
| │ │ ├──▸ view log count emergency | Count only emergency severity |
| │ │ ├──▸ view log count alert | Count only alert severity |
| │ │ ├──▸ view log count critical | Count only critical severity |
| │ │ ├──▸ view log count error | Count only error severity |
| │ │ ├──▸ view log count warning | Count only warning severity |
| │ │ ├──▸ view log count notice | Count only notice severity |
| │ │ ├──▸ view log count info | Count only info severity |
| │ │ └──▸ view log count debug | Count only debug severity |
| │ └──▸ view log list | List all events [emergency, alert, critical, error, warning, notice, info, debug] |
| │ ├──▸ view log list emergency | List only emergency severity |
| │ ├──▸ view log list alert | List only alert severity |
| │ ├──▸ view log list critical | List only critical severity |
| │ ├──▸ view log list error | List only error severity |
| │ ├──▸ view log list warning | List only warning severity |
| │ ├──▸ view log list notice | List only notice severity |
| │ ├──▸ view log list info | List only info severity |
| │ └──▸ view log list debug | List only debug severity |
| ├──▸ view mac | View MAC status |
| │ └── view mac address-table | MAC address table |
| ├──▸ view poe | View PoE power status |
| │ ├── view poe consumption | View PoE power consumption |
| │ ├── view poe status | View PoE power status |
| │ └── view poe version | View PoE running SW version |
| ├──▸ view power | View power configurations |
| │ └── view power supply | Show supply power status |
| ├──▸ view radius | View RADIUS configuration |