1 Cenário
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.
Os roteadores R4 e R5 são puramente L1, os roteadores R1 e R2 são L1/L2 e os roteadores R3 e R6 são puramente L2.
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
Os roteadores R4 e R5, por serem puramente L1, recebem a rota default do roteador L1/L2 mais próximo devido a vizinhança entre áreas distintas do L1/L2. O R4 recebe do R1 e o R5 recebe do R2. Os roteadores R1 e R2 são L1/L2 e fazem as duas vizinhanças entre eles, porém, fazem vizinhança somente L2 com o R3 devido à diferença de área.
Na área 00.0002 os roteadores R3 e R6 são somente L2 e, como é padrão do L2, não existe rota default, o R6 recebe toda a tabela de roteamento do R3.
Não há necessidade de fazer redistribuição de roteamento para toda a conectividade, pois todos os roteadores encontram os destinos ou por default no Level-1 ou pelo full routing no Level-2
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.
Como por default um roteador ISIS é Level-1-2, deve-se configurar o level do roteador dentro da configuração de roteamento “router Isis”, além de, nas interfaces físicas, configurar o tipo de link que será feito através daquela interface, se Level-1 ou Level-2. Se não for configurado, automaticamente o ISIS fará vizinhança Level-1-2 por aquela interface, caso o roteador não tenha sido definido como Level 1 ou Level 2.
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 14.14.14.1 to network 0.0.0.0
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
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
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
i*L1 0.0.0.0/0 [115/10] via 14.14.14.1, Serial1/0
R4#sh isis database
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R1.00-00 0x00000005 0x1BBF 820 1/0/0
R2.00-00 0x00000007 0xB9F2 986 1/0/0
R2.02-00 0x00000002 0x75D9 787 0/0/0
R4.00-00 * 0x00000004 0x6251 814 0/0/0
R4.02-00 * 0x00000002 0xE365 901 0/0/0
R5.00-00 0x00000006 0x2D58 882 0/0/0
R6#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 L2 1.1.1.1 [115/30] via 36.36.36.3, FastEthernet1/0
2.0.0.0/32 is subnetted, 1 subnets
i L2 2.2.2.2 [115/30] via 36.36.36.3, FastEthernet1/0
3.0.0.0/32 is subnetted, 1 subnets
i L2 3.3.3.3 [115/20] via 36.36.36.3, FastEthernet1/0
4.0.0.0/32 is subnetted, 1 subnets
i L2 4.4.4.4 [115/40] via 36.36.36.3, FastEthernet1/0
5.0.0.0/32 is subnetted, 1 subnets
i L2 5.5.5.5 [115/40] via 36.36.36.3, FastEthernet1/0
36.0.0.0/24 is subnetted, 1 subnets
C 36.36.36.0 is directly connected, FastEthernet1/0
6.0.0.0/32 is subnetted, 1 subnets
C 6.6.6.6 is directly connected, Loopback0
25.0.0.0/24 is subnetted, 1 subnets
i L2 25.25.25.0 [115/30] via 36.36.36.3, FastEthernet1/0
123.0.0.0/24 is subnetted, 1 subnets
i L2 123.123.123.0 [115/20] via 36.36.36.3, FastEthernet1/0
14.0.0.0/24 is subnetted, 1 subnets
i L2 14.14.14.0 [115/30] via 36.36.36.3, FastEthernet1/0
45.0.0.0/24 is subnetted, 1 subnets
i L2 45.45.45.0 [115/40] via 36.36.36.3, FastEthernet1/0
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 is-type level-1 ! |
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 is-type level-1 ! |
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 is-type level-2-only ! |
Nenhum comentário:
Postar um comentário