U:\>netsh interface ipv4 show destinationcache address='IP_addresss'
- Example on a classic LAN:
U:\>netsh interface ipv4 show destinationcache address=192.168.95.216
Destination : 192.168.95.216
Next Hop Address : 192.168.211.254
Source : 192.168.211.1
Interface : Local Area Connection
Path MTU : 1500
Upper-layer MTU : 1480
RTT mean : 3000
RTT deviation : 0
Path transmit speed (Bps): 0
Path receive speed (Bps) : 0
Link transmit Speed (bps): 1000000000
Link receive Speed (bps) : 1000000000
- Example with an IPsec Tunnel:
U:\>netsh interface ipv4 show destinationcache address=192.168.95.216
Destination : 192.168.95.216
Next Hop Address : 192.168.95.216
Source : 192.168.243.197
Interface : Local Area Connection
Path MTU : 1400
Upper-layer MTU : 1380
RTT mean : 40
RTT deviation : 20
Path transmit speed (Bps): 0
Path receive speed (Bps) : 0
Link transmit Speed (bps): 2000000000
Link receive Speed (bps) : 2000000000
No comments:
Post a Comment