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

logging facility

adamgibs7
Level 6
Level 6

Dears,

i have command

line vty 0 4

login local

line vty 5 15

login local

How many users can get access to the switch at a same time

 

Line con 0

transport input telnet

what does telnet make sense on the console port.

 

what is the difference between

logging facility 6   and logging buffered notification

 

thanks

1 Accepted Solution

Accepted Solutions

Hi

The facility command works along with a Syslog server, and basically it says where the messages will be stored. In this case local7 is the type of severity.




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

5 Replies 5

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

If you have line vty 0 15, it should allow you 16 sessions at the same time. Telnet could be disabled under the line con 0.

A facility can be a hardware device, a protocol, or a module of the system software. It denotes the source or the cause of the system message, now Buffered will log the messages into the internal buffer, by default the size is 4096 bytes. 

 

Hope it is useful

:-)

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

line con 0

transport input telnet

 

actually what this telnet command is used for on the console port, is it this is used for reverse telnet.

 

i didn't understood logging facility 7 explanation

 

thanks

Hi,

I have not used it under the line con 0 before but it could be if you are using an access server.




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

can u elaborate more on logging facility

Hi

The facility command works along with a Syslog server, and basically it says where the messages will be stored. In this case local7 is the type of severity.




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<