cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
278
Views
0
Helpful
1
Replies

Showing a connection on a router?

whiteford
Level 1
Level 1

Hi,

I'm not sure if this is possible, but I'm trying to ping a router that is a couple of hops away, but I'm wondering if my first route is even seeing the request, can I see if my Ip has hit the first router by it's mac address or IP?

Thanks

1 Reply 1

Danilo Dy
VIP Alumni
VIP Alumni

Configure "ip accounting output-packets" in the following interface.

Outgoing interface of the local router

Outgoing/incoming interface of the first hop router (if you have access to it)

To check, perform ping or traceroute, then execute "show ip accounting" in both routers.

In local router, you should see source as your local ip and destination as your target ip. This means the packet has been sent out of the local router outgoing interface.

In the first hop router, you should see source as your local ip and destination as your target ip. This means the first hop router received your packet from its incoming interface and sent out to its outgoing interface. If there is a return packet, you should also see source as your target ip (or first hop router ip if you do traceroute) and destination as your local ip.

Review Cisco Networking products for a $25 gift card