Archive for the ‘Infrastructure’ Category

IOS DHCP lease

Posted: July 3, 2006 by cciestudy in Infrastructure

Use the lease command

lease <days> <hours> <min>

lease 0 8 30  – 0 days 8 hrs 30 min

Spanning tree Port fast

Posted: July 3, 2006 by cciestudy in Infrastructure

6500

Portfast not enabled by default. Use the command “set spantree portfast 4/5 enable

3550

Portfast will be automatically enabled when you enter “switchport voice vlan

NM-16ESW

Need to enable portfast eventhough the port is configured as a trunk. You will get an error though.

NTP config

Posted: February 26, 2006 by sankar in Crabs, Infrastructure, Lab 1.5

Router 1— config)# ntp master 3 (Configures this router as NTP master with stratum 3)

Router 2— config)# ntp server #serverip# (specify IP of Router 1)

Set the clock timezone properly in each router to reflect proper time.

To remove older NTP configs, use command “no ntp” and hit enter key

To configure NTP on Cisco Callmanager

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_configuration_example09186a008009470f.shtml

Method 1 (Using Cisco’s NTP service)

** Start NTP service on Callmanager (Control panel -> Services)

** Edit ntp.conf file in C:\WINNT\System32\drivers\etc and specify “server #ipaddress#” command

** Restart NTP service on Callmanager.

Method 2 (Manually sync time)

** Stop NTP service

** In command line , type command “ntpdate #ipaddress#” to sync manually

** Restart NTP service

Method 3 (Using Windows time service)

** Enable Windows Time service (Control panel -> Services)

** net time /setntp:#IPaddress#

** Restart Windows time service (W32Time)

Lab method

1. Enter NTP server IP in ntp.conf

2. Stop Network Time Protocol service

3. Open CMD mode and change to  C:\Program Files\Cisco\Xntp

4. enter the command ntpdate -b 10.1.1.1

5. Restart  Network Time Protocol service

6. Stop and disable Windows Time service