Chapter 47 Configuration Mode Commands
ES-4124 User’s Guide
396
where
An example is shown next.
• Disable trunk one (T1).
• Disable LAPC on trunk three (T3).
• Remove ports one, three, four and five from trunk two (T2).
47.4.4.2 no port-access-authenticator
Syntax:
no port-access-authenticator
no port-access-authenticator <port-list> reauthenticate
no port-access-authenticator <port-list>
where
An example is shown next.
• Disable authentication on the Switch.
• Disable re-authentication on ports one, three, four and five.
• Disable authentication on ports one, six and seven.
Figure 203 no port-access-authenticator Command Example
47.4.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]
<T1|T2|T3|T4|T5|T6>
= Disables the trunk group.
<T1|T2|T3|T4|T5|T6>
lacp
= Disables LACP in the trunk group.
<T1|T2|T3|T4|T5|T6>
interface <port-list>
= Removes ports from the trunk group.
sysname(config)# no trunk T1
sysname(config)# no trunk T3 lacp
sysname(config)# no trunk T2 interface 1,3-5
= Disables port authentication on the Switch.
<port-list>
reauthenticate
= Disables the re-authentication mechanism on the listed port(s).
<port-list>
= Disables authentication on the listed ports.
sysname(config)# no port-access-authenticator
sysname(config)# no port-access-authenticator 1,3-5 reauthenticate
sysname(config)# no port-access-authenticator 1,6-7