0% found this document useful (0 votes)
59 views2 pages

Program

The document shows the configuration of interfaces, IP addresses, routing protocols and DHCP on a router. The router's Serial 2/0 and FastEthernet 0/1 interfaces are configured with IP addresses and EIGRP routing. A DHCP pool is configured but is returning address conflicts, so the FastEthernet IP address is changed and the DHCP pool is updated.

Uploaded by

Ayu Estiningsih
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views2 pages

Program

The document shows the configuration of interfaces, IP addresses, routing protocols and DHCP on a router. The router's Serial 2/0 and FastEthernet 0/1 interfaces are configured with IP addresses and EIGRP routing. A DHCP pool is configured but is returning address conflicts, so the FastEthernet IP address is changed and the DHCP pool is updated.

Uploaded by

Ayu Estiningsih
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Router>en

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int se2/0
Router(config-if)#128.100.1.1 25.25.0.0
^
% Invalid input detected at '^' marker.
Router(config-if)#ip add 128.100.1.1 25.25.0.0
Bad mask 0x19190000 for address 128.100.1.1
Router(config-if)#ex
Router(config)#int se2/0
Router(config-if)#ip add 128.68.0.1 255.255.0.0
Router(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to down


Router(config-if)#ex
Router(config)#int fa0/0
Router(config-if)#192.168.1.1 255.255.255.0
^
% Invalid input detected at '^' marker.
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no sh

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

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#ex
Router(config)#ip dhcp pool
% Incomplete command.
Router(config)#ip dhcp pool router
Router(dhcp-config)#netdwork 192.168.1.0 255.255.255.0
^
% Invalid input detected at '^' marker.
Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#ex
Router(config)#router eigrp 15
Router(config-router)#net 128.68.0.0
Router(config-router)#net 192.168.1.0
Router(config-router)#ex
Router(config)#
%DUAL-5-NBRCHANGE: IP-EIGRP 15: Neighbor 128.68.1.1 (Serial2/0) is up: new adjacency
%DHCPD-4-PING_CONFLICT: DHCP address conflict: server pinged 192.168.1.1.
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int se2/0
Router(config-if)#ip add 128.68.1.1 255.255.0.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#ex
Router(config)#int fa0/0
Router(config-if)#ip add 192.168.2.1 255.255.255.0
Router(config-if)#no sh

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)#ex
Router(config)#ip dhcp pool router
Router(dhcp-config)#network 192.168.2.0 255.255.255.0
Router(dhcp-config)#defaulf-router 192.168.2.1
^
% Invalid input detected at '^' marker.
Router(dhcp-config)#default-router 192.168.2.1
Router(dhcp-config)#ex
Router(config)#router eigrp 15
Router(config-router)#net 128.68.0.0
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 15: Neighbor 128.68.0.1 (Serial2/0) is up: new adjacency

Router(config-router)#net 192.168.2.0
Router(config-router)#ex
Router(config)#ip dhcp pool router
Router(dhcp-config)#network 192.168.2.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.2.1
Router(dhcp-config)#ex
Router(config)#router eigrp 15
Router(config-router)#net 128.68.0.0
Router(config-router)#net 192.168.2.0
Router(config-router)#ex
Router(config)#%DHCPD-4-PING_CONFLICT: DHCP address conflict: server pinged
192.168.2.1.

You might also like