02-18-2003 02:23 AM - edited 03-02-2019 05:10 AM
We are trying to configure a few SPAN in the same equipment, but only one is allowed. Does anyone know how can I do it?
TIA
Solved! Go to Solution.
02-18-2003 01:25 PM
here is what you need to do
set span [source{port/vlan}] [destination port ] {here is where you put your options} create
if you do not add the create at the end the current span session will just be erased. if you add the create at the end a new session will be establised.
here is a list of the options.
[rx | tx | both] [inpkts {enable | disable}] [learning {enable | disable}] [multicast {enable | disable}]
"sho span" to verify config.
Mark Goodson
02-18-2003 05:15 AM
Here are the SPAN session limits
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sw_6_3/confg_gd/span.htm#1019903
02-18-2003 01:03 PM
TIA- Look into RSPAN capabilities of the 6509, it should have what you are looking for...
02-18-2003 01:25 PM
here is what you need to do
set span [source{port/vlan}] [destination port ] {here is where you put your options} create
if you do not add the create at the end the current span session will just be erased. if you add the create at the end a new session will be establised.
here is a list of the options.
[rx | tx | both] [inpkts {enable | disable}] [learning {enable | disable}] [multicast {enable | disable}]
"sho span" to verify config.
Mark Goodson
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide