Mailing List Archive

Disconnect with SNMP
Hi,


I have to disconnect DSL users from a Cisco 7200 using SNMP and the IOS of 7200 is (c7200-io3s-mz.122-15.T9.bin). I tried the
following:

snmpset -v 1 -c test xx.xx.xx.xx 1.3.6.1.4.1.9.9.150.1.1.3.1.5.822687 i 1

But it gave me the error:

Error in packet.
Reason: (genError) A general failure occured
Failed object: SNMPv2-SMI::enterprises.9.9.150.1.1.3.1.5.822687

Any Help?
RE: Disconnect with SNMP [ In reply to ]
Imad,

> I have to disconnect DSL users from a Cisco 7200 using SNMP and the
> IOS of 7200 is (c7200-io3s-mz.122-15.T9.bin). I tried the following:
>
> snmpset -v 1 -c test xx.xx.xx.xx 1.3.6.1.4.1.9.9.150.1.1.3.1.5.822687
> i 1
>
> But it gave me the error:
>
> Error in packet.
> Reason: (genError) A general failure occured
> Failed object: SNMPv2-SMI::enterprises.9.9.150.1.1.3.1.5.822687

you need to use "snmpset -v 2c" to disconnect users (I assume you
enabled "aaa session-mib disconnect").
But you might run into CSCeb80947 (CISCO-AAA-SESSION-MIB user disconnect
not working for VPDN users) and upgrade to an 12.3 version (like
12.3(10b) or 12.3(12a)) to get the fix.

oli