Posté le: Lun Juin 09, 2008 8:09 am Sujet du message: Cisco routers must be configured safety with ten orders
Targeting a login account in routers:
Router(config)# username root secret My$Password
After targeting a user name, you must enable the use of the user name of the port. For example:
Router(config)# line con 0
Router(config-line)# login local
Router(config)# line aux 0
Router(config-line)# login local
Router(config)# line vty 0 4
Router(config-line)# login local
Set up a host name in routers:
Router(config)# hostname Router-Branch-23
You can configure a domain name in routers, so that it knows which DNS domain it is in.
For example: Router-Branch-23(config)# ip domain name TechRepublic.com
To enter the privilege mode Password:
Router(config)# enable secret My$Password
Encryption router password:
Router(config)# service password-encryption
Disable Web services:
Router(config)# no ip http server
Configuration DNS, or disable DNS Lookup:
Router(config)# ip name-server
Router(config)# no ip domain-lookup
Configuration commands alias:
Router(config)# alias exec s sh run
Set up the router clock, or targeting NTP server:
First you set the time zone and daylight saving time:
Not interrupt you log information on the configuration process:
Router(config)# line con 0
Router(config-line)# logging synchronous
Router(config)# line aux 0
Router(config-line)# logging synchronous
Router(config)# line vty 0 4
Router(config-line)# logging synchronous
Recorded information system in routers buffer zone or system log server:
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum