From fd4d25ff1e3ea081811e5dbe9d755b1d9fd76c1a Mon Sep 17 00:00:00 2001 From: admin <esemaan@etu.unistra.fr> Date: Tue, 28 Jul 2020 20:51:19 +0200 Subject: [PATCH] IBGP EBGP configs --- Routers-Config-BGP/R1.rtf | 113 +++++++++++++++++++++++++++++++++ Routers-Config-BGP/R10.rtf | 110 ++++++++++++++++++++++++++++++++ Routers-Config-BGP/R11.rtf | 109 ++++++++++++++++++++++++++++++++ Routers-Config-BGP/R2.rtf | 111 ++++++++++++++++++++++++++++++++ Routers-Config-BGP/R3.rtf | 108 +++++++++++++++++++++++++++++++ Routers-Config-BGP/R4.rtf | 126 +++++++++++++++++++++++++++++++++++++ Routers-Config-BGP/R5.rtf | 115 +++++++++++++++++++++++++++++++++ Routers-Config-BGP/R6.rtf | 115 +++++++++++++++++++++++++++++++++ Routers-Config-BGP/R7.rtf | 104 ++++++++++++++++++++++++++++++ Routers-Config-BGP/R8.rtf | 114 +++++++++++++++++++++++++++++++++ Routers-Config-BGP/R9.rtf | 110 ++++++++++++++++++++++++++++++++ 11 files changed, 1235 insertions(+) create mode 100644 Routers-Config-BGP/R1.rtf create mode 100644 Routers-Config-BGP/R10.rtf create mode 100644 Routers-Config-BGP/R11.rtf create mode 100644 Routers-Config-BGP/R2.rtf create mode 100644 Routers-Config-BGP/R3.rtf create mode 100644 Routers-Config-BGP/R4.rtf create mode 100644 Routers-Config-BGP/R5.rtf create mode 100644 Routers-Config-BGP/R6.rtf create mode 100644 Routers-Config-BGP/R7.rtf create mode 100644 Routers-Config-BGP/R8.rtf create mode 100644 Routers-Config-BGP/R9.rtf diff --git a/Routers-Config-BGP/R1.rtf b/Routers-Config-BGP/R1.rtf new file mode 100644 index 0000000..ac94cad --- /dev/null +++ b/Routers-Config-BGP/R1.rtf @@ -0,0 +1,113 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R1\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 1.1.1.1 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.12.1 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.13.1 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router rip\ + network 1.0.0.0\ + network 192.168.12.0\ + network 192.168.13.0\ + no auto-summary\ +!\ +router bgp 100\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 2.2.2.2 remote-as 100\ + neighbor 2.2.2.2 update-source Loopback0\ + neighbor 2.2.2.2 route-reflector-client\ + neighbor 3.3.3.3 remote-as 100\ + neighbor 3.3.3.3 update-source Loopback0\ + neighbor 3.3.3.3 route-reflector-client\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +! \ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R10.rtf b/Routers-Config-BGP/R10.rtf new file mode 100644 index 0000000..fa862b5 --- /dev/null +++ b/Routers-Config-BGP/R10.rtf @@ -0,0 +1,110 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R10\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 10.10.10.10 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.110.10 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.109.10 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 10.10.10.0 0.0.0.255 area 0\ + network 192.168.110.0 0.0.0.255 area 0\ +!\ +router bgp 400\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 11.11.11.11 remote-as 400\ + neighbor 11.11.11.11 update-source Loopback0\ + neighbor 192.168.109.9 remote-as 300\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end\ +} \ No newline at end of file diff --git a/Routers-Config-BGP/R11.rtf b/Routers-Config-BGP/R11.rtf new file mode 100644 index 0000000..c566ac2 --- /dev/null +++ b/Routers-Config-BGP/R11.rtf @@ -0,0 +1,109 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +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\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 11.11.11.11 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.117.11 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.110.11 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 11.11.11.0 0.0.0.255 area 0\ + network 192.168.110.0 0.0.0.255 area 0\ +!\ +router bgp 400\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 10.10.10.10 remote-as 400\ + neighbor 10.10.10.10 update-source Loopback0\ + neighbor 192.168.117.7 remote-as 200\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R2.rtf b/Routers-Config-BGP/R2.rtf new file mode 100644 index 0000000..f7892a9 --- /dev/null +++ b/Routers-Config-BGP/R2.rtf @@ -0,0 +1,111 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R2\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 2.2.2.2 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.12.2 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.24.2 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router rip\ + network 2.0.0.0\ + network 192.168.12.0\ + no auto-summary\ +!\ +router bgp 100\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 1.1.1.1 remote-as 100\ + neighbor 1.1.1.1 update-source Loopback0\ + neighbor 4.4.4.4 remote-as 300\ + neighbor 4.4.4.4 ebgp-multihop 2\ + neighbor 4.4.4.4 update-source Loopback0\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +ip route 4.4.4.4 255.255.255.255 192.168.24.4\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +! \ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R3.rtf b/Routers-Config-BGP/R3.rtf new file mode 100644 index 0000000..1046c49 --- /dev/null +++ b/Routers-Config-BGP/R3.rtf @@ -0,0 +1,108 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R3\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 3.3.3.3 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.13.3 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.34.3 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router rip\ + network 3.0.0.0\ + network 192.168.13.0\ + no auto-summary\ +!\ +router bgp 100\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 1.1.1.1 remote-as 100\ + neighbor 1.1.1.1 update-source Loopback0\ + neighbor 192.168.34.4 remote-as 300\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R4.rtf b/Routers-Config-BGP/R4.rtf new file mode 100644 index 0000000..b97f138 --- /dev/null +++ b/Routers-Config-BGP/R4.rtf @@ -0,0 +1,126 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R4\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 4.4.4.4 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.24.4 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.34.4 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet2/0\ + ip address 192.168.45.4 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet3/0\ + ip address 192.168.46.4 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 4.4.4.0 0.0.0.255 area 0\ + network 192.168.45.0 0.0.0.255 area 0\ +!\ +router bgp 10\ + no synchronization\ + bgp log-neighbor-changes\ + bgp confederation identifier 300\ + bgp confederation peers 20 \ + neighbor 2.2.2.2 remote-as 100\ + neighbor 2.2.2.2 ebgp-multihop 2\ + neighbor 2.2.2.2 update-source Loopback0\ + neighbor 5.5.5.5 remote-as 10\ + neighbor 5.5.5.5 update-source Loopback0\ + neighbor 192.168.34.3 remote-as 100\ + neighbor 192.168.46.6 remote-as 200\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +ip route 2.2.2.2 255.255.255.255 192.168.24.2\ +!\ +!\ +! \ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R5.rtf b/Routers-Config-BGP/R5.rtf new file mode 100644 index 0000000..d38665d --- /dev/null +++ b/Routers-Config-BGP/R5.rtf @@ -0,0 +1,115 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +hostname R5\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 5.5.5.5 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.45.5 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.58.5 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet2/0\ + ip address 192.168.56.5 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 5.5.5.0 0.0.0.255 area 0\ + network 192.168.45.0 0.0.0.255 area 0\ + network 192.168.58.0 0.0.0.255 area 0\ +!\ +router bgp 10\ + no synchronization\ + bgp log-neighbor-changes\ + bgp confederation identifier 300\ + bgp confederation peers 20 \ + neighbor 4.4.4.4 remote-as 10\ + neighbor 4.4.4.4 update-source Loopback0\ + neighbor 8.8.8.8 remote-as 20\ + neighbor 8.8.8.8 ebgp-multihop 2\ + neighbor 8.8.8.8 update-source Loopback0\ + neighbor 192.168.56.6 remote-as 200\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end } \ No newline at end of file diff --git a/Routers-Config-BGP/R6.rtf b/Routers-Config-BGP/R6.rtf new file mode 100644 index 0000000..493c771 --- /dev/null +++ b/Routers-Config-BGP/R6.rtf @@ -0,0 +1,115 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R6\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 6.6.6.6 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.46.6 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.67.6 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet2/0\ + ip address 192.168.56.6 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router eigrp 200\ + network 6.0.0.0\ + network 192.168.67.0\ + no auto-summary\ +!\ +router bgp 200\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 7.7.7.7 remote-as 200\ + neighbor 7.7.7.7 update-source Loopback0\ + neighbor 192.168.46.4 remote-as 300\ + neighbor 192.168.56.5 remote-as 300\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R7.rtf b/Routers-Config-BGP/R7.rtf new file mode 100644 index 0000000..f78e61e --- /dev/null +++ b/Routers-Config-BGP/R7.rtf @@ -0,0 +1,104 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +hostname R7\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 7.7.7.7 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.67.7 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.117.7 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router eigrp 200\ + network 7.0.0.0\ + network 192.168.67.0\ + no auto-summary\ +!\ +router bgp 200\ + no synchronization\ + bgp log-neighbor-changes\ + neighbor 6.6.6.6 remote-as 200\ + neighbor 6.6.6.6 update-source Loopback0\ + neighbor 192.168.117.11 remote-as 400\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R8.rtf b/Routers-Config-BGP/R8.rtf new file mode 100644 index 0000000..7425945 --- /dev/null +++ b/Routers-Config-BGP/R8.rtf @@ -0,0 +1,114 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 !\ +version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R8\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 8.8.8.8 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.89.8 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.58.8 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 8.8.8.0 0.0.0.255 area 0\ + network 192.168.58.0 0.0.0.255 area 0\ + network 192.168.89.0 0.0.0.255 area 0\ +!\ +router bgp 20\ + no synchronization\ + bgp log-neighbor-changes\ + bgp confederation identifier 300\ + bgp confederation peers 10 \ + neighbor 5.5.5.5 remote-as 10\ + neighbor 5.5.5.5 ebgp-multihop 2\ + neighbor 5.5.5.5 update-source Loopback0\ + neighbor 9.9.9.9 remote-as 20\ + neighbor 9.9.9.9 update-source Loopback0\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +! \ +!\ +!\ +!\ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file diff --git a/Routers-Config-BGP/R9.rtf b/Routers-Config-BGP/R9.rtf new file mode 100644 index 0000000..377f880 --- /dev/null +++ b/Routers-Config-BGP/R9.rtf @@ -0,0 +1,110 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600 +{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0 + +\f0\fs22 \cf2 \CocoaLigature0 version 12.4\ +service timestamps debug datetime msec\ +service timestamps log datetime msec\ +no service password-encryption\ +!\ +hostname R9\ +!\ +boot-start-marker\ +boot-end-marker\ +!\ +!\ +no aaa new-model\ +memory-size iomem 5\ +no ip icmp rate-limit unreachable\ +!\ +!\ +ip cef\ +no ip domain lookup\ +!\ +!\ +! \ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +ip tcp synwait-time 5\ +! \ +!\ +!\ +!\ +!\ +interface Loopback0\ + ip address 9.9.9.9 255.255.255.0\ +!\ +interface FastEthernet0/0\ + ip address 192.168.109.9 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +interface FastEthernet1/0\ + ip address 192.168.89.9 255.255.255.0\ + duplex auto\ + speed auto\ +!\ +router ospf 1\ + log-adjacency-changes\ + network 9.9.9.0 0.0.0.255 area 0\ + network 192.168.89.0 0.0.0.255 area 0\ +!\ +router bgp 20\ + no synchronization\ + bgp log-neighbor-changes\ + bgp confederation identifier 300\ + bgp confederation peers 10 \ + neighbor 8.8.8.8 remote-as 20\ + neighbor 8.8.8.8 update-source Loopback0\ + neighbor 192.168.109.10 remote-as 400\ + no auto-summary\ +!\ +ip http server\ +no ip http secure-server\ +!\ +!\ +!\ +no cdp log mismatch duplex\ +!\ +!\ +!\ +control-plane\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +!\ +! \ +line con 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line aux 0\ + exec-timeout 0 0\ + privilege level 15\ + logging synchronous\ +line vty 0 4\ + login\ +!\ +!\ +end} \ No newline at end of file -- GitLab