PrepAway - Latest Free Exam Questions & Answers

To save interface information before upgrading a Windows Gateway, use command

CORRECT TEXT
Complete this statement. To save interface information before upgrading a Windows Gateway,
use command

PrepAway - Latest Free Exam Questions & Answers

Answer: ipconfig -a > [filename].txt

Explanation:
ipconfig -a > [filename].txt

13 Comments on “To save interface information before upgrading a Windows Gateway, use command

    1. Raul says:

      ipconfig /all > ipconfig.txt is the correct command for Windows.

      https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk54100

      To create a copy of your routing and interface information:

      # netstat -rn > routes.txt
      # ipconfig -a > ipconfig.txt
      # ifconfig > ifconfig.txt

      Notes:

      The ‘>’ command creates those txt files by piping the original commands output to where you send it to. If you don’t specify full path but only a file name, the file will be saved in the folder you are currently in.
      ipconfig /all > ipconfig.txt is the correct command for Windows.

      Regards!




      0



      0
  1. Vlad says:

    Well first of all I would ask since when Check Point bets on Windows as secure platform to run Security Gateway?
    As I remember from CCSA there was question about scenario when Windows runs as security gateway and Check Point appliance as Management Server and answer for that is “Unsupported configuration” or similar to this answer.
    In link to sk54100 there is not a command to run on windows as those commands have # (hash) sign in front of them (Unix like systems).
    Even if the output will be piped to .txt file does not mean that this will be on windows. It’s just plain text so Windows will know how to open this file. In Unix like systems extension could be exe and file will be still opened in text editor.
    My answer to this would be “Are you kidding me???”




    0



    0
  2. Vlad says:

    command provided as correct answer ” ipconfig -a > [filename].txt” means that word Windows should be replaced with word Security. Then by all means related sk and answer would make sense.




    0



    0
  3. Catalin says:

    ipconfig /all > ipconfig.txt

    see sk54100

    To create a copy of your routing and interface information:

    # netstat -rn > routes.txt
    # ipconfig -a > ipconfig.txt
    # ifconfig > ifconfig.txt

    Notes:

    The ‘>’ command creates those txt files by piping the original commands output to where you send it to. If you don’t specify full path but only a file name, the file will be saved in the folder you are currently in.
    ipconfig /all > ipconfig.txt is the correct command for Windows.




    0



    0

Leave a Reply