Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Sunday, November 18, 2012

arden's ospf filter tutorial...

because i was in the mood for a change up, and i like this guy's style...

 http://ardenpackeer.com/tutorials/routeswitch/tutorial-filtering-routes-in-ospf-part-1-filtering-within-an-area/


and this is a gift from me to you... all set with 7200's (i can't stand 3640's)... you know the adjustments to make to the .net... turn to... i even added the no shuts to the configs for you... the holidays and all...

autostart = False
[127.0.0.1:7200]
    workingdir = working
    udp = 10000
    [[7200]]
        image = /home/arteq/ios/c7200-adventerprisek9-mz.152-4.S.image
        idlepc = 0x62ef0d90
        ghostios = True
    [[ROUTER R4]]
        console = 2003
        slot0 = C7200-IO-2FE
        slot1 = PA-2FE-TX
        f1/0 = R3 f2/0
        f1/1 = R5 f1/1
        cnfg = configs/R4.cfg
        x = 51.0
        y = -241.0
    [[ROUTER R1]]
        console = 2000
        slot0 = C7200-IO-2FE
        slot1 = PA-2FE-TX
        f1/0 = R3 f1/0
        f1/1 = R2 f1/1
        cnfg = configs/R1.cfg
        x = -379.0
        y = -222.0
    [[ROUTER R2]]
        console = 2001
        slot0 = C7200-IO-2FE
        slot1 = PA-2FE-TX
        f1/0 = R3 f1/1
        f1/1 = R1 f1/1
        cnfg = configs/R2.cfg
        x = -377.0
        y = -8.0
    [[ROUTER R3]]
        console = 2002
        slot0 = C7200-IO-2FE
        slot1 = PA-2FE-TX
        f1/0 = R1 f1/0
        f1/1 = R2 f1/0
        slot2 = PA-2FE-TX
        f2/0 = R4 f1/0
        f2/1 = R5 f1/0
        cnfg = configs/R3.cfg
        x = -164.0
        y = -127.0
[127.0.0.1:7201]
    workingdir = working
    udp = 10100
    [[7200]]
        image = /home/arteq/ios/c7200-adventerprisek9-mz.152-4.S.image
        idlepc = 0x62ef0d90
        ghostios = True
    [[ROUTER R5]]
        console = 2004
        slot0 = C7200-IO-2FE
        slot1 = PA-2FE-TX
        f1/0 = R3 f2/1
        f1/1 = R4 f1/1
        cnfg = configs/R5.cfg
        x = 57.0
        y = -10.0
[GNS3-DATA]
    configs = configs
    workdir = working

and the configs...

hostname R1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface f1/0
 ip address 10.0.13.1 255.255.255.0
 full-duplex
no shut
!
interface f1/1
 ip address 10.0.12.1 255.255.255.0
 full-duplex
no shut
!

router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 network 1.1.1.1 0.0.0.0 area 0
 network 10.0.12.1 0.0.0.0 area 0
 network 10.0.13.1 0.0.0.0 area 0


hostname R2
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface f1/0
 ip address 10.0.23.2 255.255.255.0
 full-duplex
no shut
!
interface f1/1
 ip address 10.0.12.2 255.255.255.0
 full-duplex
no shut
!
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 network 2.2.2.2 0.0.0.0 area 0
 network 10.0.12.2 0.0.0.0 area 0
 network 10.0.23.2 0.0.0.0 area 0


hostname R3
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface f1/0
 ip address 10.0.13.3 255.255.255.0
 full-duplex
no shut
!
interface f1/1
 ip address 10.0.23.3 255.255.255.0
 full-duplex
no shut
!
interface f2/0
 ip address 10.1.34.3 255.255.255.0
 full-duplex
no shut
!
interface f2/1
 ip address 10.1.35.3 255.255.255.0
 full-duplex
no shut
!
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 network 3.3.3.3 0.0.0.0 area 0
 network 10.0.13.3 0.0.0.0 area 0
 network 10.0.23.3 0.0.0.0 area 0
 network 10.1.34.3 0.0.0.0 area 1
 network 10.1.35.3 0.0.0.0 area 1

hostname R4
!
interface Loopback0
 ip address 4.4.4.4 255.255.255.255
!
interface f1/0
 ip address 10.1.34.4 255.255.255.0
 full-duplex
no shut
!
interface f1/1
 ip address 10.1.45.4 255.255.255.0
 full-duplex
no shut
!
router ospf 1
 router-id 4.4.4.4
 log-adjacency-changes
 network 4.4.4.4 0.0.0.0 area 1
 network 10.1.34.4 0.0.0.0 area 1
 network 10.1.45.4 0.0.0.0 area 1

hostname R5
!
interface Loopback0
 ip address 5.5.5.5 255.255.255.255
!
interface f1/0
 ip address 10.1.35.5 255.255.255.0
 full-duplex
no shut
!
interface f1/1
 ip address 10.1.45.5 255.255.255.0
 full-duplex
no shut
!
router ospf 1
 router-id 5.5.5.5
 log-adjacency-changes
 network 5.5.5.5 0.0.0.0 area 1
 network 10.1.35.5 0.0.0.0 area 1
 network 10.1.45.5 0.0.0.0 area 1

No comments:

Post a Comment