View: 5563|Reply: 24

Is the solution of SP V1 3.3 intra as VPN 4 correct? Can you give a correct solu

[Copy link]

0

Threads

0

Posts

0

Credits

Guest

Credits
0
Post time 3-24-2015 17:18:40 | Show all posts |Read mode

My solution is as follows:
R14#show run | s r b
router bgp 112
bgp router-id 172.9.0.3
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 172.9.143.3 remote-as 9
!
address-family ipv4
  redistribute ospf 112
  neighbor 172.9.143.3 activate
  neighbor 172.9.143.3 send-label
exit-address-family
R14#show run | s r ospf
router ospf 112
router-id 172.9.0.14
redistribute bgp 112 subnets
network 172.9.0.14 0.0.0.0 area 0
network 172.9.145.14 0.0.0.0 area 0
distance ospf intra-area 10


R15# show run | s r ospf
router ospf 112
router-id 172.9.0.15
network 172.9.0.15 0.0.0.0 area 0
network 172.9.145.15 0.0.0.0 area 0
network 172.9.157.15 0.0.0.0 area 0



R7#show run | s r b
router bgp 9
bgp log-neighbor-changes
no bgp default ipv4-unicast
!
address-family ipv4 vrf ABC
  network 172.9.0.7 mask 255.255.255.255
  redistribute ospf 112
exit-address-family
R7#
R7#show run | s r ospf
router ospf 112 vrf ABC
router-id 172.9.0.7
domain-tag 9
redistribute bgp 9 subnets
network 172.9.0.7 0.0.0.0 area 0
network 172.9.157.7 0.0.0.0 area 0



RP/0/0/CPU0:XR3#show running-config router bgp
Mon Mar 23 15:41:07.258 UTC
router bgp 9
vrf ABC
  rd 9:9
  address-family ipv4 unicast
   network 172.9.0.3/32
   allocate-label all
  !
  address-family ipv6 unicast
   network 2002:172:9::3/128
  !
  neighbor 172.9.143.14
   remote-as 112
   address-family ipv4 unicast
    route-policy R14R3ipv4 in
    route-policy R3R14ipv4 out
    as-override
   !
   address-family ipv4 labeled-unicast
    route-policy R14R3label in
    route-policy R3R14label out
    as-override
   !
  !
!
!



RP/0/0/CPU0:XR4(config)#show running-config router bgp
Mon Mar 23 15:42:00.775 UTC
router bgp 9
vrf ABC
  rd 9:9
  address-family ipv4 unicast
   network 172.9.0.4/32
   allocate-label all
  !
  neighbor 172.9.114.11
   remote-as 112
   address-family ipv4 unicast
    route-policy R11R4ipv4 in
    route-policy R4R11ipv4 out
    as-override
   !
   address-family ipv4 labeled-unicast
    route-policy R11R4label in
    route-policy R4R11label out
    as-override
   !
  !
!
!


R8#show run | s r b
router bgp 9
bgp log-neighbor-changes
no bgp default ipv4-unicast
address-family ipv4 vrf ABC
  network 172.9.0.8 mask 255.255.255.255
  neighbor 172.9.128.12 remote-as 112
  neighbor 172.9.128.12 activate
  neighbor 172.9.128.12 as-override
  neighbor 172.9.128.12 send-label
exit-address-family
!


R11#show run | s r b
router bgp 112
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 172.9.114.4 remote-as 9
!
address-family ipv4
  network 172.9.114.0 mask 255.255.255.0
  redistribute ospf 112
  neighbor 172.9.114.4 activate
  neighbor 172.9.114.4 send-label
exit-address-family
R11#  
R11#show run | s r ospf
router ospf 112
router-id 172.9.0.11
redistribute bgp 112 subnets
network 172.9.0.11 0.0.0.0 area 0
network 172.9.112.11 0.0.0.0 area 0
distance ospf intra-area 10



R12#show run | s r b
router bgp 112
bgp log-neighbor-changes
neighbor 172.9.128.8 remote-as 9
!
address-family ipv4
  redistribute ospf 112
  neighbor 172.9.128.8 activate
  neighbor 172.9.128.8 send-label
exit-address-family
R12#
R12#show run | s r ospf
router ospf 112
router-id 172.9.0.12
redistribute bgp 112 subnets
network 172.9.0.12 0.0.0.0 area 0
network 172.9.112.12 0.0.0.0 area 0
distance ospf intra-area 10


I have the following questions:
1 why only the network segment network 172.9.114.0 mask 255.255.255.0 of R4 R11 is announced in BGP, while the direct network segments of R12 R8 and R3 R14 are not announced in BGP!
2. Why don‘t we use soo on R4 and R8 to prevent routes learned from cer11 from being announced to cer12 through SP?
3. The service provider of site2 has clearly stated that R3 does bidirectional redistribution on R7?
4. According to this solution, a large number of suboptimal routes are found
5, ask a correct solution!



1.jpg
Reply

Use magic Report

0

Threads

1384

Posts

1381

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
1381
Post time 8-1-2023 20:44:23 | Show all posts
good job
Reply

Use magic Report

0

Threads

2367

Posts

2364

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2364
Post time 10-1-2023 22:04:09 | Show all posts
thank you
Reply

Use magic Report

0

Threads

2037

Posts

2031

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2031
Post time 4-2-2024 01:57:08 | Show all posts
I need to download it
Reply

Use magic Report

0

Threads

2166

Posts

2156

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2156
Post time 5-15-2024 12:12:05 | Show all posts
I need it, thanks
Reply

Use magic Report

0

Threads

2916

Posts

2910

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2910
Post time 6-3-2024 00:50:24 | Show all posts
good
Reply

Use magic Report

0

Threads

2663

Posts

2653

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2653
Post time 6-23-2024 18:35:49 | Show all posts
Thanks!!
Reply

Use magic Report

0

Threads

2364

Posts

2345

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2345
Post time 6-23-2024 20:07:14 | Show all posts
thank you
Reply

Use magic Report

0

Threads

2852

Posts

2839

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2839
Post time 6-25-2024 04:44:49 | Show all posts
Good thx
Reply

Use magic Report

0

Threads

2323

Posts

2321

Credits

L5-Colonel

Rank: 6Rank: 6

Credits
2321
Post time 6-25-2024 11:37:46 | Show all posts
Thanks!!
Reply

Use magic Report

You have to log in before you can reply Login | Register Now

Points Rules

Quick Reply Contact us with Whastsapp Contact us with Teams Contact us with Telegram BBSDUMP X BBSDUMP facebook BBSDUMP YouTube BBSDUMP instagram To Top Return to the list