<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<pre>Hi,

I tried to do bridge or cross-connect between two vlans, but no success.

<strong>1. cross-connect</strong>

<span style="font-size: x-small;">Current configuration:
!
port ethernet 2/1
 encapsulation dot1q
 dot1q pvc 11
  bind bypass
!
port ethernet 2/3
 encapsulation dot1q
 dot1q pvc 11
  bind bypass
!
xc-group RTR-KAL-RTR-KIJ
 xc 2/1 vlan-id 11 to 2/3 vlan-id 11
!
end

#sh bypass summary

     Endpoints total: 2, Up: 2, Down: 0
 Crossconnects total: 1, Up: 1, Down: 0

#sh bypass
Circuit                   State   XC Circuit                State
2/1 vlan-id 11            Up      2/3 vlan-id 11            Up

</span>everything looks ok but ping doesn't go

<strong>2. bridge</strong>

<span style="font-size: xx-small;">Current configuration:
!
! STP global configuration
spanning-tree profile BRIDGE-STP
!
!
! Bridge global configuration
bridge profile PROF-RTR-KAL-TO-RTR-KIJ
 mac-limit 10
!
context bridge
!
 no ip domain-lookup
!
 interface BRIDGE-KAL-KIJ bridge
  bridge name RTR-KAL-TO-RTR-KIJ
 no logging console
!
 bridge RTR-KAL-TO-RTR-KIJ
!
  spanning-tree
   master
!
port ethernet 2/1
 dot1q pvc 15
  bind interface BRIDGE-KAL-KIJ bridge
  bridge profile PROF-RTR-KAL-TO-RTR-KIJ
  spanning-tree profile BRIDGE-STP
!
port ethernet 2/4
 dot1q pvc 15
  bind interface BRIDGE-KAL-KIJ bridge
  bridge profile PROF-RTR-KAL-TO-RTR-KIJ
  spanning-tree profile BRIDGE-STP
<br /><br />#sh bridge bindings all detail<br />Flags are,(L)earning,(D)ynamic,(t)ributary,(T)runk,<br />(R)estricted,(d)eleted,(S)tale,(l)og,(U)p, (Ld) Loop Detection<br />(D)eny bpdu,(O)nly bpdu,(A)llow bpdu (default)<br />(F)orwarding,(D)iscarding,(N)one,(M)aster,(C)lient<br />Headings : Ld Pri - Loop Detection Priority<br />            (Bpdu Pri)- bridge protocol data unit Priority<br />Context      Bridge Group Circuit                      MAC   D-MAC Limit     Flag          Ld Pri Bpdu Pri<br />bridge       RTR-KAL-TO-R 2/1 vlan-id 15               0     0     10        L--t----U--A 0      -<br /><br />    Source Filter Name      : -<br />    Source Filter Id        : 0<br /><br />bridge       RTR-KAL-TO-R 2/4 vlan-id 15               0     0     10        L--t----U--A 0      -<br /><br />    Source Filter Name      : -<br />    Source Filter Id        : 0<br /><br />#sh bridge bindings all tracking<br />Context              Bridge Group         Circuit                Stp State    Role    clients<br />bridge               RTR-KAL-TO-RTR-KIJ   2/1 vlan-id 15         FORWARD      MASTER  0<br />bridge               RTR-KAL-TO-RTR-KIJ   2/4 vlan-id 15         FORWARD      MASTER  0<br /><br /><br />#sh bridge associations all<br />Bridge Profile       Circuit                        Port Number<br />PROF-RTR-KAL-TO-RTR-KIJ 2/1 vlan-id 15                 2<br />PROF-RTR-KAL-TO-RTR-KIJ 2/4 vlan-id 15                 3<br /><br />#sh bridge info all<br />Type can be: (L)earning,(P)kt-order-vpls,(R)outing,(Md) MacMove Drop<br />Context          Bridge Group     Type Ccts  Aging MAC   D-MAC PW-Ccts Description<br />bridge           RTR-KAL-TO-RTR-KIJ L-Md   2     300   2     0     0<br /><br /><br /></span></pre>
<pre>here looks ok too,  but ping doesn't go<br /><span id="result_box" class="short_text"><span class="hps"><br />if anyone has</span> <span class="hps">done</span></span> bridge or cross-conections?<br /><br />Best regards,<br />Maciej.<br /><br /></pre>
<pre><span style="font-size: xx-small;"> </span></pre>
</body></html>