Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

4.1 L2 VC not comes up

$
0
0

Hi, I followed the SG and tunnel is up and I'm able to ping each others destination loo100 through tunnel int, also LDP neighbor comes up.

However vc does not come up, my analysis says that label is not assigned into the vc. Also interfaces are UP at both side fa0/0.4 and fa0/0.6.

See my configs:

R4:

interface Loopback100

 ip address 150.1.44.4 255.255.255.0

 

interface Tunnel100

 ip address 132.1.46.4 255.255.255.0

 mpls ip

 tunnel source Loopback0

 tunnel destination 150.1.6.6

 

ip route 150.1.66.6 255.255.255.255 Tunnel100

mpls ldp router-id Loopback100 force

 

interface FastEthernet0/0.4

 encapsulation dot1Q 4 native

 xconnect 150.1.66.6 46 encapsulation mpls

-----------------------------

R6

interface Loopback100

 ip address 150.1.66.6 255.255.255.0

 

interface Tunnel100

 ip address 132.1.46.6 255.255.255.0

 mpls ip

 tunnel source Loopback0

 tunnel destination 150.1.4.4

 

ip route 150.1.44.4 255.255.255.255 Tunnel100

mpls ldp router-id Loopback100 force

 

interface FastEthernet0/0.6

 encapsulation dot1Q 6 native

 ip pim sparse-mode

 xconnect 150.1.44.4 46 encapsulation mpls

---------------------------------

 

Rack1R6(config)#do sh mpls ldp n

    Peer LDP Ident: 150.1.44.4:0; Local LDP Ident 150.1.66.6:0

        TCP connection: 150.1.44.4.646 - 150.1.66.6.50472

        State: Oper; Msgs sent/rcvd: 86/78; Downstream

        Up time: 00:36:21

        LDP discovery sources:

          Tunnel100, Src IP addr: 132.1.46.4

          Targeted Hello 150.1.66.6 -> 150.1.44.4, active, passive

        Addresses bound to peer LDP Ident:

          132.1.255.4     132.1.0.4       150.1.4.4       150.1.44.4      

          132.1.46.4  

 

----------------------------------------------------

Rack1R4#sh mpls l2transport binding 

  Destination Address: 150.1.66.6,  VC ID: 46

    Local Label:  44

        Cbit: 1,    VC Type: Eth VLAN,    GroupID: 0

        MTU: 1500,   Interface Desc: n/a

        VCCV: CC Type: CW [1], RA [2]

              CV Type: LSPV [2]

    Remote Label: 49

        Cbit: 1,    VC Type: Eth VLAN,    GroupID: 0

        MTU: 1500,   Interface Desc: n/a

        VCCV: CC Type: CW [1], RA [2]

              CV Type: LSPV [2]

Rack1R4#sh mpls l2transport vc      

 

Local intf     Local circuit              Dest address    VC ID      Status    

-------------  -------------------------- --------------- ---------- ----------

Fa0/0.4        Eth VLAN 4                 150.1.66.6      46         DOWN      

 

Rack1R4#sh mpls l2transport vc det

Local interface: Fa0/0.4 up, line protocol up, Eth VLAN 4 up

  Destination address: 150.1.66.6, VC ID: 46, VC status: down

    Output interface: unknown, imposed label stack {}

  Create time: 00:46:35, last status change time: 00:37:51

  Signaling protocol: LDP, peer 150.1.66.6:0 up

    MPLS VC labels: local 44, remote 49 

    Group ID: local 0, remote 0

    MTU: local 1500, remote 1500

    Remote interface description: 

  Sequencing: receive disabled, send disabled

  VC statistics:

    packet totals: receive 0, send 0

    byte totals:   receive 0, send 0

    packet drops:  receive 0, seq error 0, send 1586

 

 


Viewing all articles
Browse latest Browse all 10744