
Chapter 33 Command Examples
33.7 Example no Commands
These are the commonly used command examples that belong to the “no” group of commands.
33.7.1 no mirror-port
Syntax:
no
Disables port mirroring on the switch. An example is shown next.
Figure 141 no
sysname(config)# no
33.7.2 no trunk
Syntax:
no trunk <T1T2T3T4T5T6> no trunk <T1T2T3T4T5T6> lacp
no trunk <T1T2T3T4T5T6> interface
where
<T1T2T3T4T5T6> | Disables the trunk group. |
<T1T2T3T4T5T6> lacp | Disables LACP in the trunk group. |
<T1T2T3T4T5T6> | Removes ports from the trunk group. |
interface |
|
An example is shown next.
•Disable trunk one (T1).
•Disable LAPC on trunk three (T3).
•Remove ports one, three, four and five from trunk five (T5).
Figure 142 no trunk Command Example
sysname(config)# no trunk T1 sysname(config)# no trunk T3 lacp sysname(config)# no trunk T5 interface
| 247 |
|
|