By: Mr.
Syed Ali Hussain Rizvi
Router Configuration Basic Commands
Note: Use the Router 4331. When asked to enter initial configuration
dialog, press n and Enter the Enter again to get started.
1. enable
- Enters privileged mode, allowing you to make configuration changes.
2. configure terminal
- Enters global configuration mode, where you can make changes to the switch
configuration.
3. hostname Your Name.
- Sets the hostname of the switch to your entered Name.
4. enable secret *****
- Sets the enable secret password to whatever you have entered.
5. interface fastethernet0/1
- Enters interface configuration mode for the specified interface (e.g.,
FastEthernet0/1). You can select any fastethernet port number by changing the
last number depending upon the number of fast Ethernet ports on your switch.
6. description any message
- Sets a description to any message you have entered for the current interface.
7. exit
- Exits the interface configuration mode and returns to global configuration.
Executing exit returns to previous configuration mode.
By: Mr. Syed Ali Hussain Rizvi