0% found this document useful (0 votes)
13 views11 pages

Angular

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

Angular

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

NOMBRE: OMAR CHAMBILLA AYALA DOCENTE: Ing.

SUSY APAZA AJNOTA

MATERIA: REDES DE COMPUITADORAS SISTEMAS INFORMATICOS


ROUTER ESTATICA

System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:

Press RETURN to get started!

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/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
ip address 192.168.0.1 255.255.255.0
Router(config-if)#ip address 192.168.0.1 255.255.255.0
Router(config-if)#

Router con0 is now available

Press RETURN to get started.


Press RETURN to get started!

Press RETURN to get started!

Press RETURN to get started!

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#network 192.168.0.0
Router(config-router)#network 10.0.0.0
Router(config-router)#
Router(config-router)#
Router(config-router)#end
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/2/0
Router(config-if)#
%SYS-5-CONFIG_I: Configured from console by console
clock rate 250000
Router(config-if)#ip address 10.0.0.1 255.0.0.0
Router(config-if)#ip address 10.0.0.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/2/0
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/2/0, changed state to up

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

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

Router#enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#access-list 1 permit 192.168.0.0 0.0.0.255
Router(config)#ip nat inside source list 1 interface se0/2/0
Router(config)#int fa0/0
Router(config-if)#ip nat inside
Router(config-if)#exit
Router(config)#int se0/3/0
%Invalid interface type and number
Router(config)#int se0/2/0
Router(config-if)#ip nat outside
Router(config-if)#exit
Router(config)#

ROUTER DINAMICA

--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:

Press RETURN to get started!

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/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
ip address 192.168.1.1 255.255.255.0
Router(config-if)#shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down

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


down
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 con0 is now available

Press RETURN to get started.

Press RETURN to get started!


Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#network 192.168.1.0
Router(config-router)#network 169.254.0.0
Router(config-router)#
Router(config-router)#
Router(config-router)#end
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/2/1
Router(config-if)#
%SYS-5-CONFIG_I: Configured from console by console
no shutdown
Router(config-if)#clock rate 250000
Router(config-if)#ip address 169.254.0.1 255.255.0.0
Router(config-if)#ip address 169.254.0.1 255.255.255.0
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/2/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2/1, changed state to up

Router con0 is now available

Press RETURN to get started.


Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip nat pool natd 169.254.0.3 169.254.0.20 netmask 255.255.255.0
Router(config)#access-list 2 permit 192.168.1.0 0.0.0.255
Router(config)#ip nat inside source list 2 pool natd
Router(config)#int fa0/0
Router(config-if)#ip nat inside
Router(config-if)#exit
Router(config)#int se0/2/1
Router(config-if)#ip nat outside
Router(config-if)#exit
Router(config)#
Router(config)#
Router(config)#interface Serial0/2/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/2/1
Router(config-if)#
Router(config-if)#
Router#
%SYS-5-CONFIG_I: Configured from console by console

ROUTER DEL SERVER

--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:

Press RETURN to get started!


Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#no ip address
Router(config-if)#
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.0.1 255.255.0.0
Router(config-if)#ip address 172.16.0.1 255.255.0.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)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.0.1 255.255.255.0
Router(config-if)#

Router con0 is now available

Press RETURN to get started.


Press RETURN to get started!

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#network 10.0.0.0
Router(config-router)#network 169.254.0.0
Router(config-router)#network 172.16.0.0
Router(config-router)#
Router(config-router)#
Router(config-router)#end
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/2/0
Router(config-if)#
%SYS-5-CONFIG_I: Configured from console by console

Router(config-if)#exit
Router(config)#interface Serial0/2/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/2/0, changed state to up

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


ip address 10.0.0.2 255.0.0.0
Router(config-if)#ip address 10.0.0.2 255.255.255.0
Router(config-if)#clock rate 250000
This command applies only to DCE interfaces
Router(config-if)#
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/2/1
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/2/1, changed state to up
clock rate 250000
This command applies only to DCE interfaces
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2/1, changed state to up
ip address 169.254.0.2 255.255.0.0
Router(config-if)#ip address 169.254.0.2 255.255.0.0
Router(config-if)#ip address 169.254.0.2
% Incomplete command.
Router(config-if)#

Router con0 is now available

Press RETURN to get started.

Press RETURN to get started!

Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/2/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/2/1
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/2/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#
Router(config-if)#

You might also like