Difference between revisions of "Galaxy Network - Configurations"

From Teknologisk videncenter
Jump to: navigation, search
(Amidala)
m (Device Configuration)
Line 217: Line 217:
 
  no auto-summary
 
  no auto-summary
 
!
 
!
 +
ip classless
 +
ip http server
 +
!
 +
!
 +
!
 +
control-plane
 +
!
 +
!
 +
line con 0
 +
password TK421
 +
login
 +
line vty 0 4
 +
password TK421
 +
login
 +
line vty 5 15
 +
password TK421
 +
login
 +
!
 +
!
 +
end</pre>
 +
 +
===Anakin===
 +
<pre>version 12.2
 +
no service pad
 +
service timestamps debug uptime
 +
service timestamps log uptime
 +
no service password-encryption
 +
!
 +
hostname Anakin
 +
!
 +
enable secret 5 $1$x4ON$P.Qp9B.FzqkqjBb3Z4Bza/
 +
!
 +
no aaa new-model
 +
no ip subnet-zero
 +
ip routing
 +
!
 +
ip host Amidala 192.168.45.1
 +
ip host Anakin 192.168.45.5
 +
ip host QuiGon 192.168.45.9
 +
ip host ObiWan 192.168.45.13
 +
ip host Palpatine 192.168.45.17
 +
ip host Yoda 192.168.45.29
 +
ip host MaceWindu 192.168.45.33
 +
ip host Luke 192.168.45.37
 +
ip host Leia 192.168.45.41
 +
ip host R2D2 192.168.45.45
 +
ip host C3PO 192.168.45.49
 +
ip host HanSolo 192.168.45.53
 +
ip host Chewbacca 192.168.45.57
 +
!
 +
!
 +
!
 +
no file verify auto
 +
spanning-tree mode pvst
 +
spanning-tree extend system-id
 +
!       
 +
vlan internal allocation policy ascending
 +
!
 +
!
 +
interface Loopback0
 +
ip address 192.168.45.5 255.255.255.252
 +
!
 +
interface Port-channel1
 +
description "Trunk to Amidala"
 +
switchport trunk encapsulation dot1q
 +
switchport mode trunk
 +
switchport nonegotiate
 +
!
 +
interface FastEthernet0/1
 +
description "Trunk link to Amidala"
 +
switchport trunk encapsulation dot1q
 +
switchport mode trunk
 +
switchport nonegotiate
 +
channel-group 1 mode active
 +
!
 +
interface FastEthernet0/2
 +
description "Trunk link to Amidala"
 +
switchport trunk encapsulation dot1q
 +
switchport mode trunk
 +
switchport nonegotiate
 +
channel-group 1 mode active
 +
!
 +
interface FastEthernet0/3
 +
description "Routed link to Luke"
 +
no switchport
 +
ip address 192.168.254.5 255.255.255.252
 +
!
 +
interface FastEthernet0/4
 +
description "Routed link to Leia"
 +
no switchport
 +
no ip address
 +
!
 +
interface FastEthernet0/5
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/6
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/7
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/8
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/9
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/10
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/11
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/12
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/13
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/14
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/15
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/16
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/17
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/18
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/19
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/20
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface FastEthernet0/21
 +
description "Routed link to R4 aka. sky"
 +
no switchport
 +
ip address 172.16.10.2 255.255.255.252
 +
!
 +
interface FastEthernet0/22
 +
description "Routed link to Palpatine"
 +
no switchport
 +
ip address 192.168.254.25 255.255.255.252
 +
!
 +
interface FastEthernet0/23
 +
description "Routed link to Mace Windu"
 +
no switchport
 +
ip address 192.168.254.13 255.255.255.252
 +
!
 +
interface FastEthernet0/24
 +
description "Routed link to Obi-Wan"
 +
no switchport
 +
ip address 192.168.254.33 255.255.255.252
 +
!
 +
interface GigabitEthernet0/1
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface GigabitEthernet0/2
 +
switchport access vlan 85
 +
switchport mode access
 +
switchport nonegotiate
 +
shutdown
 +
!
 +
interface Vlan1
 +
no ip address
 +
!
 +
router eigrp 1337
 +
network 192.168.45.4 0.0.0.3
 +
network 192.168.254.0 0.0.0.3
 +
network 192.168.254.4 0.0.0.3
 +
network 192.168.254.12 0.0.0.3
 +
network 192.168.254.24 0.0.0.3
 +
network 192.168.254.32 0.0.0.3
 +
no auto-summary
 +
!     
 
ip classless
 
ip classless
 
ip http server
 
ip http server

Revision as of 10:08, 26 May 2009

Device Configuration

Amidala

version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Amidala
!
enable secret 5 $1$dj0q$ueEszuJUaytuQgjBnB7ei.
!
no aaa new-model
!

shutdown vlan 85

no ip subnet-zero
ip routing
!
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
!
!         
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
vlan dot1q tag native 
!
!
interface Loopback0
 ip address 192.168.45.1 255.255.255.252
!
interface Port-channel1
 description Etherchannel to Anakin
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!
interface FastEthernet0/1
 description "Trunk link to Anakin, part of port-group 1"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/2
 description "Trunk link to Anakin, part of port-group 1"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/3
 description "Routed link to Leia"
 no switchport
 ip address 192.168.254.9 255.255.255.252
!
interface FastEthernet0/4
 description "Routed link to Luke"
 no switchport
 ip address 192.168.254.37 255.255.255.252
!
interface FastEthernet0/5
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown 
!
interface FastEthernet0/6
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/7
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/8
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/9
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/10
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/11
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/12
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/13
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/14
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/15
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/16
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/17
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/18
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/19
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/20
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface FastEthernet0/21
 description "Routed link to R7"
 no switchport
 ip address 172.16.10.6 255.255.255.252
!
interface FastEthernet0/22
 description "Routed link to HanSolo"
 no switchport
 ip address 192.168.254.21 255.255.255.252
!
interface FastEthernet0/23
 description "Routed link to MaceWindu"
 no switchport
 ip address 192.168.254.17 255.255.255.252
!
interface FastEthernet0/24
 description "Routed link to QuiGon"
 no switchport
 ip address 192.168.254.29 255.255.255.252
!
interface GigabitEthernet0/1
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface GigabitEthernet0/2
 switchport access vlan 85
 switchport trunk native vlan 85
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
!
router eigrp 1337
 network 192.168.45.0 0.0.0.3
 network 192.168.254.8 0.0.0.3
 network 192.168.254.16 0.0.0.3
 network 192.168.254.20 0.0.0.3
 network 192.168.254.28 0.0.0.3
 network 192.168.254.36 0.0.0.3
 no auto-summary
!
ip classless
ip http server
!
!
!
control-plane
!
!
line con 0
 password TK421
 login
line vty 0 4
 password TK421
 login
line vty 5 15
 password TK421
 login
!
!
end

Anakin

version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Anakin
!
enable secret 5 $1$x4ON$P.Qp9B.FzqkqjBb3Z4Bza/
!
no aaa new-model
no ip subnet-zero
ip routing
!
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!         
vlan internal allocation policy ascending
!
!
interface Loopback0
 ip address 192.168.45.5 255.255.255.252
!
interface Port-channel1
 description "Trunk to Amidala"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!
interface FastEthernet0/1
 description "Trunk link to Amidala"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/2
 description "Trunk link to Amidala"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/3
 description "Routed link to Luke"
 no switchport
 ip address 192.168.254.5 255.255.255.252
!
interface FastEthernet0/4
 description "Routed link to Leia"
 no switchport
 no ip address
!
interface FastEthernet0/5
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/6
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/7
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/8
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/9
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/10
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/11
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/12
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/13
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/14
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/15
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/16
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/17
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/18
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/19
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/20
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface FastEthernet0/21
 description "Routed link to R4 aka. sky"
 no switchport
 ip address 172.16.10.2 255.255.255.252
!
interface FastEthernet0/22
 description "Routed link to Palpatine"
 no switchport
 ip address 192.168.254.25 255.255.255.252
!
interface FastEthernet0/23
 description "Routed link to Mace Windu"
 no switchport
 ip address 192.168.254.13 255.255.255.252
!
interface FastEthernet0/24
 description "Routed link to Obi-Wan"
 no switchport
 ip address 192.168.254.33 255.255.255.252
!
interface GigabitEthernet0/1
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown
!
interface GigabitEthernet0/2
 switchport access vlan 85
 switchport mode access
 switchport nonegotiate
 shutdown 
!
interface Vlan1
 no ip address
!
router eigrp 1337
 network 192.168.45.4 0.0.0.3
 network 192.168.254.0 0.0.0.3
 network 192.168.254.4 0.0.0.3
 network 192.168.254.12 0.0.0.3
 network 192.168.254.24 0.0.0.3
 network 192.168.254.32 0.0.0.3
 no auto-summary
!       
ip classless
ip http server
!
!
!
control-plane
!
!
line con 0
 password TK421
 login
line vty 0 4
 password TK421
 login
line vty 5 15
 password TK421
 login
!
!
end

Leia

Current configuration : 3609 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Leia
!
enable secret 5 $1$ArdK$j.pDKhixVYSxRNU4IaSYI0
!
ip subnet-zero
ip routing
!
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
interface Loopback0
 ip address 192.168.45.41 255.255.255.252
!
interface Port-channel1
 description "Trun link to Luke"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!
interface Port-channel2
 description "Trunk link to R2D2"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!
interface FastEthernet0/1
 description "Trunk link to R2D2"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface FastEthernet0/2
 description "Trunk link to R2D2"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface FastEthernet0/3
 description "Routed link to Amadala"
 no switchport
 ip address 192.168.254.10 255.255.255.252
!
interface FastEthernet0/4
 description "Routed link to Anakin"
 no switchport
 ip address 192.168.254.2 255.255.255.252
!
interface FastEthernet0/5
 switchport mode access
 shutdown
!
interface FastEthernet0/6
 switchport mode access
 shutdown
!
interface FastEthernet0/7
 switchport mode access
 shutdown
!
interface FastEthernet0/8
 switchport mode access
 shutdown
!
interface FastEthernet0/9
 switchport mode access
 shutdown 
!
interface FastEthernet0/10
 switchport mode access
 shutdown
!
interface FastEthernet0/11
 switchport mode access
 shutdown
!
interface FastEthernet0/12
 switchport mode access
 shutdown
!
interface FastEthernet0/13
 switchport mode access
 shutdown
!
interface FastEthernet0/14
 switchport mode access
 shutdown
!
interface FastEthernet0/15
 switchport mode access
 shutdown
!
interface FastEthernet0/16
 switchport mode access
 shutdown
!
interface FastEthernet0/17
 switchport mode access
 shutdown
!
interface FastEthernet0/18
 switchport mode access
 shutdown
!
interface FastEthernet0/19
 switchport mode access
 shutdown
!
interface FastEthernet0/20
 switchport mode access
 shutdown
!
interface FastEthernet0/21
 switchport mode access
 shutdown
!
interface FastEthernet0/22
 switchport mode access
 shutdown
!
interface FastEthernet0/23
 description "Trun link to Luke"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/24
 description "Trun link to Luke"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface GigabitEthernet0/1
 switchport mode access
 shutdown
!
interface GigabitEthernet0/2
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 1337
 network 172.42.20.0 0.0.0.255
 network 192.168.45.41 0.0.0.3
 network 192.168.200.0 0.0.0.255
 network 192.168.254.0 0.0.0.3
 network 192.168.254.8 0.0.0.3
 no auto-summary
 no eigrp log-neighbor-changes
!
ip classless
ip http server
!
!         
!
line con 0
 password TK421
 login
line vty 0 4
 password TK421
 login
line vty 5 15
 password TK421
 login
!
end

Luck

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Luke
!
enable secret 5 $1$Hc8F$dfeuSQB5eDJBmbuvI/LR8/
!
ip subnet-zero
ip routing
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
!
!
interface Loopback0
 ip address 192.168.45.37 255.255.255.252
!
interface Port-channel1
 description "Trunk like to Leia"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
!
interface Port-channel2
 description "Routed link to C3PO"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
!
interface FastEthernet0/1
 description "Routed link to C3PO"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
!
interface FastEthernet0/2
 description "Routed link to C3PO"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
!
interface FastEthernet0/3
 description "Routed link to Anakin"
 no switchport
 ip address 192.168.254.6 255.255.255.252
!
interface FastEthernet0/4
 description "Routed link to Amadala"
 no switchport
 ip address 192.168.254.38 255.255.255.252
!
interface FastEthernet0/5
 no ip address
 shutdown
!
interface FastEthernet0/6
 no ip address
 shutdown
!
interface FastEthernet0/7
 no ip address
 shutdown
!
interface FastEthernet0/8
 no ip address
 shutdown
!         
interface FastEthernet0/9
 no ip address
 shutdown
!
interface FastEthernet0/10
 no ip address
 shutdown
!
interface FastEthernet0/11
 no switchport
 no ip address
 shutdown
!
interface FastEthernet0/12
 no switchport
 no ip address
 shutdown
!
interface FastEthernet0/13
 no ip address
 shutdown
!
interface FastEthernet0/14
 no ip address
 shutdown
!
interface FastEthernet0/15
 no ip address
 shutdown
!
interface FastEthernet0/16
 no ip address
 shutdown
!
interface FastEthernet0/17
 no ip address
 shutdown
!
interface FastEthernet0/18
 no ip address
 shutdown
!
interface FastEthernet0/19
 no ip address
 shutdown
!         
interface FastEthernet0/20
 no ip address
 shutdown
!
interface FastEthernet0/21
 no ip address
 shutdown
!
interface FastEthernet0/22
 no ip address
 shutdown
!
interface FastEthernet0/23
 description "Trunk like to Leia"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
 channel-group 1 mode active
!
interface FastEthernet0/24
 description "Trunk like to Leia"
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 no ip address
 channel-group 1 mode active
!
interface GigabitEthernet0/1
 no ip address
 shutdown
!
interface GigabitEthernet0/2
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 1337
 network 172.42.20.0 0.0.0.255
 network 192.168.45.37 0.0.0.3
 network 192.168.200.0 0.0.0.255
 network 192.168.254.4 0.0.0.3
 network 192.168.254.36 0.0.0.3
 no auto-summary
 no eigrp log-neighbor-changes
!
ip classless
ip http server
!
!
!
line con 0
 password TK421
 login
line vty 0 4
 password TK421
 login
line vty 5 15
 password TK421
 login
!
end

R2D2

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2D2
!
enable secret 5 $1$GHg2$t1JqTjo2QqfXM4cqsIcwP.
!
ip subnet-zero
!
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface Port-channel1
 description "Trunk like to Leia"
 switchport mode trunk
 switchport nonegotiate
 flowcontrol send off
!
interface Port-channel2
 description "Trunk like to C3PO"
 switchport mode trunk
 switchport nonegotiate
!
interface FastEthernet0/1
 description "Trunk like to Leia"
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/2
 description "Trunk like to Leia"
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!         
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
 description "Trunk like to C3PO"
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface GigabitEthernet0/2
 description "Trunk like to C3PO"
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface Vlan1
 no ip address
 no ip route-cache
!
interface Vlan45
 ip address 192.168.45.45 255.255.255.252
 no ip route-cache
!
ip http server
!
line con 0
 password TK421
 login    
line vty 0 4
 password TK421
 login
line vty 5 15
 password TK421
 login
!
!
end

C3PO

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C3PO
!
enable secret 5 $1$od.m$3Bx8JZQ25N7UfYWJYbrYh0
!
ip subnet-zero
!
ip host Amidala 192.168.45.1
ip host Anakin 192.168.45.5
ip host QuiGon 192.168.45.9
ip host ObiWan 192.168.45.13
ip host Palpatine 192.168.45.17
ip host Yoda 192.168.45.29
ip host MaceWindu 192.168.45.33
ip host Luke 192.168.45.37
ip host Leia 192.168.45.41
ip host R2D2 192.168.45.45
ip host C3PO 192.168.45.49
ip host HanSolo 192.168.45.53
ip host Chewbacca 192.168.45.57
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface Port-channel1
 description "Trunk Like to Luke"
 switchport mode trunk
 switchport nonegotiate
 flowcontrol send off
!
interface Port-channel2
 description "Trunk like to R2D2"
 switchport mode trunk
 switchport nonegotiate
!
interface FastEthernet0/1
 description "Trunk Like to Luke"
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/2
 description "Trunk Like to Luke"
 switchport mode trunk
 switchport nonegotiate
 channel-group 1 mode active
!
interface FastEthernet0/3
!         
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
 description "Trunk like to R2D2"
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface GigabitEthernet0/2
 description "Trunk like to R2D2"
 switchport mode trunk
 switchport nonegotiate
 channel-group 2 mode active
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
interface Vlan45
 ip address 192.168.45.49 255.255.255.252
 no ip route-cache
!
ip http server
!
line con 0
 password TK421
 login
line vty 0 4
 password TK421
 login    
line vty 5 15
 password TK421
 login
!
!
end