CCIE Practical Studies, Volume I
< Free Open Study > |
Prestaging: Backbone Router Configuration
Configure R7 as a backbone router. Configure R7 as an external BGP peer to R2's IP address of 192.128.128.2/24. Use 2010 as the Autonomous System ID for this router. Configure loopback interfaces on this router with the following addresses: 128.200.1.1/24 128.201.1.1/24 128.202.1.1/24 Use the network command to circulate the networks. Example 18-2 illustrates the configuration of the backbone router R7. Example 18-2 Backbone Router Configuration
hostname r7_backbone_router ! interface Loopback20 ip address 128.200.1.1 255.255.255.0 ! interface Loopback21 ip address 128.201.1.1 255.255.255.0 ! interface Loopback22 ip address 128.202.1.1 255.255.255.0 ! interface Ethernet1 description place in vlan 3 backbone 1 ip address 192.128.128.1 255.255.255.0 media-type 10BaseT ip rip send version 2 ip rip receive version 2 ! router rip version 2 no auto-summary network 192.128.128.0 network 128.200.0.0 network 128.201.0.0 network 128.202.0.0 ! router bgp 2010 no synchronization network 192.128.128.0 network 128.200.0.0 network 128.201.0.0 network 128.202.0.0 neighbor 192.128.128.2 remote-as 2001 neighbor 192.128.128.2 ebgp-multihop 10 ! The following portion of the lab is timed, and it should begin after the configuration and physical installation of the Frame Relay switch and the backbone router. |
< Free Open Study > |