Pages: [1]
Print
Author Topic: Problems with WS-C2960-24TC-L Alias  (Read 642 times)
eviltrooper
Newbie
*
Posts: 4


View Profile
« on: February 17, 2010, 02:01:47 PM »

Hi Folks,

i have a problem with my Cisco 2960 Swiches.

Nedi can't find the Alias from my Switch.

on my Cisco 2950 it works.

i use the Orginal def files from Nedi 1.05.

anny idea?

Code:
# Definition for 1.3.6.1.4.1.9.1.694 created by Defgen 1.1 on 16.Jul 06 22:26

# General
SNMPv   2HC
Type    WS-C2960-24TC-L
OS      IOS
Icon    w2bn
Bridge  VLX
Dispro  CDP
Serial  1.3.6.1.4.1.9.3.6.3.0
Bimage  1.3.6.1.4.1.9.2.1.73.0

# Vlan Specific
VLnams  1.3.6.1.4.1.9.9.46.1.3.1.1.4.1
VTPdom  1.3.6.1.4.1.9.9.46.1.2.1.1.2.1
VTPmod  1.3.6.1.4.1.9.9.46.1.2.1.1.3.1

# Interfaces
IFalia 1.3.6.1.4.1.9.5.1.4.1.1.4
IFalix  1.3.6.1.4.1.9.5.1.4.1.1.11
IFvlan  1.3.6.1.4.1.9.9.68.1.2.2.1.2
IFvlix
IFdupl  1.3.6.1.4.1.9.5.1.4.1.1.10
IFduix  1.3.6.1.4.1.9.5.1.4.1.1.11
Halfdp  1
Fulldp  2

# Modules
Modesc  1.3.6.1.2.1.47.1.1.1.1.2
Moclas  1.3.6.1.2.1.47.1.1.1.1.5
Movalu  9
Moslot  1.3.6.1.2.1.47.1.1.1.1.7
Modhw   1.3.6.1.2.1.47.1.1.1.1.8
Modsw   1.3.6.1.2.1.47.1.1.1.1.9
Modfw   1.3.6.1.2.1.47.1.1.1.1.10
Modser  1.3.6.1.2.1.47.1.1.1.1.11
Momodl  1.3.6.1.2.1.47.1.1.1.1.13

# RRD Graphing
CPUutl  1.3.6.1.4.1.9.9.109.1.1.1.1.5.1
Temp
MemCPU  1.3.6.1.4.1.9.9.48.1.1.1.6.1
MemIO   1.3.6.1.4.1.9.9.48.1.1.1.6.2
Logged
cmesser
Newbie
*
Posts: 25


View Profile
« Reply #1 on: February 18, 2010, 11:03:29 AM »

Hi,

If Alias is retrieved with OID:
1.3.6.1.4.1.9.2.2.1.1.28
on this type.

Regards!
Logged
eviltrooper
Newbie
*
Posts: 4


View Profile
« Reply #2 on: February 18, 2010, 01:19:27 PM »

i used this string..

then in make an ./nedi.pl -pb

and.. nothing.. Sad

what MIB does i need for an mib browser to find that OID?
Logged
eviltrooper
Newbie
*
Posts: 4


View Profile
« Reply #3 on: February 18, 2010, 02:20:14 PM »

Finaly it works..

i used the OID with the IFalix and now it works ^^

same procedure by WS-C2960G-24TC-L

so my new def files for are looking this.

Code:
# General
SNMPv   2HC
Type    WS-C2960-24TC-L
OS      IOS
Icon    w2bn
Bridge  VLX
Dispro  CDP
Serial  1.3.6.1.4.1.9.3.6.3.0
Bimage  1.3.6.1.4.1.9.2.1.73.0

# Vlan Specific
VLnams  1.3.6.1.4.1.9.9.46.1.3.1.1.4.1
VTPdom  1.3.6.1.4.1.9.9.46.1.2.1.1.2.1
VTPmod  1.3.6.1.4.1.9.9.46.1.2.1.1.3.1

# Interfaces
IFalia  1.3.6.1.4.1.9.2.2.1.1.28
#IFalia 1.3.6.1.4.1.9.5.1.4.1.1.4
#IFalix 1.3.6.1.4.1.9.5.1.4.1.1.11
IFaliax 1.3.6.1.4.1.9.2.2.1.1.28
IFvlan  1.3.6.1.4.1.9.9.68.1.2.2.1.2
IFvlix
IFdupl  1.3.6.1.4.1.9.5.1.4.1.1.10
IFduix  1.3.6.1.4.1.9.5.1.4.1.1.11
Halfdp  1
Fulldp  2

# Modules
Modesc  1.3.6.1.2.1.47.1.1.1.1.2
Moclas  1.3.6.1.2.1.47.1.1.1.1.5
Movalu  9
Moslot  1.3.6.1.2.1.47.1.1.1.1.7
Modhw   1.3.6.1.2.1.47.1.1.1.1.8
Modsw   1.3.6.1.2.1.47.1.1.1.1.9
Modfw   1.3.6.1.2.1.47.1.1.1.1.10
Modser  1.3.6.1.2.1.47.1.1.1.1.11
Momodl  1.3.6.1.2.1.47.1.1.1.1.13

# RRD Graphing
CPUutl  1.3.6.1.4.1.9.9.109.1.1.1.1.5.1
Temp
MemCPU  1.3.6.1.4.1.9.9.48.1.1.1.6.1
MemIO   1.3.6.1.4.1.9.9.48.1.1.1.6.2       

and for the WS-C2960G-24TC-L

Code:
# General
SNMPv   2HC
Type    WS-C2960G-24TC-L
OS      IOS
Icon    w2bn
Bridge  VLX
Dispro  CDP
Serial  1.3.6.1.4.1.9.5.1.2.19.0
Bimage  1.3.6.1.4.1.9.2.1.73.0

# Vlan Specific
VLnams  1.3.6.1.4.1.9.9.46.1.3.1.1.4.1
VTPdom  1.3.6.1.4.1.9.9.46.1.2.1.1.2.1
VTPmod  1.3.6.1.4.1.9.9.46.1.2.1.1.3.1

# Interfaces
IFalia  1.3.6.1.4.1.9.2.2.1.1.28
#IFalia 1.3.6.1.4.1.9.5.1.4.1.1.4
#IFalix 1.3.6.1.4.1.9.5.1.4.1.1.11
IFaliax 1.3.6.1.4.1.9.2.2.1.1.28
IFvlan  1.3.6.1.4.1.9.9.68.1.2.2.1.2
IFvlix
IFdupl  1.3.6.1.4.1.9.5.1.4.1.1.10
IFduix  1.3.6.1.4.1.9.5.1.4.1.1.11
Halfdp  1
Fulldp  2

# Modules
Modesc  1.3.6.1.2.1.47.1.1.1.1.2
Moclas  1.3.6.1.2.1.47.1.1.1.1.5
Movalu  9
Moslot  1.3.6.1.2.1.47.1.1.1.1.7
Modhw   1.3.6.1.2.1.47.1.1.1.1.8
Modsw   1.3.6.1.2.1.47.1.1.1.1.9
Modfw   1.3.6.1.2.1.47.1.1.1.1.10
Modser  1.3.6.1.2.1.47.1.1.1.1.11
Momodl  1.3.6.1.2.1.47.1.1.1.1.13

# RRD Graphing
CPUutl  1.3.6.1.4.1.9.9.109.1.1.1.1.8.1
Temp
MemCPU  1.3.6.1.4.1.9.9.48.1.1.1.6.1
MemIO   1.3.6.1.4.1.9.9.48.1.1.1.6.2
Logged
rickli
Administrator
Hero Member
*****
Posts: 845


r2div3rse
View Profile WWW
« Reply #4 on: February 20, 2010, 03:13:27 PM »

IFaliax won't do anything Smiley

Are those 2960 running a newer IOS? I can update the .defs, but want to be sure it's the right OID...
Logged

-Remo (NeDi's father ;-)
cmesser
Newbie
*
Posts: 25


View Profile
« Reply #5 on: February 24, 2010, 03:36:19 PM »

In my case, the the walk works with this OID but the database isn't populated. (didn't checked that)
But everything is OK if IFalia and IFaliax is left blank !?!
Logged
rickli
Administrator
Hero Member
*****
Posts: 845


r2div3rse
View Profile WWW
« Reply #6 on: February 25, 2010, 10:49:46 PM »

If left blank, the default SNMP2 IF-Alias will be used...
Logged

-Remo (NeDi's father ;-)
rufer
Full Member
***
Posts: 118



View Profile
« Reply #7 on: March 08, 2010, 12:16:31 PM »

Dumb question, did you use tabs (not space) in the DEF file for the IFalia line?

Greetings
Rufer
Logged
rickli
Administrator
Hero Member
*****
Posts: 845


r2div3rse
View Profile WWW
« Reply #8 on: March 10, 2010, 10:05:26 PM »

Thanks for reminding me, I was actually thinking about going to remove this restriction again and add a workaround for the disclaimer. But indeed a good question still...
Logged

-Remo (NeDi's father ;-)
Pages: [1]
Print
Jump to: