Mailing List Archive

MIB for terminating modem call on 5800??
What is the MIB OID for terminating a modem call on a 5800 running
12.2.2XB11?
I'm looking to do the equivalent of "clear line 1/5/100" via SNMP.


I opened a TAC case on this and the Tech. told me the only way it
can be done is by using "cmShutdown" from CISCO-MODEM-MGMT-MIB,
but this is a hard shutdown which takes the modem out of service.

Taking the modem out of service is not an option for us, is there an equivalent
to "clear line 1/5/100"???
Thanks

-Jake




--
* - - - - * - - - - * - - - - * - - - - * - - - -* - - - - *
| Jake Cunningham Phone: (413) 577-0890 |
| Network Analyst Fax: (413) 545-3203 |
| Office of Information Technologies |
| University of Massachusetts, Amherst |
* - - - - * - - - - * - - - - * - - - - * - - - -* - - - - *
Re: MIB for terminating modem call on 5800?? [ In reply to ]
On Mon, 25 Aug 2003, Jake wrote:

> What is the MIB OID for terminating a modem call on a 5800 running
> 12.2.2XB11?
> I'm looking to do the equivalent of "clear line 1/5/100" via SNMP.

Have you considered using a radius POD command to terminate the session?

----------------------------------------------------------------------
Jon Lewis *jlewis@lewis.org*| I route
System Administrator | therefore you are
Atlantic Net |
_________ http://www.lewis.org/~jlewis/pgp for PGP public key_________
Re: MIB for terminating modem call on 5800?? [ In reply to ]
Does anyone have first hand experience with POD ?

Cheers,

Wim

> On Mon, 25 Aug 2003, Jake wrote:

>> What is the MIB OID for terminating a modem call on a 5800 running
>> 12.2.2XB11?
>> I'm looking to do the equivalent of "clear line 1/5/100" via SNMP.

> Have you considered using a radius POD command to terminate the session?

> ----------------------------------------------------------------------
> Jon Lewis *jlewis@lewis.org*| I route
> System Administrator | therefore you are
> Atlantic Net |
> _________ http://www.lewis.org/~jlewis/pgp for PGP public key_________

> _______________________________________________
> cisco-nas mailing list
> cisco-nas@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nas
Re: MIB for terminating modem call on 5800?? [ In reply to ]
I had a try with 12.2.2XA5, but no luck...

Wim De Houwer wrote:

> Does anyone have first hand experience with POD ?
>
> Cheers,
>
> Wim
>
>
>>On Mon, 25 Aug 2003, Jake wrote:
>
>
>>>What is the MIB OID for terminating a modem call on a 5800 running
>>>12.2.2XB11?
>>>I'm looking to do the equivalent of "clear line 1/5/100" via SNMP.
>
>
>>Have you considered using a radius POD command to terminate the session?
>
>
>>----------------------------------------------------------------------
>> Jon Lewis *jlewis@lewis.org*| I route
>> System Administrator | therefore you are
>> Atlantic Net |
>>_________ http://www.lewis.org/~jlewis/pgp for PGP public key_________
>
>
>>_______________________________________________
>>cisco-nas mailing list
>>cisco-nas@puck.nether.net
>>https://puck.nether.net/mailman/listinfo/cisco-nas
>
>
> _______________________________________________
> cisco-nas mailing list
> cisco-nas@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nas
>

--
***********************************
Chatzithomaoglou Anastasios
Network Design & Operations Center
FORTHnet S.A.
<achatz@forthnet.gr>
***********************************
Re: MIB for terminating modem call on 5800?? [ In reply to ]
You can disconnect a user via SNMP using the AAA-SESSION-MIB. You need
to have "aaa session-mib disconnect" configured to allow this.

Dennis

Jake [jake@nic.umass.edu] wrote:
>
> What is the MIB OID for terminating a modem call on a 5800 running
> 12.2.2XB11?
> I'm looking to do the equivalent of "clear line 1/5/100" via SNMP.
>
>
> I opened a TAC case on this and the Tech. told me the only way it
> can be done is by using "cmShutdown" from CISCO-MODEM-MGMT-MIB,
> but this is a hard shutdown which takes the modem out of service.
>
> Taking the modem out of service is not an option for us, is there an equivalent
> to "clear line 1/5/100"???
> Thanks
>
> -Jake
>
>
>
>
> --
> * - - - - * - - - - * - - - - * - - - - * - - - -* - - - - *
> | Jake Cunningham Phone: (413) 577-0890 |
> | Network Analyst Fax: (413) 545-3203 |
> | Office of Information Technologies |
> | University of Massachusetts, Amherst |
> * - - - - * - - - - * - - - - * - - - - * - - - -* - - - - *
>
>
> _______________________________________________
> cisco-nas mailing list
> cisco-nas@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nas
Re: MIB for terminating modem call on 5800?? [ In reply to ]
On Tue, 26 Aug 2003, Wim De Houwer wrote:

>
> Does anyone have first hand experience with POD ?

I had to implement it a while back.

aaa pod server auth-type any server-key <secretkey>

cexample -H $nasip -P 1700 -K <secretkey> -i $framedip

cexample is part of the ascend radius package. The command above will
terminate the session with Framed-IP $framedip on the access-server
$nasip.

All that's left is determining the IP of the user's session you want
killed.

----------------------------------------------------------------------
Jon Lewis *jlewis@lewis.org*| I route
System Administrator | therefore you are
Atlantic Net |
_________ http://www.lewis.org/~jlewis/pgp for PGP public key_________