Вы находитесь на странице: 1из 5

CONFIGURANDO A TABELA DE ROTEAMENTO PELO

PROMPT DE COMANDO DO CISTO PACKET


ROTEADOR NTS (R1)

NATAL

Router>enable //PARA ENTRAR COMO ROOT


Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/0/0

//CONFIGURAR A INTERFACE SERIAL

Router(config-if)#ip address 200.200.1.1 255.255.255.252 // ADICIONANDO O IP E MASK


DA REDE
Router(config-if)#exit

//SAIR

Router(config)#interface Serial0/0/1

//CONFIGURAR A INTERFACE SERIAL

Router(config-if)#ip address 200.200.1.5 255.255.255.252 // ADICIONANDO O IP E MASK


DA REDE
Router(config-if)#exit

//SAIR

Router(config)#interface FastEthernet0/0

//CONFIGURAR A INTERFACE FASTETHERNET

Router(config-if)#ip address 200.200.0.193 255.255.255.0 // ADICIONANDO O IP E MASK


DA REDE
Router(config-if)#exit //SAIR
Router(config)#interface FastEthernet0/1 //CONFIGURAR A INTERFACE FASTETHERNET
Router(config-if)#ip addres 200.200.0.1 255.255.255.128 // ADICIONANDO O IP E MASK
DA REDE
Router(config-if)#exit

//SAIR

PARA MOSTRAR A TABELA DE ROTEMENTO CONFIGURADA


Router(config-if)#exit
Router(config)#exit
Router#
Router#show ip route

//MOSTRA A TABELA DE ROTEAMENTO

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP


D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2


E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

200.200.0.0/24 is variably subnetted, 4 subnets, 3 masks


C

200.200.0.0/25 is directly connected, FastEthernet0/1

200.200.0.128/26 [1/0] via 200.200.1.6

200.200.0.192/27 is directly connected, FastEthernet0/0

200.200.0.224/27 [1/0] via 200.200.1.6


200.200.1.0/30 is subnetted, 2 subnets

200.200.1.0 is directly connected, Serial0/0/0

200.200.1.4 is directly connected, Serial0/0/1

Router#

ROTEADOR NCN (R2) NOVA CRUZ


Router>enable

//PARA ENTRAR COMO ROOT

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config-if)#interface FastEthernet0/0
FASTETHERNET

//CONFIGURAR A INTERFACE

Router(config-if)#ip addres 200.200.0.225 255.255.255.224 // ADICIONANDO O IP E


MASK DA REDE
Router(config-if)#no shutdown
Router(config-if)#exit

//PARA LIGAR A PORTA

//SAIR

Router(config)#interface Serial0/0/0

//CONFIGURAR A INTERFACE SERIAL 0

Router(config-if)#ip address 200.200.1.6 255.255.255.252


Router(config-if)#no shutdown
Router(config-if)#exit

//PARA LIGAR A PORTA

//SAIR

Router(config)#interface Serial0/0/1

//CONFIGURAR A INTERFACE SERIAL 1

Router(config-if)#ip address 200.200.0.10 255.255.255.252 // ADICIONANDO O IP E


MASK DA REDE
Router(config-if)#no shutdown
Router(config-if)#exit

//PARA LIGAR A PORTA

//SAIR

TABELA DE ROTEAMENTO DO ROTEADOR NOVA CRUZ


Router(config-if)#exit
Router(config)#exit
Router#
Router#show ip route

//MOSTRA A TABELA DE ROTEAMENTO

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP


D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

200.200.0.0/27 is subnetted, 1 subnets


C

200.200.0.224 is directly connected, FastEthernet0/0


200.200.1.0/30 is subnetted, 1 subnets

200.200.1.4 is directly connected, Serial0/0/0

Router#

ROTEADOR SCN (R2) SANTA CRUZ


Router(config)#interface FastEthernet0/0 //CONFIGURAR A INTERFACE FASTETHERNET
0/0
Router(config-if)#ip address 200.200.0.129 255.255.255.192
MASK DA REDE
Router(config-if)#no shutdown
Router(config-if)#exit

// ADICIONANDO O IP E

//PARA LIGAR A PORTA

//SAIR

Router(config)#interface Serial0/0/0

//CONFIGURAR A INTERFACE SERIAL 0/0

Router(config-if)#ip address 200.200.1.2 255.255.255.252 // ADICIONANDO O IP E MASK


DA REDE
Router(config-if)#no shutdown
Router(config-if)#exit

//PARA LIGAR A PORTA

//SAIR

Router(config)#interface Serial0/0/1 //CONFIGURAR A INTERFACE SERIAL 0/1


Router(config-if)#ip address 200.200.1.9 255.255.255.252 // ADICIONANDO O IP E MASK
DA REDE
Router(config-if)#no shutdown
Router(config-if)#exit

//PARA LIGAR A PORTA

//SAIR

TABELA DE ROTEAMENTO DO ROTEADOR SANTA CRUZ


Router(config-if)#exit
Router(config)#exit
Router#
Router# show ip route //MOSTRA A TABELA DE ROTEAMENTO
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

200.200.0.0/24 is variably subnetted, 4 subnets, 3 masks


S

200.200.0.0/25 [1/0] via 200.200.1.1

200.200.0.128/26 is directly connected, FastEthernet0/0

200.200.0.192/27 [1/0] via 200.200.1.1

200.200.0.224/27 [1/0] via 200.200.1.1


200.200.1.0/30 is subnetted, 2 subnets

200.200.1.0 is directly connected, Serial0/0/0

200.200.1.8 is directly connected, Serial0/0/1

Router#

Вам также может понравиться