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 bkrike 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: jgercken
  • Content: Threads
  • Order by date
  1. jgercken

    single mac statically bound to multiple ports?

    On the 2950 (SMI) is is possible to statically bind a single mac to >1 port? I didn't think this was possible but I don't have one to test. int fa0/1 port-security mac-address <mac> int fa0/2 port-security mac-address <mac> thanks, Jeff ---------------------------------------- Wasabi Pop...
  2. jgercken

    Sed or Awk question

    What I want to do is to parse a file outputting everything between a line containing string and the next line containing just a \n. There will be a number of these sets in each file. Any thoughts? -Jeff bla bla bla bla bla bla bla bla string bla <---- start output bla bla bla bla bla bla...
  3. jgercken

    Strange MAC counters

    I'm working on a script to compile and sort through our 6500s' mac counters and randomly chose this port for a syntax example. The port is disconnected (for how long ???) but the stats seem very strange. Though I'd share and request comments... -Jeff s64-e-1> (enable) sh mac 9/11 Port...
  4. jgercken

    Telnet module

    having problems. Can anyone see where I'm going wrong? It works fine until the read_all() statement(watched it w/ sniffer) import getpass import sys import telnetlib host = raw_input(&quot;Enter target host: &quot;) user = raw_input(&quot;Enter your username: &quot;) password =...
  5. jgercken

    Frame Relay problem

    In my lab I have (3) 2514's connected to a 2520 (frame switch). If you have Solie's CCIE prep guide it's lab 14. The routers all have point to multipoint S0.1 interfaces and route maps. With just the basic configuration everything is reachable by ping except in the direction of router B to...
  6. jgercken

    text editing from tail -f

    New to this and having problems: I'm trying to monitor a file with tail -f and pipe it's output to a script that filters based on a file, makes some substitutions, and then dumps to another file. How would you go about doing this? -Jeff ---------------------------------------- Wasabi...
  7. jgercken

    DSS 4.2 problem w/ gigabit turnkey solution

    I'm running DSS/RMON 4.2 on a P2 box w/ the old 2 port SX gigabit interface. I have it configured to pass through with a 3524 (spanning vlan 1) on channel A and a Linux box w/ Snort on channel B. Just upgraded from 4.1 to fix problem with giants being interpreted as jabbers. Now I have an...
  8. jgercken

    Sniffer Watch

    I have 5 gigabit Distributed Sniffers (DSS/RMON Pro) and am considering using Sniffer Watch to do the reports in a centralized manner. Has anyone used this? What does it cost? Thanks, Jeff ---------------------------------------- Wassabi Pop Tarts! Write Kellogs today!
  9. jgercken

    CLS switch question

    BOOT variable = bootflash:cat5000-sup3.5-5-6.bin,1; What is the purpose for the 1 do at the end of the statement? ---------------------------------------- Wassabi Pop Tarts! Write Kellogs today!
  10. jgercken

    Networkers 2002

    Looking for person to split hotel costs for Networkers 2002 in San Diego. (Late june) Jeff
  11. jgercken

    Networkers 2002

    Looking for person to split hotel costs for Networkers 2002 in San Diego. Yes, we will have seperate beds you perv. Jeff
  12. jgercken

    Telnet session &amp; break key squence

    My telnet client wouldn't pass the ctrl-shift-6 key so I had to program a function key to send the appropriate hex value. The character value of ^ is 0x5E and the ctrl combination decreases the value by 64 so ctrl-^ is 30, or 0x1E. The character b is equal to value 0x62 so so ctrl-^ b is 0x1E...

Part and Inventory Search

Back
Top