Does switch has the IP Address. If YES? How to find it?
Answers were Sorted based on User's Feedback
Answer / ravi
Yes but we have to assign it
By default no ip add on switch
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mohit s
SW can be assigned an IP address, By default no IP is
assigned to it. You have to go into the interface VLAN 1 and
the have to put the ip address and subnet..
And Layer 3 Sw can also act as router and you can assign the
IP to the interface by putting below commands
switch(config)#interface fa0/0
switch(config-if)#no switch-port
switch(config_if)#ip address x.x.x.x
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / jitendera
ok
which layer of switch u r asking baout.
to assighn the ip address for the port of switch
the command is
switch(config)#interface fa0/0
switch(config-if)#no switch-port
switch(config_if)#ip address x.x.x.x
to show the ip address command line is
switch#show ip interface brief
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / arjun singh
Yes
switch have ip address If u r see than can use this command
switch#show ip
You see switch ip address
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / s.m.feroz ahmed
Hi,
Switch is a Hardware device and so IP Address is not
defined for switch .Switch is a configuring device and can
be configured through console port by connecting to CPU.
| Is This Answer Correct ? | 1 Yes | 4 No |
Define routing?
What is a vlan? What does vlan provide?
Of the following switching types, which one has the lowest latency? A.) Cut-through B.) Fragment Free C.) None D.) Store-and-forward
What are the different ways authentication mechanism in VPN?
What is public and private ip address., explain? and also explain the ip address range of both public and private? and where we use that public and private ip address?
What command will display all connected OSPFv2 routers?
What's the default CDP holdtime in seconds for Cisco routers? A.) 30 seconds B.) 180 seconds C.) 90 seconds D.) 60 seconds
Why we choose the router rather then L-3 Switch
8 Answers Network Solutions, Wipro,
from last ten days i watched that no any new questions are placed in ccna catogarey.so plz place the questions it is very use full to beginers like us
Explain what are partial updates?
How arp brings mac address for switch?
Which two statements about frame tagging are true? (Choose two) A. A filtering table is developed for each switch. B. Frame tagging assigns a unique user defined ID to each frame. C. A unique identifier is placed in the header of each frame as it is forwarded between switches. D. Frame tagging is a technique that examines particular information about each frame based on user defined offsets.