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:

Router(config)# clock timezone CST -6
Router(config)# clock summer-time CDT recurring

Set the router clock:

Router# clock set 10:54:00 Oct 5 2005

Set the clock by NTP server:

Router(config)# ntp server 132.163.4.101

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:

Router(config)# logging buffered 16384

QUOTED FROM: blog.killtest.com




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=20911#20911

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to