cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2080
Views
0
Helpful
12
Replies

NTP configuration

itdsmartnet
Level 1
Level 1

hi,

On my network i have one 3750-E and rest of the switches are 2960. I want ntp to be configured on 3750-E, but i have come to know that 3750-E cannot be a ntp master. how can i configure NTP on my domain.

Thanks

12 Replies 12

Jon Marshall
Hall of Fame
Hall of Fame

Your switch cannot be an NTP master however this does not stop your 2960 switches getting their time from the 3750-E switch. All it means is that your 3750-E must get it's time from an external source.

However you can still configure all your 2960 switches to get their time from the 3750-E.

Cisco recommend using an external Internet time server to get the time.

Jon

please help me , how can i configure my 2960 switches to get their time from 3750-E. and how 3750-E gets its time from external source.

Thanks

Thanks for your reply, i am not sure how to configure. Can you provide me step by step configuration.

Thanks

hi,

any help regarding setup NTP. please help me to setup NTP on 3750E and 2960 .

Thanks

Example below

Configure Switch1 as NTP server and switch2 as client, you must configure switch1 as a both a client and a master. First, use the ntp server command to point to the NTP server. you can also configure the router as an NTP master. To accomplish this, use the ntp master command if avaliable in your ios. Setup the timezone and configure switch2 as client.

NTP server

switch1(config)int eth0/1

switch1(config-if)ip address 192.168.2.1 255.255.255.0

switch1(config)#clock timezone GMT 0

switch1(config)#ntp server 206.191.241.45 version 2 (Maybe something external on the web, a reliable ntp server)

switch1(config)#ntp master (Not sure if supported on your switch. if not leave out)

switch2

Client

switch2(config)#ntp server 192.168.2.1

use "sh ntp associations detail" to verify your config is working...

Francisco

hi,

All my switches operate in Layer 2. then how i configure it on layer 2.

Thanks

not sure how your network if setup if you have a dedicated switch doing inter-vlan routing between your access layers but need to have ip reachability from your acess layer to the NTP server.

how do you manage your access layer switches? dont you have a SVI for your management vlan on the access switches for managment.

for example if vlan 1 is your managment vlan, make sure each access layer switch have SVI for vlan 1

for example

access swith 1

"int vlan 1"

ip address 192.168.1.1

ip default-gateway 192.168.1.254

Core switch

int vlan 1

ip address 192.168.1.254

make sure vlan 1 is allow on our trunk between the access and core for ip reachability.

Thanks for your reply. Actually for now i only have one vlan through out my network, on access switches and on core switch i have configured SVI interface. but why should i give "ip default-gateway " command.

see this http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/.

Is your NTP now working?

you can use the "show ntp association" to verify.

Franisco

hi,

The question here is that how my core will get the time from any of the NTP server on the internet. Core is at layer 2.

Thanks

waseen,

the concept of having a core layer is to route traffic as fast as it can via layer 3 routing. if your core switche have ip reachabilty to the internet via your firewall then that should not be a problem.

perhaps you should upload a network diagram inclduing your switches config so we can better assist you.

Francisco.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco