Good morning,
In this topology I can ping from CE-1A to the WAN, but I can't do it from CE-2A.
The network works fine (e.g. I can ping from CE-1A to CE-2A) except when I try to ping my WAN interface.
It should be something related to CE1A because traceroute from 192.168.10.2 results in:
CE2A#traceroute 193.246.121.2 Tracing the route to 193.246.121.2 VRF info: (vrf in name/id, vrf out name/id) 1 10.0.2.1 8 msec 5 msec 5 msec 2 10.0.9.9 [MPLS: Labels 19/22 Exp 0] 15 msec 10 msec 10 msec 3 10.0.9.1 [MPLS: Labels 21/22 Exp 0] 13 msec 10 msec 9 msec 4 10.0.1.1 [MPLS: Label 22 Exp 0] 9 msec 8 msec 8 msec 5 10.0.1.2 11 msec 9 msec 10 msec 6 * * * 7 * * CE2A#
But it can reach 193.246.121.33 from CE2A:
CE2A#traceroute 193.246.121.33 Tracing the route to 193.246.121.33 VRF info: (vrf in name/id, vrf out name/id) 1 10.0.2.1 9 msec 5 msec 4 msec 2 10.0.9.9 [MPLS: Labels 19/22 Exp 0] 12 msec 10 msec 9 msec 3 10.0.9.1 [MPLS: Labels 21/22 Exp 0] 12 msec 11 msec 10 msec 4 10.0.1.1 [MPLS: Label 22 Exp 0] 12 msec 9 msec 9 msec 5 10.0.1.2 10 msec 9 msec 9 msec CE2A#
I'm running OSPF on CE1A:
CE1A#sh ip route Gateway of last resort is 193.246.121.2 to network 0.0.0.0 S* 0.0.0.0/0 [254/0] via 193.246.121.2 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.0.1.0/30 is directly connected, GigabitEthernet0/0 L 10.0.1.2/32 is directly connected, GigabitEthernet0/0 O IA 10.0.2.0/30 [110/2] via 10.0.1.1, 02:41:50, GigabitEthernet0/0 192.168.10.0/32 is subnetted, 2 subnets C 192.168.10.1 is directly connected, Loopback0 O IA 192.168.10.2 [110/3] via 10.0.1.1, 02:17:32, GigabitEthernet0/0 192.168.11.0/32 is subnetted, 2 subnets C 192.168.11.1 is directly connected, Loopback1 O IA 192.168.11.2 [110/3] via 10.0.1.1, 02:17:18, GigabitEthernet0/0 193.246.121.0/24 is variably subnetted, 2 subnets, 2 masks C 193.246.121.0/24 is directly connected, GigabitEthernet0/1 L 193.246.121.33/32 is directly connected, GigabitEthernet0/1 CE1A#
Anyone can help me out please?
Thank you in advance,
David
EDIT: CE-1A Configuration
CE1A#sh run Building configuration... IOMEM size set to 53477376 bytes. Current configuration : 3612 bytes ! ! Last configuration change at 11:09:26 UTC Mon Aug 12 2019 ! version 15.6 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CE1A ! boot-start-marker boot-end-marker ! ! ! no aaa new-model ethernet lmi ce ! ! ! no process cpu autoprofile hog memory-size iomem 5 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ! ! ! ! ! no ip icmp rate-limit unreachable ! ! ! ! ! ! no ip domain lookup ip cef no ipv6 cef ! multilink bundle-name authenticated ! ! ! ! archive log config hidekeys ! redundancy ! no cdp log mismatch duplex no cdp run ! ip tcp synwait-time 5 ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 172.16.0.1 255.255.255.255 ip ospf network point-to-point ip ospf 1 area 0 ! interface Loopback1 ip address 172.16.1.1 255.255.255.0 ip ospf network point-to-point ip ospf 1 area 0 ! interface GigabitEthernet0/0 ip address 10.0.1.2 255.255.255.252 ip ospf 1 area 0 duplex auto speed auto media-type rj45 no cdp enable ! interface GigabitEthernet0/1 ip address dhcp ip ospf 1 area 0 duplex auto speed auto media-type rj45 no cdp enable ! interface GigabitEthernet0/2 no ip address shutdown duplex auto speed auto media-type rj45 no cdp enable ! interface GigabitEthernet0/3 no ip address shutdown duplex auto speed auto media-type rj45 no cdp enable ! router ospf 1 router-id 172.16.0.1 ! ip forward-protocol nd ! ! ip http server no ip http secure-server ! ! ! ! control-plane ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous escape-character 3 line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login transport input none ! no scheduler allocate ! end
No comments:
Post a Comment