|
|
1 of 10:
|
You are unable to access a Cisco Catalyst 1900 Switch remotely. You have to confirm the IP (Internet Protocol) configuration of the device to see whether there is an entry error or not. Which one of the following commands will display the IP address, subnet mask, and default gateway configured for the switch?
|
|
A:
|
show ip config
|
|
B:
|
ipconfig
|
|
C:
|
show config
|
|
D:
|
show ip
|
√
|
Explain:
|
Correct Answer: D
The "show ip" command displays the IP (Internet Protocol) address, subnet mask, and default gateway. Additionally, the command will display any configured domain name or name servers configured on the device.
DenverS1#show ip
IP address: 10.5.5.11
Subnet mask: 255.255.255.0
Default gateway: 10.5.5.3
Management: VLAN: 1
Name server 1: 0.0.0.0
HTTP server: Enabled
HTTP port: 80
.......
|
|
Select: 1
answer(s):
|
|
|
|