Social Icons

Showing posts sorted by relevance for query label:LAB_Setup. Sort by date Show all posts
Showing posts sorted by relevance for query label:LAB_Setup. Sort by date Show all posts

Tuesday, May 13, 2014

CCNP SWITCH: LAB Setup for VLAN, VTP, STP, HSRP, VRRP, GLBP



The above diagram will be used for studying all switching concepts in the CCNP SWITCH 642-813 curriculum.
This topology simulates an enterprise network with the three layers recommended by Cisco.

Graphical Network Simulator (GNS3 0.8.3) has been used to build this topology. All routers are Cisco 3660 series with NM-16ESW EtherSwitch cards.
You can download this entire GNS3 CCNP SWITCH lab (including the topology and initial configuration files for all routers) from HERE.

All the switches and hosts in the topology are actually routers with their symbols changed to better illustrate the network layers.
All lab exercises will be based on the default configurations, with a general reloading process after each excercise, so the settings made in one lab will not interact with those made in the next one.

Note 1: Loopback interfaces (if any configured) are by default advertised with a /32 mask. You can advertise them as usual networks by configuring each interface as a point-to-point link.

Note 2: Do not forget to recalculate the IdlePC value for the routers once you start this lab in GNS3!

Note 3: Do not forget to edit the topology file (using a text editor) and modify the IOS path or other parameters according to your operating system and file locations!

Note 4: This topology and its related configuration can be improved in many ways, but since it is 100% functional and all the theoretical concepts are applied within the exercises with the expected results, it may be considered a good practice for the CCNP SWITCH exam.

Note 5: For any GNS3 errors when opening/using the topology please refer to http://forum.gns3.net/.

Note 6: If you see the below error when loading the GNS3 topology, check the project's "config" folder to see if the router config files have the .cfg extension, and not .cfg.txt or any other extension.
Local configuration configs\Rx.cfg cannot be found for router Rx, use default base config instead.

Most of the theory in the following labs comes from CCNP SWITCH 642-813 Official Certification Guide, David Hucaby, Cisco Press, which is a great source of information for the SWITCH exam.

The initial configurations of the routers are the default ones.

Thursday, May 8, 2014

CCNP ROUTE: LAB Setup for IPv6



The above diagram will be used for studying all IPv6 concepts in the CCNP ROUTE 642-902 curriculum.
This topology simulates three companies which connect to each other via the Internet.

Graphical Network Simulator (GNS3 0.8.3) has been used to build this topology. All routers are Cisco 2691 series, running the c2691-adventerprisek9-mz.124-25c image.
You can download this entire GNS3 CCNP lab (including the topology and configuration files for all routers) from HERE.

All 7 routers in the topology are initially configured with IPv4 addresses. All IPv6 settings will be added during the upcoming labs, depending on the scenarios.
All lab exercises will be based on these configurations, with a general reloading process after each excercise, so the settings made in one lab will not interact with those made in the next one. After each router reloading, all IP address settings will be automatically restored from the configuration files saved in the CCNP_ROUTE_IPv6 folder.

Note 1: Loopback interfaces (if any configured) are by default advertised with a /32 mask. You can advertise them as usual networks by configuring each interface as a point-to-point link.

Note 2: Routers R1, R2, R3 are considered belonging to the Service Providers offering the Internet/WAN services. Routers R4, R5, R6 are considered to be company edge routers.

Note 3: Do not forget to recalculate the IdlePC value for the routers once you start this lab in GNS3!

Note 4: Do not forget to edit the topology file (using a text editor) and modify the IOS path or other parameters according to your operating system and file locations!

Note 5: This topology and its related configuration can be improved in many ways, but since it is 100% functional and all the theoretical concepts are applied within the exercises with the expected results, it may be considered a good practice for the CCNP ROUTE exam.

Note 6: For any GNS3 errors when opening/using the topology please refer to http://forum.gns3.net/.

Note 7: If you see the below error when loading the GNS3 topology, check the project's "config" folder to see if the router config files have the .cfg extension, and not .cfg.txt or any other extension.
Local configuration configs\Rx.cfg cannot be found for router Rx, use default base config instead.

Most of the theory in the following labs comes from CCNP ROUTE 642-902 Official Certification Guide, Wendell Odom, Cisco Press, which is a great source of information for the ROUTE exam.

The initial configurations of the routers (these configs will be maintained after each reload):

R1#show run
!
interface FastEthernet0/0
 ip address 131.0.0.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 121.0.0.1 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 142.0.0.1 255.255.255.252
 clock rate 2000000
!

R2#show run
!
interface FastEthernet0/0
 ip address 152.0.0.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 121.0.0.2 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 132.0.0.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!

R3#show run
!
interface FastEthernet0/0
 ip address 132.0.0.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 163.0.0.1 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 131.0.0.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!

R4#show run
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 142.0.0.2 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!

R5#show run
!
interface FastEthernet0/0
 ip address 152.0.0.2 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!

R6#show run
!
interface FastEthernet0/0
 ip address 10.0.0.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 163.0.0.2 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!

R7#show run
!
interface FastEthernet0/0
 ip address 10.0.0.2 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!

Saturday, July 27, 2013

CCNP ROUTE: Lab setup for EIGRP, OSPF, Path control


     The above diagram will be used for studying all EIGRP, OSPF and Path control concepts in the CCNP ROUTE 642-902 curriculum.
     This topology includes multi-area OSPF with Area 0 as the HQ backbone for the enterprise network and other OSPF areas or RIP/EIGRP domains acting like remote branches, partners or newly added companies.
     Graphical Network Simulator (GNS3 0.8.3) has been used to build this topology. All routers are Cisco 2691 series, running the c2691-adventerprisek9-mz.124-25c image.
     You can download this entire GNS3 CCNP lab (including the topology and configuration files for all routers) from HERE.
     All 13 routers in the topology are configured with IP addresses and are running routing protocols specific to their position in the diagram. All lab exercises will be based on these configurations, with a general reloading process after each excercise, so the settings made in one lab will not interact with those made in the next one. After each router reloading, all IP addresses and basic routing protocol settings will be automatically restored from the configuration files saved in the CCNP_ROUTE_lab folder. The Frame Relay switch is configured with the correct DLCI/port mappings so R9 can communicate with R10 and R11 if other problems do not exist in the topology. The Ethernet switches are using default VLAN 1.

Note 1: Loopback interfaces are by default advertised with a /32 mask. You can advertise them as usual networks by configuring each interface as a point-to-point link.

Note 2: The direct link between R4 and R5 belongs to the EIGRP domain.

Note 3: Do not forget to recalculate the IdlePC value for the routers once you start this lab in GNS3!

Note 4: Do not forget to edit the topology file (using a text editor) and modify the IOS path or other parameters according to your operating system and file locations!

Note 5: This topology and its related configuration can be improved in many ways, but since it is 100% functional and all the theoretical concepts are applied within the exercises with the expected results, it may be considered a good practice for the CCNP ROUTE exam.

Note 6: For any GNS3 errors when opening/using the topology please refer to http://forum.gns3.net/.

Note 7: If you see the below error when loading the GNS3 topology, check the project's "config" folder to see if the router config files have the .cfg extension, and not .cfg.txt or any other extension.
Local configuration configs\Rx.cfg cannot be found for router Rx, use default base config instead.

Most of the theory in the following labs comes from CCNP ROUTE 642-902 Official Certification Guide, Wendell Odom, Cisco Press, which is a great source of information for the ROUTE exam.

The initial configurations of the routers (these configs will be maintained after each reload):

1. Configuring OSPF on R1:
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 network 192.168.0.0 0.0.0.7 area 0
 network 192.168.0.12 0.0.0.3 area 0
 network 192.168.0.16 0.0.0.3 area 0
 network 192.168.0.20 0.0.0.3 area 0
 network 192.168.100.0 0.0.0.255 area 0

2. Configuring OSPF on R2:
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 area 1 stub
 network 192.168.0.0 0.0.0.7 area 0
 network 192.168.168.0 0.0.0.3 area 1

3. Configuring OSPF on R3:
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 network 192.168.0.0 0.0.0.7 area 0
 network 192.168.13.0 0.0.0.255 area 0

4. Configuring OSPF/EIGRP on R4:
router ospf 1
 router-id 4.4.4.4
 log-adjacency-changes
 network 192.168.0.12 0.0.0.3 area 0
router eigrp 1
 network 172.16.0.2 0.0.0.0
 network 172.16.0.12 0.0.0.3
 network 192.168.44.0
 no auto-summary

5. Configuring OSPF/EIGRP on R5:
router ospf 1
 router-id 5.5.5.5
 log-adjacency-changes
 network 192.168.0.16 0.0.0.3 area 0
router eigrp 1
 network 172.16.0.6 0.0.0.0
 network 172.16.0.12 0.0.0.3
 network 192.168.55.0
 no auto-summary

6. Configuring EIGRP on R6:
router eigrp 1
 passive-interface Loopback111 (does NOT SEND or RECEIVE Hello messages on that interface)
 network 172.16.0.0
 no auto-summary

7. Configuring EIGRP/RIP on R7:
router eigrp 1
 network 172.16.0.10 0.0.0.0
 no auto-summary
router rip
 version 2
 network 10.0.0.0

8. Configuring RIP on R8:
router rip
 version 2
 passive-interface Loopback200 (accepts RIP updates, but does NOT send RIP updates on that int)
 network 10.0.0.0
 no auto-summary

9. Configuring OSPF multiarea, Frame Relay maps & OSPF over Frame Relay point-to-multipoint non-broadcast on R9, R10, R11:

R9#show run | s interface Serial0/1.1
interface Serial0/1.1 multipoint
 ip address 10.0.1.1 255.255.255.248
 ip ospf network point-to-multipoint non-broadcast
 frame-relay map ip 10.0.1.2 102
 frame-relay map ip 10.0.1.3 103
R9#show run | s ospf              
 ip ospf network point-to-multipoint non-broadcast
router ospf 1
 router-id 9.9.9.9
 log-adjacency-changes
 area 3 nssa
 network 10.0.1.0 0.0.0.255 area 2
 network 192.168.0.20 0.0.0.3 area 0
 network 192.168.3.0 0.0.0.3 area 3
 neighbor 10.0.1.3
 neighbor 10.0.1.2

R10#show run | s interface Serial0/0.1
interface Serial0/0.1 multipoint
 ip address 10.0.1.2 255.255.255.248
 ip ospf network point-to-multipoint non-broadcast
 frame-relay map ip 10.0.1.1 201
 frame-relay map ip 10.0.1.3 201
R10#show run | s ospf              
 ip ospf network point-to-multipoint non-broadcast
router ospf 1
 router-id 10.10.10.10
 log-adjacency-changes
 network 10.0.1.0 0.0.0.255 area 2
 network 10.0.10.0 0.0.0.255 area 2
 neighbor 10.0.1.1

R11#show run | s interface Serial0/0.1
interface Serial0/0.1 multipoint
 ip address 10.0.1.3 255.255.255.248
 ip ospf network point-to-multipoint non-broadcast
 frame-relay map ip 10.0.1.1 301
 frame-relay map ip 10.0.1.2 301
R11#show run | s ospf              
 ip ospf network point-to-multipoint non-broadcast
router ospf 1
 router-id 11.11.11.11
 log-adjacency-changes
 network 10.0.1.0 0.0.0.255 area 2
 network 10.0.11.0 0.0.0.255 area 2
 neighbor 10.0.1.1

10. Configuring OSPF/RIP on R12:
router ospf 1
 router-id 12.12.12.12
 log-adjacency-changes
 area 3 nssa
 network 192.168.3.0 0.0.0.3 area 3
 network 192.168.33.0 0.0.0.255 area 3
router rip
 version 2
 passive-interface Loopback22
 passive-interface Loopback33
 network 192.168.22.0
 no auto-summary

11. Configuring OSPF on R13:
router ospf 1
 router-id 13.13.13.13
 log-adjacency-changes
 area 1 stub
 network 192.168.168.0 0.0.0.3 area 1
 network 192.168.169.0 0.0.0.255 area 1

Wednesday, April 23, 2014

CCNP ROUTE: LAB Setup for BGP


The above diagram will be used for studying all BGP concepts in the CCNP ROUTE 642-902 curriculum, plus CCIE topics like Route Reflectors and Confederations.
Graphical Network Simulator (GNS3 0.8.3) has been used to build this topology. All routers are Cisco 2691 series, running the c2691-adventerprisek9-mz.124-25c image.

You can download this entire GNS3 CCNP lab (including the topology and configuration files for all routers) from HERE.

All 13 routers in the topology are configured with IP addresses.

All lab exercises will be based on these configurations, with a general reloading process after each excercise, so the settings made in one lab will not interact with those made in the next one. After each router reloading, all IP addresses and basic routing protocol settings will be automatically restored from the configuration files saved in the CCNP_ROUTE_BGP_lab folder.

Note 1: Do not forget to recalculate the IdlePC value for the routers once you start this lab in GNS3!

Note 2: Do not forget to edit the topology file (using a text editor) and modify the IOS path or other parameters according to your operating system and file locations!

Note 3: This topology and its related configuration can be improved in many ways, but since it is 100% functional and all the theoretical concepts are applied within the exercises with the expected results, it may be considered a good practice for the CCNP ROUTE exam.

Note 4: R105, R106 and R107 will be configured later on.

Note 5: For any GNS3 errors when opening/using the topology please refer to http://forum.gns3.net/.

Note 6: If you see the below error when loading the GNS3 topology, check the project's "config" folder to see if the router config files have the .cfg extension, and not .cfg.txt or any other extension.
Local configuration configs\Rx.cfg cannot be found for router Rx, use default base config instead.

Most of the theory in the following labs comes from CCNP ROUTE 642-902 Official Certification Guide, Wendell Odom, Cisco Press, which is a great source of information for the ROUTE exam.

The initial configurations of the routers (these configs will be maintained after each reload):

R1#show run
!
interface FastEthernet0/0
 ip address 202.2.2.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 10.1.0.14 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 201.1.1.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 10.1.0.29 255.255.255.252
 clock rate 2000000
!
interface Serial0/2
 ip address 10.1.0.25 255.255.255.252
 clock rate 2000000
!
interface Serial0/3
 no ip address
 shutdown
 clock rate 2000000
!
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 network 10.1.0.0 0.0.0.255 area 0
!

R2#show run
!
interface FastEthernet0/0
 ip address 201.1.1.5 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 10.1.0.18 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 202.2.2.5 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 10.1.0.30 255.255.255.252
 clock rate 2000000
!
interface Serial0/2
 ip address 10.1.0.22 255.255.255.252
 clock rate 2000000
!
interface Serial0/3
 no ip address
 shutdown
 clock rate 2000000
!
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 network 10.1.0.0 0.0.0.255 area 0
!

R3#show run
!
interface FastEthernet0/0
 ip address 10.1.0.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 10.1.0.21 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
interface Serial0/2
 ip address 10.1.0.13 255.255.255.252
 clock rate 2000000
!
interface Serial0/3
 ip address 10.1.0.9 255.255.255.252
 clock rate 2000000
!
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 network 10.1.0.0 0.0.0.255 area 0
!

R4#show run
!
interface FastEthernet0/0
 ip address 10.1.0.6 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 10.1.0.26 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
interface Serial0/2
 ip address 10.1.0.17 255.255.255.252
 clock rate 2000000
!
interface Serial0/3
 ip address 10.1.0.10 255.255.255.252
 clock rate 2000000
!
router ospf 1
 router-id 4.4.4.4
 log-adjacency-changes
 network 10.1.0.0 0.0.0.255 area 0
!

R5#show run
!
interface Loopback10
 ip address 172.16.10.10 255.255.255.255
!
interface Loopback11
 ip address 172.16.11.11 255.255.255.255
!
interface Loopback12
 ip address 172.16.12.12 255.255.255.255
!
interface Loopback13
 ip address 172.16.13.13 255.255.255.255
!
interface Loopback14
 ip address 172.16.14.14 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.0.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 shutdown
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 10.1.0.5 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router ospf 1
 router-id 5.5.5.5
 log-adjacency-changes
 network 10.1.0.0 0.0.0.255 area 0
!

R101#show run
!
interface FastEthernet0/0
 ip address 201.1.1.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 114.1.1.1 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 201.1.1.6 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
interface Serial0/2
 no ip address
 shutdown
 clock rate 2000000
!
interface Serial0/3
 no ip address
 shutdown
 clock rate 2000000
!

R102#show run
!
interface FastEthernet0/0
 ip address 202.2.2.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 123.1.1.1 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 202.2.2.6 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!

R103#show run
!
interface FastEthernet0/0
 ip address 136.1.1.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 123.1.1.2 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 ip address 135.1.1.1 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
interface Serial0/2
 ip address 134.1.1.1 255.255.255.252
 clock rate 2000000
!
interface Serial0/3
 no ip address
 shutdown
 clock rate 2000000
!

R104#show run
!
interface Loopback40
 ip address 192.168.40.40 255.255.255.255
!
interface Loopback41
 ip address 192.168.41.41 255.255.255.255
!
interface Loopback42
 ip address 192.168.42.42 255.255.255.255
!
interface Loopback43
 ip address 192.168.43.43 255.255.255.255
!
interface Loopback44
 ip address 192.168.44.44 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!        
interface Serial0/0
 ip address 134.1.1.2 255.255.255.252
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 114.1.1.2 255.255.255.252
 clock rate 2000000
!