How To Select Multiple Interface In Cisco Switch?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To select multiple interfaces in a Cisco switch, use the following steps:
1. Enter configuration mode by typing “config t” in the command line.
2. Type “interface range” followed by the range of interfaces you want to select. For example, “interface range fastethernet 0/1-7” will select all the Fast Ethernet interfaces from 0/1 to 0/7.
3. Enter the commands you want to apply to the selected interfaces. For example, “switchport mode trunk” will enable trunking on all the selected interfaces.
4. Type “end” to save the configuration changes.