>[оверквотинг удален]
>>>>> 99.1.1.1 и 88.1.1.1 - лупбеки у клиентов, которые не пингуются.
>>> 10.3.0.2 и 10.1.1.1 пингаются или нет?
>> 10.3.0.2 - интерфейс клиента в сторону PE2
>> 10.1.1.1 - интерфейс на PE1 в сторону клиента
>> 10.1.1.2 - интерфейс клиента в сторону PE1
>> на PE1 команда ping vrf vpn1 10.1.1.2 проходит
>> на PE2 таже команда не проходит
>> тоже самое наоборот 10.3.0.2 на PE2 пингует, c PE1 не пингует. Traceroute
>> не показывает ничего - с первого хопа * * *
> с pe1 ping vrf vpn1 10.3.0.1 не пингует.
Маршруты на клиентах (клиентом у меня выступает роутер с поднятым лупбеком - при успехе лупбек должен пинговаться на обоих концах топологии)
клиент (loopback 99.1.1.1)------PE1-----P------PE2-------клиент(lo1 88.1.1.1)
конфиг клиентов:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R11
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
no ip domain lookup
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
interface Loopback1
ip address 99.1.1.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
ip address 10.1.1.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
router rip
version 2
network 10.0.0.0
network 99.0.0.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
control-plane
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end
-=---------------------------
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R12
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
no ip domain lookup
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
interface Loopback1
ip address 88.1.1.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface FastEthernet1/0
ip address 10.3.0.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
router rip
version 2
network 10.0.0.0
network 88.0.0.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end
Маршруты на втором клиенте:
R 99.0.0.0/8 [120/2] via 10.3.0.1, 00:00:08, FastEthernet1/0 (получил от PE2 по редистрибьюции из bgp в rip)
10.0.0.0/30 is subnetted, 2 subnets
C 10.3.0.0 is directly connected, FastEthernet1/0
R 10.1.1.0 [120/1] via 10.3.0.1, 00:00:08, FastEthernet1/0
88.0.0.0/24 is subnetted, 1 subnets
C 88.1.1.0 is directly connected, Loopback1
На первом:
99.0.0.0/24 is subnetted, 1 subnets
C 99.1.1.0 is directly connected, Loopback1
10.0.0.0/30 is subnetted, 2 subnets
R 10.3.0.0 [120/1] via 10.1.1.2, 00:00:24, FastEthernet1/0
C 10.1.1.0 is directly connected, FastEthernet1/0
R 88.0.0.0/8 [120/2] via 10.1.1.2, 00:00:24, FastEthernet1/0 (получил от PE1 по редистрибьюции из bgp в rip)