On user exec mode type enable.
When inside the privilege mode type configure terminal. You will then be sitting into global config after this.
Please see below example:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
I'll go to hellis Cisco in a Cisco router. What would the prompt look like for global configuration
Global Configuration Mode.
To start the routing process on a Cisco router, you typically enter the command router [routing_protocol] in global configuration mode, where [routing_protocol] could be protocols like rip, ospf, or eigrp. For example, to start the OSPF routing process, you would use the command router ospf [process_id], where [process_id] is a unique identifier for the OSPF process. This command enables the routing protocol and allows for configuration of related settings.
To stop an RIP routing process on a Cisco router, you can use the command no router rip in global configuration mode. This command removes the RIP configuration and stops the RIP routing process from running. Alternatively, you can use shutdown within the RIP routing configuration mode to disable RIP without removing its configuration.
show version
cisco configuration command guide
In order to see the running configuration on a Cisco 2600 router, follow these steps from user executive mode.RouterName> EnableRouterName# show run
clear banner motd ^^^ I believe that command is wrong. It should be "no banner motd", if your using the cisco command line.
Some recommended books about Cisco routers are: Cisco Router Configuration, Cisco Routers For The Desperate, Cisco Routers for IP Router, Cisco CCNA Routing and Switching.
0x2102
Cisco routers do not encrypt any passwords by default. If a user wants to encrypt passwords they must use the service password-encryption command in configuration mode.
Cisco IOS uses a command line interface (CLI) for inputting commands when configuring Cisco Routers