-
1. Re: Looking for latency on GNS3
Learner Jul 10, 2018 4:21 PM (in response to Learner)Kev wrote:
you sure post a lot of non ccna related questions in this forum...
Hi Kev,
I didn't draw a strict line between CCNA and non-CCNA. It's all Cisco and all pretty good material. Well. Would this be CCNP material?
-
2. Re: Looking for latency on GNS3
Learner Jul 10, 2018 4:52 PM (in response to Learner)I absorb anything come across my way CCNA is just a piece of paper where I am.
-
3. Re: Looking for latency on GNS3
Kevin Santillan Jul 10, 2018 6:08 PM (in response to Learner)traffic-shape is a deprecated command previously used to configure Generic Traffic Shaping (GTS) hence 15.x does not support it. The way you'd configure this today is through MQC. So according to the support doc, the legacy command's syntax is as follows.
Router(config-if)#traffic-shape group access-list-number bit-rate [burst-size [excess-burst-size]]
Referring to the screenshot, this would translate to something like this using MQC.
ip access-list extended VLAN10_ACL
permit ip any 172.16.10.0 0.0.0.255
!
class-map CLASS_VLAN10
match access-group name VLAN10_ACL
!
policy-map SHAPE_64K
class CLASS_VLAN10
shape average 64000
!
interface Gig1/0
service-policy output SHAPE_64K
Verification is done via show policy-map interface.
-
4. Re: Looking for latency on GNS3
Learner Jul 11, 2018 7:34 AM (in response to Kevin Santillan)That's why. Thank you Kevin. Now I have to figure out how class map and policy map work. That'll keep me busy
-
5. Re: Looking for latency on GNS3
Kevin Santillan Jul 11, 2018 9:11 AM (in response to Learner)You're welcome.
-
6. Re: Looking for latency on GNS3
Learner Jul 11, 2018 12:02 PM (in response to Kevin Santillan)Hi Kevin,
I looked into CCNP Route/Switch books and don't find related information on MQC, class-map or policy-map. Is this CCIE level material?
-
7. Re: Looking for latency on GNS3
Kevin Santillan Jul 11, 2018 1:24 PM (in response to Learner)MQC/HQF are topics covered within QoS. From a certification standpoint, it isn't really "CCIE level" material per se as it depends on what blueprint you're looking at. For instance, though QoS isn't included in the CCNP R&S blueprint, it is within the scope of CCNP-SP and CCNP Collab.
-
8. Re: Looking for latency on GNS3
Modestas Jul 11, 2018 1:54 PM (in response to Learner)Learner wrote:
Hi Kevin,
I looked into CCNP Route/Switch books and don't find related information on MQC, class-map or policy-map. Is this CCIE level material?
4.7 Describe basic QoS concepts
4.7.d Shaping
https://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfcbshp.html
-
9. Re: Looking for latency on GNS3
Modestas Jul 11, 2018 2:00 PM (in response to Learner)Kev wrote:
you sure post a lot of non ccna related questions in this forum...
Ping has forsaken us, but fortunately there is new guy with some creative questions.
-
-
11. Re: Looking for latency on GNS3
Learner Jul 11, 2018 2:41 PM (in response to Learner)What happned to Kev's comments?
-
12. Re: Looking for latency on GNS3
ciscodaze1 Jul 11, 2018 3:36 PM (in response to Learner)I deleted them because I didn't want you to think I was being rude...people often get the wrong impression from my very direct statements.
Im here to encourage, not discourage.
-
13. Re: Looking for latency on GNS3
Learner Jul 11, 2018 4:49 PM (in response to ciscodaze1)No problem Kev. Looking forward to many great answers and more help from you.
Modestas find these to be CCNA material actually. I looked up in the CCNA Official Certi Guide, traffic shaping and class-map are indeed talked about in the book. Just not full blown on the topic.