From: kmoorman@gmail.com
Date: Wed May 07 2008 - 10:25:47 ART
I have a quick question
what models are you using as PE routers? from the sub options from your config
i would gamble 36xx or 37xx. I would suggest if using dynamips use the 7200 as
the PE
back to your issue.
have you tried only using 1 mpls protocol on the router ldp or tdp across all
the interfaces that are needed to run mpls. I also didn't see any bgp related
info posted. here is a config snippet from mine
!
interface Loopback0
ip address 192.168.1.11 255.255.255.255
no clns route-cache
!
ip vrf Customer-B
rd 100:2
route-target export 100:2
route-target import 100:2
!
no mpls traffic-eng auto-bw timers frequency 0
mpls ldp router-id Loopback0
no mpls ip propagate-ttl
mpls label protocol ldp
call rsvp-sync
!
interface FastEthernet0/0
description P1
ip address 192.168.1.15 255.255.255.254
duplex full
mpls ip
no clns route-cache
!
router ospf 1
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 0
!
router bgp 1
no synchronization
bgp log-neighbor-changes
neighbor 192.168.1.22 remote-as 1
neighbor 192.168.1.22 ebgp-multihop 255
neighbor 192.168.1.22 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 192.168.1.22 activate
neighbor 192.168.1.22 send-community extended
exit-address-family
!
address-family ipv4 vrf Customer-B
neighbor 150.3.2.6 remote-as 65000
neighbor 150.3.2.6 activate
no auto-summary
no synchronization
exit-address-family
This archive was generated by hypermail 2.1.4 : Mon Jun 02 2008 - 06:59:16 ART