
| Chapter 34 System Remote Management |
|
|
Table 127 Command Summary: SSH (continued) |
|
COMMAND | DESCRIPTION |
[no] ip ssh server port <1..65535> | Sets the SSH service port number. The no |
| command resets the SSH service port number to |
| the factory default (22). |
|
|
ip ssh server rule {rule_numberappendinsert | Sets a service control rule for SSH service. |
rule_number} | address_object: The name of the IP address |
zone {ALLzone_object} action {acceptdeny} | (group) object. You may use |
| characters, underscores(_), or dashes |
| first character cannot be a number. This value is |
| |
| zone_object: The name of the zone. Use up to |
| 31 characters |
| start with a number. This value is |
| You can also use |
| LAN and WLAN. |
|
|
ip ssh server rule move rule_number to | Changes the index number of a SSH service |
rule_number | control rule. |
|
|
[no] ip ssh server v1 | Enables remote management using SSH v1. The |
| no command stops the NXC from using SSH v1. |
no ip ssh server rule rule_number | Deletes a service control rule for SSH service. |
show ip ssh server status | Displays SSH settings. |
34.4.4 SSH Command Examples
This command sets a service control rule that allowed the computers with the IP addresses matching the specified address object to access the specified zone using SSH service.
Router# configure terminal
Router(config)# ip ssh server rule 2
This command sets a certificate (Default) to be used to identify the NXC.
Router# configure terminal
Router(config)# ip ssh server cert Default
34.5 Telnet
You can configure your NXC for remote Telnet access.
| 217 |
NXC CLI Reference Guide | |
|
|