I have one switch that I want to use as an 802.1q tunnel, to make the spanning tree and etherchannel transparent, a pass through switch between a core switch and access closets, because I do not have enough phyiscal cabling to run to the core from each access.
So what is considers point-to-point?
I have one connection to the core, and on my dot1q tunnel switch each access switch has a separate connection, would the access switches be considered point-to-point to the core?
CORE
|
dot1qswitch
/ | \
access1 acess2 access 3
After connections are made, i want etherchannel and cdp neighbors and spanning tree to see the core and the access switches as if they were cabled up directly port to port core to access.
Can you post some configs? Point-to-point it is a well known term used either in tunneling between two specific tunnel end points and also used by protocols like RSTP, underlining a connection between two RSTP participants (L2 bridges).
– laf Aug 01 '13 at 05:26