| Back to Questions Page |
| |
| Question |
What command would show the version of the IOS that you are
running?
A.) show nvram
B.) show version
C.) show startup-config
D.) show ios
E.) ver -a
F.) show ram |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B  |
| Guest |
| |
| |
| Question |
You would like to have a notation that when a user issues
the command
'show interface serial 0', a line is displayed indicating
that, 'This is
the connection to Company A.' What interface command would
accomplish this?
A.) banner motd #This is the connection to Company A.#
B.) interface This is the connection to Company A.
C.) This cannot be done for an individual interface.
D.) description This is the connection to Company A.
E.) banner This is the connection to Company A.
F.) display This is the connection to Company A. |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: D  |
| Guest |
| |
| |
| Question |
The command 'debug ip rip' will do which of the following?
A.) Show Neighbor Info.
B.) Display RIP routing updates.
C.) Show routing table changes.
D.) Show all IP traffic.
E.) This is not a valid router command.
F.) Cause the router to respond with 'Ambiguous command' |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B  |
| Guest |
| |
| |
|
|
| |
| Question |
You create the following standard access-list
access-list 1 deny 1.1.1.1
access-list 1 deny 2.2.2.2
int e0
ip access-group 1 in
Which of the following statements are true, with regard to
traffic flowing
into E0?
A.) This will stop IP packets with a source address of
1.1.1.1 only.
B.) This will stop all IP packets.
C.) This is an invalid configuration.
D.) This will stop no IP packets.
E.) This will stop IP packets with a source address of
2.2.2.2 only.
F.) This will stop IP packets with a source address of
1.1.1.1 and 2.2.2.2. |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: D  |
| Guest |
| |
| |
| Question |
You want a message to be displayed every time someone tries
to log
on to the router. Which command is required to accomplish
this task?
A.) motd#(message)#
B.) banner motd(message)
C.) banner motd#(message)#
D.) banner motd*(message)
E.) banner login#(message)# |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer : C.) banner motd# (message)#
Example : Router>en
Router#conf t
Router(config)#banner motd # Hello World #
Router(config)#end
Router#write  |
| Agato |
| |
| |
| Question |
From Enable mode, a user types the letter 'C' and presses enter.
There is more than 1 command that starts with 'C'. What
message would
the router return?
A.) Nothing would be returned, the command is simply ignored.
B.) unknown command
C.) ambiguous command.
D.) Copy to?
E.) Configured console from console. |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C  |
| Guest |
| |
| |
| Question |
Which command will enable CHAP authentication on a serial
interface that is using PPP?
A.) encapsulation chap
B.) ppp chap
C.) ppp enable chap
D.) ppp encapsulation chap
E.) ppp authentication chap
F.) ppp chap enable |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: E  |
| Guest |
| |
| |
| Question |
The Cisco Catalyst 5000 switch supports full duplex. How
would you
enable it on the second port of the card in slot 1?
A.) router(config-if)# duplex full
B.) router(config)# duplex full
C.) router(config-if)# set port duplex
D.) router(config)#port duplex = full
E.) router(config-if)# set port 1/2 full |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: A  |
| Guest |
| |
| |
| Question |
Which command line statement determines the number of seconds a
dialup connection can wait without any traffic before the
router hangs up?
A.) dialler max-time
B.) dialler timeout
C.) dialer idle-timeout
D.) dialer hang-up
E.) disconnect-timer |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | B.) dailer idle-timeout  |
| Hari Prasad |
| |
| |
| Answer | dialler timeout  |
| Avi |
| |
| |
| Question |
If you have configured IPX on a Serial interface, which
command would
display the IPX network and node address on the Serial 1
interface?
A.) show interface
B.) show ipx s1
C.) show interface s1
D.) show ipx int serial 1
E.) show ipx int brief |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: D  |
| Guest |
| |
| |
| Question |
Which command would show all Ethernet interfaces with IPX
configured on them?
A.) show interface ipx ethernet
B.) show ipx interface
C.) show ipx interface ethernet
D.) show ipx
E.) show version
F.) show run |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer:B F  |
| Guest |
| |
| |
| Question |
How do you find the parameters that you can use with the SHOW
command?
A.) ? show
B.) show ?
C.) debug show
D.) help
E.) sh? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer:B  |
| Guest |
| |
| |
| Question |
Which command do you use to set the Secret password to
'roundwood'?
A.) enable login roundwood
B.) enable password roundwood
C.) enable privilege roundwood
D.) enable secret= roundwood
E.) enable secret login roundwood
F.) enable secret roundwood |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: F  |
| Guest |
| |
| |
| Question |
Using the access-list command, 'access-list 1 deny 2.2.2.2',
what
else must be done to stop host 2.2.2.2 from sending any
traffic out of
physical interface E0,
while still allowing other traffic?
A.) In global mode, Add a line - 'access-list 1 permit
0.0.0.0 255.255.255.255'
B.) On interface E0, Add a line - 'access-group 1 in'
C.) In global mode, Add a line - 'access-list 1 permit all'
D.) On interface E0, Add a line - 'access-list 1 in'
E.) On interface E0, Add a line - 'access-list 1 out'
F.) On interface E0, Add a line - 'ip access-group 1' |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: F  |
| Guest |
| |
| |
| Question |
The default routing protocol for IPX is IPX RIP. How do you view
the routing updates sent and received by the router?
A.) debug ipx routing
B.) debug ipx routing activity
C.) debug rip
D.) show ipx routing
E.) sh ipx
F.) debug ipx rip |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B  |
| Guest |
| |
| |
| Answer | answer ipx routing  |
| Sarath Sasidharan |
| |
| |
|
| |
|
Back to Questions Page |