DHCP Eigrp Commands
DHCP Eigrp Commands
R1(config)#
R1(config)#
R1(config)#interface fa0/0
R1(config-if)#ip address 2.2.2.62 255.255.255.192
R1(config-if)#no shut
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R1(config-if)#int s0/0/0
R1(config-if)#ip add 2.2.2.85 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no shut
R2(config)#int s0/0/0
R2(config-if)#ip add 2.2.2.86 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
R2(config-if)#int fa0/0
R2(config-if)#ip add 2.2.2.82 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R2(config-if)#int s0/0/1
R2(config-if)#ip add 2.2.2.90 255.255.255.252
R2(config-if)#clock rate 64000
R2(config-if)#no shut
Router(config)#hostname R3
R3(config)#
R3(config)#
R3(config)#
R3(config)#int s0/0/0
R3(config-if)#ip add 2.2.2.89 255.255.255.252
R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R3(config-if)#
R3(config-if)#int
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
^
% Invalid input detected at '^' marker.
R3(config-if)#int fa0/0
R3(config-if)#ip add 2.2.2.78 255.255.255.240
R3(config-if)#no shutdown
R3(config)#router eigrp 12
R3(config-router)#no auto-summary
R3(config-router)#network 2.2.2.88 255.255.255.252
R3(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 12: Neighbor 2.2.2.90 (Serial0/0/0) is up: new adjacency
DHCP server configuration for the network C (using R2 as the DHCP server)
R2(config)#ip dhcp pool RemoteRoute
R2(dhcp-config)#network 2.2.2.64 255.255.255.240
R2(dhcp-config)#default-router 2.2.2.78
R2(dhcp-config)#dns-server 2.2.2.67
R2(dhcp-config)#ip dhcp excluded-address 2.2.2.67
R3(config)#interface fa0/0
R3(config-if)#ip helper-address 2.2.2.90