Hi.
I've actually managed to reproduce your error, Odd Arne.
It seems that you have to enable SNMPv1 on your controllers. If this is
the correct way of doing things, is up to the NAV-developers to decide.
I honestly thought that SNMPv2 was enough. We have enabled SNMPv1 on our
controllers due to the fact that we had an old version of NAV (version
2) running for quite som time.
But the workaround is to enable SNMPv1 on controllers.
--
mvh
Vidar Stokke
NTNU, ITEA
IT-drift, Nettgruppen
>From morten.brekkevold at uninett.no Wed Apr 18 09:35:19 2007
From: morten.brekkevold at uninett.no (Morten Brekkevold)
Date: Wed Apr 18 08:35:22 2007
Subject: [Nav-users] Cisco Wireless Lan Controller and NAV
In-Reply-To:
4625B8F4.7010906@ntnu.no
References:
4ddd24660703121031h716cb122q8cee4ba790fc632@mail.gmail.com
45F93D04.4080707@uninett.no
8EEE7738AEDF6947B3E5508A0244D1C2631EDE@stam.himolde.no
461F48A8.3040705@uninett.no
8EEE7738AEDF6947B3E5508A0244D1C2DE14F6@stam.himolde.no
461F8C1D.6020405@ntnu.no
8EEE7738AEDF6947B3E5508A0244D1C2DE150D@stam.himolde.no
4625B8F4.7010906@ntnu.no
Message-ID:
4625BC27.4060605@uninett.no
Vidar Stokke wrote, On 18-04-2007 08:21:
> It seems that you have to enable SNMPv1 on your controllers. If this is
> the correct way of doing things, is up to the NAV-developers to decide.
> I honestly thought that SNMPv2 was enough. We have enabled SNMPv1 on our
> controllers due to the fact that we had an old version of NAV (version
> 2) running for quite som time.
>
> But the workaround is to enable SNMPv1 on controllers.
This is a very good observation, Vidar! I do believe EditDB makes some
assumption that all SNMP-enabled devices can speak SNMPv1, but apparently this
is not the case.
I've filed a bug for this [1], so I won't forget to check up on this issue.
I'm glad to hear there's a workaround in this case.
http://sourceforge.net/tracker/index.php?func=detail&aid=1702676&gro...
--
mvh
Morten Brekkevold
UNINETT
>From gwc2004 at gmail.com Wed Apr 18 18:04:21 2007
From: gwc2004 at gmail.com (Greg Cooper)
Date: Thu Apr 19 00:04:27 2007
Subject: [Nav-users] Cisco 3560 and 3750 Switch problems
Message-ID:
4ddd24660704181504h5239bf43s8eb5bfe6b8608891@mail.gmail.com
Hello,
I am having trouble with 3560 and 3750 switches not adding their port
information into the database. When I search for ports with a particular
VLAN through the reporting page, it won't register any ports with that VLAN
on a 3560 or 3750. If you browse to the switch, it will show you what ports
are on what VLAN, though.
Any ideas?
Thanks!
Lok1
>From odd.hauge at hiMolde.no Thu Apr 19 19:40:32 2007
From: odd.hauge at hiMolde.no (Hauge Odd Arne)
Date: Thu Apr 19 18:40:39 2007
Subject: [Nav-users] Report: Switch ports with trunk ports expanded
In-Reply-To:
4625BC27.4060605@uninett.no
References:
4ddd24660703121031h716cb122q8cee4ba790fc632@mail.gmail.com
45F93D04.4080707@uninett.no
8EEE7738AEDF6947B3E5508A0244D1C2631EDE@stam.himolde.no
461F48A8.3040705@uninett.no
8EEE7738AEDF6947B3E5508A0244D1C2DE14F6@stam.himolde.no
461F8C1D.6020405@ntnu.no
8EEE7738AEDF6947B3E5508A0244D1C2DE150D@stam.himolde.no
4625B8F4.7010906@ntnu.no 4625BC27.4060605@uninett.no
Message-ID:
8EEE7738AEDF6947B3E5508A0244D1C290E975@stam.himolde.no
Hi.
The "Switch ports with trunk ports expanded" report gives the following error:
Configuration error! The report generator is not able to do such things.FEIL: column reference "swportid" is ambiguous SELECT b1.sysname,s1.ifindex,s1.interface,m1.module,s1.port,s1.link,s1.speed,s1.duplex,s1.media,CASE WHEN s1.trunk THEN 'Y' ELSE '' END as trunk,vlan.vlan,CASE direction WHEN 'o' THEN 'Up' WHEN 'n' THEN 'Down' ELSE 'N/A' END as direction,s1.portname,b2.sysname AS to_netboxid,s2.interface AS remote_interface,s1.swportid,b1.netboxid AS netboxid,b1.catid FROM swport AS s1 JOIN module AS m1 USING (moduleid) JOIN netbox AS b1 USING (netboxid) LEFT JOIN netbox AS b2 ON (to_netboxid=b2.netboxid) LEFT JOIN swportvlan ON (s1.swportid=swportvlan.swportid) LEFT JOIN vlan using(vlanid) LEFT JOIN swport AS s2 ON (s1.to_swportid=s2.swportid) WHERE swportid = 'some id' ORDER BY b1.sysname,ifindex LIMIT 1000 OFFSET 0 Switch ifindex interface module port link Mbps duplex media trunk vlan direction Description Connected to Remote if
Configuration error! The report generator is not able to do such things.FEIL: column reference "swportid" is ambiguous SELECT b1.sysname,s1.ifindex,s1.interface,m1.module,s1.port,s1.link,s1.speed,s1.duplex,s1.media,CASE WHEN s1.trunk THEN 'Y' ELSE '' END as trunk,vlan.vlan,CASE direction WHEN 'o' THEN 'Up' WHEN 'n' THEN 'Down' ELSE 'N/A' END as direction,s1.portname,b2.sysname AS to_netboxid,s2.interface AS remote_interface,s1.swportid,b1.netboxid AS netboxid,b1.catid FROM swport AS s1 JOIN module AS m1 USING (moduleid) JOIN netbox AS b1 USING (netboxid) LEFT JOIN netbox AS b2 ON (to_netboxid=b2.netboxid) LEFT JOIN swportvlan ON (s1.swportid=swportvlan.swportid) LEFT JOIN vlan using(vlanid) LEFT JOIN swport AS s2 ON (s1.to_swportid=s2.swportid) WHERE swportid = 'some id' ORDER BY b1.sysname,ifindex LIMIT 1000 OFFSET 0
Any errors in report.conf or is mine outdated ?
Regards
Odd Arne Hauge