Specifications
12-268
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
restrict
To access the GUI using an SSL connection, enable SSL on the appropriate interface and change the
URL to use “https” instead of “http.”
To completely disable the SN 5428-2 GUI, restrict HTTP access to all interfaces.
Examples The following example restricts HTTP access to the management interface, preventing access to the
web-based GUI from this interface:
[SN5428-2A]# restrict mgmt http
The following example restricts Telnet access to the HA interface:
[SN5428-2A]# restrict ha telnet
The following example restricts access to all interfaces via FTP.
[SN5428-2A]# restrict all ftp
The following example enables SSL on the management interface.
[SN5428-2A]# no restrict mgmt ssl
The following example enables SSH on the Gigabit Ethernet interface, ge1:
[SN5428-2A]# no restrict ge1 ssh
Related Commands
ssl Secure Socket Layer. SSL is restricted on all
interfaces by default.
telnet Telnet. Telnet access is enabled on the
management interface by default; it is restricted
on all other interfaces.
Note The Telnet server is started by default.
Use the no telnet enable command to
stop the Telnet server (disabling access
via Telnet) without changing the restrict
settings.
Table 12-18 restrict interface service (continued)
Service Keyword Description
Command Description
restrict console Enable or disable password checking on the console interface.
show restrict Display configurable security settings for the storage router interfaces.
ssh enable Enable SSH and start the SSH service.
ssh keygen Generate a Secure Shell (SSH) public and private key pair for the storage
router.
telnet enable Enable Telnet and start the Telnet server.