Difference between revisions of "BGP project"

From Teknologisk videncenter
Jump to: navigation, search
(Router 2)
(Router 3)
Line 137: Line 137:
  
 
=== Router 3 ===
 
=== Router 3 ===
 +
<pre>
 +
Current configuration : 2166 bytes
 +
!
 +
version 12.3
 +
!
 +
hostname H1R3
 +
!
 +
interface Loopback0
 +
ip address 192.168.100.13 255.255.255.255
 +
ip router isis
 +
!
 +
interface Loopback1
 +
ip address 10.1.0.1 255.255.255.0
 +
!
 +
interface Loopback2
 +
ip address 10.1.1.1 255.255.255.0
 +
!
 +
interface Loopback3
 +
ip address 10.1.2.1 255.255.255.0
 +
!
 +
interface Loopback4
 +
ip address 10.1.3.1 255.255.255.0
 +
!
 +
interface Loopback5
 +
ip address 10.1.8.1 255.255.255.0
 +
!
 +
interface Loopback6
 +
ip address 10.1.9.1 255.255.255.0
 +
!
 +
interface Loopback7
 +
ip address 10.1.10.1 255.255.255.0
 +
!
 +
interface Loopback8
 +
ip address 10.1.11.1 255.255.255.0
 +
!
 +
interface FastEthernet0/0
 +
ip address 192.168.1.2 255.255.255.0
 +
ip router isis
 +
duplex auto
 +
speed auto
 +
no mop enabled
 +
!
 +
interface FastEthernet0/1
 +
ip address 172.16.1.3 255.255.255.0
 +
duplex auto
 +
speed auto
 +
!
 +
router isis
 +
net 49.0001.1921.6810.0013.00
 +
is-type level-2-only
 +
!
 +
router bgp 100
 +
no synchronization
 +
bgp log-neighbor-changes
 +
network 10.1.0.0 mask 255.255.255.0
 +
network 10.1.1.0 mask 255.255.255.0
 +
network 10.1.2.0 mask 255.255.255.0
 +
network 10.1.3.0 mask 255.255.255.0
 +
network 10.1.8.0 mask 255.255.255.0
 +
network 10.1.9.0 mask 255.255.255.0
 +
network 10.1.10.0 mask 255.255.255.0
 +
network 10.1.11.0 mask 255.255.255.0
 +
network 192.168.1.0
 +
neighbor 192.168.100.11 remote-as 100
 +
neighbor 192.168.100.11 update-source Loopback0
 +
neighbor 192.168.100.12 remote-as 100
 +
neighbor 192.168.100.12 update-source Loopback0
 +
no auto-summary
 +
!
 +
end
 +
 +
</pre>
  
 
== Hold 2 ==
 
== Hold 2 ==

Revision as of 12:39, 23 February 2009

BGP PDF Presentations

eBGP exercise team 1, 2 and 3

UV net feb 2009 hold1 2 3.png


Hold 1

Router 1

Current configuration : 1878 bytes
!
version 12.4
!
interface Loopback0
 ip address 192.168.100.11 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.1.12.1 255.255.255.0
!
interface Loopback2
 ip address 10.1.13.1 255.255.255.0
!
interface Loopback3
 ip address 10.1.14.1 255.255.255.0
!
interface Loopback4
 ip address 10.1.15.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 172.21.0.2 255.255.0.0
 ip router isis
 speed auto
 full-duplex
 no mop enabled
!
interface FastEthernet0/1
 ip address 10.10.10.1 255.255.255.252
 duplex auto
 speed auto
!
router isis
 net 49.0001.1921.6810.0011.00
 is-type level-2-only
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 10.1.12.0 mask 255.255.255.0
 network 10.1.13.0 mask 255.255.255.0
 network 10.1.14.0 mask 255.255.255.0
 network 10.1.15.0 mask 255.255.255.0
 network 172.21.0.0
 neighbor 10.10.10.2 remote-as 200
 neighbor 10.10.10.2 update-source FastEthernet0/1
 neighbor 192.168.100.12 remote-as 100
 neighbor 192.168.100.12 update-source Loopback0
 neighbor 192.168.100.12 next-hop-self
 neighbor 192.168.100.13 remote-as 100
 neighbor 192.168.100.13 update-source Loopback0
 neighbor 192.168.100.13 next-hop-self
 no auto-summary
!
end

Router 2

Building configuration...
!
version 12.4
!
hostname H1R2
!
interface Loopback0
 ip address 192.168.100.12 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.1.4.1 255.255.255.0
!
interface Loopback2
 ip address 10.1.5.1 255.255.255.0
!
interface Loopback3
 ip address 10.1.6.1 255.255.255.0
!
interface Loopback4
 ip address 10.1.7.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 ip router isis
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 172.21.0.1 255.255.0.0
 ip router isis
 duplex auto
 speed auto
 no mop enabled
!
router isis
 net 49.0001.1921.6810.0012.00
 is-type level-2-only
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 10.1.4.0 mask 255.255.255.0
 network 10.1.5.0 mask 255.255.255.0
 network 10.1.6.0 mask 255.255.255.0
 network 10.1.7.0 mask 255.255.255.0
 network 172.21.0.0
 network 192.168.1.0
 neighbor 192.168.100.11 remote-as 100
 neighbor 192.168.100.11 update-source Loopback0
 neighbor 192.168.100.13 remote-as 100
 neighbor 192.168.100.13 update-source Loopback0
 no auto-summary
!
end

Router 3

Current configuration : 2166 bytes
!
version 12.3
!
hostname H1R3
!
interface Loopback0
 ip address 192.168.100.13 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.1.0.1 255.255.255.0
!
interface Loopback2
 ip address 10.1.1.1 255.255.255.0
!
interface Loopback3
 ip address 10.1.2.1 255.255.255.0
!
interface Loopback4
 ip address 10.1.3.1 255.255.255.0
!
interface Loopback5
 ip address 10.1.8.1 255.255.255.0
!
interface Loopback6
 ip address 10.1.9.1 255.255.255.0
!
interface Loopback7
 ip address 10.1.10.1 255.255.255.0
!
interface Loopback8
 ip address 10.1.11.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0
 ip router isis
 duplex auto
 speed auto
 no mop enabled
!
interface FastEthernet0/1
 ip address 172.16.1.3 255.255.255.0
 duplex auto
 speed auto
!
router isis
 net 49.0001.1921.6810.0013.00
 is-type level-2-only
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 10.1.0.0 mask 255.255.255.0
 network 10.1.1.0 mask 255.255.255.0
 network 10.1.2.0 mask 255.255.255.0
 network 10.1.3.0 mask 255.255.255.0
 network 10.1.8.0 mask 255.255.255.0
 network 10.1.9.0 mask 255.255.255.0
 network 10.1.10.0 mask 255.255.255.0
 network 10.1.11.0 mask 255.255.255.0
 network 192.168.1.0
 neighbor 192.168.100.11 remote-as 100
 neighbor 192.168.100.11 update-source Loopback0
 neighbor 192.168.100.12 remote-as 100
 neighbor 192.168.100.12 update-source Loopback0
 no auto-summary
!
end

Hold 2

Router 1

Current configuration : 1878 bytes
!
version 12.4
!
interface Loopback0
 ip address 192.168.100.11 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.1.12.1 255.255.255.0
!
interface Loopback2
 ip address 10.1.13.1 255.255.255.0
!
interface Loopback3
 ip address 10.1.14.1 255.255.255.0
!
interface Loopback4
 ip address 10.1.15.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 172.21.0.2 255.255.0.0
 ip router isis
 speed auto
 full-duplex
 no mop enabled
!
interface FastEthernet0/1
 ip address 10.10.10.1 255.255.255.252
 duplex auto
 speed auto
!
router isis
 net 49.0001.1921.6810.0011.00
 is-type level-2-only
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 10.1.12.0 mask 255.255.255.0
 network 10.1.13.0 mask 255.255.255.0
 network 10.1.14.0 mask 255.255.255.0
 network 10.1.15.0 mask 255.255.255.0
 network 172.21.0.0
 neighbor 10.10.10.2 remote-as 200
 neighbor 10.10.10.2 update-source FastEthernet0/1
 neighbor 192.168.100.12 remote-as 100
 neighbor 192.168.100.12 update-source Loopback0
 neighbor 192.168.100.12 next-hop-self
 neighbor 192.168.100.13 remote-as 100
 neighbor 192.168.100.13 update-source Loopback0
 neighbor 192.168.100.13 next-hop-self
 no auto-summary
!
end

Router 2

interface Loopback0
 ip address 192.168.200.12 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.2.4.1 255.255.255.0
!
interface Loopback2
 ip address 10.2.5.1 255.255.255.0
!
interface Loopback3
 ip address 10.2.6.1 255.255.255.0
!
interface Loopback4
 ip address 10.2.7.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 192.168.2.1 255.255.255.0
 ip router isis
 duplex auto
 speed auto
 no mop enabled
!
interface FastEthernet0/1
 ip address 172.22.0.1 255.255.0.0
 ip router isis
 duplex auto
 speed auto
!
router isis
 net 49.0002.1921.6820.0012.00
 is-type level-2-only
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 network 10.2.4.0 mask 255.255.255.0
 network 10.2.5.0 mask 255.255.255.0
 network 10.2.6.0 mask 255.255.255.0
 network 10.2.7.0 mask 255.255.255.0
 network 172.22.0.0
 network 192.168.2.0
 neighbor 192.168.200.11 remote-as 200
 neighbor 192.168.200.11 update-source Loopback0
 neighbor 192.168.200.13 remote-as 200
 neighbor 192.168.200.13 update-source Loopback0
 no auto-summary

Router 3


interface Loopback0
 ip address 192.168.200.13 255.255.255.255
 ip router isis
!
interface Loopback1
 ip address 10.2.0.1 255.255.255.0
!
interface Loopback2
 ip address 10.2.1.1 255.255.255.0
!
interface Loopback3
 ip address 10.2.2.1 255.255.255.0
!
interface Loopback4
 ip address 10.2.3.1 255.255.255.0
!
interface Loopback5
 ip address 10.2.8.1 255.255.255.0
!
interface Loopback6
 ip address 10.2.9.1 255.255.255.0
!
interface Loopback7
 ip address 10.2.10.1 255.255.255.0
!
interface Loopback8
 ip address 10.2.11.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 192.168.2.2 255.255.255.0
 ip router isis
 speed auto
 full-duplex
 no mop enabled
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
!
interface FastEthernet0/1
 ip address 192.168.250.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
!
router isis
 net 49.0002.1921.6820.0013.00
 is-type level-2-only
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 network 10.2.0.0 mask 255.255.255.0
 network 10.2.1.0 mask 255.255.255.0
 network 10.2.2.0 mask 255.255.255.0
 network 10.2.3.0 mask 255.255.255.0
 network 10.2.8.0 mask 255.255.255.0
 network 10.2.9.0 mask 255.255.255.0
 network 10.2.10.0 mask 255.255.255.0
 network 10.2.11.0 mask 255.255.255.0
 network 192.168.2.0
 neighbor 192.168.200.11 remote-as 200
 neighbor 192.168.200.11 update-source Loopback0
 neighbor 192.168.200.11 next-hop-self
 neighbor 192.168.200.12 remote-as 200
 neighbor 192.168.200.12 update-source Loopback0
 neighbor 192.168.200.12 next-hop-self
 neighbor 192.168.250.2 remote-as 300
 neighbor 192.168.250.2 update-source FastEthernet0/1
 no auto-summary

Switch 1

Hold 3



Local Preference exercise

CCNP1 februar 2009 Local Pref.png

Hold 1

Hold 2

Hold 3