Page 1 of 1

vSROS No traffic in Epipe

Posted: 29 Jul 2016 09:14
by MHR
Hi All,

I've just buit a lab with three ALU vSR. I'm very new with ALU equipment, but I'm familiar with other vendors a little.

So, I've configured the Epipe service between two devices. It seems pretty good, but it's not going to work at all. I can't ping one CE device from another, but I can see ARP packets in tcpdump on it. I've noticed the same situation with VPLS too... Is there any forwarding limits in Virtualized Service Router? Please, find my VLL config bellow.

VLL on PE1
service
        sdp 1 mpls create
            far-end 10.10.10.5
            ldp
            keep-alive
                shutdown
            exit
            no shutdown
        exit

        customer 1 create
            description "Default customer"
        exit

        epipe 1 customer 1 create
            description "EPIPE"
            sap 1/1/3 create
                collect-stats
            exit
            spoke-sdp 1:1 create
                no shutdown
            exit
            no shutdown

    port 1/1/3
        ethernet
            mode access
        exit
        no shutdown

A:PE1# show service id 1 base

===============================================================================
Service Basic Information
===============================================================================
Service Id        : 1                   Vpn Id            : 0
Service Type      : Epipe
Name              : (Not Specified)
Description       : EPIPE
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 07/29/2016 12:38:38
Last Mgmt Change  : 07/29/2016 12:38:09
Test Service      : No
Admin State       : Up                  Oper State        : Up
MTU               : 1514
Vc Switching      : False
SAP Count         : 1                   SDP Bind Count    : 1
Per Svc Hashing   : Disabled
Force QTag Fwd    : Disabled

-------------------------------------------------------------------------------
Service Access & Destination Points
-------------------------------------------------------------------------------
Identifier                               Type         AdmMTU  OprMTU  Adm  Opr
-------------------------------------------------------------------------------
sap:1/1/3                                null         1514    1514    Up   Up
sdp:1:1 S(10.10.10.5)                    Spok         0       8914    Up   Up
===============================================================================

A:PE1# oam svc-ping 10.10.10.5 service 1
Service-ID: 1

Err Info                Local           Remote
-----------------------------------------------------
    Type:               EPIPE           EPIPE
    Admin State:        Up              Up
    Oper State:         Up              Up
    Service-MTU:        1514            1514
    Customer ID:        1               1

    IP Interface State: Up
    Actual IP Addr:     10.10.10.4      10.10.10.5
    Expected Peer IP:   10.10.10.5      10.10.10.4

    SDP Path Used:      No              No
    SDP-ID:             1               1
    Admin State:        Up              Up
    Operative State:    Up              Up
    Binding Admin State:Up              Up
    Binding Oper State: Up              Up
    Binding VC ID:      1               1
    Binding Type:       Spoke           Spoke
    Binding Vc-type:    Ether           Ether
    Binding Vlan-vc-tag:N/A             N/A

    Egress Label:       131070          131056
    Ingress Label:      131056          131070
    Egress Label Type:  Signaled        Signaled
    Ingress Label Type: Signaled        Signaled

Request Result: Sent - Reply Received
VLL on PE2
service
        sdp 1 mpls create
            far-end 10.10.10.4
            ldp
            keep-alive
                shutdown
            exit
            no shutdown
        exit

        customer 1 create
            description "Default customer"
        exit

        epipe 1 customer 1 create
            sap 1/1/3 create
                collect-stats
            exit
            spoke-sdp 1:1 create
                no shutdown
            exit
            no shutdown
        exit

    port 1/1/3
        ethernet
            mode access
        exit
        no shutdown

A:PE2# show service id 1 base

===============================================================================
Service Basic Information
===============================================================================
Service Id        : 1                   Vpn Id            : 0
Service Type      : Epipe
Name              : (Not Specified)
Description       : (Not Specified)
Customer Id       : 1                   Creation Origin   : manual
Last Status Change: 07/29/2016 12:38:39
Last Mgmt Change  : 07/29/2016 12:38:14
Test Service      : No
Admin State       : Up                  Oper State        : Up
MTU               : 1514
Vc Switching      : False
SAP Count         : 1                   SDP Bind Count    : 1
Per Svc Hashing   : Disabled
Force QTag Fwd    : Disabled

-------------------------------------------------------------------------------
Service Access & Destination Points
-------------------------------------------------------------------------------
Identifier                               Type         AdmMTU  OprMTU  Adm  Opr
-------------------------------------------------------------------------------
sap:1/1/3                                null         1514    1514    Up   Up
sdp:1:1 S(10.10.10.4)                    Spok         0       8914    Up   Up
===============================================================================

Re: vSROS No traffic in Epipe

Posted: 03 Aug 2016 12:47
by lo0
Are you using GNS3?