[j-nsp] Sending vpls broadcast packets over static LSP
Bala Subrahmanyam Venkata
balavenkata at aim.com
Thu Aug 9 05:31:15 EDT 2012
Hello-
I'm trying to configure this (Static Point-to-Multipoint Flooding LSP
for vpls): http://www.juniper.net/techpubs/software/junos/junos95/swconfig-vpns/id-11510467.html#id-11512557
I have the static LSP up but the broadcast packets don't seem to go
over it. Any specific reason ? I've pasted what I think as
configs/show output needed. One thing I've done is that the static LSP
is just a plain static LSP (i.e. there is no multiple endpoints for
it...) Let me know if more is required...Thanks in advance.
------------------------------------------------
Topology:
MX240-----------------DUT13----------------DUT11
(where MX240 & DUT11 have the VPLS endpoints)
bala at MX240# show routing-instances slsp-vpls
instance-type vpls;
interface ge-1/1/9.0;
provider-tunnel {
rsvp-te {
static-lsp slsp3;
}
}
protocols {
vpls {
no-tunnel-services;
vpls-id 2047;
neighbor 11.11.11.11;
connectivity-type ce;
}
}
[edit]
bala at MX240#
bala at MX240# show protocols mpls static-label-switched-path slsp3
ingress {
next-hop 9.1.7.13;
to 31.31.31.11;
push 2046;
}
bala at MX240# run show vpls connections instance slsp-vpls
.....
Instance: slsp-vpls
VPLS-id: 2047
Neighbor Type St Time last up # Up trans
11.11.11.11(vpls-id 2047) rmt OL
bala at MX240# run show mpls static-lsp name slsp3 extensive
Ingress LSPs:
LSPname: slsp3, To: 31.31.31.11
State: Up
Nexthop: 9.1.7.13 Via ge-1/0/6.0
LabelOperation: Push, Outgoing-label: 2046
Created: Thu Aug 2 09:48:01 2012
Bandwidth: 0 bps
Statistics: Packets 0, Bytes 0
Total 2, displayed 1, Up 1, Down 0
Transit LSPs:
Total 1, displayed 0, Up 0, Down 0
Bypass LSPs:
Total 0, displayed 0, Up 0, Down 0
[edit]
bala at MX240#
bala at MX240# run show vpls statistics instance slsp-vpls
VPLS statistics:
Instance: slsp-vpls
Local interface: ge-1/1/9.0, Index: 87
Broadcast packets: 769916
Broadcast bytes : 197098496
Multicast packets: 0
Multicast bytes : 0
Flooded packets : 0
Flooded bytes : 0
Unicast packets : 0
Unicast bytes : 0
Current MAC count: 0 (Limit 1024)
[edit]
bala at MX240#
[edit]
bala at MX240#
More information about the juniper-nsp
mailing list