Which command would you use to save the routing information before upgrading a SecurePlatform Gateway?

Which command would you use to save the routing information before upgrading a SecurePlatform Gateway?

Which command would you use to save the routing information before upgrading a SecurePlatform Gateway?

A.
cp /etc/sysconfig/network.C [location]

B.
netstat �rn > [filename].txt

C.
ifconfig > [filename].txt

D.
ipconfig �a > [filename].txt



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Harri

Harri

netstat -rn

Casbot

Casbot

A would be correct.

If you upgrade the server and your routing got messed up, you would have the network.C with all the routes. Yes the netstat -rn will produce a routing table, but the network.C has all the information as well.

Paul B

Paul B

sk54100 says:

===================
To create a copy of your routing and interface information:

# netstat -rn > routes.txt
# ipconfig -a > ipconfig.txt
# ifconfig > ifconfig.txt
Copy of /etc/sysconfig/netconf.C
===================

No “network.C” listed there, nor do I see that file on my system, so it must be “B”, “netstat -rn”

tamuzek

tamuzek

On R75 Student Manual,
to save routing information you should run following commands on the appropriate platform:

Windows netstat -rn > routes.txt
SecurePlatform copy /etc/sysconfig/network.C

correct answer is “A”.

AR

AR

tamuzek is correct

paras shah

paras shah

its netconf.C and not network.C
So ans is B netstat -rn

John

John

sk44965 is related to route info on secureplatform, it indeed lists netconf.C as the file for having the route information and not network.C

I believe netstat -rn would be the correct answer, since I think this command will run on Splat in expert mode. I have the R76 student manual and there is no reference to this on this manual.