10.Gün

14.07.2017

KONULAR:  GÖREV UYGULAMA VE ARAŞTIRMA PROJESİ

Uygulamaya buradan ulaşabilirsiniz

KAZANIMLAR : Redistribute işlemi

1-Redistribute

Farklı protokollere sahıp routerler arası iletişimi sağlamak için kullanılır.

1.1.Redistribute Komut Örnekleri

  • router eigrp 100
    redistribute ospf 1 metric 100 100 100 100 1500
    network 192.168.2.0
    auto-summary
    ————–
    router ospf 1
    log-adjacency-changes
    redistribute eigrp 100 subnets
    network 192.168.3.0 0.0.0.255 area 5
    —————
  • router ospf 1
    log-adjacency-changes
    redistribute rip subnets
    network 193.168.3.0 0.0.0.255 area 5
    network 192.168.3.0 0.0.0.255 area 5
    —————
    router rip
    version 2
    redistribute ospf 1 metric 10
    network 192.168.2.0
    network 193.168.2.0

Yorum bırakın