Is the connection for Internet or just transport to another office? 3megs isn't much for 250 people, Without knowing more I'd go with a fractional DS3 and start out around 10megs, although you need to have an understanding of what it all will cost. Go with a DS3 if you can since as it will...
Decisions regarding what packets to transmit, which to hold and which are dropped is entirely up to the queuing mechanism being employed. On Cisco routers high speed interfaces are normally fifo but you could elect to implement fair-queuing with or without weighted random detection. These...
In a word, limiting multicasts w/o igmp/cgmp. I don't want to focus on the why, just want to know if it is possible.
----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
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...
Double check your IP addressing. Try using 10.10.21.1 (router) and 10.10.21.2 (pc) with subnet mask 255.255.255.0 on vlan10 and 10.10.22.1 (router) 10.10.22.2 (pc) mask 255.255.255.0 on vlan11.
Vlans are logically seperate networks with different address space. It appears as if you were...
set-based switches:
set port enable <port>
I really don't know on the ios based switches. No shutdown in the interface config mode?
-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
It's very easy. You instruct the script to send a string then capture the results until a certain string. I have written a Python script that opens a list of cisco devices, issues a command and records the results in a file. There's no limit to what you can do as long as you follow the...
Yea, that would work well. You won't even need to employ vlans. If you're 1600 has 2 eths then you don't need anything.
,-----Subnet A, Your internet
internet-----Router
NAT? `-----Subnet B Their internet
Add ACLs preventing traffic between subnets A & B and...
Is there a problem you're troubleshooting or is this just for curiosity? If you have an error message I can help you to decode it.
T1 PRI Troubleshooting
http://www.cisco.com/en/US/tech/tk713/tk584/technologies_tech_note09186a00801509d7.shtml
The only reference i was able to find:
If either...
The physical cabling is interface S0.
The logical, or subinterfaces, use the same wires just differentiate themselves at layer 2.
The frame switch doesn't have an IP, it just recieves a frame, checks it's DLCI and forwards it along that path. The endpoints are oblivious to the processs...
Just so I get this right
Site1 B Site1 A Site2 Site3
2501--eth---3620*****frame****2621***T1***7206
Since there is only 1 path to everything using routing protocols is really unnecessary. Assuming the Internet is hanging off the 7200 somewhere do this:
Remove RIP and EIGRP...
Any router will be able to do acess-lists but, once again, I concur with BuckWeet that a firewall is what you really need. If you don't trust yourself with BSD Cisco's PIX is nice, as is Sonicwall's. ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
That company probably won't want you to have access to their traffic, I know I wouldn't. I've done similar things and had 1 vlan for my internal traffic, 2 vlans for internet feed with custom queuing at the router. What they do with their internet is their business.
BuckWeet is absolutely...
on each line enter 'no exec'. I believe what's happening is the 2511 upon seeing there is something attached is opening an exec session and asking for a password. Also you only need to import telnet.
-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
try dir flash: (semicolon is necessary)
depending on your platform the following might also work
dir bootflash:
dir slot0:
-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
Certainly not a waste but you'd probably get more benefit from having 2 routers connected back to back over serial. 2501's can be seen going on Ebay for ~250.
-Jeff ----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
Yes, it's very simple.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080094a52.shtml
More detail
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca75c.html
-Jeff ----------------------------------------...
If you want to keep the same ID then you don't need a mapping statement. Simply
set trunk 2/2 on 1020 dot1q
set trunk 2/3 on 1020 isl
the switch will automatically strip the isl encapsulation and add the dot1q tag.
To set the default or native vlan simply add the port like normal
set vlan 1...
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.