You are on page 1of 3

ROUTER 1

Router>ena
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fast 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown

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

Router(config-if)#exit
Router(config)#interface serial 2/0
Router(config-if)#ip address 162.168.1.1 255.255.0.0
Router(config-if)#no shutdown

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


Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#

ROUTER 2
Router>ENA
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fast
% Incomplete command.
Router(config)#interface fast 0/0
Router(config-if)#ip address 220.168.1.1 255.255.255.0
Router(config-if)#no shutgown
^
% Invalid input detected at '^' marker.
Router(config-if)#no shutdown

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

Router(config-if)#exit
Router(config)#interface serial 0/0
%Invalid interface type and number
Router(config)#interface serial 2/0
Router(config-if)#ip address 162.168.1.2 255.255.0.0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#exit
Router(config)#rxit
^
% Invalid input detected at '^' marker.
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

ENRUTEO DINAMICO

ENRUTEO ESTATICO
ROUTER 1
Router#EN
Router#CONFI
Router#CONFIgure TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 220.168.1.0 255.255.255.0 162.168.1.2
Router(config)#exit

ROUTER 2
Router#EN
Router#CONFIGURE TERMINAL
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#IP ROUTE 192.168.1.0 255.255.255.0 162.168.1.1
Router(config)#
Router#

You might also like