SlideShare a Scribd company logo
1 of 9
EBGP MULTIHOP
www.netprotocolxpert.in
• EBGP multihop option often is used to peer with an external neighbor. If there are
multiple paths between EBGP peers you will probably want to take advantage of
that. Therefore you will need to use a loopback interface as update source. By
default, BGP allows to establish EBGP neighborships to peers residing on directly
connected networks, it is limited by TTL (which is 1 by default for EBGP peers).
• If you want to establish connections to peers which are not directly connected use
this command:
• neighbor {ip-add | group-name} ebgp-multihop [ttl]
• ttl is Time to Live value.
INTERIOR GATEWAY PROTOCOL (IGP) INFORMATION IS NOT
EXCHANGED BETWEEN ISPS, THEREFORE I WILL USE STATIC ROUTES
ON ISP1 TO HAVE ROUTES TO ISP2’S LOOPBACK AND VICE VERSA.
NEXT, I PRESENT YOU INTERFACES CONFIGURATIONS AND STATIC
ROUTES ON ROUTERS.
ISP1
• ISP1(config)#interface fastEthernet 0/0
• ISP1(config-if)#ip address 10.0.0.1 255.255.255.252
• ISP1(config-if)#no shutdown
• ISP1(config-if)#interface fastEthernet 0/1
• ISP1(config-if)#ip address 10.0.1.1 255.255.255.252
• ISP1(config-if)#no shutdown
• ISP1(config-if)#interface lo 0
• ISP1(config-if)#ip address 192.168.0.1 255.255.255.255
• ISP1(config-if)#exit
• ISP1(config)#ip route 192.168.100.1 255.255.255.255 10.0.0.2
• ISP1(config)#ip route 192.168.100.1 255.255.255.255 10.0.1.2
ISP2
• ISP2(config)#interface fastEthernet 0/0
• ISP2(config-if)#ip address 10.0.0.2 255.255.255.252
• ISP2(config-if)#no shutdown
• ISP2(config-if)#interface fastEthernet 0/1
• ISP2(config-if)#ip address 10.0.1.2 255.255.255.252
• ISP2(config-if)#no shutdown
• ISP2(config-if)#interface lo 0
• ISP2(config-if)#ip address 192.168.100.1 255.255.255.255
• ISP2(config-if)#exit
• ISP2(config)#ip route 192.168.0.1 255.255.255.255 10.0.0.1
• ISP2(config)#ip route 192.168.0.1 255.255.255.255 10.0.1.1
BGP CONFIGURATION
ISP1
• ISP1(config)#router bgp 65000
• ISP1(config-router)#neighbor 192.168.100.1 remote-as 65100
• ISP1(config-router)#neighbor 192.168.100.1 update-source loopback 0
• ISP1(config-router)#neighbor 192.168.100.1 ebgp-multihop 2
ISP2
• ISP2(config)#router bgp 65100
• ISP2(config-router)#neighbor 192.168.0.1 remote-as 65000
• ISP2(config-router)#neighbor 192.168.0.1 update-source loopback 0
• ISP2(config-router)#neighbor 192.168.0.1 ebgp-multihop 2
VERIFICATION ON ISP1
• ISP1#show ip bgp summary
• BGP router identifier 192.168.0.1, local AS number 65000
• BGP table version is 1, main routing table version 1
• Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
• 192.168.100.1 4 65100 7 7 1 0 0 00:04:10 0
• ISP1#
TTL VALUE CAN BE CHECKED THIS WAY
• ISP1#show ip bgp neighbors
• ... output ommited ...
• Connections established 1; dropped 0
• Last reset never
• External BGP neighbor may be up to 2 hops away.
• Connection state is ESTAB, I/O status: 1, unread input bytes: 0
• Connection is ECN Disabled, Mininum incoming TTL 0, Outgoing TTL 2
• Local host: 192.168.0.1, Local port: 37835
• Foreign host: 192.168.100.1, Foreign port: 179
• ... output ommited ...
• ISP1#
FOLLOW US ON
https://www.facebook.com/N
etProtocolXpert/
https://www.linkedin.com/c
ompany/netprotocol-xpert
https://plus.google.com/u/
0/collection/AYQ-EB
https://www.instagram.com/
netprotocol_xpert/
https://twitter.com/NPX_cisco
https://branded.me/netprot
ocolxpert

More Related Content

What's hot

Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
robertoxe
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
Muuluu
 

What's hot (19)

GRE Tunnel Configuration
GRE Tunnel ConfigurationGRE Tunnel Configuration
GRE Tunnel Configuration
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
BGP
BGPBGP
BGP
 
07.bgp
07.bgp07.bgp
07.bgp
 
OSPF Internal Route Summarization
OSPF Internal Route SummarizationOSPF Internal Route Summarization
OSPF Internal Route Summarization
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Routing Implementation - Cisco vs. Mikrotik
Routing Implementation - Cisco vs. MikrotikRouting Implementation - Cisco vs. Mikrotik
Routing Implementation - Cisco vs. Mikrotik
 
GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Bgp Toc
Bgp TocBgp Toc
Bgp Toc
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
Ospf
OspfOspf
Ospf
 
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBPFirst Hop Redundancy Protocols in IPv6 HSRP + GLBP
First Hop Redundancy Protocols in IPv6 HSRP + GLBP
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
CCNP Lab Guide CCIE University
CCNP Lab Guide CCIE UniversityCCNP Lab Guide CCIE University
CCNP Lab Guide CCIE University
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 

Viewers also liked

Celebrations - CateringnEvents
Celebrations - CateringnEventsCelebrations - CateringnEvents
Celebrations - CateringnEvents
suhas chandan
 
поляраграфийн арга
поляраграфийн аргаполяраграфийн арга
поляраграфийн арга
davaa627
 

Viewers also liked (20)

Immatricolazioni auto Agosto 2015
Immatricolazioni auto Agosto 2015Immatricolazioni auto Agosto 2015
Immatricolazioni auto Agosto 2015
 
Instructivo para el llenado del certificado de origen y circulación EUR1
Instructivo para el llenado del certificado de origen y circulación EUR1Instructivo para el llenado del certificado de origen y circulación EUR1
Instructivo para el llenado del certificado de origen y circulación EUR1
 
Inchiesta NHTSA Crash Test Mini 2014-2015
Inchiesta NHTSA Crash Test Mini 2014-2015Inchiesta NHTSA Crash Test Mini 2014-2015
Inchiesta NHTSA Crash Test Mini 2014-2015
 
Revisão em valores de ativos facilita acesso a financiamento
Revisão em valores de ativos facilita acesso a financiamentoRevisão em valores de ativos facilita acesso a financiamento
Revisão em valores de ativos facilita acesso a financiamento
 
Redimidos
RedimidosRedimidos
Redimidos
 
VLAN (Virtual Local Area Network)
VLAN (Virtual Local Area Network)VLAN (Virtual Local Area Network)
VLAN (Virtual Local Area Network)
 
Listino prezzi Fiat Tipo 5 porte 2016 agosto
Listino prezzi Fiat Tipo 5 porte 2016 agostoListino prezzi Fiat Tipo 5 porte 2016 agosto
Listino prezzi Fiat Tipo 5 porte 2016 agosto
 
Listino prezzi Fiat Panda 2016 agosto
Listino prezzi Fiat Panda 2016 agostoListino prezzi Fiat Panda 2016 agosto
Listino prezzi Fiat Panda 2016 agosto
 
Listino Prezzi Alfa Romeo MiTo 2016 agosto
Listino Prezzi Alfa Romeo MiTo 2016 agostoListino Prezzi Alfa Romeo MiTo 2016 agosto
Listino Prezzi Alfa Romeo MiTo 2016 agosto
 
Celebrations - CateringnEvents
Celebrations - CateringnEventsCelebrations - CateringnEvents
Celebrations - CateringnEvents
 
Scheda tecnica nuova Kia Niro 2016
Scheda tecnica nuova Kia Niro 2016Scheda tecnica nuova Kia Niro 2016
Scheda tecnica nuova Kia Niro 2016
 
Listino Prezzi Fiat 500C 2016 giugno
Listino Prezzi Fiat 500C 2016 giugnoListino Prezzi Fiat 500C 2016 giugno
Listino Prezzi Fiat 500C 2016 giugno
 
Scheda Tecnica Citroen Spacetourer
Scheda Tecnica Citroen SpacetourerScheda Tecnica Citroen Spacetourer
Scheda Tecnica Citroen Spacetourer
 
Scheda tecnica Hyundai i20 Italia
Scheda tecnica Hyundai i20 ItaliaScheda tecnica Hyundai i20 Italia
Scheda tecnica Hyundai i20 Italia
 
KIA Sportage 2016 CARATTERISTICHE TECNICHE
KIA Sportage 2016 CARATTERISTICHE TECNICHEKIA Sportage 2016 CARATTERISTICHE TECNICHE
KIA Sportage 2016 CARATTERISTICHE TECNICHE
 
Buku 1 - TKJ KTSP 2006
Buku 1 - TKJ KTSP 2006Buku 1 - TKJ KTSP 2006
Buku 1 - TKJ KTSP 2006
 
Feature Flagging to Reduce Risk in Database Migrations
Feature Flagging to Reduce Risk in Database MigrationsFeature Flagging to Reduce Risk in Database Migrations
Feature Flagging to Reduce Risk in Database Migrations
 
Risk Index of Mongolia
Risk Index of MongoliaRisk Index of Mongolia
Risk Index of Mongolia
 
поляраграфийн арга
поляраграфийн аргаполяраграфийн арга
поляраграфийн арга
 
Хроматографийн багажаар шинжлэх дээжийг бэлтгэх бүтээгдэхүүнүүд
Хроматографийн багажаар шинжлэх дээжийг бэлтгэх бүтээгдэхүүнүүд Хроматографийн багажаар шинжлэх дээжийг бэлтгэх бүтээгдэхүүнүүд
Хроматографийн багажаар шинжлэх дээжийг бэлтгэх бүтээгдэхүүнүүд
 

Similar to EBGP MultiHop

08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
legasu zemene
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 
Bgp For Presentation
Bgp For PresentationBgp For Presentation
Bgp For Presentation
Alp isik
 
Bgp 6 advanced transit as issues
Bgp 6   advanced transit as issuesBgp 6   advanced transit as issues
Bgp 6 advanced transit as issues
Auguste Behe
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 

Similar to EBGP MultiHop (20)

08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
bgp features presentation routing protocle
bgp features presentation routing protoclebgp features presentation routing protocle
bgp features presentation routing protocle
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Bgp For Presentation
Bgp For PresentationBgp For Presentation
Bgp For Presentation
 
5242 bgp-ospf-redis
5242 bgp-ospf-redis5242 bgp-ospf-redis
5242 bgp-ospf-redis
 
Bgp 6 advanced transit as issues
Bgp 6   advanced transit as issuesBgp 6   advanced transit as issues
Bgp 6 advanced transit as issues
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
 
OSPF_multi.pdf
OSPF_multi.pdfOSPF_multi.pdf
OSPF_multi.pdf
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
CCNA part 5 routing
CCNA part 5 routingCCNA part 5 routing
CCNA part 5 routing
 
Eigrp
EigrpEigrp
Eigrp
 
Inter as vpn option c
Inter as vpn option c Inter as vpn option c
Inter as vpn option c
 
Eigrp
EigrpEigrp
Eigrp
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
 
PLNOG 6: Rafał Szarecki - Routing w Sieci - Praktyczne aspekty implementacji ...
PLNOG 6: Rafał Szarecki - Routing w Sieci - Praktyczne aspekty implementacji ...PLNOG 6: Rafał Szarecki - Routing w Sieci - Praktyczne aspekty implementacji ...
PLNOG 6: Rafał Szarecki - Routing w Sieci - Praktyczne aspekty implementacji ...
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 

More from NetProtocol Xpert

More from NetProtocol Xpert (20)

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
 

Recently uploaded

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 

EBGP MultiHop

  • 2. • EBGP multihop option often is used to peer with an external neighbor. If there are multiple paths between EBGP peers you will probably want to take advantage of that. Therefore you will need to use a loopback interface as update source. By default, BGP allows to establish EBGP neighborships to peers residing on directly connected networks, it is limited by TTL (which is 1 by default for EBGP peers). • If you want to establish connections to peers which are not directly connected use this command: • neighbor {ip-add | group-name} ebgp-multihop [ttl] • ttl is Time to Live value.
  • 3.
  • 4. INTERIOR GATEWAY PROTOCOL (IGP) INFORMATION IS NOT EXCHANGED BETWEEN ISPS, THEREFORE I WILL USE STATIC ROUTES ON ISP1 TO HAVE ROUTES TO ISP2’S LOOPBACK AND VICE VERSA. NEXT, I PRESENT YOU INTERFACES CONFIGURATIONS AND STATIC ROUTES ON ROUTERS. ISP1 • ISP1(config)#interface fastEthernet 0/0 • ISP1(config-if)#ip address 10.0.0.1 255.255.255.252 • ISP1(config-if)#no shutdown • ISP1(config-if)#interface fastEthernet 0/1 • ISP1(config-if)#ip address 10.0.1.1 255.255.255.252 • ISP1(config-if)#no shutdown • ISP1(config-if)#interface lo 0 • ISP1(config-if)#ip address 192.168.0.1 255.255.255.255 • ISP1(config-if)#exit • ISP1(config)#ip route 192.168.100.1 255.255.255.255 10.0.0.2 • ISP1(config)#ip route 192.168.100.1 255.255.255.255 10.0.1.2
  • 5. ISP2 • ISP2(config)#interface fastEthernet 0/0 • ISP2(config-if)#ip address 10.0.0.2 255.255.255.252 • ISP2(config-if)#no shutdown • ISP2(config-if)#interface fastEthernet 0/1 • ISP2(config-if)#ip address 10.0.1.2 255.255.255.252 • ISP2(config-if)#no shutdown • ISP2(config-if)#interface lo 0 • ISP2(config-if)#ip address 192.168.100.1 255.255.255.255 • ISP2(config-if)#exit • ISP2(config)#ip route 192.168.0.1 255.255.255.255 10.0.0.1 • ISP2(config)#ip route 192.168.0.1 255.255.255.255 10.0.1.1
  • 6. BGP CONFIGURATION ISP1 • ISP1(config)#router bgp 65000 • ISP1(config-router)#neighbor 192.168.100.1 remote-as 65100 • ISP1(config-router)#neighbor 192.168.100.1 update-source loopback 0 • ISP1(config-router)#neighbor 192.168.100.1 ebgp-multihop 2 ISP2 • ISP2(config)#router bgp 65100 • ISP2(config-router)#neighbor 192.168.0.1 remote-as 65000 • ISP2(config-router)#neighbor 192.168.0.1 update-source loopback 0 • ISP2(config-router)#neighbor 192.168.0.1 ebgp-multihop 2
  • 7. VERIFICATION ON ISP1 • ISP1#show ip bgp summary • BGP router identifier 192.168.0.1, local AS number 65000 • BGP table version is 1, main routing table version 1 • Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd • 192.168.100.1 4 65100 7 7 1 0 0 00:04:10 0 • ISP1#
  • 8. TTL VALUE CAN BE CHECKED THIS WAY • ISP1#show ip bgp neighbors • ... output ommited ... • Connections established 1; dropped 0 • Last reset never • External BGP neighbor may be up to 2 hops away. • Connection state is ESTAB, I/O status: 1, unread input bytes: 0 • Connection is ECN Disabled, Mininum incoming TTL 0, Outgoing TTL 2 • Local host: 192.168.0.1, Local port: 37835 • Foreign host: 192.168.100.1, Foreign port: 179 • ... output ommited ... • ISP1#