CCIE Practice Lab:

 <  Free Open Study  >  

Prestaging: Backbone Router Configuration

Configure R6 as a backbone router. Configure R6 as an external BGP peer to R1's IP address of 160.100.2.1 and R7's IP address of 160.100.1.1. Use 2001 as the Autonomous System ID for this router. Configure loopback interfaces on this router with the following addresses:

160.100.100.1/24

197.192.100.1/24

197.192.101.1/24

197.192.102.1/24

Use the network command to circulate the networks. Example 18-4 illustrates the configuration of the backbone router R6.

Example 18-4 Backbone Router Configuration
  hostname r6_backbone_router   !   interface Loopback20   ip address 192.190.100.1 255.255.255.0   !   interface Loopback21   ip address 192.190.101.1 255.255.255.0   !   interface Loopback22   ip address 192.190.102.1 255.255.255.0   !   interface Loopback23   ip address 160.100.100.1 255.255.255.0   !   interface Loopback24   ip address 160.100.128.1 255.255.255.0   !   interface Loopback25   ip address 160.100.129.1 255.255.255.0   !   interface Loopback26   ip address 160.100.130.1 255.255.255.0   !   interface Ethernet1   description place on vlan 20 - Backbone 1   ip address 160.100.2.254 255.255.255.0   media-type 10BaseT   !   interface Ethernet2   description place on vlan 10 - Backbone 2   ip address 160.100.1.254 255.255.255.0   media-type 10BaseT   !   router rip   passive-interface Ethernet1   network 160.100.0.0   network 192.190.100.0   network 192.190.101.0   network 192.190.102.0   !   router bgp 2001   no synchronization   network 160.100.100.0 mask 255.255.255.0   network 160.100.128.0 mask 255.255.255.0   network 160.100.129.0 mask 255.255.255.0   network 160.100.130.0 mask 255.255.255.0   neighbor 160.100.1.1 remote-as 2010   neighbor 160.100.1.1 ebgp-multihop 10   neighbor 160.100.2.1 remote-as 2010   neighbor 160.100.2.1 ebgp-multihop 10   !   ip route 133.10.0.0 255.255.0.0 160.100.2.1  

The following portion of the lab is timed and should begin after the configuration and physical installation of the Frame Relay switch and the backbone router. Do not configure any other routers at this time.

 <  Free Open Study  >  


CCIE Practical Studies, Volume I
CCIE Practical Studies, Volume I
ISBN: 1587200023
EAN: 2147483647
Year: 2001
Pages: 283
Authors: Karl Solie

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net