Unsolved
2 Posts
0
564
September 8th, 2023 15:39
[Switch] Live Logging Dell EMC Powerswitch N2048P
Hi,
im absolutely New in der DELL Switch World.
Im looking for Command for live logging so that i can see live on the console what is going on the switch, if a port is coming up or down and so on.
Im more in Extreme Network - here is the command enable log target session
Thanks in advance.
No Events found!
Nestor.Ruiz
2 Posts
0
September 8th, 2023 16:32
Hi Mr_flip
I understand that you are using a console cable (rs232) and getting access to the N2048P if so please check the logging console level (show logging)
logging console
Use the logging console command in Global Configuration mode to limit messages logged to the console based on severity. To disable logging to the console terminal, use the no form of this command.
Syntax
logging console [severity–level]
no logging console
• severity–level—(Optional) The number or name of the desired severity
level. Range:
– [0 | emergencies] ----> this is the Default
– [1 | alerts]
– [2 | critical]
– [3 | errors]
– [4 | warnings]
– [5 | notifications]
– [6 | informational]
– [7 | debugging]
Example
The following example displays the state of logging and the SYSLOG messages stored in the internal buffer.
Mr_flip
2 Posts
0
September 11th, 2023 14:10
I connect per SSH on the Switch.
logging console etc. give me no output on the Switch in the configuration Mode.
Nestor.Ruiz
2 Posts
0
September 13th, 2023 14:34
@Mr_flip
Use the terminal monitor command to observe logging messages when connected via telnet or SSH.
sw#terminal monitor
sw#configure
sw(cinsfig)#logging monitor
(edited)