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

AUTHPRIV-2-SYSTEM_MSG - SNMP

Ian Cowley
Level 1
Level 1

We have a pair of MDS9134 Fabric Switches that are being monitored by a SNMP management server.

snmp-server community {#########} group network-admin
snmp-server user {abcdefgh} network-admin auth md5 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff priv 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0 loca
lizedkey

snmp-server user {ghijklmop}t network-operator auth md5 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee priv 0x1111111111111111111111111111
2ee localizedkey

snmp-server user {infra-monitor} network-admin auth sha 0x4444444444444444444444444444444444 localizedkey

snmp-server host 10.x.x.x version 2c FABSW01


no snmp-server enable traps vrrp
snmp-server enable traps license

FABSW01# sh aaa auth

         default: local

         console: local

         iscsi: local

         dhchap: local

Every 60s or so (the polling period of the server) we get:-

%AUTHPRIV-2-SYSTEM_MSG: stdin not a tty

Any ideas

Regards

Ian Cowley

1 Accepted Solution

Accepted Solutions

smogra
Cisco Employee
Cisco Employee

Hi,

The message %AUTHPRIV-2-SYSTEM_MSG is coming from telneted device. This happens when 
a telnet session gets created and abruptly terminates. Please find out if there is any application that frequently telnets to the switch.


Cheers
Sweta

P.s. Please rate the answer if it was useful.

View solution in original post

2 Replies 2

smogra
Cisco Employee
Cisco Employee

Hi,

The message %AUTHPRIV-2-SYSTEM_MSG is coming from telneted device. This happens when 
a telnet session gets created and abruptly terminates. Please find out if there is any application that frequently telnets to the switch.


Cheers
Sweta

P.s. Please rate the answer if it was useful.

You mean like a Network Management System polling the Telent service every 60secs!!!

Sweta your a star

Thanks!