Új hozzászólás Aktív témák

  • jerry311

    nagyúr

    CCNP Route, EIGRP - OSPF redistribute.
    Basic config.
    Határon R4 van.

    R3 -- R4 -- R5

    R4 route config
    !
    router eigrp 1
    redistribute ospf 1
    network 4.4.4.0 0.0.0.255
    network 192.168.0.0 0.0.255.255
    metric weights 0 1 1 1 1 0
    no auto-summary
    !
    router ospf 1
    log-adjacency-changes
    redistribute eigrp 1 subnets
    network 10.0.45.0 0.0.0.255 area 0
    !

    R4 route tábla

    Gateway of last resort is not set

    D 192.168.12.0/24 [90/30564] via 192.168.24.2, 00:19:28, FastEthernet1/0
    1.0.0.0/24 is subnetted, 1 subnets
    D 1.1.1.0 [90/158564] via 192.168.24.2, 00:19:28, FastEthernet1/0
    D 192.168.13.0/24 [90/30820] via 192.168.34.3, 00:19:28, FastEthernet0/0
    2.0.0.0/24 is subnetted, 1 subnets
    D 2.2.2.0 [90/156004] via 192.168.24.2, 01:44:28, FastEthernet1/0
    3.0.0.0/24 is subnetted, 1 subnets
    D 3.3.3.0 [90/156260] via 192.168.34.3, 00:19:28, FastEthernet0/0
    4.0.0.0/24 is subnetted, 1 subnets
    C 4.4.4.0 is directly connected, Loopback4
    C 192.168.24.0/24 is directly connected, FastEthernet1/0
    5.0.0.0/32 is subnetted, 1 subnets
    O IA 5.5.5.5 [110/2] via 10.0.45.5, 00:49:50, FastEthernet2/0
    6.0.0.0/32 is subnetted, 1 subnets
    O IA 6.6.6.6 [110/3] via 10.0.45.5, 00:49:52, FastEthernet2/0
    7.0.0.0/32 is subnetted, 1 subnets
    O IA 7.7.7.7 [110/3] via 10.0.45.5, 00:49:52, FastEthernet2/0
    8.0.0.0/32 is subnetted, 1 subnets
    O IA 8.8.8.8 [110/4] via 10.0.45.5, 00:43:25, FastEthernet2/0
    10.0.0.0/24 is subnetted, 5 subnets
    C 10.0.45.0 is directly connected, FastEthernet2/0
    O IA 10.0.56.0 [110/2] via 10.0.45.5, 00:49:52, FastEthernet2/0
    O IA 10.0.57.0 [110/2] via 10.0.45.5, 00:49:52, FastEthernet2/0
    O IA 10.0.78.0 [110/3] via 10.0.45.5, 00:49:52, FastEthernet2/0
    O IA 10.0.68.0 [110/3] via 10.0.45.5, 00:49:52, FastEthernet2/0
    C 192.168.34.0/24 is directly connected, FastEthernet0/0

    R3 route tábla
    Gateway of last resort is not set

    D 192.168.12.0/24 [90/30564] via 192.168.13.1, 00:20:36, FastEthernet0/0
    1.0.0.0/24 is subnetted, 1 subnets
    D 1.1.1.0 [90/156260] via 192.168.13.1, 00:20:36, FastEthernet0/0
    C 192.168.13.0/24 is directly connected, FastEthernet0/0
    2.0.0.0/24 is subnetted, 1 subnets
    D 2.2.2.0 [90/158564] via 192.168.34.4, 00:20:36, FastEthernet1/0
    [90/158564] via 192.168.13.1, 00:20:36, FastEthernet0/0
    3.0.0.0/24 is subnetted, 1 subnets
    C 3.3.3.0 is directly connected, Loopback3
    4.0.0.0/24 is subnetted, 1 subnets
    D 4.4.4.0 [90/156260] via 192.168.34.4, 00:20:38, FastEthernet1/0
    D 192.168.24.0/24 [90/30564] via 192.168.34.4, 00:20:38, FastEthernet1/0
    C 192.168.34.0/24 is directly connected, FastEthernet1/0

    A hivatalos cert guide csak ennyit ír basic configra:

    RD1#configure terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    RD1(config)#router eigrp 1
    RD1(config-router)#redistribute ospf 2
    RD1(config-router)#^Z

    R3 nem lát semmit az OSPF route-okból, amit EIGRP-n kellene megkapjon.
    Hol rontom el?

Új hozzászólás Aktív témák