How to get the current,real value of an automatic assign network metric ?

P

Peter Hanke

Ok, I enabled automatic metric feature for 2 NICs on my laptop. So a value is
assigned depending on the specific environments. I could calculate this metric value
by consulting documentation of Microsoft.

But I want to verify this calculated metric value.

Is there a way to find out the real currently assigned value?

Peter
 
S

Steve Winograd [MVP]

Ok, I enabled automatic metric feature for 2 NICs on my laptop. So a value is
assigned depending on the specific environments. I could calculate this metric value
by consulting documentation of Microsoft.

But I want to verify this calculated metric value.

Is there a way to find out the real currently assigned value?

Peter

Open a command prompt window (Start | Run | cmd) and type this
command:

route print

The metric will appear on the lines that show the default routes
(0.0.0.0) and the subnet routes, which start with the NIC's subnet
address (typically 192.168.0.x on a home network).
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top