Configure one of the physical or virtual lines.
Remove Console password router>enable router#configure terminal router(config)#line console 0 router(config-line)#no login router(config-line)#no password router(config-line)#exit router(config)#exit
router(config)#line vty 0 4router(config-line)#transport input ssh
router>enable router#configure terminal router(config)#line vty 0 4 router(config-line)#password cisco router(config-line)#login to configure router with telnet you must set up password or secret for privilieged mode.
Router(config)# line vty 0 4
Type on previllage Mode:- Router(config)#line vty 0 4 Router(config-line)#pass Router(config-line)#password 123 Router(config-line)#login Router(config-line)#exit used for telnet , to take ur PC on telnet through Router..............
line configuration mode user executive mode * global configuration mode privileged executive mode interface configuration mode * enable mode8 What command is used to change the default router name to Fontana? Router# name Fontana Router# hostname Fontana Router(config)# name Fontana * Router(config)# hostname Fontan
A(config)# router rip A(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# network 192.168.25.48 B(config-router)# network 192.168.25.64 A(config)# router rip A(config-router)# no network 192.168.25.32 B(config)# router rip B(config-router)# passive-interface S0/0 A(config)# no router rip
The command is: clock rate 56000 So it will appear on the command line interface as: Router(config-if)# clock rate 56000 Reference: Networking by Jeffrey Beasley Chapter 6 page 216.
when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.
You don't want to allow adjacent devices to gain information about this router for security reasons.SolutionYou can disable CDP on a single interface by using the command no cdp enable interface configuration command: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#cdp runRouter1(config)#interface FastEthernet0/0 Router1(config-if)#no cdp enableRouter1(config-if)#end Router1#And you can disable all CDP on the router with the global configuration command, no cdp run: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#no cdp runRouter1(config)#end Router1#
RTRA(config)# line vty 0 4 RTRA(config-line)# login RTRA(config-line)# password cisco
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)#