EDMONTON
--- System Configuration Dialog ---
--- System Configuration Dialog ---
Continue with configuration dialog?
[yes/no]: no
Press RETURN to get started!
Router>ena
Router#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
Router(config)#hostname Edmonton
Edmonton(config)#int fa0/0
Edmonton(config-if)#ip add
172.16.10.1 255.255.255.0
Edmonton(config-if)#no shut
%LINK-5-CHANGED: Interface
FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol
on Interface FastEthernet0/0, changed state to up
Edmonton(config-if)#exit
Edmonton(config)#int fa1/0
Edmonton(config-if)#ip add
172.16.20.1 255.255.255.0
Edmonton(config-if)#no shut
%LINK-5-CHANGED: Interface
FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol
on Interface FastEthernet1/0, changed state to up
Edmonton(config-if)#exit
Edmonton(config)#int se2/0
Edmonton(config-if)#ip add
172.16.30.1 255.255.255.0
Edmonton(config-if)#no shut
%LINK-5-CHANGED: Interface
Serial2/0, changed state to down
Edmonton(config-if)#exit
Edmonton(config)#router eigrp 10
Edmonton(config-router)#network
172.16.10.0 0.0.0.255
Edmonton(config-router)#network
172.16.20.0 0.0.0.255
Edmonton(config-router)#network
172.16.30.0 0.0.0.255
Edmonton(config-router)#exit
Edmonton(config)#exit
%SYS-5-CONFIG_I: Configured from
console by console
Edmonton#