Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: InDenial
  • Content: Threads
  • Order by date
  1. InDenial

    Fill Userform Combobox with unique values using named range

    Hi all, I am trying to do something and it is probably very simple. I have been looking online for help and found a lot of interesting information but I am somehow not able to put the pieces together. What I am trying to do: I have a column which contains information. There are duplicates in...
  2. InDenial

    Removing lines starting with # from a file

    Hi everyone, I have certain template files. The files look like this: ########### # template name: # purpose: # etc... ########### config line 1 containing a <VARIABLE> another <VARIABLE1> in a config line and another one. This time it is <VARIABLE3> . . . etc... In my script I have the...
  3. InDenial

    Perl/Tk adding iand getting info from big file

    Hi everyone, I am writing a script using Perl/Tk wich has as a goal to register information and with that information to be able to write switch configs. This script has a couple of parts: The switch part. On this part you can add, find and change switch information. I have a file wich...
  4. InDenial

    (To me) strange behaviour calling subs

    Hi everyone, I have this weird behaviour. (maybe it is weird because I am not seeing what I am doing wrong). I use the Net::Telnet module and I am trying to do some error handling. The script has the following parts: 1. Connect to the switch 2. Login to the switch 3. Excecute some commands...
  5. InDenial

    Net::Telnet the right way to use??

    Hi all, Due to some testing on a live network... (stupid I know) I found a bug in a particular switch we have...(It probably needs a reset I just am not able to save the config anymore) I am not sure if it is because of my script or just the commands I send to the switch but because of it I...
  6. InDenial

    adding text to textbox with excisting text

    Hi everyone, This deals with a userform in excel. I need to write some lines to a textbox. based on what checkboxes are checked and what info is inserted in other textboxes it might happen dat sometimes a line does not have to be put in the textbox. Right now I gather all the variables and...
  7. InDenial

    validate ip-address

    Hi all, I checked everywhere for ip-address validation in excel, but I did not find any answer. I found the following in the help files with excel wich might be of use to me, but I have no idea where to start. This is the code in the helpfiles: Private Sub Worksheet_Calculate()...
  8. InDenial

    reinstall XP on partition 1 while keeping partition 2

    Hi all, I assume that after doing a clean install on one partition I can access my other partition with all my data again. Am I assuming right or do I need to backup everything? I just want to make sure I can... I did make a backup of a lot of data on another disk but the other disk is only 20...
  9. InDenial

    WriteMem OID explanation

    Hi all, I need to remotely do an snmpset to make some config changes on some cisco equipment. i did this before and normaly I would just go in and write the config manually to startup.. but in this case we are talking about about 250 pieces, so I am trying to make things a bit easier for me. I...
  10. InDenial

    delete devices using a file from rme

    Hi all, I am not at work and right now I do not have access to the machine to check this, but I am writing a scipt to automate some work and I am missing this information. From rme you can import a csv file to add devices to the database. It is also possible to use a csv file to delete devices...
  11. InDenial

    Perl and CW2000

    Hi all, I was wondering if CW2000 uses the perl already installed on the Unix system or if it uses it's own perl. Also I was wondering if CW2000 only uses perl for the webserver or also for the queries it does using Perl modules. The reason why I ask this is the following: The standard perl...
  12. InDenial

    Network administration

    Hi all, Not sure if this is the right forum, but I am gonna put something here anyway. My workfield is network management. The networks we manage differ from a couple of switches/routers to 100's of switches and routers. We have a big database with network configuration information in it wich...
  13. InDenial

    Tool to read config files from an Optera Metro 1400

    hi all, I was wondering if there was a tool to read the config file of an Optera Metro 1400 switch. We want to do some information gathering of our network and it would be easier to read it from the config files than doing snmpgets all the time. Why don't they just save configs int plain...
  14. InDenial

    Installing snmp::util localy on solaris

    Hi everyone, I have access to a sun solaris server wich runs perl 5.00 (and then something) I am not at work right now and I can't check the exact version but it starts with 5.00. Since I have no root access I am not able to install the modules except localy. I did some reasearch and to...
  15. InDenial

    interface numbering Cisco 1721 router

    Hi all, I was working on a 1721 today and I saw something wich I do not quite onderstand.. We have a 1721 with teh following modules: WIC Slot 0: (WIC-1ENET=) Ethernet 10bT WAN daughter card-Version 4 TLV Cookie Format WIC/VIC Slot 1: (VWIC-1MFT-G703=( E1 G703 (1 port) Multi-Flex Trunk WAN...
  16. InDenial

    How to deal with an SNMP Error message

    Hi everyone, I am writing a script that does the following: ping ip-address if reachable check device type using an snmpget if it is devicetype A then do something if it is devicetype B then do something else and so on.. The problem however is that not all devices use the same community...
  17. InDenial

    where to order a case for an hp vectra vl420 or replacement

    Hi all, wondering if someone knows a place where I can buy a case for a hp vectra vl420. Or does someone know wich replacement case I could use. The problem with this case is that the distance from the case wall to the mobo is bigger than normal since there a metal plate attached under the mobo...
  18. InDenial

    radius/tacacs+ acs same ip-range

    Hi all, We have this network with aironet components. The users (the ones who connect to the network) are authenticated using radius. We (the ones who manage teh switches) are authenticated through tacacs+ We have a VBI interface and a loopback interface in the aironet. Radius authentication...
  19. InDenial

    Using tacacs

    Hi all, We ran into a little problem. This is the situation: In the past (untill now) we never used tacacs on our switches. We have a main system who creates seed files for different network management systems. The input file for rme contained a telnet password. Because this was in the file it...
  20. InDenial

    outlook 2003, multiple signatures

    Hi all, I have seen more thread wich seem to deal with teh same question I ask, but none of them give me a solution to my problem. Since the other day we are using OUTLOOK 2003 at work (finally), but I have a problem. Th situation is as follows: I have two mail accounts open all the time...

Part and Inventory Search

Back
Top