In response to yesterday's post: here
I have resolved the issue.
NOTE: Unused interfaces and other portions of the config are omitted.
Ok, so I went back to basics borrowing from this config, I configured R4 and R5 based off of:
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080094057.shtml#conf1
Modified Configs:
Router 4
host R4
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface Serial0/1
ip address 1.1.1.4 255.255.255.0
clock rate 64000
!
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
Router 5
host R5
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
!
interface Serial0/1
ip address 1.1.1.5 255.255.255.0
!
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
Here, the main difference is that I used HDLC between R4 and R5 versus Frame-Relay. I am able to establish an adjacency between
the two:
R4#sh int Serial0/1
Serial0/1 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 1.1.1.4/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
R4#sh ip os ne
Neighbor ID Pri State Dead Time Address Interface
5.5.5.5 0 FULL/ - 00:00:34 1.1.1.5 Serial0/1
R4#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 1.1.1.4/24, Area 0
Process ID 1, Router ID 4.4.4.4, Network Type POINT_TO_POINT, Cost: 64
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:01
Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 5.5.5.5
Suppress hello for 0 neighbor(s)
R4#
R5#sh int s0/1
Serial0/1 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 1.1.1.5/24
MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
R5#sh ip os ne
Neighbor ID Pri State Dead Time Address Interface
4.4.4.4 0 FULL/ - 00:00:37 1.1.1.4 Serial0/1
R5#
R5#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 1.1.1.5/24, Area 0
Process ID 1, Router ID 5.5.5.5, Network Type POINT_TO_POINT, Cost: 781
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:08
Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 4.4.4.4
Suppress hello for 0 neighbor(s)
R5#
=================================================================================
I reconfigured R4 and R5 to reflect HDLC along with the lab book's info:
Router 4
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.4 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
ip address 172.12.123.4 255.255.255.0
encapsulation frame-relay IETF
ip ospf hello-interval 5
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay interface-dlci 321
frame-relay lmi-type cisco
!
!
interface Serial0/1
ip address 10.2.2.4 255.255.255.0
clock rate 64000
!
router ospf 1
router-id 44.44.44.44
log-adjacency-changes
area 45 virtual-link 5.5.5.5
network 4.4.4.4 0.0.0.0 area 4
network 10.2.2.0 0.0.0.255 area 45
network 172.12.123.0 0.0.0.255 area 0
!
!
Router 5
!
!
interface Loopback5
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.5 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.5 255.255.255.0
!
router ospf 1
log-adjacency-changes
area 45 virtual-link 44.44.44.44
network 5.5.5.5 0.0.0.0 area 5
network 10.2.2.0 0.0.0.255 area 45
!
!
The adjacency is established:
R4#sh ip osp ne
Neighbor ID Pri State Dead Time Address Interface
5.5.5.5 0 FULL/ - 00:00:35 10.2.2.5 Serial0/1
R4#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.4/24, Area 45
Process ID 1, Router ID 44.44.44.44, Network Type POINT_TO_POINT, Cost: 64
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:02
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 5.5.5.5
Suppress hello for 0 neighbor(s)
R4#
R5#sh ip os ne
Neighbor ID Pri State Dead Time Address Interface
44.44.44.44 0 FULL/ - 00:00:33 10.2.2.4 Serial0/1
R5#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.5/24, Area 45
Process ID 1, Router ID 5.5.5.5, Network Type POINT_TO_POINT, Cost: 781
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:08
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 44.44.44.44
Suppress hello for 0 neighbor(s)
R5#
And thanks to the virtual link, I can now ping back to the hub router (R1).
R5#p 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 = 92/93/96 ms
R5#
R5#sh ip ro os
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/846] via 10.2.2.4, 00:03:03, Serial0/1
2.0.0.0/32 is subnetted, 1 subnets
O IA 2.2.2.2 [110/846] via 10.2.2.4, 00:03:03, Serial0/1
4.0.0.0/32 is subnetted, 1 subnets
O IA 4.4.4.4 [110/782] via 10.2.2.4, 00:03:03, Serial0/1
172.12.0.0/24 is subnetted, 1 subnets
O 172.12.123.0 [110/845] via 10.2.2.4, 00:03:03, Serial0/1
R5#
Now, I know Frame-Relay point-to-point is possible. This link proves it:
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080094054.shtml#conf
I think my mistake with Frame-Relay OSPF Point-to-Point is that I should have
established a point-to-point sub-interface, e.g. interface Serial0.1 point-to-point
versus making R4 a frame-switch just to deal with point-to-point connectivity between
R4 and R5. O_o ??
Could be another reason, but I got frame-relay p2p to work as well. Check it out below:
Configs (then results after):
Router 4
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.4 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
ip address 172.12.123.4 255.255.255.0
encapsulation frame-relay IETF
ip ospf hello-interval 5
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay interface-dlci 321
frame-relay lmi-type cisco
!
interface Serial0/1
no ip address
encapsulation frame-relay
no keepalive
clock rate 64000
!
interface Serial0/1.1 point-to-point
ip address 10.2.2.4 255.255.255.0
frame-relay interface-dlci 444
!
router ospf 1
router-id 44.44.44.44
log-adjacency-changes
area 45 virtual-link 5.5.5.5
network 4.4.4.4 0.0.0.0 area 4
network 10.2.2.0 0.0.0.255 area 45
network 172.12.123.0 0.0.0.255 area 0
!
Router 5
!
!
interface Loopback5
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.5 255.255.255.0
shutdown
speed auto
half-duplex
!
!
interface Serial0/1
no ip address
encapsulation frame-relay
no keepalive
!
interface Serial0/1.1 point-to-point
ip address 10.2.2.5 255.255.255.0
frame-relay interface-dlci 444
!
router ospf 1
log-adjacency-changes
area 45 virtual-link 44.44.44.44
network 5.5.5.5 0.0.0.0 area 5
network 10.2.2.0 0.0.0.255 area 45
!
!
R4#sh ip os ne
Neighbor ID Pri State Dead Time Address Interface
5.5.5.5 0 FULL/ - 00:00:31 10.2.2.5 Serial0/1.1
R4#sh ip os int s0/1
%OSPF: OSPF not enabled on Serial0/1
R4#sh ip os int s0/1.1
Serial0/1.1 is up, line protocol is up
Internet Address 10.2.2.4/24, Area 45
Process ID 1, Router ID 44.44.44.44, Network Type POINT_TO_POINT, Cost: 64
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:01
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 5.5.5.5
Suppress hello for 0 neighbor(s)
R4#
R5#
R5#sh ip os ne
Neighbor ID Pri State Dead Time Address Interface
44.44.44.44 0 FULL/ - 00:00:32 10.2.2.4 Serial0/1.1
R5#sh ip os int s0/1.1
Serial0/1.1 is up, line protocol is up
Internet Address 10.2.2.5/24, Area 45
Process ID 1, Router ID 5.5.5.5, Network Type POINT_TO_POINT, Cost: 781
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:05
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 44.44.44.44
Suppress hello for 0 neighbor(s)
R5#
R5#
And last, but not least, pinging from R1 using TCL to all Loopbacks.
R1#tclsh
R1(tcl)#foreach address {
+>(tcl)#1.1.1.1
+>(tcl)#2.2.2.2
+>(tcl)#4.4.4.4
+>(tcl)#5.5.5.5
+>(tcl)#} { ping $address re 3 si 100 }
Type escape sequence to abort.
Sending 3, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!
Success rate is 100 percent (3/3), round-trip min/avg/max = 1/3/4 ms
Type escape sequence to abort.
Sending 3, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!
Success rate is 100 percent (3/3), round-trip min/avg/max = 64/66/68 ms
Type escape sequence to abort.
Sending 3, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:
!!!
Success rate is 100 percent (3/3), round-trip min/avg/max = 64/65/68 ms
Type escape sequence to abort.
Sending 3, 100-byte ICMP Echos to 5.5.5.5, timeout is 2 seconds:
!!!
Success rate is 100 percent (3/3), round-trip min/avg/max = 92/92/92 ms
R1(tcl)#^Z
R1#
05:09:33: %SYS-5-CONFIG_I: Configured from console by console
R1#
Thanks!
Showing posts with label BSCI. Show all posts
Showing posts with label BSCI. Show all posts
Wednesday, September 10, 2008
"OPSF Hub-And-Spoke And Virtual Links" lab - Issue
Got stumped on a portion of this "OPSF Hub-And-Spoke And Virtual Links" lab (Bryant advantage). Hopefull I can finish it tomorrow... sleepy...
NOTE: My Physical Setup is the as the workbook's, except that the Lab's R3 is my R4,
and the lab's R4 is my R5. Hence the slight differences in loopbacks and the like.
I am working the "OPSF Hub-And-Spoke And Virtual Links" lab. What I
am running into is that I am unable to establish an Adjacency between
R4 and R5. Any suggestions would greatly appreciated. Thanks!
R4#
R4#sh ip os n
Neighbor ID Pri State Dead Time Address Interface
11.11.11.11 1 FULL/DR 00:00:15 172.12.123.1 Serial0/0
R4#
R5#
R5#sh ip os ne
R5#
show ip ospf interface so/1 for Router4
R4#
R4#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.4/24, Area 45
Process ID 1, Router ID 44.44.44.44, Network Type NON_BROADCAST, Cost: 64
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 44.44.44.44, Interface address 10.2.2.4
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:22
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R4#
R4#
show ip ospf interface so/1 for Router 5
R5#
R5#sh ip os in s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.5/24, Area 45
Process ID 1, Router ID 5.5.5.5, Network Type NON_BROADCAST, Cost: 781
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 5.5.5.5, Interface address 10.2.2.5
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:29
Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R5#
R5#
Configs below:
===================== R4 ==========================================
!
frame-relay switching
!
!
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.4 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
ip address 172.12.123.4 255.255.255.0
encapsulation frame-relay IETF
ip ospf hello-interval 5
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay interface-dlci 321
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.4 255.255.255.0
encapsulation frame-relay IETF
clock rate 64000
frame-relay interface-dlci 444
frame-relay intf-type dce
!
router ospf 1
router-id 44.44.44.44
log-adjacency-changes
area 45 virtual-link 5.5.5.5
network 4.4.4.4 0.0.0.0 area 4
network 10.2.2.0 0.0.0.255 area 45
network 172.12.123.0 0.0.0.255 area 0
!
!
===================== R5 ==========================================
!
!
!
interface Loopback5
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.5 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.5 255.255.255.0
encapsulation frame-relay IETF
frame-relay interface-dlci 444
!
router ospf 1
log-adjacency-changes
area 45 virtual-link 44.44.44.44
network 5.5.5.5 0.0.0.0 area 5
network 10.2.2.0 0.0.0.255 area 45
!
NOTE: My Physical Setup is the as the workbook's, except that the Lab's R3 is my R4,
and the lab's R4 is my R5. Hence the slight differences in loopbacks and the like.
I am working the "OPSF Hub-And-Spoke And Virtual Links" lab. What I
am running into is that I am unable to establish an Adjacency between
R4 and R5. Any suggestions would greatly appreciated. Thanks!
R4#
R4#sh ip os n
Neighbor ID Pri State Dead Time Address Interface
11.11.11.11 1 FULL/DR 00:00:15 172.12.123.1 Serial0/0
R4#
R5#
R5#sh ip os ne
R5#
show ip ospf interface so/1 for Router4
R4#
R4#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.4/24, Area 45
Process ID 1, Router ID 44.44.44.44, Network Type NON_BROADCAST, Cost: 64
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 44.44.44.44, Interface address 10.2.2.4
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:22
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R4#
R4#
show ip ospf interface so/1 for Router 5
R5#
R5#sh ip os in s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.5/24, Area 45
Process ID 1, Router ID 5.5.5.5, Network Type NON_BROADCAST, Cost: 781
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 5.5.5.5, Interface address 10.2.2.5
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:29
Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R5#
R5#
Configs below:
===================== R4 ==========================================
!
frame-relay switching
!
!
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.4 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
ip address 172.12.123.4 255.255.255.0
encapsulation frame-relay IETF
ip ospf hello-interval 5
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay interface-dlci 321
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.4 255.255.255.0
encapsulation frame-relay IETF
clock rate 64000
frame-relay interface-dlci 444
frame-relay intf-type dce
!
router ospf 1
router-id 44.44.44.44
log-adjacency-changes
area 45 virtual-link 5.5.5.5
network 4.4.4.4 0.0.0.0 area 4
network 10.2.2.0 0.0.0.255 area 45
network 172.12.123.0 0.0.0.255 area 0
!
!
===================== R5 ==========================================
!
!
!
interface Loopback5
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.5 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.5 255.255.255.0
encapsulation frame-relay IETF
frame-relay interface-dlci 444
!
router ospf 1
log-adjacency-changes
area 45 virtual-link 44.44.44.44
network 5.5.5.5 0.0.0.0 area 5
network 10.2.2.0 0.0.0.255 area 45
!
Monday, September 8, 2008
Labs - Bryant Advantage
Completed the first three labs for BSCI (Layer 2, Static, RIP). Nice explanations. Gives you a better feel for doing labs without an "answer key," as a typical CCNP/CCNA lab would have. I'll do more of these tonight if I'm not too tired, then start EIGRP (Doyle, notes, lab) tomorrow.
Thursday, September 4, 2008
Lab Challenges
Where were blogs like these in 2000? Here's a couple of lab challenges from Just another CCIE
CCIE #20728. Pretty nice, and also free! So go ahead, lab it up!
http://ccie20728.wordpress.com/2008/08/26/lab-challenge-eigrp/#more-205
http://ccie20728.wordpress.com/2008/05/11/lab-challenge-igp-eigrp-ospf-and-rip/
CCIE #20728. Pretty nice, and also free! So go ahead, lab it up!
http://ccie20728.wordpress.com/2008/08/26/lab-challenge-eigrp/#more-205
http://ccie20728.wordpress.com/2008/05/11/lab-challenge-igp-eigrp-ospf-and-rip/
Wednesday, September 3, 2008
IPv6
Worked through most of IPv6 in Doyle's Routing TCP/IP. That's a great book! Took thorough notes, will finish tomorrow morning and move on to RIPv2 (finally), then on to EIGRP. Hopefully I can get some time in to work on my lab before the week is out. Plan to run through those RIP labs from the Bryant Advantage and Mohamed Ouamer. These are just basic labs, but I'm doing them to reinforce concepts as I progress. I plan to continue on that route building up my understanding for the Written, and at the same time, preparing for transition to Soup-to-Nuts (S2N) once I have completed the written. I plan to take the written by the end of November, beginning of December before this project at work ramps to full speed. Anyway, that's the basic gist of my plan. I'll place a real outline later.
Monday, September 1, 2008
TCP/IP/VLSM/Summarization/CIDR
Well, never made it to RIPv2 : (. Spent the day taking thorough notes on TCP/IP/VLSM/Summarization/CIDR. Read the first three sections of the Bryant Advantage BSCI Study Guide: IP Routing, DV Routing, & VLSM, Summarization, and CIDR. Will go back through to make flash cards for reminders. Will follow up with IPv6 from Routing TCP/IP Volume I, either tonight and tomorrow, or just tomorrow.
Sunday, August 31, 2008
Free Labs
Looks like a new site is up by Mohamed Ouamer. I'll run through a few of his labs and post my thoughts afterward. It actually could be a good find as I am spending the day running through RIP, and he has several RIP labs up.
Wednesday, August 27, 2008
BSCI Study/Practice Exams
Have you tried the BSCI practice exams from Cisco or some of their
interactive games? Maybe not as tough as the real exam, but pretty
entertaining. Click here to try!
Then click on Study/Learn or Practice.
interactive games? Maybe not as tough as the real exam, but pretty
entertaining. Click here to try!
Then click on Study/Learn or Practice.
Monday, August 25, 2008
Cisco Doc CD + Tutorial
http://www.cisco.com/univercd/home/home.htm
When I run into trouble on my labs, I use the DOC CD, which I am getting better at using, thanks to the Internetwork Experts tutorial:
http://www.internetworkexpert.com/resources/using_the_doccd/index.html
How's that for an endorsement... j/k
When I run into trouble on my labs, I use the DOC CD, which I am getting better at using, thanks to the Internetwork Experts tutorial:
http://www.internetworkexpert.com/resources/using_the_doccd/index.html
How's that for an endorsement... j/k
Links for the BSCI
BSCI links which are floating around the net:
=============================================
BSCI Summary:
http://vcappuccio.wordpress.com/bsci-summary/
Cisco Internetworking Technology Handbook
http://www.cisco.com/en/US/docs/internetworking/technology/handbook/ito_doc.html
Cisco Labs:
http://www.net130.com/ccnp%2Dlabs/
Cisco BGP FAQ:
http://www.cisco.com/en/US/tech/tk365/technologies_q_and_a_item09186a00800949e8.shtml
Cisco BGP Case Studies
http://www.cisco.com/warp/public/459/bgp-toc.html
Configuring BGP on Cisco Routers
http://www.nil.com/C1256F620032CACB/NILLookup/LB_RL_BGP32?Open&dm=&s=0&rid=C1256F0A00429755
Cisco Subnet; Chapter 9 EIGRP
http://www.networkworld.com/subnets/cisco/022508-ch9-router-security-strategies.html?page=2
GNS3 home
http://www.gns3.net/
Arden Pakeer OSPF Network Types
http://ardenpackeer.com/routing-protocols/tutorial-ospf-network-types-and-frame-relay-part-1/
Packetlife.net cheet sheets
http://packetlife.net/cheatsheets/
CCNP Recertification Study notes
http://ccnprecertification.com/
Cisco Tips and Tricks
http://ciscotips.wordpress.com/
Networkers Online
http://www.networkers-online.com/
Cisco OSPF
http://www.cisco.com/en/US/tech/tk365/tk480/tsd_technology_support_sub-protocol_home.html
OSPF Virtual Link
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00801ec9ee.shtml
EIGRP overview
http://networking.ringofsaturn.com/Cisco/eigrp.php
Configuring EIGRP
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfeigrp.html
EIGRP Stub routing
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/eigrpstb.html
ISIS Design Guide
http://www.gweep.net/~crimson/isis-designguide.pdf
CCNP BSCI technote EIGRP
http://www.techexams.net/technotes/bsci/eigrp.shtml
Troubleshooting EIGRP
http://www.ciscopress.com/articles/article.asp?p=27839
Configuring router maps and policy based routing
http://www.ciscopress.com/articles/article.asp?p=102092
Cisco OSPF router redistribution
http://www.ciscopress.com/articles/article.asp?p=27573&seqNum=1
Troubleshooting BGP
http://www.nanog.org/mtg-0501/pdf/troubleshooting.pdf
ISIS Basics
http://www.ciscopress.com/articles/article.asp?p=101756
BSCI Study notes
http://packetlife.net/papers/ccnp-bsci-notes/
Intermediate System-to-Intermediate System (IS-IS) BASICS
http://www.ciscopress.com/articles/article.asp?p=101756
CCIE Practical Studies: Configuring Route-Maps and Policy-based Routing
http://www.ciscopress.com/articles/article.asp?p=102092
Default Passive Interface Feature
http://www.cisco.com/en/US/docs/ios/12_0t/12_0t2/feature/guide/defint.html
How Does the Passive Interface Feature Work in EIGRP?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f0a.shtml
Configuring IS-IS for IP on Cisco Routers
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f38.shtml
Configuring IP Routing Protocol-Independent Features
Redistributing Routing Information
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfindep.html#wp1001056
Configuring a Gateway of Last Resort Using IP Commands
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml
How Does OSPF Generate Default Routes?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a74.shtml
IP Multicasting at Layer 2
ftp://ftp-eng.cisco.com/ipmulticast/training/Module2.pdf
IS-IS RFC 1142
http://tools.ietf.org/html/rfc1142
NREN TF - OSPFv3 Lab
http://www.6journal.org/archive/00000083/01/belgrade_velde_ospfv3.pdf
Configuration Notes for the Implementation of EIGRP over Frame Relay and Low Speed Links
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094063.shtml
Troubleshooting PIM Dense Mode
http://cisco.iphelp.ru/faq/5/ch13lev1sec2.html
Troubleshooting PIM Sparse Mode
http://cisco.iphelp.ru/faq/5/ch13lev1sec3.html
OSPF NSSA routes: O IA, O N1, O N2
http://enotepad.wordpress.com/2007/05/06/ospf-nssa-routes-o-ia-o-n1-o-n2/
OSPF Not-So-Stubby Area (NSSA)
http://cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a88.shtml
BGP Case Studies
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml
Understanding Redistribution of OSPF Routes into BGP
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800943c5.shtml
IP prefix-lists
http://ccienotes.blogspot.com/2007/08/ip-prefix-list.html
IP-Multicasting Technology Part 3: Protocol Timing, Sizing and Decoding
http://www.intelligraphics.com/articles/ipmulticasting3_article.html
Configuring BGP
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfbgp.html
The OSPF Default Mysteries
http://www.nil.com/ipcorner/OSPFDefaultMysteries/
Introduction to IS-IS
http://www.nanog.org/mtg-0010/ppt/martey/index.htm
=============================================
BSCI Summary:
http://vcappuccio.wordpress.com/bsci-summary/
Cisco Internetworking Technology Handbook
http://www.cisco.com/en/US/docs/internetworking/technology/handbook/ito_doc.html
Cisco Labs:
http://www.net130.com/ccnp%2Dlabs/
Cisco BGP FAQ:
http://www.cisco.com/en/US/tech/tk365/technologies_q_and_a_item09186a00800949e8.shtml
Cisco BGP Case Studies
http://www.cisco.com/warp/public/459/bgp-toc.html
Configuring BGP on Cisco Routers
http://www.nil.com/C1256F620032CACB/NILLookup/LB_RL_BGP32?Open&dm=&s=0&rid=C1256F0A00429755
Cisco Subnet; Chapter 9 EIGRP
http://www.networkworld.com/subnets/cisco/022508-ch9-router-security-strategies.html?page=2
GNS3 home
http://www.gns3.net/
Arden Pakeer OSPF Network Types
http://ardenpackeer.com/routing-protocols/tutorial-ospf-network-types-and-frame-relay-part-1/
Packetlife.net cheet sheets
http://packetlife.net/cheatsheets/
CCNP Recertification Study notes
http://ccnprecertification.com/
Cisco Tips and Tricks
http://ciscotips.wordpress.com/
Networkers Online
http://www.networkers-online.com/
Cisco OSPF
http://www.cisco.com/en/US/tech/tk365/tk480/tsd_technology_support_sub-protocol_home.html
OSPF Virtual Link
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00801ec9ee.shtml
EIGRP overview
http://networking.ringofsaturn.com/Cisco/eigrp.php
Configuring EIGRP
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfeigrp.html
EIGRP Stub routing
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/eigrpstb.html
ISIS Design Guide
http://www.gweep.net/~crimson/isis-designguide.pdf
CCNP BSCI technote EIGRP
http://www.techexams.net/technotes/bsci/eigrp.shtml
Troubleshooting EIGRP
http://www.ciscopress.com/articles/article.asp?p=27839
Configuring router maps and policy based routing
http://www.ciscopress.com/articles/article.asp?p=102092
Cisco OSPF router redistribution
http://www.ciscopress.com/articles/article.asp?p=27573&seqNum=1
Troubleshooting BGP
http://www.nanog.org/mtg-0501/pdf/troubleshooting.pdf
ISIS Basics
http://www.ciscopress.com/articles/article.asp?p=101756
BSCI Study notes
http://packetlife.net/papers/ccnp-bsci-notes/
Intermediate System-to-Intermediate System (IS-IS) BASICS
http://www.ciscopress.com/articles/article.asp?p=101756
CCIE Practical Studies: Configuring Route-Maps and Policy-based Routing
http://www.ciscopress.com/articles/article.asp?p=102092
Default Passive Interface Feature
http://www.cisco.com/en/US/docs/ios/12_0t/12_0t2/feature/guide/defint.html
How Does the Passive Interface Feature Work in EIGRP?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f0a.shtml
Configuring IS-IS for IP on Cisco Routers
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f38.shtml
Configuring IP Routing Protocol-Independent Features
Redistributing Routing Information
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfindep.html#wp1001056
Configuring a Gateway of Last Resort Using IP Commands
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml
How Does OSPF Generate Default Routes?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a74.shtml
IP Multicasting at Layer 2
ftp://ftp-eng.cisco.com/ipmulticast/training/Module2.pdf
IS-IS RFC 1142
http://tools.ietf.org/html/rfc1142
NREN TF - OSPFv3 Lab
http://www.6journal.org/archive/00000083/01/belgrade_velde_ospfv3.pdf
Configuration Notes for the Implementation of EIGRP over Frame Relay and Low Speed Links
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094063.shtml
Troubleshooting PIM Dense Mode
http://cisco.iphelp.ru/faq/5/ch13lev1sec2.html
Troubleshooting PIM Sparse Mode
http://cisco.iphelp.ru/faq/5/ch13lev1sec3.html
OSPF NSSA routes: O IA, O N1, O N2
http://enotepad.wordpress.com/2007/05/06/ospf-nssa-routes-o-ia-o-n1-o-n2/
OSPF Not-So-Stubby Area (NSSA)
http://cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a88.shtml
BGP Case Studies
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml
Understanding Redistribution of OSPF Routes into BGP
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800943c5.shtml
IP prefix-lists
http://ccienotes.blogspot.com/2007/08/ip-prefix-list.html
IP-Multicasting Technology Part 3: Protocol Timing, Sizing and Decoding
http://www.intelligraphics.com/articles/ipmulticasting3_article.html
Configuring BGP
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfbgp.html
The OSPF Default Mysteries
http://www.nil.com/ipcorner/OSPFDefaultMysteries/
Introduction to IS-IS
http://www.nanog.org/mtg-0010/ppt/martey/index.htm
Subscribe to:
Posts (Atom)