Você está na página 1de 3

Configuração do Roteador

Router>enable

Router#configure terminal

Router(config)#hostname LUANDA

LUANDA(config)#enable secret class

LUANDA(config)#interface fastEthernet 0/0

LUANDA(config-if)#ip address 192.168.100.1 255.255.255.0

LUANDA(config-if)#description link to SwitchCore

LUANDA(config-if)#no shutdown

LUANDA(config-if)#exit

LUANDA(config)#exit

LUANDA#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

Configuração das Interfaces Seriais/Linhas ponto a Ponto


LUANDA>enable

Password:

LUANDA#configure terminal

LUANDA(config)#interface serial 0/1/0

LUANDA(config-if)#ip address 194.16.16.1 255.255.255.252

LUANDA(config-if)#clock rate 56000

LUANDA(config-if)#no shut
LUANDA(config-if)#no shutdown

LUANDA(config-if)#exit

Configuração do Protocolo RIP

LUANDA(config)#router rip

LUANDA(config-router)#network 192.168.100.0

LUANDA(config-router)#network 194.170.16.0

LUANDA(config-router)#network 200.10.10..0

LUANDA(config-router)#exit

LUANDA(config)#exit

LUANDA#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

Configuração do Switch

Switch>enable

Switch#configure terminal

Switch(config)#hostname SwitchCore

SwitchCore(config)#enable secret class

SwitchCore(config)#interface vlan 1

SwitchCore(config-if)#ip address 192.168.100.2 255.255.255.0


SwitchCore(config-if)#description link to LUANDA

SwitchCore(config-if)#no shutdown

SwitchCore(config-if)#exit

SwitchCore(config)#ip default-gateway 192.168.100.1

SwitchCore(config)#exit

SwitchCore#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

Você também pode gostar