Which command would configure Interface E0 with an IP address of
12.23.4.5 using a Subnet mask of 255.255.255.0 ?
A.) ip address 12.23.4.5 255.255.255.0
B.) ip address 12.23.4.5 /24
C.) ip address 12.23.4.5 mask 255.255.255.0
D.) ip address 12.23.4.5 mask ff:ff:ff:0
E.) that is an invalid mask for a class 'A' address
Answers were Sorted based on User's Feedback
Answer / harsh singh
router(config-if)#ip address 12.23.4.5 255.25.255.0
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Answer: A but B & D can be used if the router is configured
through
Router#(config)ip netmask-format (bitcount | decimal |
hexadecimal)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alex
router(config-if)#ip address 12.23.4.5 255.255.255.0
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of password used in securing a cisco router?
what is the matric of EIGRP protocol?
Which OSI layer performs code conversion, code formatting and encryption? A.) Physical B.) Data-Link C.) Application D.) Transport E.) Presentation F.) Network
What hppends when ping 127.0.0.1 command executes?
What command would you use to find out the names of Novell servers on a network? A. show ipx servers B. show ipx hosts C. show ipx sap D. show ipx nodes.
Identify the command to display the IP routing table? A.) show route B.) show ip route C.) show ip table route D.) show ipx route
What does the Spanning Tree Algorithm (STA) do? A.) Restore lost frames B.) Builds routing tables for routing through an internetwork C.) Forward packets through a switch D.) STA is implemented by STP to prevent loops
ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one explain it
What does the ping response & mean? * A: unreachable * B: congestion * C: user interrupt * D: unknown packet type * E: lifetime exceeded
Suppose a USER is saying he is not able to access the internet or page loading is slow what trobleshooting steps you will take to get it fixed
Which command displays the IP addresses assigned to specific host names? A. show hosts B. show interface C. ping host name D. config host name E. show host mapping F. show host ip address G. trace ip addresses host name H. a partridge in a pear tree
why we have to implement access list in router ??????what is the benifit and how it is configure