logging synchronous

by David Sudjiman ~ January 30th, 2009. Filed under: Cisco.

I just thought that I need to post this here in case I forget.

Command logging synchronous will synchronize the message output so that you will be able to the command you type in a new line. Pretty handy for those who are doing a lot of debugging.

ROUTER#
000208: *Jan 30 10:20:19.050 AEDT: %SYS-5-CONFIG_I: Configured from console by manager on console
000209: *Jan 30 10:20:20.134 AEDT: %LINK-3-UPDOWN: Interface Cellular0/3/0, changed state to up
000210: *Jan 30 10:20:20.134 AEDT: %DIALER-6-BIND: Interface Ce0/3/0 bound to profile Di1
000211: *Jan 30 10:20:21.146 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/3/0, changed state to up
000212: *Jan 30 10:20:24.874 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/3/0, changed state to downconf
000213: *Jan 30 10:20:29.894 AEDT: %LINK-5-CHANGED: Interface Cellular0/3/0, changed state to reset t
Enter configuration commands, one per line. End with CNTL/Z.
ROUTER(config)#
000214: *Jan 30 10:20:29.894 AEDT: %DIALER-6-UNBIND: Interface Ce0/3/0 unbound from profile Di1line con 0
ROUTER(config-line)#loggin
000215: *Jan 30 10:20:35.110 AEDT: %LINK-3-UPDOWN: Interface Cellular0/3/0, changed state to downg sync
ROUTER(config-line)#logging synchronous
ROUTER(config-line)#
000216: *Jan 30 10:20:47.366 AEDT: %LINK-3-UPDOWN: Interface Cellular0/3/0, changed state to up
ROUTER(config-line)#
000217: *Jan 30 10:20:47.366 AEDT: %DIALER-6-BIND: Interface Ce0/3/0 bound to profile Di1
ROUTER(config-line)#exit
ROUTER(config)#exit
ROUTER#
000218: *Jan 30 10:20:48.374 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/3/0, changed state to up
000219: *Jan 30 10:20:50.886 AEDT: %SYS-5-CONFIG_I: Configured from console by manager on console
000220: *Jan 30 10:20:51.110 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/3/0, changed state to down
ROUTER#
000221: *Jan 30 10:20:56.134 AEDT: %LINK-5-CHANGED: Interface Cellular0/3/0, changed state to reset
ROUTER#
000222: *Jan 30 10:20:56.134 AEDT: %DIALER-6-UNBIND: Interface Ce0/3/0 unbound from profile Di1
ROUTER#

Leave a Reply