1.1 Objetivo
Seis roteadores (R1, R2, R3, R4, R5 e R6) são conectados conforme a topologia abaixo de devem ser configurados seguindo a topologia.
O objetivo é estabelecer a conexão ISIS entre os roteadores conectados fazendo com que as loopbacks de cada roteador sejam acessíveis por todos.
1.2 Topologia
Figure-01: Topologia
1.3 IOS utilizados
· R1, R2, R3, R4, R5 e R6 – c7200-itp-mz.122-25.SW4a.bin
1.4 Descrição do Cenário
Todos os roteadores serão configurados como o default, ou seja L1/L2, porém, no caso de conectividade entre áreas diferentes, nota-se que somente são estabelecidas as vizinhanças L2. Esse detalhe pode ser reparado também quando vista a tabela de roteamento do roteador R4, nele são mostrada as redes da outra área com acesso Level-1.
Nota-se que, apesar de existir vizinhança tanto L1 quanto L2, na tabela de roteamento a rota que entra é a L1, pois tem Distância Administrativa melhor dentro do próprio ISIS.
Não há necessidade de fazer redistribuição de roteamento, pois todos os roteadores encontram os destinos ou por L1 ou por L2.
Sugerem-se as seguintes atividades:
· Teste de conectividade (PING) entre os roteadores;
· Avaliar as tabelas de roteamento.
1.5 Configuração dos Roteadores
Em todos os roteadores configura-se o roteamento ISIS adicionando o endereçamento NET de acordo com a área designada e endereçamento de loopback. Dentro das interfaces que farão parte do ISIS, adiciona-se o comando “router isis” para habilitar o ISIS na interface.
1.6 Observações e Bugs
Documentação:
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfisis.html
1.7 Comandos Importantes de Verificação
R4#show ip route
Codes: C - connected, S - static, 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, su - IS-IS summary, 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
1.0.0.0/32 is subnetted, 1 subnets
i L1 1.1.1.1 [115/20] via 14.14.14.1, Serial1/0
2.0.0.0/32 is subnetted, 1 subnets
i L1 2.2.2.2 [115/30] via 45.45.45.5, FastEthernet0/0
[115/30] via 14.14.14.1, Serial1/0
3.0.0.0/32 is subnetted, 1 subnets
i L2 3.3.3.3 [115/30] via 14.14.14.1, Serial1/0
4.0.0.0/32 is subnetted, 1 subnets
C 4.4.4.4 is directly connected, Loopback0
5.0.0.0/32 is subnetted, 1 subnets
i L1 5.5.5.5 [115/20] via 45.45.45.5, FastEthernet0/0
36.0.0.0/24 is subnetted, 1 subnets
i L2 36.36.36.0 [115/30] via 14.14.14.1, Serial1/0
6.0.0.0/32 is subnetted, 1 subnets
i L2 6.6.6.6 [115/40] via 14.14.14.1, Serial1/0
25.0.0.0/24 is subnetted, 1 subnets
i L1 25.25.25.0 [115/20] via 45.45.45.5, FastEthernet0/0
123.0.0.0/24 is subnetted, 1 subnets
i L1 123.123.123.0 [115/20] via 14.14.14.1, Serial1/0
14.0.0.0/24 is subnetted, 1 subnets
C 14.14.14.0 is directly connected, Serial1/0
45.0.0.0/24 is subnetted, 1 subnets
C 45.45.45.0 is directly connected, FastEthernet0/0
R4#show isis topology
IS-IS IP paths to level-1 routers
System Id Metric Next-Hop Interface SNPA
R1 10 R1 Se1/0 *HDLC*
R2 20 R1 Se1/0 *HDLC*
R5 Fa0/0 006d.fdfd.4d00
R4 --
R5 10 R5 Fa0/0 006d.fdfd.4d00
IS-IS IP paths to level-2 routers
System Id Metric Next-Hop Interface SNPA
R1 10 R1 Se1/0 *HDLC*
R2 20 R1 Se1/0 *HDLC*
R5 Fa0/0 006d.fdfd.4d00
R3 20 R1 Se1/0 *HDLC*
R4 --
R5 10 R5 Fa0/0 006d.fdfd.4d00
R6 30 R1 Se1/0 *HDLC*
2 Configuração
2.1 R1
interface Loopback0 ip address 1.1.1.1 255.255.255.255 ip router ! interface FastEthernet0/0 ip address 123.123.123.1 255.255.255.0 ip router ! interface Serial1/0 ip address 14.14.14.1 255.255.255.0 ip router ! router net 00.0001.0000.0000.0001.00 ! |
2.2 R2
! interface Loopback0 ip address 2.2.2.2 255.255.255.255 ip router ! interface FastEthernet0/0 ip address 123.123.123.2 255.255.255.0 ip router ! interface Serial1/0 ip address 25.25.25.2 255.255.255.0 ip router ! router net 00.0001.0000.0000.0002.00 ! |
2.3 R3
! interface Loopback0 ip address 3.3.3.3 255.255.255.255 ip router ! interface FastEthernet0/0 ip address 123.123.123.3 255.255.255.0 ip router ! interface FastEthernet1/0 ip address 36.36.36.3 255.255.255.0 ip router ! router net 00.0002.0000.0000.0003.00 ! |
2.4 R4
! interface Loopback0 ip address 4.4.4.4 255.255.255.255 ip router ! interface FastEthernet0/0 ip address 45.45.45.4 255.255.255.0 ip router ! interface Serial1/0 ip address 14.14.14.4 255.255.255.0 ip router ! router net 00.0001.0000.0000.0004.00 ! |
2.5 R5
! interface Loopback0 ip address 5.5.5.5 255.255.255.255 ip router ! interface FastEthernet0/0 ip address 45.45.45.5 255.255.255.0 ip router ! interface Serial1/0 ip address 25.25.25.5 255.255.255.0 ip router ! router net 00.0001.0000.0000.0005.00 ! |
2.6 R6
! interface Loopback0 ip address 6.6.6.6 255.255.255.255 ip router ! interface FastEthernet1/0 ip address 36.36.36.6 255.255.255.0 ip router ! router net 00.0002.0000.0000.0006.00 ! |
Nenhum comentário:
Postar um comentário