The MPLS-OPS Archive

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



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

Question about L2VPN over MPLS

  • From: "Luis Manuel Antunes dos Santos" <luis-m-a-santos@telecom.pt>
  • Date: Mon, 22 Mar 2004 17:13:07 -0000
  • Resent-Date: Mon, 22 Mar 2004 12:53:46 -0500
  • Thread-Index: AcQOTyZQ8TFKeWnaSqO3AaNfGws6pgB4SPPw
  • Thread-Topic: [MPLS-OPS]: Question about L2VPN over MPLS
  • To: <mpls-ops@mplsrc.com>
  • X-MIME-Autoconverted: from quoted-printable to 8bit by host.secure4-hosting.net id i2MHDMcm010966
  • X-OriginalArrivalTime: 22 Mar 2004 17:13:07.0378 (UTC) FILETIME=[F1C30120:01C41030]

Hello all,

Can anyone pls recommend one typical bit rate used between CE and PE, on implementations of the VPLS service (Layer 2 VPNs) ? And the technology of that Access?

Thank you and best regards
Luís Santos 



-----Original Message-----
From: yugandhar [mailto:yugandhark@mtech.idrbt.ac.in] 
Sent: 20-03-2004 6:49
To: mpls-ops@mplsrc.com
Subject: [MPLS-OPS]: Regarding BGP MPLS VPN


Hi all,

 I thank all for giving suggestions for earlier problem



Using ping vrf  Iam able to ping CE routers from the PE routers. But Iam not able to ping the CE2(Bank2of side A) to CE2(Bank2 of Side B) and similar with the CE1s also. And also Iam not able to ping the PE2 loopback interface from PE1 and vice versa. I came to know that iBGP is not working . I tried in many ways but Iam not able to get it, may be Iam not clear about the concept. One more thing  nothing is displayed by     "#sh ip bgp"    command at PE routers. Here Iam giving the network diagram and configurations of the PE1, PE2 and P Routers. But I didn't enabled MPLS until now .I want to see with out MPLS first.






Bank1\                                                              /Bank2
            \                                                   rip  /         
       rip  \                                                      /
               PE1-------ospf-----P--------ospf----------PE2
              /                                                       \
            /   rip                                             rip  \
Bank2/                                                               \BANK1





AT PE1
**********************************************************************************************

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
!
interface Loopback0
 ip address 194.22.15.2 255.255.255.255
!
interface Serial1/0
description *** Interface to P Router ***
ip address 203.250.14.1 255.255.255.252
 clockrate 64000
!
interface Serial1/1
 description *** Interface to Bank2 ***
 ip vrf forwarding Bank2
 ip address 10.2.1.5 255.255.255.252
 clockrate 64000
!
interface Serial1/2
 description *** Interface to Bank1 ***
 ip vrf forwarding Bank1
 ip address 195.12.2.5 255.255.255.252
 clockrate 64000
router ospf 10
 log-adjacency-changes
 redistribute bgp 1 metric 2000 subnets
 network 203.250.0.0 0.0.255.255 area 0
!
router rip
 version 2
 !
 address-family ipv4 vrf Bank2
 version 2
 redistribute bgp 1 metric 1
 network 10.0.0.0
 no auto-summary
 exit-address-family
 !
 address-family ipv4 vrf Bank1
 version 2
 redistribute bgp 1 metric 1
 network 195.12.2.0
 no auto-summary
 exit-address-family
!
router bgp 1
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor 194.22.15.1 remote-as 1
 neighbor 194.22.15.1 update-source Loopback0
 !
 address-family vpnv4
 neighbor 194.22.15.1 activate
 neighbor 194.22.15.1 send-community extended
 exit-address-family
 !
 address-family ipv4
 neighbor 194.22.15.1 activate
 no auto-summary
 no synchronization
 exit-address-family
 !
 address-family ipv4 vrf Bank2
 redistribute rip metric 1
 no auto-summary
 no synchronization
 exit-address-family
 !
 address-family ipv4 vrf Bank1
 redistribute rip metric 1
 no auto-summary
 no synchronization
 exit-address-family
!





AT PE2
**********************************************************************************************

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
!
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 ***
 ip vrf forwarding Bank2
 ip address 196.7.25.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial1/0
 description *** Interface to P Router ***
 ip address 203.250.15.2 255.255.255.252
 no fair-queue
router ospf 10
 log-adjacency-changes
 redistribute bgp 1 metric 1000 subnets
 network 203.250.0.0 0.0.255.255 area 0
!
router rip
 version 2
 !
 address-family ipv4 vrf Bank2
 version 2
 redistribute bgp 1 metric 1
 network 196.7.25.0
 no auto-summary
 exit-address-family
 !
 address-family ipv4 vrf Bank1
 version 2
 redistribute bgp 1 metric 1
 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
 redistribute rip metric 1
 no auto-summary
 no synchronization
 exit-address-family
!
 address-family ipv4 vrf Bank1
 redistribute rip metric 1
 no auto-summary
 no synchronization
 exit-address-family




AT P
**********************************************************************************************

interface Serial1/0
description *** Interface to PE1 Router ***
 ip address 203.250.14.2 255.255.255.252
!
interface Serial1/1
description *** Interface to PE2 Router ***
 ip address 203.250.15.1 255.255.255.252
 clockrate 64000
!
!
router ospf 10
 log-adjacency-changes
 network 203.250.0.0 0.0.255.255 area 0

-------
The MPLS-OPS Mailing List
Subscribe/Unsubscribe:  http://www.mplsrc.com/mplsops.shtml
Archive: http://www.mplsrc.com/mpls-ops_archive.shtml