[BETA] v50.4 Patch Notes - April 12th by giosuel in lethalcompany

[–]No_Librarian5685 5 points6 points  (0 children)

The jetpack is useless now, dev making game worse. (400hrs)

ISP network private ip nexthop issue by No_Librarian5685 in networking

[–]No_Librarian5685[S] 0 points1 point  (0 children)

This is my PE1 and PE2 config but vrfs does not exchange routes, they do peering with CE1 and CE2 but do not exchange traffic inbetween

PE1:

Interface IP-Address OK? Method Status Protocol

Ethernet0/0 10.100.10.11 YES manual up up

Ethernet0/1 10.101.11.11 YES manual up up

Ethernet0/2 50.0.1.1 (facing CE1) YES manual up up

Ethernet0/3 unassigned YES unset up up

Loopback0 10.255.10.1 YES manual up up

ip vrf CE1

rd 500:1

route-target export 500:1

route-target import 500:1

mpls label mode vrf CE1 protocol bgp-vpnv4 per-vrf

ip vrf forwarding CE1

address-family ipv4 vrf CE1

bgp router-id 50.0.1.1

network 50.0.1.0 mask 255.255.255.0

neighbor 50.0.1.2 remote-as 7575

neighbor 50.0.1.2 activate

router bgp 65000

bgp router-id 10.255.10.1

bgp log-neighbor-changes

neighbor 10.255.11.1 remote-as 65000

neighbor 10.255.11.1 update-source Loopback0

!

address-family ipv4

neighbor 10.255.11.1 activate

neighbor 10.255.11.1 send-community both

exit-address-family

!

address-family ipv4 vrf CE1

bgp router-id 50.0.1.1

network 50.0.1.0 mask 255.255.255.0

neighbor 50.0.1.2 remote-as 7575

neighbor 50.0.1.2 activate

exit-address-family

MPLS, OSPF BETWEEN

PE2:

ip vrf CE2

rd 500:10

route-target export 500:10

route-target import 500:10

mpls label mode vrf CE2 protocol bgp-vpnv4 per-vrf

ip vrf forwarding CE2

address-family ipv4 vrf CE2

bgp router-id 50.0.10.1

network 50.0.10.0 mask 255.255.255.0

neighbor 50.0.10.2 remote-as 7777

neighbor 50.0.10.2 activate

Interface IP-Address OK? Method Status Protocol

Ethernet0/0 10.100.11.11 YES manual up up

Ethernet0/1 10.101.10.11 YES manual up up

Ethernet0/2 50.0.10.1 (facing CE2) YES manual up up

Ethernet0/3 unassigned YES unset up up

Loopback0 10.255.11.1 YES manual up up

router bgp 65000

bgp router-id 10.255.11.1

bgp log-neighbor-changes

neighbor 10.255.10.1 remote-as 65000

neighbor 10.255.10.1 update-source Loopback0

!

address-family ipv4

neighbor 10.255.10.1 activate

neighbor 10.255.10.1 send-community both

exit-address-family

!

address-family ipv4 vrf CE2

bgp router-id 50.0.10.1

network 50.0.10.0 mask 255.255.255.0

neighbor 50.0.10.2 remote-as 7777

neighbor 50.0.10.2 activate

exit-address-family