Figure 138 No Port-Access-Authenticator Command Example - ZyXEL Communications MS-7206 User Manual

Modular ethernet switch system
Hide thumbs Also See for MS-7206:
Table of Contents

Advertisement

where
<port-list>
reauthenticate
<port-list>
An example is shown next.
• Disable authentication on the switch.
• Disable re-authentication on ports 1, 3, 4, and 5 in slot 4.
• Disable authentication on ports 1, 6, and 7 in slot 4.

Figure 138 no port-access-authenticator Command Example

sysname(config)# no port-access-authenticator
sysname(config)# no port-access-authenticator 4/1,4/3-4/5 reauthenticate
sysname(config)# no port-access-authenticator 4/1,4/6-4/7
48.5.4.3 no ssh
Syntax:
no ssh key <rsa1|rsa|dsa>
no ssh known-hosts <host-ip>
no ssh known-hosts <host-ip> [1024|ssh-rsa|ssh-dsa]
where
key <rsa1|rsa|dsa>
known-hosts <host-ip>
known-hosts <host-ip>
[1024|ssh-rsa|ssh-dsa]
An example is shown next.
• Disable the secure shell RSA1 encryption key.
• Remove the remote host with IP address 172.165.1.8 from the list of known hosts.
• Remove the remote host with IP address 172.165.1.9 and with an SSH-RSA encryption
key from the list of known hosts.
sysname(config)# no ssh key rsa1
sysname(config)# no ssh known-hosts 172.165.1.8
sysname(config)# no ssh known-hosts 172.165.1.9 ssh-rsa
MS-7206 User's Guide
=
Disables port authentication on the switch.
=
Disables the re-authentication mechanism on the listed port(s).
=
Disables authentication on the listed ports.
=
Disables the secure shell server encryption key. Your switch
supports SSH versions 1 and 2 using RSA and DSA
authentication.
=
Removes a specific remote host from the list of all known
hosts.
=
Removes remote known hosts with a specified public key
type (1024-bit RSA1, RSA or DSA).
Chapter 48 Configuration Mode Commands
297

Advertisement

Table of Contents
loading

Table of Contents