cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2767
Views
0
Helpful
5
Replies

unable to set Network clock on cisco ISR4451 router

kavadiki_Rakesh
Level 1
Level 1

Hi All,

Could you please let me know how to set the clock in router.

Below is the command i have given in the router, But it gives an error

clock timezone GMT+5.5 5 30
network-clock-participate wic 0

)#network-clock participate wic 0
                                            ^
% Invalid input detected at '^' marker.

 

I tried different options but nothing is working.

 

#network-clock participate ?
  <0-2>  Select the slot to enable/disable

 

network-clock participate 0
Slot 0 is incapable of participating in network clocking, reason : IOSXE slot 0, subslot 0 does not support network-clock participate

I tried for 0,1&2 all slots are giving error.

Here is the sh version output

#do sh version

Cisco IOS XE Software, Version 03.14.00.S - Standard Support Release
Cisco IOS Software, ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.5(1)S, RELEASE SOFTWARE (fc5)

cisco ISR4451-X/K9 (2RU) processor with 3729388K/6147K bytes of memory.
Processor board ID FGL192610KJ
10 Gigabit Ethernet interfaces
4 Channelized E1/PRI ports
4 Voice FXS interfaces

 

Please let me know what needs to be done.

 

 

 

1 Accepted Solution

Accepted Solutions

Wilson Samuel
Level 7
Level 7

Hi,

You are using 4k Routers, which are IOS XE than the tradition IOS and the commands have slightly changed.

This should be something like this:

 

Router(config-controller)# clock source network primary | secondary ] | network }

 

For a detailed information about the NIM (Network Interface Modules aka 4th Gen Cisco Wan/Voice Interface Cards) please follow the link

 

http://www.cisco.com/c/en/us/td/docs/routers/access/interfaces/NIM/software/configuration/guide/ConfT1E1NIM.html

 

hTH

View solution in original post

5 Replies 5

Hi,

Are you sure the T1 card is connected? Please share a show inventory command.

 

Regards

__________________________________________________
Please remember to rate useful posts clicking on the stars below.
LinkedIn Profile: do.linkedin.com/in/leosalcie

#sh inventory
NAME: "Chassis", DESCR: "Cisco ISR4451 Chassis"
NAME: "module 0", DESCR: "Cisco ISR4451 Built-In NIM controller"
PID: ISR4451-X/K9      , VID:    , SN:

NAME: "NIM subslot 0/1", DESCR: "NIM-2MFT-T1/E1 - T1/E1 Serial Module"
PID: NIM-2MFT-T1/E1    , VID: V02, SN: FOC1919575Y

NAME: "subslot 0/1 db module 0", DESCR: "PVDM4-64 Voice DSP Module"
PID: PVDM4-64          , VID: V02, SN: FOC19198G0J

NAME: "NIM subslot 0/2", DESCR: "NIM-2MFT-T1/E1 - T1/E1 Serial Module"
PID: NIM-2MFT-T1/E1    , VID: V02, SN: FOC191957AV

NAME: "subslot 0/2 db module 0", DESCR: "PVDM4-64 Voice DSP Module"
PID: PVDM4-64          , VID: V02, SN: FOC192215NY

NAME: "NIM subslot 0/0", DESCR: "Front Panel 4 ports Gigabitethernet Module"
PID: ISR4451-X-4x1GE   , VID: V01, SN: JAB092709EL

 

Hi,

 

Did you read the response from Wilson. The command has changed and should be Router(config-controller)# clock source network primary | secondary ] | network }

Wilson Samuel
Level 7
Level 7

Hi,

You are using 4k Routers, which are IOS XE than the tradition IOS and the commands have slightly changed.

This should be something like this:

 

Router(config-controller)# clock source network primary | secondary ] | network }

 

For a detailed information about the NIM (Network Interface Modules aka 4th Gen Cisco Wan/Voice Interface Cards) please follow the link

 

http://www.cisco.com/c/en/us/td/docs/routers/access/interfaces/NIM/software/configuration/guide/ConfT1E1NIM.html

 

hTH

Hi Wilson Samuel,

Thanks for the support,

Command worked :)