Re: [Emerald] Work on SNMP Concurrency Checking

TIA ( (no email) )
Sun, 16 Apr 2000 19:21:15 -0500

Brian,

I would double check the OID that Emerald has set up for you. I found that
it produces the incorrect OID for my Cisco 2511s by default. The are just
one off starting at 0 instead of 1. This makes port 1 have an SNMPUser OID
of .1.3.6.1.4.1.9.2.9.2.1.18.0 instead of the correct OID of
..1.3.6.1.4.1.9.2.9.2.1.18.1 which corresponds to the SNMP return from the
NAS.

I used this SQL query to populate the correct static OIDs in the SNMPUser
fields:

UPDATE ServerPorts
Set SNMPUser=".1.3.6.1.4.1.9.2.9.2.1.18." + convert(varchar(5), Port)
Where ServerID='x'

and according to radius -x31 it works now on my 2511s.

Hope this helps,
TKT

----- Original Message -----
From: "Brian Johnson" <brianj@nvc.net>
To: <emerald@iea-software.com>
Sent: Saturday, April 15, 2000 5:08 PM
Subject: RE: [Emerald] Work on SNMP Concurrency Checking

> Then what is the problem with SNMP concurrency checking and Cisco AS5396s?
>
> Brian
>
> > -----Original Message-----
> > From: emerald-request@iea-software.com
> > [mailto:emerald-request@iea-software.com]On Behalf Of Dale E. Reed Jr.
> > Sent: Saturday, April 15, 2000 1:10 PM
> > To: emerald@iea-software.com
> > Subject: Re: [Emerald] Work on SNMP Concurrency Checking
> >
> >
> > Brian Johnson wrote:
> > >
> > > If the radius is set to strip off domains and leading spaces,
> > will the SNMP
> > > show the original or stripped version and does the SNMP query remove
the
> > > domain and leading spaces from the results. This could be part of the
> > > problem.
> >
> > Its based on your trimdomains setting. If trimdomains is on, then it
> > would be using the trimmed version.
> >
> > --
> >
> > Dale E. Reed Jr. Emerald and RadiusNT
> > __________________________________________
> > IEA Software, Inc. www.iea-software.com
> >
> > For more information about this list (including removal) go to:
> > http://www.iea-software.com/support/maillists/liststart
>
>
> For more information about this list (including removal) go to:
> http://www.iea-software.com/support/maillists/liststart

For more information about this list (including removal) go to:
http://www.iea-software.com/support/maillists/liststart