21 March 2010

Just Another FraMe Lab - P2P

See how easy is create um lab about frame-relay:

Network Example (Hub Spoke):


















Configuring Frame Relay Subinterfaces:


R1# conf t
R1(config)# int s0/0
R1(config-if)# encapsulation frame
R1(config-if)# no frame inverse-arp
R1(config-if)# no shut
R1(config-if)# int s0/0.50 point-to-point
R1(config-subif)# ip add 192.168.0.1 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 50
R1(config-subif)# int s0/0.60 point-to-point
R1(config-subif)# ip add 192.168.0.5 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 60
R1(config-subif)# int s0/0.70 point-to-point
R1(config-subif)# ip add 192.168.0.9 255.255.255.252
R1(config-subif)# frame-relay interface-dlci 70
R1(config-subif)# ^Z 


Being that it is a point-to-point network, the frame-relay map
not's really need. instead, the frame-relay interface-dlci is better.


R2 Configuration:

R2# conf t
R2(config)# int s0/0
R2(config-if)# no frame-relay inverse-arp
R2(config-if)# ip add 192.168.0.2 255.255.255.252
R2(config-subif)# frame-relay map ip 192.168.0.1 51 broadcast
R2(config-subif)# ^Z

R3 Configuration:

R3# conf t
R3(config)# int s0/0
R3(config-if)# no frame-relay inverse-arp
R3(config-if)# ip add 192.168.0.6 255.255.255.252
R3(config-if)# frame-relay map ip 192.168.0.5 61 broadcast
R3(config-if)# ^Z 

R4 Configuration:

R4# conf t
R4(config)# int s0/0
R4(config-if)# no frame-relay inverse-arp
R4(config-if)# ip add 192.168.0.10 255.255.255.252
R4(config-if)# frame-relay map ip 192.168.0.9 71 broadcast
R4(config-if)# ^Z 

My Dynagen File:

autostart = False
ghostios = True
sparsemem = True

[localhost:7200]
workingdir = /tmp

[[3620]]
image = c3620-ik9o3s7-mz.123-23.image
idlepc = 0x608a10a0 -> change for You!
slot0 = NM-4T
ram = 64

[[FRSW FS]]
1:50 = 2:51
1:60 = 3:61
1:70 = 4:71

[[ROUTER R1]]
model = 3620
s0/0 = FS 1

[[ROUTER R2]]
model = 3620
s0/0 = FS 2

[[ROUTER R3]]
model = 3620
s0/0 = FS 3

[[ROUTER R4]]
model = 3620
s0/0 = FS 4


Searching for IOS Images?

Get in My WebSite!


SoMe coMMands from this Lab:

R3# sh run int s0/0
Building configuration...

Current configuration : 163 bytes
!
interface Serial0/0
 ip address 192.168.0.6 255.255.255.252
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 192.168.0.5 61 broadcast
end

R3# sh frame lmi

LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = ANSI
  Invalid Unnumbered info 0             Invalid Prot Disc 0
  Invalid dummy Call Ref 0              Invalid Msg Type 0
  Invalid Status Message 0              Invalid Lock Shift 0
  Invalid Information ID 0              Invalid Report IE Len 0
  Invalid Report Request 0              Invalid Keep IE Len 0
  Num Status Enq. Sent 102              Num Status msgs Rcvd 99
  Num Update Status Rcvd 0              Num Status Timeouts 3
  Last Full Status Req 00:00:28         Last Full Status Rcvd 00:00:28



R3# ping 192.168.0.5

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/58/116 ms

R3# wr


R4# sh frame pvc

PVC Statistics for interface Serial0/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static
  Local          1            0            0            0
  Switched       0            0            0            0
  Unused         0            0            0            0

DLCI = 71, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0

  input pkts 19            output pkts 10           in bytes 4217
  out bytes 1040           dropped pkts 0           in pkts dropped 0
  out pkts dropped 0                out bytes dropped 0
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0
  out BECN pkts 0          in DE pkts 0             out DE pkts 0
  out bcast pkts 0         out bcast bytes 0
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:09:01, last time pvc status changed 00:07:53


[x] Help


biOos

No comments: