WorksheetsNetwork2- Chapter10-Practice
Total questions: 25
Worksheet time: 19mins
Which is the command to enter Privilige EXEC mode(Level2)?
enable
configure
copy
exit
Which is the command to enter Configure mode(Level3)?
enable
configure terminal
copy
exit
Which is the command to save your settings in NVRAM?
enable
configure terminal
copy run start
exit
Which is the command to give secret password to vty 0 5?
enable
configure terminal
copy run start
line vty 0 5--> secret hello123-->login
Which is the command to give non-enrypted password to vty 0 5?
enable
configure terminal
copy run start
line vty 0 5--> password hello123-->login
Which is the command to give password to console ?
line console 0--> password hello123--->login
configure terminal
copy run start
line vty 0 5--> password hello123-->login
Which is the command to encrypt all plain text passwords ?
line console 0--> password hello123--->login
configure terminal
service password-encryption
line vty 0 5--> password hello123-->login
Which is the command to show your current running configuration ?
show run
configure terminal
service password-encryption
show run start
Which is the command to show your saved configuration in NVRAM ?
show run
configure terminal
service password-encryption
show start
Which is the command to go directly to Privilege-EXEC mode from any mode(level) ?
show run
end
exit
show start
Which is the command to configure the IP address of interface Fast ethernet0/0?
interface f0/0--> ip address 192.168.5.5 255.255.255.0--> no shutdown
end
interface ether0/0--> ip address 192.168.5.5 255.255.255.0--> no shutdown
interface f0/0--> ipv6 address 192.168.5.5 255.255.255.0--> no shutdown
Which is the command to activate the interface in a router?
no shutdown
end
ip address f0/0
ipv6 address
Which is the command to configure the default gateway of a switch using IP- 10.5.22.45?
ip default-gateway 10.5.22.45
ip gateway 10.5.22.45
ip address 10.5.22.45
interface f0/0 ipv6 address
Which is the command to give password to User-EXEC mode ?
line console 0--> password hello123--->login
configure terminal
copy run start
line vty 0 5--> password hello123-->login
Which mode is used to configure a router for the first time?
Use console port
Use vty port
Use ethernet port
no ports. use wireless
Which Cisco command is used to provide legal notification when device starts?
legal motd #welcome#
motd # welcome #
banner motd #welcome#
banner #welcome#
Type command to complete the function of using SSH in line vty.
(a)
What is the use of description command here?
To give information regarding the interface link
To configure the IPv4 address in the interface link
To configure the IPv6 address in the interface link
To activate the interface link
Which command is used to verify the interface configuration of IPv4 address ?
show ip address
show ip interface brief
show ipv6 interface brief
show all ip address
Which command is used to verify the interface configuration of IPv6 address ?
show ip address
show ip interface brief
show ipv6 interface brief
show all ip address
Which command is used to display the IPv4 statistics for all interfaces on a router?
show ip interfaces
show ipv6 interfaces
show ip interface statistics
show ipv6 interface statistics
Which command is used to display the IPv6 statistics for all interfaces on a router?
show ip interfaces
show ipv6 interfaces
show ip interface statistics
show ipv6 interface statistics
Which command will display the contents of the IPv4 routing tables ?
show ip route
show ipv6 route
show ipv6 route table
show ipv4 route table
Which command will display the contents of the IPv6 routing tables ?
show ip route
show ipv6 route
show ipv6 route table
show ipv4 route table
What should be configured in a switch to remotely manage the switch from another network?
switch VLAN address
server IP address
PC IP address
default gateway address
