Hirdetés

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

  • FecoGee

    Topikgazda

    Szerintetek ez miért nem megy:

    Két router, S0/0 linkeken összekötve.

    2 VRF (A és B), és a main interface global táblában. Egyszerű topológia.

    R1

    conf t
    ip vrf A
    rd 1:1
    ip vrf B
    rd 1:2
    interface Serial0/0
    no shutdown
    ip add 1.1.1.1 255.255.255.0
    interface Serial0/0.1
    ip vrf forwarding A
    ip address 2.2.2.1 255.255.255.0
    interface Serial0/0.2
    ip vrf forwarding B
    ip address 3.3.3.1 255.255.255.0
    end





    R2

    conf t
    ip vrf A
    rd 1:1
    ip vrf B
    rd 1:2
    interface Serial0/0
    no shutdown
    ip add 1.1.1.2 255.255.255.0
    interface Serial0/0.1
    ip vrf forwarding A
    ip address 2.2.2.2 255.255.255.0
    interface Serial0/0.2
    ip vrf forwarding B
    ip address 3.3.3.2 255.255.255.0
    end

    Fő interface megy. VRF A nem.

    R2#ping 1.1.1.1

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/18/68 ms



    R2#ping vrf A 2.2.2.1 source s0/0.1

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 2.2.2.1, timeout is 2 seconds:
    Packet sent with a source address of 2.2.2.2
    .....
    Success rate is 0 percent (0/5)

    Route táblában connected.

    R2#sh ip route vrf A

    Routing Table: A
    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
    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

    2.0.0.0/24 is subnetted, 1 subnets
    C 2.2.2.0 is directly connected, Serial0/0.1
    R2#

    Ötletek?

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