Junos[MX]: How to show VPLS instance associated with given subinterfaceHow to signal a VPLS multihoming change to a L2 CE deviceCisco IOS: How to view MAC addresses on an Ethernet pseudowireJuniper MX80 drops generated (TCP?) packetsMetro Ethernet no layer 3 connectivityIs there any reason to have a bridge group with only one interface?Vlan Extension vs VPLS + need understandingCan't ping directly connected SRX210 (Juniper)Cannot Ping endpoints across a VPLS connected VLANConfigure Juniper Router AdvertisementsHow to show the MAC table for interfaces on a Junos Virtual Chassis member?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
How to explain what's wrong with this application of the chain rule?
Calculating Wattage for Resistor in High Frequency Application?
Is it possible to have a strip of cold climate in the middle of a planet?
What is Cash Advance APR?
GraphicsGrid with a Label for each Column and Row
What was this official D&D 3.5e Lovecraft-flavored rulebook?
Lowest total scrabble score
What should you do if you miss a job interview (deliberately)?
Why Shazam when there is already Superman?
The IT department bottlenecks progress. How should I handle this?
Closed-form expression for certain product
What is this called? Old film camera viewer?
What prevents the use of a multi-segment ILS for non-straight approaches?
Why is it that I can sometimes guess the next note?
Does a 'pending' US visa application constitute a denial?
The screen of my macbook suddenly broken down how can I do to recover
Why did the HMS Bounty go back to a time when whales are already rare?
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
What should you do when eye contact makes your subordinate uncomfortable?
Removing files under particular conditions (number of files, file age)
How should I respond when I lied about my education and the company finds out through background check?
If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?
Loading commands from file
Junos[MX]: How to show VPLS instance associated with given subinterface
How to signal a VPLS multihoming change to a L2 CE deviceCisco IOS: How to view MAC addresses on an Ethernet pseudowireJuniper MX80 drops generated (TCP?) packetsMetro Ethernet no layer 3 connectivityIs there any reason to have a bridge group with only one interface?Vlan Extension vs VPLS + need understandingCan't ping directly connected SRX210 (Juniper)Cannot Ping endpoints across a VPLS connected VLANConfigure Juniper Router AdvertisementsHow to show the MAC table for interfaces on a Junos Virtual Chassis member?
Suppose I have a subinterface with Vlan-vpls encapsulation, like this one:
admin@router> show configuration interfaces ge-2/1/1
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 17
encapsulation vlan-vpls;
vlan-id 17;
Is there any command in Junos which would show me a VPLS instance associated with this subinterface (ge-2/1/1.17)?
If there are MACs in mac-table then I can use
show vpls mac-table interface ge-2/1/1.17
but what if there are no MACs?
juniper juniper-junos interface juniper-mx vpls
New contributor
add a comment |
Suppose I have a subinterface with Vlan-vpls encapsulation, like this one:
admin@router> show configuration interfaces ge-2/1/1
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 17
encapsulation vlan-vpls;
vlan-id 17;
Is there any command in Junos which would show me a VPLS instance associated with this subinterface (ge-2/1/1.17)?
If there are MACs in mac-table then I can use
show vpls mac-table interface ge-2/1/1.17
but what if there are no MACs?
juniper juniper-junos interface juniper-mx vpls
New contributor
add a comment |
Suppose I have a subinterface with Vlan-vpls encapsulation, like this one:
admin@router> show configuration interfaces ge-2/1/1
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 17
encapsulation vlan-vpls;
vlan-id 17;
Is there any command in Junos which would show me a VPLS instance associated with this subinterface (ge-2/1/1.17)?
If there are MACs in mac-table then I can use
show vpls mac-table interface ge-2/1/1.17
but what if there are no MACs?
juniper juniper-junos interface juniper-mx vpls
New contributor
Suppose I have a subinterface with Vlan-vpls encapsulation, like this one:
admin@router> show configuration interfaces ge-2/1/1
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 17
encapsulation vlan-vpls;
vlan-id 17;
Is there any command in Junos which would show me a VPLS instance associated with this subinterface (ge-2/1/1.17)?
If there are MACs in mac-table then I can use
show vpls mac-table interface ge-2/1/1.17
but what if there are no MACs?
juniper juniper-junos interface juniper-mx vpls
juniper juniper-junos interface juniper-mx vpls
New contributor
New contributor
edited yesterday
Cown
6,63331031
6,63331031
New contributor
asked yesterday
Seweryn NiemiecSeweryn Niemiec
112
112
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
There is no direct way, but you can see interfaces in the statistics:
user@router> show vpls statistics
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Local interface: ae2.2000, Index: 380
[..]
Or in the extensive flood list:
user@router> show vpls flood extensive
[..]
Name: EXAMPLE-VPLS-INSTANCE
[..]
Flooding to:
Name Type NhType Index
__all_ces__ Group comp 1246
Composition: split-horizon
Flooding to:
Name Type NhType Index
ae2.2000 CE ucst 1057
or in the extensive connections:
user@router> show vpls connections extensive
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Edge protection: Not-Primary
Local site: local-sites (1)
Number of local interfaces: 1
Number of local interfaces up: 1
IRB interface present: no
ae2.2000
add a comment |
Try this command show vpls connections instance <instance-name> extensive
to view the interfaces associated with the VPLS instance .
Additional Info >> To check the MAC table , use the command show vpls mac-table instance <instance-name>
, it will show you all the MAC addresses learnt in that VPLS instance. If you are using 'vlan-id all' knob in the VPLS instance configuration , then this command will show you MAC Table VLAN based.
To check the MAC table VLAN specific , use the command show vpls mac-table instance <instance-name> vlan-id <vlan-id>
.
If you want to see the MAC table specific to some interface , you can use the command show vpls mac-table instance <instance-name> | match <interface-name>'
MAC learning in VPLS is only data plane based. So in case there are no MACs means no packets are forwarded to / from the CE. When CE broadcast /multicast/unicasts the packets the PE learns the MAC address just like normal LAN switch.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "496"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Seweryn Niemiec is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57869%2fjunosmx-how-to-show-vpls-instance-associated-with-given-subinterface%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is no direct way, but you can see interfaces in the statistics:
user@router> show vpls statistics
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Local interface: ae2.2000, Index: 380
[..]
Or in the extensive flood list:
user@router> show vpls flood extensive
[..]
Name: EXAMPLE-VPLS-INSTANCE
[..]
Flooding to:
Name Type NhType Index
__all_ces__ Group comp 1246
Composition: split-horizon
Flooding to:
Name Type NhType Index
ae2.2000 CE ucst 1057
or in the extensive connections:
user@router> show vpls connections extensive
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Edge protection: Not-Primary
Local site: local-sites (1)
Number of local interfaces: 1
Number of local interfaces up: 1
IRB interface present: no
ae2.2000
add a comment |
There is no direct way, but you can see interfaces in the statistics:
user@router> show vpls statistics
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Local interface: ae2.2000, Index: 380
[..]
Or in the extensive flood list:
user@router> show vpls flood extensive
[..]
Name: EXAMPLE-VPLS-INSTANCE
[..]
Flooding to:
Name Type NhType Index
__all_ces__ Group comp 1246
Composition: split-horizon
Flooding to:
Name Type NhType Index
ae2.2000 CE ucst 1057
or in the extensive connections:
user@router> show vpls connections extensive
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Edge protection: Not-Primary
Local site: local-sites (1)
Number of local interfaces: 1
Number of local interfaces up: 1
IRB interface present: no
ae2.2000
add a comment |
There is no direct way, but you can see interfaces in the statistics:
user@router> show vpls statistics
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Local interface: ae2.2000, Index: 380
[..]
Or in the extensive flood list:
user@router> show vpls flood extensive
[..]
Name: EXAMPLE-VPLS-INSTANCE
[..]
Flooding to:
Name Type NhType Index
__all_ces__ Group comp 1246
Composition: split-horizon
Flooding to:
Name Type NhType Index
ae2.2000 CE ucst 1057
or in the extensive connections:
user@router> show vpls connections extensive
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Edge protection: Not-Primary
Local site: local-sites (1)
Number of local interfaces: 1
Number of local interfaces up: 1
IRB interface present: no
ae2.2000
There is no direct way, but you can see interfaces in the statistics:
user@router> show vpls statistics
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Local interface: ae2.2000, Index: 380
[..]
Or in the extensive flood list:
user@router> show vpls flood extensive
[..]
Name: EXAMPLE-VPLS-INSTANCE
[..]
Flooding to:
Name Type NhType Index
__all_ces__ Group comp 1246
Composition: split-horizon
Flooding to:
Name Type NhType Index
ae2.2000 CE ucst 1057
or in the extensive connections:
user@router> show vpls connections extensive
[..]
Instance: EXAMPLE-VPLS-INSTANCE
Edge protection: Not-Primary
Local site: local-sites (1)
Number of local interfaces: 1
Number of local interfaces up: 1
IRB interface present: no
ae2.2000
edited yesterday
answered yesterday
SebastianSebastian
5,94322251
5,94322251
add a comment |
add a comment |
Try this command show vpls connections instance <instance-name> extensive
to view the interfaces associated with the VPLS instance .
Additional Info >> To check the MAC table , use the command show vpls mac-table instance <instance-name>
, it will show you all the MAC addresses learnt in that VPLS instance. If you are using 'vlan-id all' knob in the VPLS instance configuration , then this command will show you MAC Table VLAN based.
To check the MAC table VLAN specific , use the command show vpls mac-table instance <instance-name> vlan-id <vlan-id>
.
If you want to see the MAC table specific to some interface , you can use the command show vpls mac-table instance <instance-name> | match <interface-name>'
MAC learning in VPLS is only data plane based. So in case there are no MACs means no packets are forwarded to / from the CE. When CE broadcast /multicast/unicasts the packets the PE learns the MAC address just like normal LAN switch.
add a comment |
Try this command show vpls connections instance <instance-name> extensive
to view the interfaces associated with the VPLS instance .
Additional Info >> To check the MAC table , use the command show vpls mac-table instance <instance-name>
, it will show you all the MAC addresses learnt in that VPLS instance. If you are using 'vlan-id all' knob in the VPLS instance configuration , then this command will show you MAC Table VLAN based.
To check the MAC table VLAN specific , use the command show vpls mac-table instance <instance-name> vlan-id <vlan-id>
.
If you want to see the MAC table specific to some interface , you can use the command show vpls mac-table instance <instance-name> | match <interface-name>'
MAC learning in VPLS is only data plane based. So in case there are no MACs means no packets are forwarded to / from the CE. When CE broadcast /multicast/unicasts the packets the PE learns the MAC address just like normal LAN switch.
add a comment |
Try this command show vpls connections instance <instance-name> extensive
to view the interfaces associated with the VPLS instance .
Additional Info >> To check the MAC table , use the command show vpls mac-table instance <instance-name>
, it will show you all the MAC addresses learnt in that VPLS instance. If you are using 'vlan-id all' knob in the VPLS instance configuration , then this command will show you MAC Table VLAN based.
To check the MAC table VLAN specific , use the command show vpls mac-table instance <instance-name> vlan-id <vlan-id>
.
If you want to see the MAC table specific to some interface , you can use the command show vpls mac-table instance <instance-name> | match <interface-name>'
MAC learning in VPLS is only data plane based. So in case there are no MACs means no packets are forwarded to / from the CE. When CE broadcast /multicast/unicasts the packets the PE learns the MAC address just like normal LAN switch.
Try this command show vpls connections instance <instance-name> extensive
to view the interfaces associated with the VPLS instance .
Additional Info >> To check the MAC table , use the command show vpls mac-table instance <instance-name>
, it will show you all the MAC addresses learnt in that VPLS instance. If you are using 'vlan-id all' knob in the VPLS instance configuration , then this command will show you MAC Table VLAN based.
To check the MAC table VLAN specific , use the command show vpls mac-table instance <instance-name> vlan-id <vlan-id>
.
If you want to see the MAC table specific to some interface , you can use the command show vpls mac-table instance <instance-name> | match <interface-name>'
MAC learning in VPLS is only data plane based. So in case there are no MACs means no packets are forwarded to / from the CE. When CE broadcast /multicast/unicasts the packets the PE learns the MAC address just like normal LAN switch.
edited yesterday
Teun Vink♦
11.9k53154
11.9k53154
answered yesterday
NABEEL NASIRNABEEL NASIR
898
898
add a comment |
add a comment |
Seweryn Niemiec is a new contributor. Be nice, and check out our Code of Conduct.
Seweryn Niemiec is a new contributor. Be nice, and check out our Code of Conduct.
Seweryn Niemiec is a new contributor. Be nice, and check out our Code of Conduct.
Seweryn Niemiec is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Network Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57869%2fjunosmx-how-to-show-vpls-instance-associated-with-given-subinterface%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown