问题描述
是否有任何方法(例如通过API等)获得对前缀策略表的编程访问权限?也就是说,可以在"netsh int ipv46 show prefixpol"中使用RFC 3484定义的结构.
Is there any way to get programmtic access (via an API, etc) to the prefix policy table? That is, the RFC 3484 defined structure that is available in the "netsh int ipv46 show prefixpol" command?
推荐答案
netsh.exe接口ipv6添加prefixpolicy
netsh.exe介面ipv6删除prefixpolicy
netsh.exe介面ipv6设定prefixpolicy
netsh.exe interface ipv6 add prefixpolicy
netsh.exe interface ipv6 delete prefixpolicy
netsh.exe interface ipv6 set prefixpolicy
明智地使用此功能,此功能是TCP/IP的NSI专用的.如果您需要此功能,建议您与Microsoft产品支持服务联系.
http://msdn.microsoft.com/en-us/library/b8akas30(VS .71).aspx .
API wise, this functionality is private to the TCP/IP's NSI. If this is functionality you require, I would suggest contacting Microsoft Product Support Services
http://msdn.microsoft.com/en-us/library/b8akas30(VS.71).aspx.
希望这会有所帮助,
这篇关于前缀策略表的编程访问权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!