I need to get the IOS version number and the Cisco model (2500, 4500...) via SNMP.
What is the MIB OID for getting this stuff?
Is sysdesc the only way? Is there a fixed format for the sysdesc?
Thanks
Ron
--------------------------------------------
Ron Cohen
Class Data Systems
mailto:\\ro...@classdata.com
http:\\www.classdata.com
phoneto:\\972-9-7462020 (ext 219)
--------------------------------------------
>Is sysdesc the only way? Is there a fixed format for the sysdesc?
Use sysConfigName instead.
nisar
/jeff
At 16:01 3/24/98 +0200, Ron Cohen wrote:
>Hi,
>
>I need to get the IOS version number and the Cisco model (2500, 4500...)
via SNMP.
>
>What is the MIB OID for getting this stuff?
>
>Is sysdesc the only way? Is there a fixed format for the sysdesc?
>
snmpget A.B.C.D sysDescr.0 | grep "Version" | sed 's/.*Version
\([^,]*\(.*/\1/'
Jeff Feldmann
AT&T Solutions
Network Management & Operations
jtfel...@att.com
> ----------
> Reply To: ro...@classdata.com
> Sent: Tuesday, March 24, 1998 2:01 PM
> To: 'cisco-tech'
> Subject: IOS version and Cisco model via SNMP