<div dir="ltr"><div>Hi.<br><br></div><div>You shold use different bridge interfaces.<br></div>Here is working sample:<br><br><span style="font-family:courier new,monospace">context bridge<br>!<br> interface brtest-if-3998 bridge<br>
  bridge name brtest<br>!<br> interface brtest-if-3999 bridge<br>  bridge name brtest<br> no logging console<br>!<br> bridge brtest<br>!<br>!<br>port ethernet 1/1<br> dot1q pvc 3998<br>  bind interface brtest-if-3998 bridge<br>
 dot1q pvc 3999<br>  bind interface brtest-if-3999 bridge<br>!<br>bridge profile default<br> trunk<br></span><br><br><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div>Regards, Ilya.<br></div></div></div><br>
<div class="gmail_quote">2014-08-23 23:43 GMT+04:00 Maciej Hiller <span dir="ltr"><<a href="mailto:maciej.hiller@host24.pl" target="_blank">maciej.hiller@host24.pl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br>
<br>
I tried, but the same result.<br>
<br>
Maciej<br>
<br>
W dniu 2014-08-23 18:10, Daniel Celiński napisał(a):<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">
Hello,<br>
<br>
Try to modify the bridge profile:<br>
<br>
bridge profile PROF-RTR-KAL-TO-RTR-KIJ<br>
<br>
 trunk<br>
<br>
 mac-limit 10<br>
<br>
--<br>
<br>
Daniel<br>
<br>
2014-08-23 14:30 GMT+02:00 Maciej Hiller <<a href="mailto:maciej.hiller@host24.pl" target="_blank">maciej.hiller@host24.pl</a>>:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">
Hi,<br>
<br>
I tried to do bridge or cross-connect between two vlans, but no<br>
success.<br>
<br></div>
1. CROSS-CONNECT<div class=""><br>
<br>
Current configuration:<br>
!<br>
port ethernet 2/1<br>
encapsulation dot1q<br>
dot1q pvc 11<br>
bind bypass<br>
!<br>
port ethernet 2/3<br>
encapsulation dot1q<br>
dot1q pvc 11<br>
bind bypass<br>
!<br>
xc-group RTR-KAL-RTR-KIJ<br>
xc 2/1 vlan-id 11 to 2/3 vlan-id 11<br>
!<br>
end<br>
<br>
#sh bypass summary<br>
<br>
Endpoints total: 2, Up: 2, Down: 0<br>
Crossconnects total: 1, Up: 1, Down: 0<br>
<br>
#sh bypass<br>
Circuit State XC Circuit State<br>
2/1 vlan-id 11 Up 2/3 vlan-id 11 Up<br>
<br>
everything looks ok but ping doesn't go<br>
<br></div>
2. BRIDGE<div><div class="h5"><br>
<br>
Current configuration:<br>
!<br>
! STP global configuration<br>
spanning-tree profile BRIDGE-STP<br>
!<br>
!<br>
! Bridge global configuration<br>
bridge profile PROF-RTR-KAL-TO-RTR-KIJ<br>
mac-limit 10<br>
!<br>
context bridge<br>
!<br>
no ip domain-lookup<br>
!<br>
interface BRIDGE-KAL-KIJ bridge<br>
bridge name RTR-KAL-TO-RTR-KIJ<br>
no logging console<br>
!<br>
bridge RTR-KAL-TO-RTR-KIJ<br>
!<br>
spanning-tree<br>
master<br>
!<br>
port ethernet 2/1<br>
dot1q pvc 15<br>
bind interface BRIDGE-KAL-KIJ bridge<br>
bridge profile PROF-RTR-KAL-TO-RTR-KIJ<br>
spanning-tree profile BRIDGE-STP<br>
!<br>
port ethernet 2/4<br>
dot1q pvc 15<br>
bind interface BRIDGE-KAL-KIJ bridge<br>
bridge profile PROF-RTR-KAL-TO-RTR-KIJ<br>
spanning-tree profile BRIDGE-STP<br>
<br>
#sh bridge bindings all detail<br>
Flags are,(L)earning,(D)ynamic,(t)<u></u>ributary,(T)runk,<br>
(R)estricted,(d)eleted,(S)<u></u>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)<u></u>one,(M)aster,(C)lient<br>
<br>
Headings : Ld Pri - Loop Detection Priority<br>
(Bpdu Pri)- bridge protocol data unit Priority<br>
Context Bridge Group Circuit MAC D-MAC<br>
Limit Flag Ld Pri Bpdu Pri<br>
bridge RTR-KAL-TO-R 2/1 vlan-id 15 0 0<br>
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<br>
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<br>
State Role clients<br>
bridge RTR-KAL-TO-RTR-KIJ 2/1 vlan-id 15<br>
FORWARD MASTER 0<br>
<br>
bridge RTR-KAL-TO-RTR-KIJ 2/4 vlan-id 15<br>
FORWARD MASTER 0<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>
<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,(<u></u>R)outing,(Md) MacMove Drop<br>
Context Bridge Group Type Ccts Aging MAC D-MAC<br>
PW-Ccts Description<br>
<br>
bridge RTR-KAL-TO-RTR-KIJ L-Md 2 300 2 0 0<br>
<br>
here looks ok too, but ping doesn't go<br>
<br>
if anyone has done bridge or cross-conections?<br>
<br>
Best regards,<br>
Maciej.<br>
<br>
______________________________<u></u>_________________<br>
redback-nsp mailing list<br>
<a href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a><br>
</div></div><a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a> [1]<br>
</blockquote>
<br>
<br>
<br>
Links:<br>
------<br>
[1] <a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a><div class=""><br>
<br>
______________________________<u></u>_________________<br>
redback-nsp mailing list<br>
<a href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a><br>
</div></blockquote><div class=""><div class="h5">
______________________________<u></u>_________________<br>
redback-nsp mailing list<br>
<a href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a><br>
</div></div></blockquote></div><br></div></div>