I would think your solution would work provided you applied it to the other
subinterfaces as well (s0/1/0.24, s0/1/0.25).

One thing I would watch for in the lab is section title heading. If the
title is

Sec 1. Frame-relay traffic shaping

then use frame-relay traffic shaping, even if the question could be
interpretted to either MQC or FRTS.

I don't see this in the IPX lab however.

-Marc

On Thu, Jun 7, 2012 at 9:30 AM, Nick Bonifacio <[email protected]> wrote:

> All,
>
> This is a genral syntax question more than anything.
>
> I am doing lab 2-14.
> I am on task 1.0:
>
> Configure R2 Frame-Relay Interfaces so that IP traffic with a datagram
> size above 512 bytes will be marked Discard-Eligible (DE).
>
> Here is what I did:
>
> access-list 1 permit any
>
> class-map match-all FRDE
>  match access-group 1
>  match packet length min 512
>
> policy-map SETDE
>  class FRDE
>   set fr-de
>
> interface Serial0/1/0.24 point-to-point
>  bandwidth 512
>  ip address 150.50.24.2 255.255.255.252
>  frame-relay interface-dlci 204 //disregard dlci number my FRSW
> is different
>  service-policy output SETDE
>
> The DSG says:
>
> frame-relay de-list 1 protocol ip gt 512
>
> int s0/1/0.24
> frame-relay de-group 1 104
> int s0/1/0.25
> frame-relay de-group 1 105
> int s0/1/0.26
> frame-relay de-group 1 106
>
> I thought that Cisco is really driving more usage of the MQC?  My biggest
> fear in the lab (June 18th) is that I will lose points because I used
> different syntax than what was expected.
>
> Does the grading  script care about syntax or does it look for output
> commands?
>
> For example:
>
> R2(config)#do ping
> Protocol [ip]:
> Target IP address: 150.50.24.1
> Repeat count [5]: 1
> Datagram size [100]:
> Timeout in seconds [2]:
> Extended commands [n]: y
> Source address or interface: Serial0/1/0.24
> Type of service [0]:
> Set DF bit in IP header? [no]:
> Validate reply data? [no]:
> Data pattern [0xABCD]:
> Loose, Strict, Record, Timestamp, Verbose[none]:
> Sweep range of sizes [n]: y
> Sweep min size [36]: 500
> Sweep max size [18024]: 600
> Sweep interval [1]:
> Type escape sequence to abort.
> Sending 101, [500..600]-byte ICMP Echos to 150.50.24.1, timeout is 2
> seconds:
> Packet sent with a source address of 150.50.24.2
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> .
> Success rate is 98 percent (70/71), round-trip min/avg/max = 256/275/292 ms
>
>
> R2(config)#do sh frame pvc 204
> PVC Statistics for interface Serial0/1/0 (Frame Relay DTE)
> DLCI = 204, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
> Serial0/1/0.24
>   input pkts 347           output pkts 296          in bytes 146234
>   out bytes 133949         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 146
>   out bcast pkts 111       out bcast bytes 39373
>   5 minute input rate 2000 bits/sec, 2 packets/sec
>   5 minute output rate 2000 bits/sec, 2 packets/sec
>   pvc create time 00:55:21, last time pvc status changed 00:54:05
>
> Since the show output has packets marked discard eligible, I have
> satisfied the requirements of this task, correct?
>
>
> Thanks,
> Nick
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
> http://onlinestudylist.com/mailman/listinfo/ccie_rs
>



-- 
Marc Abel
CCIE #35470
(Routing and Switching)
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

Reply via email to