RE: what does no logging console mean? [7:1708]

2001-04-24 Thread McCallum, Robert

exactly what it says.  NO LOGGING CONSOLE, i.e. when you are consoled in to
the box you wont see any messages on your screen.

-Original Message-
From: beth shriver [mailto:[EMAIL PROTECTED]]
Sent: 24 April 2001 15:39
To: [EMAIL PROTECTED]
Subject: what does  no logging console mean? [7:1708]


I noticed this in my main config and curious as to
what it is preventing.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1712t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread Ed Horley

Will prevent the router from writing logging messages to the console.
Usually you want this if you are doing heavy logging to a syslog server and
you are doing the config work from the console port.  Saves you from seeing
all the messages while you are trying to type config commands etc.  The
logging level determines how many messages you will see and of what type.


beth shriver  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I noticed this in my main config and curious as to
 what it is preventing.

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1714t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread simonis

beth shriver wrote:
 
 I noticed this in my main config and curious as to
 what it is preventing.
 

Wow... you aren't the only one who has been baffled by this
cryptic message.  In fact, the millions of confused Cisco 
customers must have flooded the TAC and its support people,
so some brilliant mind decided to document this, and every 
other, command on the Cisco webpage!  This has become such
a popular destination for the curious of mind that the 
search feature is prominently displayed right there on the
first page of their website!!

For the less curious... well...  I'm sorry.

From their page:

no logging console 

This command limits the logging messages displayed on the console 
terminal to messages with a level at or below level.

The argument level is one of the following keywords, listed here 
in order from the most severe to the least severe level:

 emergencies--System unusable
 alerts--Immediate action needed
 critical--Critical conditions
 errors--Error conditions
 warnings--Warning conditions
 notifications--Normal but significant condition
 informational--Informational messages only
 debugging--Debugging messages

The default is to log messages to the console at the warnings level.

The no logging console command disables logging to the console terminal.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1715t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread Tolanid

Beth

No logging console prevents messages logged to the console.  You can also
restrict messages logged to the console based on severity by using the
command - logging console .

You probably have central syslog server/s where you are logging the
information.  You can see that by looking for the following commands in your
config --  logging ;  where host is the name or the IP address of the
syslog server.

Also - the logging level by default is set to 6 (maximum - 7)

Error Message Logging Priorities
  Level Arguments LevelDescription   Syslog
Definition
  emergencies 0 System unusable
LOG_EMERG
  alerts1Immediate action needed
LOG_ALERT
  critical   2Critical conditions
LOG_CRIT
  errors3 Error conditions
LOG_ERR
  warnings   4Warning conditions
LOG_WARNING
  notifications5 Normal but significant condition
LOG_NOTICE
  informational6Informational messages only LOG_INFO
  debugging 7Debugging messages  LOG_DEBUG

Hope this help

Raj  :)
beth shriver  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I noticed this in my main config and curious as to
 what it is preventing.

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1713t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: what does no logging console mean? [7:1708]

2001-04-24 Thread William E. Gragido

It means that the logging messages are not being displayed to the console

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
beth shriver
Sent: Tuesday, April 24, 2001 9:39 AM
To: [EMAIL PROTECTED]
Subject: what does  no logging console mean? [7:1708]


I noticed this in my main config and curious as to
what it is preventing.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1723t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread Donald B Johnson jr

Not good if you are trying to debug a command either. There won't be any
display.
You have to turn it back on if you are debugging from the console.
[EMAIL PROTECTED]
- Original Message -
From: William E. Gragido 
To: 
Sent: Tuesday, April 24, 2001 8:44 AM
Subject: RE: what does  no logging console mean? [7:1708]


 It means that the logging messages are not being displayed to the console

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 beth shriver
 Sent: Tuesday, April 24, 2001 9:39 AM
 To: [EMAIL PROTECTED]
 Subject: what does  no logging console mean? [7:1708]


 I noticed this in my main config and curious as to
 what it is preventing.

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1731t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread John Neiberger

Even when debugging from the console, I prefer to turn off console
logging and log the debug output to memory.  This way if there is an
unexpectedly large amount of output I don't get locked out of the router
and there's a lower chance of negative impact on the system.

John

 Donald B Johnson jr  4/24/01 10:43:48 AM

Not good if you are trying to debug a command either. There won't be
any
display.
You have to turn it back on if you are debugging from the console.
[EMAIL PROTECTED] 
- Original Message -
From: William E. Gragido 
To: 
Sent: Tuesday, April 24, 2001 8:44 AM
Subject: RE: what does  no logging console mean? [7:1708]


 It means that the logging messages are not being displayed to the
console

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of
 beth shriver
 Sent: Tuesday, April 24, 2001 9:39 AM
 To: [EMAIL PROTECTED] 
 Subject: what does  no logging console mean? [7:1708]


 I noticed this in my main config and curious as to
 what it is preventing.

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/ 
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html 
 Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED] 
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html 
 Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED] 
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html 
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1737t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread Micahel L. Lucas

It means when you type, you won't be interrupted by router output. This is
enabled using the Logging Synchronous command in line config mode.
beth shriver  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I noticed this in my main config and curious as to
 what it is preventing.

 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1739t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread Donald B Johnson jr

Actually i do both, one to watch things happen in real time when you change
configs (invaluable for ccie labbing it) and when a session is over i
print the full debug to read before i go to sleep hoping i wake up a ccie. I
aint talking about production.
Thank You,

Don Johnson
Engineering
Adelphia Communications Corp.
P# 814-260-3259 office
P# 814-274-9391 lab
F# 814-260-3227
[EMAIL PROTECTED]
- Original Message -
From: John Neiberger 
To: 
Sent: Tuesday, April 24, 2001 10:32 AM
Subject: Re: what does  no logging console mean? [7:1708]


 Even when debugging from the console, I prefer to turn off console
 logging and log the debug output to memory.  This way if there is an
 unexpectedly large amount of output I don't get locked out of the router
 and there's a lower chance of negative impact on the system.

 John

  Donald B Johnson jr  4/24/01 10:43:48 AM
 
 Not good if you are trying to debug a command either. There won't be
 any
 display.
 You have to turn it back on if you are debugging from the console.
 [EMAIL PROTECTED]
 - Original Message -
 From: William E. Gragido
 To:
 Sent: Tuesday, April 24, 2001 8:44 AM
 Subject: RE: what does  no logging console mean? [7:1708]


  It means that the logging messages are not being displayed to the
 console
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
 Of
  beth shriver
  Sent: Tuesday, April 24, 2001 9:39 AM
  To: [EMAIL PROTECTED]
  Subject: what does  no logging console mean? [7:1708]
 
 
  I noticed this in my main config and curious as to
  what it is preventing.
 
  __
  Do You Yahoo!?
  Yahoo! Auctions - buy the things you want at great prices
  http://auctions.yahoo.com/
  FAQ, list archives, and subscription info:
  http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to
 [EMAIL PROTECTED]
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to
 [EMAIL PROTECTED]
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1747t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: what does no logging console mean? [7:1708]

2001-04-24 Thread John Neiberger

Good point.  A lot of the really fun debugs would be disastrous on a
production router.  Unfortunately, they have the best chance of
generating cool stuff in the first place.  Home labs just aren't nearly
as much fun!  Besides, that tension from not knowing exactly what's
going to happen and that your network could die at any second just makes
debugging production routers that much more interesting.  

 Donald B Johnson jr  4/24/01 12:15:29 PM

Actually i do both, one to watch things happen in real time when you
change
configs (invaluable for ccie labbing it) and when a session is over
i
print the full debug to read before i go to sleep hoping i wake up a
ccie. I
aint talking about production.
Thank You,

Don Johnson
Engineering
Adelphia Communications Corp.
P# 814-260-3259 office
P# 814-274-9391 lab
F# 814-260-3227
[EMAIL PROTECTED] 
- Original Message -
From: John Neiberger 
To: 
Sent: Tuesday, April 24, 2001 10:32 AM
Subject: Re: what does  no logging console mean? [7:1708]


 Even when debugging from the console, I prefer to turn off console
 logging and log the debug output to memory.  This way if there is an
 unexpectedly large amount of output I don't get locked out of the
router
 and there's a lower chance of negative impact on the system.

 John

  Donald B Johnson jr  4/24/01 10:43:48 AM
 
 Not good if you are trying to debug a command either. There won't be
 any
 display.
 You have to turn it back on if you are debugging from the console.
 [EMAIL PROTECTED] 
 - Original Message -
 From: William E. Gragido
 To:
 Sent: Tuesday, April 24, 2001 8:44 AM
 Subject: RE: what does  no logging console mean? [7:1708]


  It means that the logging messages are not being displayed to the
 console
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf
 Of
  beth shriver
  Sent: Tuesday, April 24, 2001 9:39 AM
  To: [EMAIL PROTECTED] 
  Subject: what does  no logging console mean? [7:1708]
 
 
  I noticed this in my main config and curious as to
  what it is preventing.
 
  __
  Do You Yahoo!?
  Yahoo! Auctions - buy the things you want at great prices
  http://auctions.yahoo.com/ 
  FAQ, list archives, and subscription info:
  http://www.groupstudy.com/list/cisco.html 
  Report misconduct and Nondisclosure violations to
 [EMAIL PROTECTED] 
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html 
  Report misconduct and Nondisclosure violations to
 [EMAIL PROTECTED] 
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html 
 Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED] 
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html 
 Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED] 
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html 
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1759t=1708
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]