You are on page 1of 3

Router>enable

Router#config te
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname CD
CD(config)#username CD password
CD(config)#int s0/1/0
CD(config-if)#ip add
CD(config-if)#ip address 15.15.15.2 255.255.255.252
CD(config-if)#no shut
CD(config-if)#no shutdown

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


CD(config-if)#clock rate 250000
CD(config-if)#encapsulation ppp
CD(config-if)#ppp authentication chap
CD(config-if)#end
CD#
%SYS-5-CONFIG_I: Configured from console by console

CI>enable
CI#config term
CI#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
CI(config)#username CI password adriana
CI(config)#int s0/1/0
CI(config-if)#ip address 14.14.14.2 255.255.255.252
CI(config-if)#no shut
CI(config-if)#no shutdown

CI(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

CI(config-if)#encapsulation ppp
CI(config-if)#ppp authentication pap
CI(config-if)#ppp pap sent-username CI password adriana
PPP: Warning: You have chosen a username/password combination that
is valid for CHAP. This is a potential security hole.
CI(config-if)#end
CI#
%SYS-5-CONFIG_I: Configured from console by console
CB>enable
CB#config t
CB#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
CB(config)#int s0/1/1
CB(config-if)#ip address 15.15.15.1 255.255.255.252
CB(config-if)#no shut
CB(config-if)#no shutdown

CB(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up

CB(config-if)#end
CB#
%SYS-5-CONFIG_I: Configured from console by console

CB#username CD password adriana


^
% Invalid input detected at '^' marker.
CB#config term
CB#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
CB(config)#username CD password adriana
CB(config)#username CI password adriana
CB(config)#int s0/1/1
CB(config-if)#encapsulation ppp
CB(config-if)#ppp authentication chap
CB(config-if)#end
CB#
%SYS-5-CONFIG_I: Configured from console by console

CB#config ter
CB#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
CB(config)#int s0/1/0
CB(config-if)#ip addres
CB(config-if)#ip address 14.14.14.1 255.255.255.252
CB(config-if)#no shut
CB(config-if)#no shutdown

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


CB(config-if)#encapsulation ppp
CB(config-if)#ppp authentication pap
CB(config-if)#end
CB#
%SYS-5-CONFIG_I: Configured from console by console
CB#config t
CB#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
CB(config)#int s0/1/0
CB(config-if)#ppp pap sent-username CB password adriana
CB(config-if)#end
CB#
%SYS-5-CONFIG_I: Configured from console by console

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

You might also like