Você está na página 1de 4

1- Connect the devices as shown above. Configure the appropriate IP addresses on the interfaces.

2- Configure BGP on all the Cisco routers as follows: R1(config)# router bgp 1 R1(config-router)# neighbor 192.168.3.102 remote-as 2 R1(config-router)# neighbor 192.168.3.102 password MyPassWord R1(config-router)# network 192.168.1.0 mask 255.255.255.0 R2(config)# router bgp 2 R2(config-router)# neighbor 192.168.3.101 remote-as 1 R2(config-router)# neighbor 192.168.3.101 password MyPassWord R2(config-router)# network 192.168.2.0 mask 255.255.255.0

3- Verify the neighbor relationship using the command show ip bgp summary. Explain the output. 4- Check the BGP topology database (BGP table), save the topology database. Use the command show ip bgp. 5- Check the routing table at the routers. Save the routing table. 6- On all the workstations, ensure that the zebra process is running. Enable IP Forwarding and start the BGP service. Telnet to port 2604 to configure BGP. The commands are as follows: WS1: bgpd(config)# router bgp 1 bgpd(config-router)# network 192.168.1.0 mask 255.255.255.0 bgpd(config-router)# neighbor 192.168.1.102 remote-as 1 bgpd(config-router)# end

WS2: bgpd(config)# router bgp 2 bgpd(config-router)# network 192.168.2.0 mask 255.255.255.0 bgpd(config-router)# neighbor 192.168.2.102 remote-as 2 bgpd(config-router)# end

7- Show neighbors state on the two workstations (WS1 and WS2) and save the output. Use the command show ip bgp summary. 8- Ping between various devices to test connectivity (ping WS2 from WS1). Also perform traceroute. Explain the results

1- Connect the devices as shown above. Configure the appropriate IP addresses on the interfaces.

2- Configure BGP on all the Cisco routers as follows: R1(config)# router bgp 1 R1(config-router)# neighbor 192.168.3.2 remote-as 1 R1(config-router)# neighbor 192.168.2.1 remote-as 2 R1(config-router)# network 192.168.3.0 mask 255.255.255.0 R1(config-router)# network 192.168.2.0 mask 255.255.255.0 R2(config)# router bgp 2 R2(config-router)# neighbor 192.168.2.2 remote-as 1 R2(config-router)# neighbor 192.168.1.2 remote-as 3 R2(config-router)# network 192.168.2.0 mask 255.255.255.0 R2(config-router)# network 192.168.1.0 mask 255.255.255.0 R3(config)# router bgp 3 R3(config-router)# neighbor 192.168.1.1 remote-as 2 R3(config-router)# neighbor 192.168.1.2 remote-as 3 R3(config-router)# network 192.168.1.0 mask 255.255.255.0 R3(config-router)# network 192.168.4.0 mask 255.255.255.0 3- Verify the neighbor relationship using the command show ip bgp summary. Explain the output. 4- Check the BGP topology database (BGP table), save the topology database. Use the command show ip bgp.
5- Check the routing table at the routers. Save the routing table.

6- Configure OSPF on router1 and router3 as follows:

R1(config)# conf t R1(config)# router ospf 10 R1(config-router)# network 192.168.3.0 0.0.0.255 area 0 R1(config-router)# end R3(config)# conf t R3(config)# router ospf 10 R3(config-router)# network 192.168.4.0 0.0.0.255 area 0 R3(config-router)# end

7- On all the workstations, ensure that the zebra process is running. Enable IP Forwarding and start the ospf service. Telnet to port 2604 to configure OSPF. The commands are as follows ospfd# conf t ospfd(config)# ospfd(config)# ospfd(config)# ospfd(config)# router ospf network 192.168.X.0/24 area 0 router-id 192.168.x.y end

where 192.168.x.y is the IP address of interface eth0 of the workstation.

8- Configure route distribution on router1 and router3 follows:

R1(config)# router bgp 1 R1(config-router)# redistribute ospf 10

R3(config)# router bgp 3 R3(config-router)# redistribute ospf 10

9- Check the routing table at the routers. Save the routing table.

10- Show neighbors state on the two workstations (WS1 and WS3) and save the output. Use the command show ip bgp summary.
11- Check the BGP topology database (BGP table), save the topology database. Use

the command show ip bgp


12- Ping between various devices to test connectivity (ping WS3 from WS1). Also perform traceroute. Explain the results.

Você também pode gostar