Friday, June 27, 2008

12 Days Remaining CCIE RS Lab Exam

Today is 12 days remaining before CCIE RS Lab Exam, preparation for Exam :

# Exam Location : Hong Kong

# Exam Date : July 8, 2008

# Exam Payment : Paid

# Invitation Letter from Cisco : Yes (pdf)

# Passport Expire : July 2011

# Visa : Visa on Location

# Transport : Garuda Indonesia Airline

# Hotel : on booking and paid

# Default Web Browser : www.cisco.com/univercd

# Experience on lab : 500 hours more ...

# Experience out of lab : reading, googling, video on IPOD, video on PSP, listening audio book, share with friend, forum online, etc

Keep on lab every day, practice practice practice ...
Don't forget keep my body always health.
Always pray to God.

Monday, June 23, 2008

Frame Relay Hub-Spoke without Mapping between Spoke

This is example topology hub-spoke use frame-relay, but between spoke there isn't mapping.


-102---201-- R2
R1 --|
-103---301-- R3


R1 hub
ip add 192.168.0.1 255.255.255.0
frame map ip 192.168.0.2 102 broadcast
frame map ip 192.168.0.3 103 broadcast

R2 spoke
ip add 192.168.0.2 255.255.255.0
frame map ip 192.168.0.1 201 broadcast

R3 spoke
ip add 192.168.0.3 255.255.255.0
frame map ip 192.168.0.1 301 broadcast

Between spoke never be communication, but we can test connectivity between spoke without add mapping.

R2(config-if)#do ping i  
Target IP address: 192.168.0.3
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface:
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]: l
Source route: 192.168.0.1
Loose, Strict, Record, Timestamp, Verbose[LV]: v
Loose, Strict, Record, Timestamp, Verbose[L]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.3, timeout is 2 seconds:
Packet has IP options: Total option bytes= 7, padded length=8
Loose source route: <*>
(192.168.0.1)

!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 84/85/88 ms