Portfólio DISPOSITIVOS ATIVOS DE REDES DE COMPUTADORES
Monografias: Portfólio DISPOSITIVOS ATIVOS DE REDES DE COMPUTADORES. Pesquise 862.000+ trabalhos acadêmicosPor: diogopacheco • 15/3/2015 • 389 Palavras (2 Páginas) • 423 Visualizações
Router>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RouterCore
RouterCore(config)#enable secret cisco
RouterCore(config)#line vty 0 1
RouterCore(config-line)#password cisco
RouterCore(config-line)#login
RouterCore(config-line)#exit
RouterCore(config)#interface fastEthernet 0/0
RouterCore(config-if)#ip address 10.0.0.254 255.0.0.0
RouterCore(config-if)#speed 100
RouterCore(config-if)#duplex full
RouterCore(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
RouterCore(config-if)#exit
RouterCore(config)#interface fastEthernet 0/1
RouterCore(config-if)#ip address 11.0.0.254 255.0.0.0
RouterCore(config-if)#duplex full
RouterCore(config-if)#speed 100
RouterCore(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
RouterCore(config-if)#exit
RouterCore(config)#exit
RouterCore#
%SYS-5-CONFIG_I: Configured from console by console
RouterCore#write memory
Building configuration...
[OK]
RouterCore#exit
Switch da rede 10>
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Switch10
Switch10(config)#enable secret cisco
Switch10(config)#line vty 0 1
Switch10(config-line)#password cisco
Switch10(config-line)#login
Switch10(config-line)#exit
Switch10(config)#interface fastEthernet 0/1
Switch10(config-if)#speed 100
Switch10(config-if)#duplex full
Switch10(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Switch10(config-if)#exit
Switch10(config)#interface vlan 1
Switch10(config-if)#ip address 10.0.0.1 255.0.0.0
Switch10(config-if)#no shutdown
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Switch10(config-if)#exit
Switch10(config)#exit
Switch10#
%SYS-5-CONFIG_I: Configured from console by console
Switch10#write memory
Building configuration...
[OK]
Switch10#exit
Switch da rede 11>
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Switch11
Switch11(config)#enable secret cisco
Switch11(config)#line vty 0 1
Switch11(config-line)#password cisco
Switch11(config-line)#login
Switch11(config-line)#exit
Switch11(config)#interface fastEthernet 0/1
Switch11(config-if)#speed 100
Switch11(config-if)#no shutdown
Switch11(config-if)#duplex full
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line
...