
Router>
Router>
Router>
Router>
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#ena se c1
R1(config)#line vty 0 4
R1(config-line)#pass c2
R1(config-line)#int eth 0
R1(config-if)#ip add 192.168.1.1 255.255.255.0
R1(config-if)#no shut
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
R1(config-if)#int se 0
R1(config-if)#ip add 10.0.0.1 255.0.0.0
R1(config-if)#no shut
%LINK-3-UPDOWN: Interface Serial0, changed state to up
%LINK-3-UPDOWN: Interface Serial0, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
R1(config-if)#end
R1#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]