Which IP address and wildcard mask would you use in your
ACL to block all the
hosts in the subnet 192.168.16.43/28?
Answers were Sorted based on User's Feedback
Answer / sathish
given ip is 192.168.16.43/28
scince it is class c ip address and subnating is done with 4 bit
thus
128+64+32+16=240
block size
256-240=16
0 16 32
-- -- --
-- -- -- (and so on)
15 31 47
Wildcard is always one number less than the block size.In the above instance the block size is 16,the wildcard would be 15.so wild card used for block all the ip address in the ACL is
192.168.16.32 0.0.0.15
| Is This Answer Correct ? | 52 Yes | 3 No |
Answer / jitendera kumar sinha
given ip is 192.168.16.43/28
scince it is class c ip address and subnating is done with 4 bit
thus
128+64+32+16=240
block size
256-240=16
0 16 32
-- -- --
-- -- -- (and so on)
15 31 47
so wild card used for block all the ip address in the acl
is
192.168.16.32 0.0.0.14
| Is This Answer Correct ? | 7 Yes | 27 No |
Which protocol supenetting is enable by default?
Which command we use for ping in ipv6?
Tell us the name of algorithm of eigrp protocol?
Define the different kinds of casting
What does CCNA stand for? A. Cisco Certified Network Administrator B. Cisco Certified Network Associate C. Certified Circuitry in Networking Apprentice D. Calico Cats of North America
You want to set the console password to ralph. What would be the first command you need to execute from global configuration mode? A.) line console 0 B.) enable password ralph C.) login password ralph D.) set password= ralph E.) password ralph F.) login Ralph
what is the difference between eigrp and ospf
What key do you use to view the last command? A.) Ctrl+X B.) Ctrl+Z C.) Ctrl+E D.) Ctrl+P
What are the job opportunities i will get once i complete my CCNA certification.
What is the Network Layer of the OSI responsible for? A.) Bridging B.) Routing packets through an internetwork C.) Regenerating the digital signal D.) Gateway services
Which two statements about IP RIP are true? (Choose two) A. It limits hop counts to 31 B. It is a link state routing protocol C. It uses autonomous system numbers D. It is capable of load sharing over multiple paths E. It uses bandwidth as the metric for path selection F. It broadcasts updates every 30 seconds by default
Cisco routers use wildcard masking to identify how to check or ignore corresponding IP address bits. What does setting a wildcard mask bit to 0 cause the router to do? A. It tells the router to check the corresponding bit value. B. It tells the router to ignore the corresponding bit value. C. It tells the router to check its alternate routing list. D. It tells the router to use its primary routing list.