This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat2960-sw0#show run int fa0/30 | |
| Current configuration : 34 bytes | |
| ! | |
| interface FastEthernet0/30 | |
| end | |
| cat2960-sw0#conf t | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| cat2960-sw0(config)#interface fa0/30 | |
| cat2960-sw0(config-if)# switchport mode trunk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface FastEthernet0/30 | |
| switchport mode trunk | |
| - switchport trunk allowed vlan add 2600-2602,2612,2670 | |
| ? ---- | |
| + switchport trunk allowed vlan 2600-2602,2612,2670 | |
| exit | |
| interface FastEthernet0/30 |