The MPLS-OPS Archive

Cell Relay Retreat>MPLS-OPS Archive>month:2004-Mar> msg00073



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

RE: problem in implementing the BGP MPLS VPN

  • From: "Mesut Abdurrahmani" <mesut@ipko.net>
  • Date: Fri, 19 Mar 2004 09:12:11 +0100
  • Resent-Date: Fri, 19 Mar 2004 03:50:35 -0500
  • Thread-Index: AcQNfThPtZJep/s/QHixugY0ecDS2wAC9tvQ
  • To: "'yugandhar'" <yugandhark@mtech.idrbt.ac.in>, <mpls-ops@mplsrc.com>

 
did you try to ping from PE to the Customers with ping vrf <vrf-name> <ip address> command
 
the same is for traceroute and telnet
 
traceroute vrf <vrf-name> <ip address>
telnet <ip address> /vrf  <vrf-name>
 
hope it helps
 


From: yugandhar [mailto:yugandhark@mtech.idrbt.ac.in]
Sent: Friday, March 19, 2004 7:04 AM
To: mpls-ops@mplsrc.com
Subject: [MPLS-OPS]: problem in implementing the BGP MPLS VPN

Hi all
 
I have a problem in implementing the BGP MPLS VPN setup. Here Iam giving the network diagram and configuration of one PE router. Iam unnable ping to the own interfaces of PE2 but I can ping interfaces of PE from the CE routers........means as shown in the network diagram I can ping PE2-------- F0/0 & F0/1   from the CE1(Bank1) and CE2(Bank2),but from PE2 I can't ping its own interfaces. RIP is enabled on all CE-PE links.
 
 
 
Bank1\                                                              /Bank2
            \                                                          /        
              \                                                      /
               PE1-----------------P-----------------------PE2
              /                                                       \
            /                                                           \
Bank2/                                                               \BANK1
 
 
sh run
Building configuration...
 
Current configuration : 2573 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Kanpur
!
boot system flash c3745-jk9s-mz.123-1a.bin
enable secret 5 $1$mLnf$fJMzXqY9UEA/rXjPNyHrq0
!
ip subnet-zero
!
!
!
ip vrf Bank1
 rd 1:26
 route-target export 100:26
 route-target import 100:26
!
ip vrf Bank2
 rd 1:27
 route-target export 100:27
 route-target import 100:27

!
ip cef
mpls ldp logging neighbor-changes
!
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
interface Loopback0
 ip address 194.22.15.1 255.255.255.255
!
interface FastEthernet0/0
 description *** Interface to Bank1-side B ***
 ip vrf forwarding Bank1
 ip address 10.2.1.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description *** Interface to Bank2-side B ***
 ip vrf forwarding Bank2
 ip address 196.7.25.1 255.255.255.252
 duplex auto
 speed auto

!
interface Serial1/0
 ip address 203.250.15.2 255.255.255.252
 no fair-queue
 
 
router rip
 version 2
 !
 address-family ipv4 vrf Bank2
 version 2
 network 196.7.25.0
 no auto-summary
 exit-address-family
 !
 address-family ipv4 vrf Bank1
 version 2
 network 10.0.0.0
 no auto-summary
 exit-address-family
!
 

router bgp 1
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor 194.22.15.2 remote-as 1
 neighbor 194.22.15.2 update-source Loopback0
 !
 address-family vpnv4
 neighbor 194.22.15.2 activate
 neighbor 194.22.15.2 send-community extended
 exit-address-family
 !
 address-family ipv4
 neighbor 194.22.15.2 activate
 no auto-summary
 no synchronization
 exit-address-family
 !
 address-family ipv4 vrf Bank2
 no auto-summary
 no synchronization
 exit-address-family
 !
 address-family ipv4 vrf Bank1
 no auto-summary
 no synchronization
 exit-address-family
!
ip http server
no ip http secure-server
 ip classless
!
 
 
 
regards
yugandhar