Situatie
Somebody wants to change the configuration of a port and he do not know the necessary commands.
Solutie
1. To enter the configuration mode of a port, you only need the following two commands:
- config terminal (conf t)
- interface x – x is the interface where you want to modify something (ex: int Gi1/0/13)
2. At the end, after making the changes you needed, you will use:
end – to return to the EXEC mode
write – to save the settings made
Leave A Comment?