Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: (ASCEND) SNMP OID?



Jason,  you would use the session mib to disconnect users. Specifically you
use this variable.

    ssnStatusValidFlag  OBJECT-TYPE
	SYNTAX		INTEGER {
			    invalid(1),
			    valid(2)
			}
	ACCESS		read-write
	STATUS		mandatory
	DESCRIPTION	"Value indicates whether this entry contains valid
			 information or not. Setting a valid(2) session to invalid(1)
                         causes an effective session termination."
	::= { sessionStatusEntry 2 }

Walk the  SessionActiveEntry table to find the user by name
(ssnActiveUserName) and get the session reference number (ssnActiveIndex).
Then using these pieces of information walk the sessionStatus table for the
correct index.  Then SNMP set the ssnStatusValidFlag to 1.

If you have any questions please let me know.

Steve Johannesman
Product Manager, NMD
Ascend Communications
steve.johannesman@ascend.com


-----Original Message-----
From: owner-ascend-users@max.bungi.com
[mailto:owner-ascend-users@max.bungi.com]On Behalf Of Jason Nealis
Sent: Friday, September 04, 1998 12:47 PM
To: ascend-users@bungi.com
Subject: (ASCEND) SNMP OID?



Anyone got the OID to boot a user off a TNT?

Jason Nealis
Director Internet Operations / Network Access
Erols Internet (An RCN Company)


++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>

session.mib


References: