Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Monday, December 24, 2012

tshoot topo, book...

i like kevin wallace's videos for tshoot... although i'm not a big fan of video style learning, i prefer books (pdf's), i have come to regard his content as top notch...
but to the book...

nice thing here is the videos and book follow...

i think some more thought could have been put into the numbering for this, i prefer there to be some sort of logic between the dlci's, interfaces and ip's, but that's just me and my brand of insanity...

here is the topo...


it's kind of messy... something doc brown might have built... 'hey marty, wanna take a ride in a tshoot delorean time machine?"

here is the frame portion... i used 3640's because for some reason i was having difficulty with 7200's and getting all the pvc's active last night with the gns3 frame-switch...


the addressing and dlci's follow the book exactly...


bb1#sh frame pvc

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

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

DLCI = 811, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.2

  input pkts 37            output pkts 39           in bytes 10008    
  out bytes 10746          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 29        out bcast bytes 9706     
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:34:08, last time pvc status changed 00:27:42
         
DLCI = 881, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1

  input pkts 40            output pkts 38           in bytes 9730     
  out bytes 9345           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 23        out bcast bytes 7785     
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:28:00, last time pvc status changed 00:27:35


r2#sh frame lmi

LMI Statistics for interface Serial1/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 209        Num Status msgs Rcvd 210
  Num Update Status Rcvd 0        Num Status Timeouts 3
  Last Full Status Req 00:00:01        Last Full Status Rcvd 00:00:01


note status enq's/msgs should be nearly the same...

bb2#sh frame map
Serial1/0.2 (up): point-to-point dlci, dlci 821(0x335,0xCC50), broadcast
          status defined, active
Serial1/0.1 (up): point-to-point dlci, dlci 882(0x372,0xDC20), broadcast
          status defined, active

and without routing we have expected behavior from the pings...

bb1#ping 10.1.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.2.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 20/28/48 ms
bb1#ping 172.16.1.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/22/32 ms
bb1#ping 172.16.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.2.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)


bb1#ping 10.1.3.2

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


bb2#sh ip int brie | inc up
FastEthernet0/0            10.1.2.2        YES manual up                    up     
Serial1/0                  unassigned      YES unset  up                    up     
Serial1/0.1                10.1.3.2        YES manual up                    up     
Serial1/0.2                172.16.2.2      YES manual up                    up     
Loopback0                  10.4.4.4        YES manual up                    up 


and now for my next trick...

No comments:

Post a Comment