[nsp] Cisco 5800's & SNMP

From: phorce (phorce@routed.org)
Date: Tue Sep 19 2000 - 14:51:08 EDT


   
What I'm trying to do is get modem connect rates via SNMP for use on the

new RADIUS servers. The following OIDs seem to be the ones I want:

readonly int cmTXRate

description "The speed of modem transmit rate of the

current or previous

call in bits per second. This object exists only for modems

which have cmManageable to be true."

characteristics "-N cmTXRate -O

1.3.6.1.4.1.9.9.47.1.3.1.1.14 -T INTEGER -A RO -X equal -F 0"

readonly int cmRXRate

description "The speed of modem receive rate of the

current or previous

call in bits per second. This object exists only for modems

which have cmManageable to be true."

characteristics "-N cmRXRate -O

1.3.6.1.4.1.9.9.47.1.3.1.1.15 -T INTEGER -A RO -X equal -F 0"

However, when i query one of our 5800s , it returns a 0

value for all modems.

I then do a:

readonly string[79] cmProductDetails

description "A textual description of the modem,

including hardware revision

number, firmware revision number, feature set and optionally,

its serial number."

characteristics "-N cmProductDetails -O

1.3.6.1.4.1.9.9.47.1.3.1.1.4 -T STRING -A RO -X equal -F 0"

 /usr/local/bin/snmpwalk x.x.x.x public

.1.3.6.1.4.1.9.9.47.1.3.1.1.4

enterprises.9.9.47.1.3.1.1.4.102.0 = "Modem (Unmanaged Option)"

enterprises.9.9.47.1.3.1.1.4.102.1 = "Modem (Unmanaged Option)"

enterprises.9.9.47.1.3.1.1.4.102.2 = "Modem (Unmanaged Option)"

enterprises.9.9.47.1.3.1.1.4.102.3 = "Modem (Unmanaged Option)"

enterprises.9.9.47.1.3.1.1.4.102.4 = "Modem (Unmanaged Option)"

enterprises.9.9.47.1.3.1.1.4.102.5 = "Modem (Unmanaged Option)"

.

.

I also did a:

readonly enum cmManageableE cmManageable

description "The Manageable modem allows to be

accessed through the out of

band management port in which the modem statistic data can be

retrieved, and the Direct Connect session can be used to

provide the test and debugging ability. This object specifies

whether this modem is a Manageable modem."

characteristics "-N cmManageable -O

1.3.6.1.4.1.9.9.47.1.3.1.1.5 -T INTEGER -A RO -X equal -F 0"

 ~]$ /usr/local/bin/snmpwalk x.x.x.x public

.1.3.6.1.4.1.9.9.47.1.3.1.1.5

enterprises.9.9.47.1.3.1.1.5.102.0 = 2

enterprises.9.9.47.1.3.1.1.5.102.1 = 2

enterprises.9.9.47.1.3.1.1.5.102.2 = 2

enum cmManageableE (

1 "true"

2 "false"

)

Any Suggestion's would help about

are the Cisco 5800's modems the

"Manageable modem" variety or not? From the queries I've done so far, it

appears not.



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:17 EDT