Friday, August 3, 2012

Bringing up FRAME RELAY

Some of the messages you should see when bringing up your DLCI's in your frame relay switch:


FRS(config-if)#frame-relay route 102 interface Serial0/2 201
FRS(config-if)# frame-relay route 103 interface Serial0/1 301
FRS(config-if)#int s0/2
FRS(config-if)#frame-relay route 201 interface Serial0/0 102
FRS(config-if)#
Aug  3 09:41:48.087: %FR-5-DLCICHANGE: Interface Serial0/0 - DLCI 102 state changed to ACTIVE
FRS(config-if)#int
Aug  3 09:41:49.631: %FR-5-DLCICHANGE: Interface Serial0/2 - DLCI 201 state changed to ACTIVE
FRS(config-if)#int s0/1
FRS(config-if)#frame-relay route 301 interface Serial0/0 103
FRS(config-if)#
Aug  3 09:42:18.087: %FR-5-DLCICHANGE: Interface Serial0/0 - DLCI 103 state changed to ACTIVE
FRS(config-if)#
Aug  3 09:42:19.679: %FR-5-DLCICHANGE: Interface Serial0/1 - DLCI 301 state changed to ACTIVE

And Checking:

FRS#sh frame-relay route
Input Intf      Input Dlci      Output Intf     Output Dlci     Status
Serial0/0       102             Serial0/2       201             active
Serial0/0       103             Serial0/1       301             active
Serial0/1       301             Serial0/0       103             active
Serial0/2       201             Serial0/0       102             active

Thursday, August 2, 2012

Nugget's lab 1

Starting from scratch CBT Nugget lab one configs



BB Router


interface Loopback0
 ip address 172.30.0.1 255.255.255.0
!
interface Loopback1
 ip address 172.30.1.1 255.255.255.0
!
interface Loopback2
 ip address 172.30.2.1 255.255.255.0
!
interface Loopback3
 ip address 172.30.3.1 255.255.255.0
!
interface Loopback4
 ip address 172.30.4.1 255.255.255.0
!
interface Loopback5
 ip address 172.30.5.1 255.255.255.0
!
interface Loopback6
 ip address 172.30.6.1 255.255.255.0
!
interface Loopback7
 ip address 172.30.7.1 255.255.255.0
!
interface Loopback8
 ip address 172.30.8.1 255.255.255.0
!
interface Serial0/0
 ip address 10.1.24.1 255.255.255.252
 ip summary-address eigrp 90 172.30.0.0 255.255.248.0 5
 serial restart-delay 0
!
interface Serial0/2
 ip address 10.1.34.1 255.255.255.252
 ip summary-address eigrp 90 172.30.0.0 255.255.248.0 5
 serial restart-delay 0

router eigrp 90
 variance 2
 passive-interface default
 no passive-interface Serial0/0
 no passive-interface Serial0/2
 network 10.1.0.0 0.0.255.255
 network 172.30.0.0
 network 192.168.1.0
 no auto-summary

Router 2 (R2)


interface Serial0/0
 ip address 10.1.24.2 255.255.255.252
 serial restart-delay 0



interface Ethernet1/0
 ip address 10.1.25.2 255.255.255.0
 half-duplex
!
interface Ethernet1/1
 ip address 10.1.2.2 255.255.255.0
 half-duplex

router eigrp 90
 passive-interface Ethernet1/0
 network 10.1.2.2 0.0.0.0
 network 10.1.24.2 0.0.0.0
 network 10.1.25.2 0.0.0.0
 no auto-summary

Router 3(R3)



interface Serial0/2
 ip address 10.1.34.2 255.255.255.252
 serial restart-delay 0
!
interface Ethernet1/0
 ip address 10.1.2.3 255.255.255.0
 half-duplex

router eigrp 90
 network 10.1.2.3 0.0.0.0
 network 10.1.34.2 0.0.0.0
 no auto-summary

Monday, July 30, 2012

working with interfaces in Linux

Just a few commands if you are using Linux based hosts for GNS3:


Add interface:

sudo ifconfig eth0 192.168.10.12 netmask 255.255.255.0 broadcast 192.168.10.255

Show routing table:

route -e

Access ISP network identified by the network address and netmask using network interface card eth0:

sudo route add -net 10.13.21.0 netmask 255.255.255.0 gw 192.168.10.254 eth0

Specify default gateway to use to access remote network via network interface card eth0:

sudo route add default gw 201.51.31.1 eth0

Friday, July 27, 2012

Well,

Ran out of money for racing, so had to give up seriousness for it for the rest of the year. Sold the Subaru, and added $500 to our monthly budget between payment and insurance, and should be ready for the wife to start school full-time next year budget wise. With the proceeds from selling the Subaru, picked up this:

Needed a bit of work, so I got it pretty cheap. BMW 328i, $4,500, w/ 125,000 miles, which is pretty much just broken in for the BMW M series engines. (not M3, but M52 engine) I was racing my last BMW with 225,000 miles on the odometer.

I've had it to an autocross already, and a track day, just to stress test it a bit. Should be a nice daily driver.

Getting back on the study horse for CCNP. Want to get this done by the end of the year, but I've said that before.

Rebuilt a computer with win7 64, and just installed GNS3 0.8.3, which is a real joy compared to some earlier versions.

Starting this weekend. Hope to test for Route by the end of August.

Friday, April 27, 2012

Just a heads up post. Looks like Cisco has set the end-of-life for the CCIP. As if it wasn't confusing enough, we now have, in addition to the CCNP-SP Operations, a CCNP-SP. https://learningnetwork.cisco.com/community/certifications/ccnp_service_provider Being that I work for a service provider, it looks pretty tasty, but, unfortunately, since it's a new certification training materials will probably not follow for another year, based on previous new certs. Four new tests: SPROUTE SPADVROUTE SPEDGE SPCORE I'll likely still pursue the R/S CCNP Route first.

Friday, March 23, 2012

Too much racing to post much for a while. Had to sell my main GNS3 computer to pay for parts for the race car...

Be back soon.

I've also taken up the editing of our Local Autocross Club's Blog.

http://www.spokes.org/weblog/

Thursday, February 23, 2012

Added configs to the CBT Nuggets cisco BGP Lab 1 post

I realized that I hadn't added configs to Cisco BGP lab one and wanted to review the material anyway since I'm looking at Junos BGP now, so I re-worked the lab and added the configs to the original BGP lab 1 post.

Wednesday, February 22, 2012

Basic JUNOS OSPF configuration

this is pretty basic:




And some the typical check your work commands. Pretty much the same as Cisco.




Wednesday, February 15, 2012

Next JUNOS walkthroughs

Next JUNOS walkthrough will be OSPF configuration, then BGP, and then likely Firewall Filters.

I'll likely get something up tonight.

Wednesday, February 8, 2012

Lil' break in studying.

I have two 7 hour endurance races this weekend. My first wheel-to-wheel experience. If there are no posts, it's probably because it didn't go well... ;-)