| Author |
Enforcers 216 QOD (30/6)
|
|
| enforcer 2003-06-30, 4:33 am |
| luisjo is an administrator of a Windows 2000 Server network that contains RRAS. He wants to use the Netsh command-line utility to remotely monitor a Windows 2000 server from within the routing IP context. The server has an Ip address of 130.66.20.4.
What is the proper syntax for accomplishing this task?
A. netsh -r 130.66.20.4 -c routing ip
B. netsh -r 130.66.20.4 -a routing ip
C. netsh -c 130.66.20.4 -r routing ip
D. netsh -c 130.66.20.4 -a routing ip
E. netsh -a 130.66.20.4 -c routing ip
Answer tomorrow | |
| Timbos 2003-06-30, 4:49 am |
| I go for A!
Thanks | |
| karlisi 2003-06-30, 5:13 am |
| Thanks for the question. It forced me to read thoroughly about netsh utility. After some reading my answer is A. | |
| adam salam 2003-06-30, 5:16 am |
| A. netsh -r 130.66.20.4 -c routing ip | |
| cramersaunders 2003-06-30, 11:11 am |
| A | |
| Tarzanboy 2003-06-30, 12:40 pm |
| I've never had any luck with the syntax used in A.
C:\WINNT\system32> netsh -r 130.66.20.4 -c routing ip
The following commands are available:
Commands in this context:
? ....
blah
blah
blah
C:\WINNT\system32>netsh -r 130.66.20.4 -c routing
[130.66.20.4] netsh routing> ip
[130.66.20.4] netsh routing ip>
Cheers,
TB | |
| Tarzanboy 2003-06-30, 12:40 pm |
| Double post...
Cheers,
TB | |
| bbraunstein 2003-06-30, 4:05 pm |
| "a" | |
| enforcer 2003-07-01, 9:53 am |
| quote: Originally posted by enforcer
luisjo is an administrator of a Windows 2000 Server network that contains RRAS. He wants to use the Netsh command-line utility to remotely monitor a Windows 2000 server from within the routing IP context. The server has an Ip address of 130.66.20.4.
What is the proper syntax for accomplishing this task?
A. netsh -r 130.66.20.4 -c routing ip
B. netsh -r 130.66.20.4 -a routing ip
C. netsh -c 130.66.20.4 -r routing ip
D. netsh -c 130.66.20.4 -a routing ip
E. netsh -a 130.66.20.4 -c routing ip
Answer tomorrow
and the answer is A. netsh -r 130.66.20.4 -c routing ip
the -r command option allows you to specify the IP address. the routing ip command associates the context and subcontext correctly along with the -c command
B. -a is used to apply an alias file
C -r -c are in the wrong places
D and -c is in wrong place and -a is used to apply an alias file
E. although -c is in the correct place -a is used to apply an alias file |
|
|
|