Hirdetés

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

  • FecoGee

    Topikgazda

    válasz zsolti.22 #1069 üzenetére

    Szia,

    igen, a könyvben nincs minden benne. Ezért kell a laborozás, hogy ezeket észrevegye az ember. A CCNP ROUTE Lab Manual-ban benne van:

    Step 2: Add interfaces into OSPF.
    a. Create OSPF process 1 on all three routers. Using the network command, configure the subnet of the
    serial link between R1 and R2 to be in OSPF area 0. Add loopback 1 on R1 and loopback 2 on R2 into
    OSPF area 0.
    Note: The default behavior of OSPF for loopback interfaces is to advertise a 32 -bit host route. To ensure
    that the full /24 network is advertised, use the ip ospf network point-to -point command. Change the
    network type on the loopback interfaces so that they are advertised with the correct subnet.
    R1(config)# router ospf 1
    R1(config-router)# network 10.1.12.0 0.0.0.255 area 0
    R1(config-router)# network 10.1.1.0 0.0.0.255 area 0
    R1(config-router)# exit
    R1(config)# interface loopback 1
    R1(config-if)# ip ospf network point-to-point

    R2(config)# router ospf 1
    R2(config -router)# network 10.1.12.0 0.0.0.255 area 0
    R2(config-router)# network 10.1.2.0 0.0.0.255 area 0
    R2(config-router)# exit
    R2(config)# interface loopback 2
    R2(config-if)# ip ospf network point-to-point

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