Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Sunday, August 19, 2012

next...



the next one is manipulating AD... nope... i'll come back for that one... someday...

this one is about path control and pbr...


ok... the configs... if you scrape em, you are cheating yourselves...

r1

int lo1
des r1 lan
ip add 192.168.1.1 255.255.255.0

int s1/0
des r1-->r2
ip add 172.16.12.1 255.255.255.248
clock ra 128000
band 128
no shut

int s1/1
des r1-->r3
ip add 172.16.13.1 255.255.255.248
band 64
no shut

r2

int lo2
des r2 lan
ip add 192.168.2.1 255.255.255.0

int s1/0
des r2-->r1
ip add 172.16.12.2 255.255.255.248
band 128
no shut

int s1/2
des r2-->r3
ip add 172.16.23.2 255.255.255.248
clock ra 128000
band 128
no shut

r3

int lo3
des r3 lan
ip add 192.168.3.1 255.255.255.0

int s1/1
des r3-->r1
ip add 172.16.13.3 255.255.255.248
clock ra 64000
band 64
no shut

int s1/2
des r3-->r2
ip add 172.16.23.3 255.255.255.248
band 128
no shut

int s1/3
des r3--r4
ip add 172.16.34.3 255.255.255.248
clock ra 64000
band 64
no shut

r4

int lo4
des r4 lan a
ip add 192.168.4.1 255.255.255.128

int lo5
des r4 lan b
ip add 192.168.4.129 255.255.255.128

int s1/3
des r4-->r3
ip add 172.16.34.4 255.255.255.248
band 64
no shut

plug em in...




slam eigrp 1 into them, use .7 wc's for the /29's...

as my nana used to say, "you do..."

r1#sh ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(1)
H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq
                                                   (sec)         (ms)       Cnt Num
1   172.16.13.3             Se1/1                    14 00:02:20   15  2340  0  15
0   172.16.12.2             Se1/0                    14 00:03:33   16  1170  0  13
r1#

r2#sh ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(1)
H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq
                                                   (sec)         (ms)       Cnt Num
1   172.16.23.3             Se1/2                    12 00:02:44   20  1170  0  14
0   172.16.12.1             Se1/0                    10 00:04:11   12  1170  0  13
r2#

r3#sh ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(1)
H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq
                                                   (sec)         (ms)       Cnt Num
2   172.16.34.4             Se1/3                    14 00:02:03   28  2340  0  3
1   172.16.23.2             Se1/2                    12 00:03:13   20  1170  0  12
0   172.16.13.1             Se1/1                    10 00:03:28   28  2340  0  14
r3#

r4#sh ip eigrp neigh
EIGRP-IPv4 Neighbors for AS(1)
H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq
                                                   (sec)         (ms)       Cnt Num
0   172.16.34.3             Se1/3                    10 00:02:28   26  2340  0  13
r4#

test em with a tcl script...

foreach address {
172.16.12.1
172.16.12.2
172.16.13.1
172.16.13.3
172.16.23.2
172.16.23.3
172.16.34.3
172.16.34.4
192.168.1.1
192.168.2.1
192.168.3.1
192.168.4.1
192.168.4.129
} { ping $address }

good... mine worked... of course if you scraped my stuff, yours did too, non-hackers...

the hard part's over...

this is something you need to do... why?  to become a greasy lightning fast monster at it... it's work...



No comments:

Post a Comment