0% found this document useful (0 votes)
24 views3 pages

DHCP Eigrp Commands

Uploaded by

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

DHCP Eigrp Commands

Uploaded by

woyecex875
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Router(config)#hostname R1

R1(config)#
R1(config)#
R1(config)#interface fa0/0
R1(config-if)#ip address [Link] [Link]
R1(config-if)#no shut

R1(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

R1(config-if)#int s0/0/0
R1(config-if)#ip add [Link] [Link]
R1(config-if)#clock rate 64000
R1(config-if)#no shut

R2(config)#int s0/0/0
R2(config-if)#ip add [Link] [Link]
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 [Link] [Link]
R2(config-if)#no shutdown
R2(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

R2(config-if)#int s0/0/1
R2(config-if)#ip add [Link] [Link]
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 [Link] [Link]
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 [Link] [Link]
R3(config-if)#no shutdown

Routing Configuration (EIGRP)


R1(config)#router eigrp 12
R1(config-router)#no auto-summary
R1(config-router)#network [Link] [Link]
R1(config-router)#network [Link] [Link]
R1(config-router)#
R2(config)#router eigrp 12
R2(config-router)#no auto-summary
R2(config-router)#network [Link] [Link]
R2(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 12: Neighbor [Link] (Serial0/0/0) is up: new adjacency

R2(config-router)#network [Link] [Link]


R2(config-router)#network [Link] [Link]

R3(config)#router eigrp 12
R3(config-router)#no auto-summary
R3(config-router)#network [Link] [Link]
R3(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 12: Neighbor [Link] (Serial0/0/0) is up: new adjacency

R3(config-router)#network [Link] [Link]


DHCP Server configuration for the Network a (using R1 as the DHCP server)
R1(config)#ip dhcp pool OnlineClass
R1(dhcp-config)#network [Link] [Link]
R1(dhcp-config)#default-router [Link]
R1(dhcp-config)#dns-server [Link]
R1(dhcp-config)#ip dhcp excluded-address [Link] [Link]

DHCP server configuration for the network C (using R2 as the DHCP server)
R2(config)#ip dhcp pool RemoteRoute
R2(dhcp-config)#network [Link] [Link]
R2(dhcp-config)#default-router [Link]
R2(dhcp-config)#dns-server [Link]
R2(dhcp-config)#ip dhcp excluded-address [Link]
R3(config)#interface fa0/0
R3(config-if)#ip helper-address [Link]

You might also like