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...
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...
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...
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("Enter target host: ")
user = raw_input("Enter your username: ")
password =...
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...
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...
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...
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!
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!
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...
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.