LAN Routing
1756325 Members
2997 Online
108845 Solutions
New Discussion юеВ

VPLS setting - service instance doesnt match any data

 
SOLVED
Go to solution
Standula
Occasional Contributor

VPLS setting - service instance doesnt match any data

Hi,

in my lab i try to setup VPLS. On interface in setup service instance with match criteria but no data are matched.

[5920_3]display current-configuration interface Ten-GigabitEthernet 1/0/3
#
interface Ten-GigabitEthernet1/0/3
 port link-mode bridge
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 100 
 service-instance 10
  encapsulation s-vid 100
  statistics enable
  xconnect vsi aaa
#
return

 

[5920_3]display l2vpn service-instance verbose 
Interface: XGE1/0/3
  Service Instance: 10
    Encapsulation : s-vid 100
    VSI Name      : aaa
    Link ID       : 0
    State         : Up
    Statistics    : Enabled
    Input Statistics:
      Octets   :0
      Packets  :0
    Output Statistics:
      Octets   :0
      Packets  :0

 

I have same result wit default encapsulation for all data covering.

On second side is mikrotik with VLAN 100 interface  and untagged interface with IP

/interface bridge
add name=bridge1
/interface vlan
add interface=bridge1 name=vlan100 vlan-id=100
/interface bridge port
add bridge=bridge1 interface=sfpplus2
/interface ethernet switch egress-vlan-tag
add tagged-ports=switch1-cpu,sfpplus2 vlan-id=100
/interface ethernet switch vlan
add ports=switch1-cpu,sfpplus2 vlan-id=100
/ip address
add address=1.1.1.2/24 interface=vlan100 network=1.1.1.0
add address=192.168.87.88/24 interface=sfpplus2 network=192.168.87.0

 

Thanks for some tips for debug.

2 REPLIES 2
Ivan_B
HPE Pro
Solution

Re: VPLS setting - service instance doesnt match any data

Hello!

Unfortunately, thouse counters were never implemented in 5900/5920. Just FYI, there are other counters that will stay at '0' despite the fact there is in and out traffic - Vlan-interface Input and Output counters.

Hope it helps!

 

I am an HPE employee

Accept or Kudo

Standula
Occasional Contributor

Re: VPLS setting - service instance doesnt match any data

Thank you for this. I need to known that service instance is working. I solve this problem with verify AC topology and it`s work now.

Best Regards