Hi Sumit,
Can you give me a little more hint on the rstp config? Will the basic config below work when interconnecting with Cisco?
3 VLANS will pass through the link, all ports tagged
VLAN100 - Test1, ports 1:1, 1:2 tagged
VLAN101 - Test2, ports 1:1, 1:2 tagged
VLAN102 - Test3, ports 1:1, 1:2 tagged
create stpd Test
configure stpd Test mode dot1w
configure stpd Test add vlan Test1 ports 1:1,1:2
configure stpd Test add vlan Test2 ports 1:1,1:2
configure stpd Test add vlan Test3 ports 1:1,1:2
configure stpd Test ports link-type point-to-point 1:1,1:2
configure stpd Test tag 100
Thanks!