MPLS - Basic MPLS Part 1

Recently I decided to start looking into CCIE SP. Since I already am a CCIE R&S, CCIE SP seems to be the logical next step. Below you can see a topology I created with GNS3. It is a simple MPLS network just to start things off.

MPLS

The config-file looks like this :

autostart = False
[localhost:7202]
    workingdir = C:\Temp
    udp = 10100

    [[3640]]
        image = C:\Program Files\Dynamips\images\c3640-js-mz.123-14.T3\C3640-JS.BIN
        idlepc = 0x604ed000
        ghostios = True
        chassis = 3640

    [[ROUTER R5]]
        model = 3640
        console = 2005
        slot0 = NM-1FE-TX
        f0/0 = R4 f3/0
        slot1 = NM-1FE-TX
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

    [[ROUTER R6]]
        model = 3640
        console = 2006
        slot0 = NM-1FE-TX
        f0/0 = R12 f0/6
        slot1 = NM-1FE-TX
        f1/0 = R4 f1/0
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

    [[ROUTER R13]]
        model = 3640
        console = 2013
        slot0 = NM-1FE-TX
        f0/0 = R12 f0/0
        slot1 = NM-1FE-TX
        f1/0 = R3 f1/0
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

    [[ROUTER R8]]
        model = 3640
        console = 2008
        slot0 = NM-1FE-TX
        f0/0 = R3 f2/0
        slot1 = NM-1FE-TX
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

[localhost:7203]
    workingdir = C:\Temp
    udp = 10200

    [[3640]]
        image = C:\Program Files\Dynamips\images\c3640-js-mz.123-14.T3\C3640-JS.BIN
        idlepc = 0x604ed000
        ghostios = True
        chassis = 3640

    [[ROUTER R12]]
        model = 3640
        console = 2012
        slot0 = NM-16ESW
        f0/0 = R13 f0/0
        f0/2 = R2 f0/0
        f0/6 = R6 f0/0

    [[ROUTER R10]]
        model = 3640
        console = 2010
        slot0 = NM-1FE-TX
        f0/0 = R4 f2/0
        slot1 = NM-1FE-TX
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

[localhost:7201]
    workingdir = C:\Temp

    [[3640]]
        image = C:\Program Files\Dynamips\images\c3640-js-mz.123-14.T3\C3640-JS.BIN
        idlepc = 0x604ed000
        ghostios = True
        chassis = 3640

    [[ROUTER R4]]
        model = 3640
        console = 2004
        slot0 = NM-1FE-TX
        f0/0 = R1 f1/0
        slot1 = NM-1FE-TX
        f1/0 = R6 f1/0
        slot2 = NM-1FE-TX
        f2/0 = R10 f0/0
        slot3 = NM-1FE-TX
        f3/0 = R5 f0/0

    [[ROUTER R2]]
        model = 3640
        console = 2002
        slot0 = NM-1FE-TX
        f0/0 = R12 f0/2
        slot1 = NM-1FE-TX
        slot2 = NM-1FE-TX
        slot3 = NM-1FE-TX

    [[ROUTER R3]]
        model = 3640
        console = 2003
        slot0 = NM-1FE-TX
        f0/0 = R1 f0/0
        slot1 = NM-1FE-TX
        f1/0 = R13 f1/0
        slot2 = NM-1FE-TX
        f2/0 = R8 f0/0
        slot3 = NM-1FE-TX

    [[ROUTER R1]]
        model = 3640
        console = 2001
        slot0 = NM-1FE-TX
        f0/0 = R3 f0/0
        slot1 = NM-1FE-TX
        f1/0 = R4 f0/0
        slot2 = NM-1FE-TX

    

You can grab the GNS3 file here

In the next part I will show how to configure MPLS, BGP and OSPF for this network.

Leave a comment

Your comment