PRACTICA 4
SERVER HTTP
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
exit
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shut doun
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#ip dchcp exclude-address 192.168.10.1 192.168.10.10
^
% Invalid input detected at '^' marker.
Router(config)#ip dhcp exclude-address 192.168.10.1 192.168.10.10
^
% Invalid input detected at '^' marker.
Router(config)#ip dhcp excluded-address 192.168.10.1 192.168.10.10
Router(config)#ip dhcp pool lan1
Router(dhcp-config)#network 192.168.10.0 255.255.255.0
Router(dhcp-config)#defaul- router 192.168.10.0
^
% Invalid input detected at '^' marker.
Router(dhcp-config)#default- router 192.168.10.0
Router(dhcp-config)#dns-server 192.168.10.2
Router(dhcp-config)#exit
Router(config)#ip dhcp exclude-address 192.168.20.1 192.168.20.10
^
% Invalid input detected at '^' marker.
Router(config)#ip dhcp pool lan2
Router(dhcp-config)#network 192.168.20.0 255.255.255.0
Router(dhcp-config)#default- router 192.168.20.1
Router(dhcp-config)#dns-server 192.168.20.2
Router(dhcp-config)#exit
Router(config)#ip dhcp pool lan1
Router(dhcp-config)#network 192.168.10.0 255.255.255.0
Router(dhcp-config)#default- router 192.168.10.1
Router(dhcp-config)#dns-server 192.168.10.2
Router(dhcp-config)#exit
Router(config)#}%DHCPD-4-PING_ CONFLICT: DHCP address conflict: server pinged 192.168.20.1.
%DHCPD-4-PING_CONFLICT: DHCP address conflict: server pinged 192.168.20.2.
^
% Invalid input detected at '^' marker.
Router(config)#ip dhcp pool lan 2
^
% Invalid input detected at '^' marker.
Router(config)#ip dhcp pool lan2
Router(dhcp-config)#dns-server 192.168.10.2
Router(dhcp-config)#exit
Router(config)#%DHCPD-4-PING_ CONFLICT: DHCP address conflict: server pinged 192.168.20.2.
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show runing
^
% Invalid input detected at '^' marker.
Router#show rruning
^
% Invalid input detected at '^' marker.
Router#show runing/config
^
% Invalid input detected at '^' marker.
Router#show runing/connfig
^
% Invalid input detected at '^' marker.
Router#show runing-connfig
^
% Invalid input detected at '^' marker.
Router#show runing-config
^
% Invalid input detected at '^' marker.
Router#show running-config
Building configuration...
Current configuration : 847 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.10
!
ip dhcp pool lan1
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 192.168.10.2
ip dhcp pool lan2
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
dns-server 192.168.10.2
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.20.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

No hay comentarios:
Publicar un comentario