[[oktatas:hálózat:cisco|< Cisco]]
====== IS-IS ======
* **Szerző:** Sallai András
* Copyright (c) Sallai András, 2018
* Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]]
* Web: https://szit.hu
===== Az IS-IS-ről =====
Az IS-IS az Intermediate System to Intermediate System rövidítése.
IS-IS [ˈaɪs ˈaɪs]
ISO készítette
kapcsolatállapot protokoll
Dijkstra algoritmust használja
nem az IP-én alapszik
Az IS-IS-be be van építve az IP támogatás
1-es szintű irányítás: egyterületű (level-1 szintű irányítókkal beszélget
2-es szintű irányítás: a területek között (gerinchálózati forgalomirányító)
A forgalomirányítók területekre vannak osztva.
===== Példa topológia =====
---------------------------------------------------------
| |
| |
| Terület: 11.1111 .1 | G0/1 |
| | 192.0.5.0/24 |
| .2 | G0/1 |
| |
| .1 | G0/2 |
---------------------------|-----------------------------
| 203.5.8.0/24
---------------------------|-----------------------------
| .2 | g0/1 |
| |
| Terület: 22.2222 .1 | g0/2 |
| | 195.100.0.0/24 |
| .2 | g0/1 |
| |
| |
---------------------------------------------------------
===== Beállítások =====
R1# conf term
R1(config)# router isis
R1(conifg-rotuer)# is-type level-1
R1(conifg-rotuer)# net 11.1111.1111.1111.1111.00
R1(conifg-rotuer)# exit
R1(conifg)# g0/1
R1(conifg-if)# ip add 192.0.5.1 255.255.255.0
R1(conifg-if)# ip router isis
R1(conifg-if)# no shut
R1(conifg-if)# exit
R2# conf term
R2(config)# router isis
R2(conifg-rotuer)# is-type level-1-2
R2(conifg-rotuer)# net 11.1111.2222.2222.2222.00
R2(conifg-rotuer)# exit
R2(conifg)# g0/1
R2(conifg-if)# ip add 203.5.8.1 255.255.255.0
R2(conifg-if)# ip router isis
R2(conifg-if)# no shut
R2(conifg-if)# exit
R2(conifg)#
R2(conifg)# g0/2
R2(conifg-if)# ip add 192.0.5.2 255.255.255.0
R2(conifg-if)# ip router isis
R2(conifg-if)# no shut
R2(conifg-if)# exit
R3# conf term
R3(config)# router isis
R3(conifg-rotuer)# is-type level-1-2
R3(conifg-rotuer)# net 22.2222.3333.3333.3333.00
R3(conifg-rotuer)# exit
R3(conifg)# g0/1
R3(conifg-if)# ip add 203.5.8.2 255.255.255.0
R3(conifg-if)# ip router isis
R3(conifg-if)# no shut
R3(conifg-if)# exit
R3(conifg)#
R3(conifg)# g0/2
R3(conifg-if)# ip add 195.100.0.1 255.255.255.0
R3(conifg-if)# ip router isis
R3(conifg-if)# no shut
R3(conifg-if)# exit
R4# conf term
R4(config)# router isis
R4(conifg-rotuer)# is-type level-1
R4(conifg-rotuer)# net 22.2222.4444.4444.4444.00
R4(conifg-rotuer)# exit
R4(conifg)# g0/1
R4(conifg-if)# ip add 195.100.0.2 255.255.255.0
R4(conifg-if)# ip router isis
R4(conifg-if)# no shut
R4(conifg-if)# exit
R3# show isis neighbors
R3# show clns neighbors
R4# show ip route
...
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
...
i L1 ...
R4# ping 192.0.5.1
===== Forrás =====
* https://www.youtube.com/watch?v=o1k1TlxL5Dk
* https://www.youtube.com/watch?v=VyljJ9Jfshc