EL ROUTER DEBERÁ TENER LA SIGUIENTE CONFIGURACIÓN
Router > enable
Router # configure terminal
Router (config) # interface fastethernet 0/0
Router (config-if) # ip address 172.16.1.1 255.255.255.0
Router (config-if) # description red local Router
Router (config-if) # no shutdown
Router (config-if) # exit
Router (config) # exit
Router # copy running-config startup-config
CONFIGURACIÓN DEL SERVIDOR DHCP
Router > enable
Router # configure terminal
Router (config) # ip dhcp pool red_local
Router (dhcp-config) # network 172.16.1.0 255.255.255.0
Router (dhcp-config) # default-router 172.16.1.1
Router (dhcp-config) # dns-server 192.168.1.255
Router (dhcp-config) # exit
Router (config) # exit
Router # copy running-config startup-config
EXCLUIR LAS DIRECCIONES IP QUE NO QUERAMOS QUE SE DIVULGUEN AUTOMÁTICAMENTE
Router > enable
Router # configure terminal
Router (config) # ip dhcp excluded-address 172.16.1.0
Router (config) # ip dhcp excluded-address 172.16.1.1
Router (config) # ip dhcp excluded-address 172.16.1.255
Router (config) # exit
Router # copy running-config startup-config
No hay comentarios:
Publicar un comentario