ip accounting precedence for non-transit traffic

ip accounting precedence for non-transit traffic

NewsGroups | Search | Tools
 alt.certification.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
ip accounting precedence for non-transit traffic marko 05-25-2008
Posted by marko on May 25, 2008, 5:23 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
In my home study lab, I'm finding that the 'ip accounting precedence
output' and 'show int e0/0 precedence' commands do not work as
expected when the same router is the one generated the traffic you're
hoping to capture.

What I was doing was using a policy-map to set the IP Precedence to 5
of generated ping packets and the 'show policy-map int e0/0' command
showed that these markings were being set. However, the 'show int e0/0
precedence' output showed this traffic as precedence 0 instead of 5.
So, although I can't find this written anywhere, it appears that if
the capturing and generating router are the same, the show output
won't have show the markings on the packets. This is what I'm
gathering from my experiments. Can anyone comment or corroborate
that?

thanks -

NMFall 20%
Posted by Scott Perry on May 29, 2008, 12:46 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Verify first that the router really is marking the IP precedence of that
traffic to 5. It is one thing to apply a policy-map to an interface when
the traffic is coming from outside of a router versus this situation where
the router is generating the traffic. Also try an extended PING command
where you specify the source IP address of the PING to help match whatever
your policy map has, if applicable.

!
access-list 2001 remark *
access-list 2001 remark * Declaring ICMP (including PING) to 10.10.10.10 for
QoS
access-list 2001 remark *
access-list 2001 permit icmp any host 10.10.10.10
!
class-map match-any ICMPclass
description * Classification of ICMP traffic to 10.10.10.10
match access-group 2001
!
policy-map ICMPtagging
description * Mark ICMP to 10.10.10.10 as IP Presedence 5
class ICMPclass
set ip precedence critical
!
interface Ethernet1
service-policy input ICMPtagging
interface Ethernet0
service-policy output ICMPtagging
!

-----

Scott Perry
Indianapolis, IN

-----

> In my home study lab, I'm finding that the 'ip accounting precedence
> output' and 'show int e0/0 precedence' commands do not work as
> expected when the same router is the one generated the traffic you're
> hoping to capture.
>
> What I was doing was using a policy-map to set the IP Precedence to 5
> of generated ping packets and the 'show policy-map int e0/0' command
> showed that these markings were being set. However, the 'show int e0/0
> precedence' output showed this traffic as precedence 0 instead of 5.
> So, although I can't find this written anywhere, it appears that if
> the capturing and generating router are the same, the show output
> won't have show the markings on the packets. This is what I'm
> gathering from my experiments. Can anyone comment or corroborate
> that?
>
> thanks -



Posted by marko on May 30, 2008, 4:44 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
> Verify first that the router really is marking the IP precedence of that
> traffic to 5. It is one thing to apply a policy-map to an interface when
> the traffic is coming from outside of a router versus this situation where
> the router is generating the traffic. Also try an extended PING command
> where you specify the source IP address of the PING to help match whatever
> your policy map has, if applicable.
>
> !
> access-list 2001 remark *
> access-list 2001 remark * Declaring ICMP (including PING) to 10.10.10.10 for
> QoS
> access-list 2001 remark *
> access-list 2001 permit icmp any host 10.10.10.10
> !
> class-map match-any ICMPclass
> description * Classification of ICMP traffic to 10.10.10.10
> match access-group 2001
> !
> policy-map ICMPtagging
> description * Mark ICMP to 10.10.10.10 as IP Presedence 5
> class ICMPclass
> set ip precedence critical
> !
> interface Ethernet1
> service-policy input ICMPtagging
> interface Ethernet0
> service-policy output ICMPtagging
> !
>
> -----
>
> Scott Perry
> Indianapolis, IN
>
> -----
>

Thanks... those are good ideas...


Similar ThreadsPosted
Traffic-shaping traffic with precedence 2 Options June 18, 2008, 4:39 am
traffic shaping and ip precedence June 7, 2006, 9:08 am
Dividing networks (local traffic, global traffic) March 17, 2008, 5:42 pm
QoS: How to classify RDP traffic? July 10, 2008, 11:02 am
Syslog to monitor traffic April 29, 2007, 10:30 am
PIX command to check SMTP traffic August 8, 2005, 7:56 am
Frame Relay Traffic Shaping May 10, 2006, 7:58 am
Make traffic for test the link July 11, 2006, 4:48 pm
How to monitor traffic using Cisco NetFlow v5 August 7, 2006, 9:21 am
Network Monitoring Analysis - traffic, issues etc? May 10, 2007, 2:07 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map