How can you add the 192.168.100.0/30 network to EIGRP without
involving the
192.168.100.4/30 network as well?
Answers were Sorted based on User's Feedback
Answer / shahin
router(config)# router eigrp 10
router(config-router)#network 192.168.100.0 0.0.0.3
| Is This Answer Correct ? | 34 Yes | 4 No |
Answer / deep
network 192.168.100.0 255.255.255.252
or network 192.168.100.0 0.0.0.3.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / jitenderasinha,it
hi
If you gurs are thinking that i am wromg for that answer
then please make the correct answer
i think some guys are not able to under stand the problem
what i am trying to ask
i am asking tha if we want to implemnt eigrp on router and
if i want to no include the address 192.168.100.4 then what
wiil we do
that is what should be comad for implemning that
i know some of guy thinking that in eigrp no wild mask can
be implemetded
but my dear frinds it is poosible to make wild mask entry
in the eigrp
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ankit
implement access control list for restricting
192.168.100.4/30 and implementing the rest as same this may
work .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ia
They are under the same network address, but 192.168.100.0 ends in broadcast address 192.168.100.3. 192.168.100.4 is another subnet under this network 192.168.100; the host bits are only 192.168.100.1 - 192.168.100.2 under network 192.168.100.0.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gjager
router>en
router#config terminal
router(config)#router eigrp 10
router(config-router)#network 192.168.100.4
| Is This Answer Correct ? | 12 Yes | 20 No |
What 2 commands verify end to end communications? A.) Trace B.) debug ip session C.) Ping D.) Route
Identify the 2 hardware components used to manage and/or configure a router? A.) Auxiliary port B.) ROM port C.) Management port D.) Console port
Which encapsulation methods are most commonly used with dialup Integrated Services Digital Network (ISDN)? A. IP and IPX B. IP and PPP C. PPP and SDLC D. PPP and HDLC
Name the different types of networks
How many broadcast domains are in switch?
What is subnetting and supernetting and its uses?
Which two steps are part of the process of creating Frame Relay subinterfaces on a point to point connection? (Choose two) A. configure the router to forward all broadcast packets B. remove any network address assigned to the physical interface C. configure the local data link connection identifier (DICI) for the subinterfaces D. cartoon the total committed information rate (CIP) available among the subinterfaces
What is an advantage of local area network (LAN) segmentation? A. smaller collision domains B. elimination of broadcasts C. decreased cost of implementation D. larger number of users within the same domain
Which type of switching is considered to be 'wire speed?' A.) Cut-Through B.) Multiplexed C.) Inverted D.) Layer 4 E.) Store and Forward F.) Layer 3
Which statement about the Point to Point Protocol (PPP) is true? A. PPP supports TCP/IP but not Novell IPX B. PPP is being phased out of existence by the Serial Line Internet Protocol (SLIP) C. PPP providces router to router and host to network connections over both synchronous and asynchronous circuits D. PPP is an ITU T and ANSI standard that defines the process for sending data over a packet switched data network (PSDN)
Explain the difference between routing and routed protocols?
What is the difference between TCP and UDP? A.) TCP is connection-oriented; UDP uses acknowledgements only B.) TCP is connection-oriented; UDP is connectionless C.) Both TCP and UDP are connection-oriented, but only TCP uses windowing D.) TCP and UDP both have sequencing, but UDP is connectionless