02-18-2018 11:27 AM - edited 03-08-2019 01:54 PM
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
Solved! Go to Solution.
02-18-2018 12:05 PM - edited 02-18-2018 03:50 PM
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.
02-18-2018 11:34 AM - edited 02-18-2018 11:36 AM
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
:-)
02-18-2018 11:43 AM
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
02-18-2018 11:57 AM - edited 02-18-2018 11:58 AM
Hi,
I have not used it under the line con 0 before but it could be if you are using an access server.
02-18-2018 12:03 PM
can u elaborate more on logging facility
02-18-2018 12:05 PM - edited 02-18-2018 03:50 PM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide