Cisco Commands |
Router Modes The command-line interface or CLI is much more versatile when configuring a router. To enter into the CLI you must enter no in the initial configuration dialog box. You should then see this text. It shows which Interfaces are up and which are down. Press RETURN to get started! %LINK-3-UPDOWN: Interface Ethernet0, changed state to up As talked about before there are several modes that a user can be in while working on a router. First is the user exec mode or user mode. You can only view from this mode. To actually configure the router you must be in privileged exec mode or privileged mode. To get into this mode type enable. Router>enable Router con0 is now available Press RETURN to get started. Router>enable Router con0 is now available Press RETURN to get started. In this next example I show how to get into privileged mode by only type en this is a abbreviation for enable. Play with the commands given in the next sections, many times I will use shortcut commands to speed up the configuration. You will also come to use these commands once you get comfortable with a router configuration. In the second command I typed config t this command allows the user to enter global configuration mode. I then did a CNTRL-Z to get out of the mode. Router>en |