Make changes to multiple interfaces at once. In this example, we set ports 1 through 24 to be trunks and specify what vlans can talk to them. This will paste the following lines to all of the interfaces in that range. conf t int e1-24 switchport mode trunk switchport trunk allowed vlan 2,5,7,10-15 end References:
|