cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5567
Views
0
Helpful
2
Replies

Debug ip packet on vrf

network_user
Level 1
Level 1

Hello,

If I have multiple vrfs on my router and they are using private subnets which overlap in different vrfs then how do I do a "debug ip packet" in order to do a debug on traffic from one vrf? For instance if vrf 100 and vrf 101 both use 192.168.2.0/24, how do debug ip packet to see debug only for traffic concerning vrf 100??

Thank you.

2 Replies 2

blacktrack
Level 1
Level 1

Hi,

Use the debug ip mpacket command

debug ip mpacket [vrf vrf-name] [detail | fastswitch] [access-list] [group]

regards

Hicham Azarou

Hello Hicham,

Is the debug ip mpacket command not just for multicast traffic? My traffic is not multicast...

Thank you.