Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sjobergh

Pages: [1]
1
Installation / Nedi version 2.2: Table 'nedi.vendorinfo' doesn't exist
« on: January 27, 2023, 03:47:43 pm »
when using "Asset-list" i get errror :Table 'nedi.vendorinfo' doesn't exist

2
Installation / Nedi 2.2C, download link does not work
« on: January 11, 2023, 08:19:11 am »
I tried to download 2.2C from public  area but the the link seems to be broken

3
Discovery / Nedi Version 2.x, NO-SNMP
« on: May 22, 2021, 01:09:50 am »
it seems to be something wrong when Nedi discover autonomous Cisco APs.   APs that is not controlled by WLCs.
I get the following event message "No-SNMP neighbor xxxxx exists as SNMP device in  xxxxxx".

I think the problem is becouse of this in libmisc.pm

 my $nosdef = 'IP\s(Phone|Telephone)|^KX-NT55|^MITEL|^Mitel|Cisco ATA|Polycom VVX|SVSi encoder|AIR-[CL]?AP|cisco C\d+AXI|Cisco AP Software|ArubaOS|^AP-\d+|AP(\s|_)Controlled|Huawei AP|Hotzone Wireless AP';# AP- -> Wing TODO add version to avoid false matches?

We have changed the code to this
my $nosdef = 'IP\s(Phone|Telephone)|^KX-NT55|^MITEL|^Mitel|Cisco ATA|Polycom VVX|SVSi encoder|AIR-[CL]AP|cisco C\d+AXI|Cisco AP Software|ArubaOS|^AP-\d+|AP(\s|_)Controlled|Huawei AP|Hotzone Wireless AP';# AP- -> Wing TODO add version to avoid false matches?

Now we get a match on LAPxxx and CAPxxx and Nedi sees the AP as an AP controlled by a controller , when its APxxx and Nedi sees as an autonomous AP.
 

4
Definition Files / Cisco basic C1111-4P def file
« on: May 22, 2021, 12:40:49 am »
# Main
SNMPv   2
Type   
TypOID   1.3.6.1.2.1.47.1.1.1.1.13.1
NamOID   
DesOID   
OS   IOS
Icon   w2an
Size   1
Uptime   U
Bridge   normal
ArpND   old
Dispro   CDP|LLDP
Serial   1.3.6.1.2.1.47.1.1.1.1.11.1
Bimage   
VLnams   1.3.6.1.2.1.17.7.1.4.3.1.1
VLnamx   
Group   
Mode   
CfgChg   1.3.6.1.4.1.9.9.43.1.1.1.0
CfgWrt   1.3.6.1.4.1.9.9.43.1.1.2.0
FTPConf   
Fanstat      
 
# Interfaces
StartX   
EndX   
IFname   1.3.6.1.2.1.31.1.1.1.1
IFaddr   adr   S
IFalia   1.3.6.1.2.1.31.1.1.1.18
IFalix   
InBcast   1.3.6.1.2.1.31.1.1.1.9
InDisc   1.3.6.1.2.1.2.2.1.13
OutDisc   1.3.6.1.2.1.2.2.1.19
IFvlan   1.3.6.1.2.1.17.7.1.4.5.1.1   Q
IFvlix   
IFpowr      
IFpwix   
IFdupl   1.3.6.1.2.1.10.7.2.1.19
IFduix   1.3.6.1.2.1.10.7.2.1.1
Halfdp   2
Fulldp   3
 
# Modules
Modom      
Moslot   1.3.6.1.2.1.47.1.1.1.1.7
Moclas   1.3.6.1.2.1.47.1.1.1.1.5
Movalu   9
Modesc   1.3.6.1.2.1.47.1.1.1.1.2
Modhw   1.3.6.1.2.1.47.1.1.1.1.8
Modfw   1.3.6.1.2.1.47.1.1.1.1.9
Modsw   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
Modloc   
Mostat   
Mostok   
 
# RRD Graphing
CPUutl         
Temp         
MemCPU         
Custom      

5
Discovery / SNMP v3 sha/aes
« on: March 16, 2021, 12:47:56 am »
I tried to use SNMP v3 sha/aes and everything seems to work except "uptime",   I dont get any "uptime"
and that results in that it looks like the device is down.

Nedi.conf
comm    myuser    sha     mypassword   aes     mypassword

IOS conf
snmp-server view ALL iso included
snmp-server group MyReadWriteGroup v3 priv read ALL write ALL
snmp-server user myuser MyReadWriteGroup v3 auth sha mypassword priv aes 128 mypassword

anyone have clue how fix the "uptime" ?

/swepart

6
GUI / Bugg: Nedi 2.0 patch 3
« on: December 18, 2020, 09:35:01 pm »
If we have some Nexus switches with memory problems and then show them in topology, no device-icons are displayed.
This might be the same for other platforms as well,, havnt had time to test all yet

See 3 screen pics (one device pic, one neighbor_map and one topology pic)







7
News / Pacth 3 for Nedi 2.x
« on: December 18, 2020, 12:41:29 am »
is there any release note so we can see what the diff is  from ptc2 to ptc3

8
News / Suggestion
« on: August 28, 2015, 11:56:22 pm »
A new column in interface list that tells you if the port have dotx.1 enabled
I tried with 1.3.6.1.4.1.9.9.220.1.8.6.1.1 and it seems to work

"Cisco Port Access Entity (PAE) module for managing IEEE Std 802.1x. This MIB provides Port Access Entity information that are either excluded by IEEE8021-PAE-MIB or specific to Cisco products."

 To easily see and do a report for all switches is worth a lot when you are doing security compliance reports

Pages: [1]