Advertisement
Kiporralixo

Resposta do ipconfig -a

May 13th, 2017
2,852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Microsoft Windows [Version 6.3.9600]
  2. (c) 2013 Microsoft Corporation. Todos os direitos reservados.
  3.  
  4. C:\Users\root>ipconfig -a
  5.  
  6. Error: unrecognized or incomplete command line.
  7.  
  8. USAGE:
  9.     ipconfig [/allcompartments] [/? | /all |
  10.                                  /renew [adapter] | /release [adapter] |
  11.                                  /renew6 [adapter] | /release6 [adapter] |
  12.                                  /flushdns | /displaydns | /registerdns |
  13.                                  /showclassid adapter |
  14.                                  /setclassid adapter [classid] |
  15.                                  /showclassid6 adapter |
  16.                                  /setclassid6 adapter [classid] ]
  17.  
  18. where
  19.     adapter             Connection name
  20.                        (wildcard characters * and ? allowed, see examples)
  21.  
  22.     Options:
  23.        /?               Display this help message
  24.        /all             Display full configuration information.
  25.        /release         Release the IPv4 address for the specified adapter.
  26.        /release6        Release the IPv6 address for the specified adapter.
  27.        /renew           Renew the IPv4 address for the specified adapter.
  28.        /renew6          Renew the IPv6 address for the specified adapter.
  29.        /flushdns        Purges the DNS Resolver cache.
  30.        /registerdns     Refreshes all DHCP leases and re-registers DNS names
  31.        /displaydns      Display the contents of the DNS Resolver Cache.
  32.        /showclassid     Displays all the dhcp class IDs allowed for adapter.
  33.        /setclassid      Modifies the dhcp class id.
  34.        /showclassid6    Displays all the IPv6 DHCP class IDs allowed for adapter
  35. .
  36.        /setclassid6     Modifies the IPv6 DHCP class id.
  37.  
  38.  
  39. The default is to display only the IP address, subnet mask and
  40. default gateway for each adapter bound to TCP/IP.
  41.  
  42. For Release and Renew, if no adapter name is specified, then the IP address
  43. leases for all adapters bound to TCP/IP will be released or renewed.
  44.  
  45. For Setclassid and Setclassid6, if no ClassId is specified, then the ClassId is
  46. removed.
  47.  
  48. Examples:
  49.     > ipconfig                       ... Show information
  50.     > ipconfig /all                  ... Show detailed information
  51.     > ipconfig /renew                ... renew all adapters
  52.     > ipconfig /renew EL*            ... renew any connection that has its
  53.                                          name starting with EL
  54.     > ipconfig /release *Con*        ... release all matching connections,
  55.                                          eg. "Wired Ethernet Connection 1" or
  56.                                              "Wired Ethernet Connection 2"
  57.     > ipconfig /allcompartments      ... Show information about all
  58.                                          compartments
  59.     > ipconfig /allcompartments /all ... Show detailed information about all
  60.                                          compartments
  61.  
  62. C:\Users\root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement