You are here: Articles > Networking > Cisco

 See more articles about "Cisco "

Enable and password protect telnet logins to Cisco routers

 

The ability to telnet to a Cisco router makes administration easier. This simple configuration enables telnet logins to the router and protects them with a password.

To enable telnet logins with the password PaSsWoRd:



conf t

line vty 0 4

login

password PaSsWoRd

 

Also see ...

Set the hostname of a Cisco router
H3The router hostname alters the prompt that is displayed while connected to the router. It does not affect routing or name resolution but can make administration safer in an environment with multiple routers./H3PTo set the router hostname to Fido use the following commands: br / br /div

Add a login banner to your Cisco router
H3A login banner is displayed whenever someone connects to the router by telnet or console connections./H3PThe syntax for the banner command is: br / br /div class="code"banner motd &123;char&125; &123;banner text&125; &123;char&125; P br /where {char} is a special delime

Newer Catalyst and Router switch module VLAN configuration
H3Configuration notes for newer catalyst switches and switch modules./H3PIOS based switches require slightly different configuration than their CatOS counterparts. One of the stranger configuration tasks is VLAN creation. br / br /In an IOS device, from the enable prompt, type: br / br

Recovery EPROM Cookie on Router Cisco
H3Sometimes when rains a lighting could damage your router, that's what happened to me last week.The problem was that the lighting deleted the cookies of my router's eprom, it contains the data that the bootloader use to determine the MAC address,the CPU version,the vendor etc. Based on this infor

Protect against unauthorized switches
H3One method to protect against the addition of unauthorized switches to a Cisco Catalyst. This refers to the 6500 series, but may be available on other platforms as well./H3PUnauthorized switches can pose a significant problem for networks. Oddball switches can win a spanning tree root elec