Sie sind auf Seite 1von 4

CONFIGURACIÓN DE RIP CON DHCP CISCO

REDES
RED A RED B RED C RED D
100.100.0.0 192.168.0.0 10.0.0.0 189.100.0.0
====================================================
= ROUTER 0 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.1 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 100.100.0.1 255.255.255.0
exit
interface loopback 1
ip address 1.1.1.1 255.255.255.255
no shutdown
exit
ip dhcp excluded-address 100.100.0.1 100.100.0.100
ip dhcp pool red1
network 100.100.0.1 255.255.255.0
default-router 1.1.1.1
dns-server 8.8.8.8
exit
router rip
version 1
network 100.100.0.0
network 1.0.0.1
exit
====================================================
= ROUTER 1 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.2 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 1.0.0.5 255.255.255.252
exit
interface GigabitEthernet0/2
no shutdown
ip address 1.0.0.9 255.255.255.252
exit
router rip
version 1
network 1.0.0.0
exit

====================================================
= ROUTER 2 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.6 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 192.168.0.1 255.255.255.0
exit
interface loopback 1
ip address 1.1.1.1 255.255.255.255
no shutdown
exit
ip dhcp excluded-address 192.168.0.1 192.168.0.100
ip dhcp pool red1
network 192.168.0.1 255.255.255.0
default-router 1.1.1.1
dns-server 8.8.8.8
exit
router rip
version 1
network 192.168.0.0
network 1.0.0.6
exit
====================================================
= ROUTER 3 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.10 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 1.0.0.13 255.255.255.252
exit
router rip
version 1
network 1.0.0.0
exit

====================================================
= ROUTER 4 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.14 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 1.0.0.17 255.255.255.252
exit
interface GigabitEthernet0/2
no shutdown
ip address 1.0.0.21 255.255.255.252
exit
router rip
version 1
network 1.0.0.0
exit
====================================================
= ROUTER 5 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.18 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 10.0.0.1 255.255.255.0
exit
interface loopback 1
ip address 1.1.1.1 255.255.255.255
no shutdown
exit
ip dhcp excluded-address 10.0.0.1 10.0.0.100
ip dhcp pool red1
network 10.0.0.1 255.255.255.0
default-router 1.1.1.1
dns-server 8.8.8.8
exit
router rip
version 1
network 10.0.0.0
network 1.0.0.0
exit

====================================================
= ROUTER 6 =
====================================================
enable
configure terminal
interface GigabitEthernet0/0
no shutdown
ip address 1.0.0.22 255.255.255.252
exit
interface GigabitEthernet0/1
no shutdown
ip address 189.100.0.0 255.255.255.0
exit
interface loopback 1
ip address 1.1.1.1 255.255.255.255
no shutdown
exit
ip dhcp excluded-address 189.100.0.1 189.100.0.100
ip dhcp pool red1
network 189.100.0.1 255.255.255.0
default-router 1.1.1.1
dns-server 8.8.8.8
exit
router rip
version 1
network 189.100.0.0
network 1.0.0.0
exit

Das könnte Ihnen auch gefallen