Interface not pinging over VPRN services_ SR#07

hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

Hello firends,

I configured two VPRN services ( svc id 2 ) , on two site routers ( TDM and Mcel ) , to test de vrrp funcionality. But im im not able to ping the adjacent router interface .
This one was configured under VPLS services ( svc id 11 ) .



*A:TDM# configure service vprn 2
*A:TDM>config>service>vprn# info
----------------------------------------------
autonomous-system 65001
route-distinguisher 10.1.16.127:2
auto-bind mpls
vrf-target target:65001:2
interface "to_BSC" create
address 10.217.33.2/29
icmp
no redirects
exit
bfd 100 receive 100 multiplier 3
vrrp 1
backup 10.217.33.1
priority 200
no preempt
ping-reply
bfd-enable 2 interface "to_BSC" dst-ip 10.217.33.3
exit
vpls "to_BSC"
exit
exit
no shutdown
----------------------------------------------


A:Mcel>config>service>vprn# info
----------------------------------------------
autonomous-system 65001
route-distinguisher 10.1.16.126:2
auto-bind mpls
vrf-target target:65001:2
interface "to_BSC" create
address 10.217.33.3/29
icmp
no redirects
exit
bfd 100 receive 100 multiplier 3
vrrp 1
backup 10.217.33.1
priority 200
no preempt
ping-reply
bfd-enable 2 interface "to_BSC" dst-ip 10.217.33.2
exit
vpls "to_BSC"
exit
exit
no shutdown
----------------------------------------------
Stoffen
Member
Posts: 147
Joined: 23 May 2014 05:32
Location: Norway

Re: Interface not pinging over VPRN services_ SR#07

Post by Stoffen »

Hi.
Is the VPLS configuration OK?
Do you see mac-adresses from both nodes in the VPLS on both nodes?

Are all services up?
[flash=]
Christoffer

Network System Expert Norway
Nokia SRA #265
Alcatel-Lucent SRC 3RP Certified #552
Alcatel-Lucent SRC NRS-2 Certified #1104
Huawei HCNP Routing & Switching certified
Cisco CCNP Certified
LinkedIN
[/flash]
hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Re: Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

Hi Stoffen,

Sharing the VPLS configs on both routers. I cant see the mac-adresses from both nodes .

A:Mcel>config>service>vpls# info
----------------------------------------------
description "to_BSC"
allow-ip-int-binding
split-horizon-group "SHG" create
exit
stp
no shutdown
exit
service-name "to_BSC"
sap 1/1/3 create
exit
mesh-sdp 1271:11 create
no shutdown
exit
no shutdown
----------------------------------------------
zeips
Member
Posts: 32
Joined: 13 Feb 2013 09:41

Re: Interface not pinging over VPRN services_ SR#07

Post by zeips »

I would check vprn route table first. You can add loopback iface on both nodes under vprn-s and see if you can ping one another. Don't forget about export policies. If this works then move to rvpls troubleshooting.
"People still move, networks still don't."
hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Re: Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

Hello can you share how to add it ...
zeips
Member
Posts: 32
Joined: 13 Feb 2013 09:41

Re: Interface not pinging over VPRN services_ SR#07

Post by zeips »

/configure service vprn 2 interface 'x' loopback

but you can actually ping router 2 10.217.33.3 source 10.217.33.2 from TDM
"People still move, networks still don't."
hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Re: Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

Hi Zeips,

Still not able to ping . Also i dont know if the looback is correctly configured .


*A:TDM# ping router 2 10.217.33.3 source 10.217.33.2
PING 10.217.33.3 56 data bytes
Request timed out. icmp_seq=1.
Request timed out. icmp_seq=2.
Request timed out. icmp_seq=3.

---- 10.217.33.3 PING Statistics ----
5 packets transmitted, 0 packets received, 100% packet loss
*A:TDM# ping router 2 10.217.33.3
PING 10.217.33.3 56 data bytes
Request timed out. icmp_seq=1.
Request timed out. icmp_seq=2.


*A:TDM# show router 2 arp

===============================================================================
ARP Table (Service: 2)
===============================================================================
IP Address MAC Address Expiry Type Interface
-------------------------------------------------------------------------------
10.217.33.1 00:00:5e:00:01:01 00h00m00s Oth to_BSC
10.217.33.2 da:00:ff:ff:ff:49 00h00m00s Oth to_BSC
10.217.33.3 04h00m00s Dyn to_BSC
10.217.33.10 00h00m00s Oth looback
-------------------------------------------------------------------------------
No. of ARP Entries: 4
===============================================================================
*A:TDM#
hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Re: Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

A:Mcel# show router 2 arp

===============================================================================
ARP Table (Service: 2)
===============================================================================
IP Address MAC Address Expiry Type Interface
-------------------------------------------------------------------------------
10.217.33.1 00:00:5e:00:01:01 00h00m00s Oth to_BSC
10.217.33.2 04h00m00s Dyn to_BSC
10.217.33.3 da:00:ff:ff:ff:49 00h00m00s Oth to_BSC
10.217.33.9 00:17:b4:6f:df:04 00h00m00s Oth looback
-------------------------------------------------------------------------------
No. of ARP Entries: 4
===============================================================================

A:TDM#
===============================================================================
ARP Table (Service: 2)
===============================================================================
IP Address MAC Address Expiry Type Interface
-------------------------------------------------------------------------------
10.217.33.1 00:00:5e:00:01:01 00h00m00s Oth to_BSC
10.217.33.2 da:00:ff:ff:ff:49 00h00m00s Oth to_BSC
10.217.33.3 04h00m00s Dyn to_BSC
10.217.33.10 00:17:b4:91:c5:04 00h00m00s Oth looback
-------------------------------------------------------------------------------
No. of ARP Entries: 4
===============================================================================
hbaloi
Member
Posts: 16
Joined: 30 Jul 2016 07:39

Re: Interface not pinging over VPRN services_ SR#07

Post by hbaloi »

A:Mcel# show router 2 arp

===============================================================================
ARP Table (Service: 2)
===============================================================================
IP Address MAC Address Expiry Type Interface
-------------------------------------------------------------------------------
10.217.33.1 00:00:5e:00:01:01 00h00m00s Oth to_BSC
10.217.33.2 04h00m00s Dyn to_BSC
10.217.33.3 da:00:ff:ff:ff:49 00h00m00s Oth to_BSC
10.217.33.9 00:17:b4:6f:df:04 00h00m00s Oth looback
-------------------------------------------------------------------------------
No. of ARP Entries: 4
===============================================================================

A:TDM#
===============================================================================
ARP Table (Service: 2)
===============================================================================
IP Address MAC Address Expiry Type Interface
-------------------------------------------------------------------------------
10.217.33.1 00:00:5e:00:01:01 00h00m00s Oth to_BSC
10.217.33.2 da:00:ff:ff:ff:49 00h00m00s Oth to_BSC
10.217.33.3 04h00m00s Dyn to_BSC
10.217.33.10 00:17:b4:91:c5:04 00h00m00s Oth looback
-------------------------------------------------------------------------------
No. of ARP Entries: 4
===============================================================================
zeips
Member
Posts: 32
Joined: 13 Feb 2013 09:41

Re: Interface not pinging over VPRN services_ SR#07

Post by zeips »

Can you check this topic and verify:
viewtopic.php?t=21075
"People still move, networks still don't."
Post Reply

Return to “7750 SR”