Hi all,
I'm using the cgi-lib.pl file to parse the data submitted from my HTML form.
The variables returned are $input{'nameOfFormItem'}
The dilemma i face is:
the posted data will only return -
$input{'mibOid'} OR $input{'mib'}
I would like to test which one does actually hold a...
Hi all,
I have a piece of code that checks if a value entered is a valid IP address. I split the address into four part, which each part should be from 1 - 254.
This is the code where i actually check the value:
if (thisSegment < "0" || thisSegment > "254") {
I have an...
Hi all,
Having a few problems regarding the folowing pattern matching code:
var ipV4Pattern = /^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/;
var ipArray = IPvalue.match(ipV4Pattern);
if i have IPvalue equal to 3.3.3.3 or 4.4.4.4, it places the value of ipArray to 3.3.3.3,3,3,3,3 &...
Hi,
I'm just wondering if there is a method that exists to interpret/understand the data returned from a get or walk request.
E.g. When i retrieve data about an interface on a router, it's displayed as e.g. MIB OID = 121 which doesn't mean a lot until you interpret it.
If you walk the...
Hi everybody,
I'm having a few problems passing a list (along with other variables) to a sub routine, then reading this list (@replyData) within the sub routine.
Call to sub routine:
buildStatusReport($ipAddress, $miboid, @replyData);
In subroutine:
my $ipAddress = $_[0];
my $miboid =...
Hello,
I would like to execute the following unix command from my Perl file:
snmpwalk -v 3 -u testUser -l noAuthNoPriv $ipAddress $miboid
and then display the result to the screen.
How is is possible to execute this command and display the result???????????????
All help greatly appreciated...
Hi all,
I'm trying to set up a windows 2000 machine to act as a FTP server (aswell a workstation) on a internal network.
However, when i try to ftp (or telnet) to this machine I get the following error message:
>> Trying 10.1.1.10 ... Open
>> Kerberos: No default realm defined for...
Hi all,
I'm fairly new to perl so i may be asking a simple question but here goes:
I have a perl file (file1) which during execution calls file2. As i understand it, once finished executing file2, control is passed back to file1.
Is there a method where control is NOT passed back to file1...
Hi all,
I'm currently creating an application in XHTML. I have an external schema I would like to specify for using within my application, what is the command to define this???
I guess i need the XHTML definition aswell?????
Thanks for yor help.
Carl.
Hi all,
I'm having problems configuring SNMPv3 to my CISCO 160 router using IOS (tm) 1600 Software (C1600-SY-M), Version 12.2(1).
The problem is that i can specify security levels 'noauth' and 'auth' but not 'priv'. Has anybody experienced the same problem know the solution???????
I try...
All,
I'm in the process of developing a web based network management tool. Basically, I want to create a web based interface that interacts with server side scipts.
I was thinking about developing in XML or XHTML and discovered a method of interacting with server side scripts called Xforms...
Hi,
Does anybody know if Windows 2000 server has the features of 'Microsoft Exchange Server', e.g. sharing of folders etc.?????
Or does it even include Exchange with it????
Any replies welcome,
Thanks,
Carl.
All,
I'm preparing to install RedHat 7.3 to my machine which has Windows 2000 as the primary OS. I have reserved 6Gb for the installation.
Are there any hints/tips to use when installing?? E.g. I have read about a lot of problems when booting with two OS's. Also, things like creating the...
Having recently installed RH7.3 on a partition of my machine that is running Windows 2000 as the primary OS, I have experienced boot sector problems which have resulted in the drive being unreadable and needing replacing.
I believe this may be down to some incorrect confiugration on my part, or...
I have Redhat 7.3 and are looking to install some additional tools on it such as SNMP, Perl, TCL etc.
I'm fairly new to this so i don't know which 'rpm architecture' to install?? there is .src .i386 etc. Which one is correct for my machine?????
(I also have windows installed on this machine)...
Is it possible to specify a username for telnet access (VTY). I know it's possible for a password but would also like a prompt for a username.
This is possible with TACACs but are not using it in this scenario.
Thanks.
Hi all!
I'm looking for a few tips and hints here on data retrieval.
If i was given the problem of retrieving e.g. Interface & IOS version from a router, how would i know which OID's to look at?????
Is there an easy way of finding this out????
Thanks for your time.
Carlos.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.