why we assingn the wild card mask in the use of ospf and
access list.
Answers were Sorted based on User's Feedback
Answer / manoj & chandan
we assign the wild card mask for deefine particular host or
identify the particular host in accesslist.
| Is This Answer Correct ? | 35 Yes | 4 No |
Answer / jitendra
ok take this example to under stand it.
router(config)#router ospf 100
#network 192.168.100.0 0.0.0.255 area 1
what is the meaning of that command?.the menaing of that
comand is match three octet excatly but last octet may be
any thing
so by this command we are puting whole host of the
192.168.100.X series ip inthe same area
now came to access lisst
in the assess list we use the wild mask to give acess/deny
to the spefic user undestand?NO ok?
let meexpalin
supose wehave 255 user in my company and i want to give
only 150 user to acess the web servise and rest of all are
not allowed to access the web srvise
so what should i have to do?
correct Assess-list is the correct answer.
so now by implemneting the wild mask iknassess list we can
get our goal
now your task is that implemnet the access-list for my
question it is usfull for you
Thank you
Jitendra kumar sinha
| Is This Answer Correct ? | 34 Yes | 4 No |
Answer / girirajan
To Understand more clear wildcard mask is unsed to select
range of ip address . In the above example the wildcard is
used to advertise ospf network of range from 192.168.101.1
to 192.168.254.255
The same thing if you want to assign acl for a range of
network and IP's wild card can be used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arun
i agree with jitendra plz give ur precise idea but y cant v
use subnet it too will define same specific area(network) n
it too specifies to same address
my simple consideration is subnet use (and logic) and wild
card uses (nand logic) if wrong plz corct me
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nandlal chauhan
I think with the help of the wild card marks we can get
shortly how many host get from the particular network id or
network address.
eg. 192.168.10.0 the default subnet is 255.255.255.0
so 255.255.255.255-255.255.255.0
so wild card marks is 0.0.0.255
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohammad ezzi
By using Wildcard mask in ospf we can gain control over the routing update propagation. by this we can define which network should get routing update and which network should not get routing update.
same as we use in access lists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we use filter option?
Choose three reasons why the networking industry uses a layered model: A.) It facilitates systematic troubleshooting B.) It allows changes in one layer to occur without changing other layers C.) It allows changes to occur in all layers when changing one protocol D.) It clarifies how to do it rather than what general function to be done E.) It clarifies what general function is to be done rather than how to do it
Explain what is the default behavior of access-list?
What type of frame does CDP use to gather information about it's neighbors? A.) TCP/IP B.) Novell-ether C.) Subnetwork Access Protocol (SNAP) D.) Ethernet_II
Based upon the 1st octet rule identify the range for a Class A address? A.) 1 - 126 B.) 192 - 223 C.) 128 - 191 D.) 1 - 191
here is your question sahin Hi Jitendera, If i m not wrong, then in EIGRP, Metric weight is set to K1(Bandwidth)=1, K2(Delay)=0, K3(Reliability)=1, K4(Load)=0, K5(MTU)=0. This is default setting for EIGRP. I knew about it from ICND 2 cisco press book. Three more questions - a) If we change the K value (I mean metric weight)on a router what will happen??? b) When redistribution is necessary in EIGRP. Is there any condition for that??? c) What is reference bandwidth for metric calculation in EIGRP. As we know, in OSPF, on a CISCO router reference bandwidth is 10Mbps.
R1#sh ip nat translations Pro Inside global Inside local Outside local Outside global icmp 15.1.1.1:11 10.1.1.1:11 30.1.1.1:11 30.1.1.1:11 icmp 15.1.1.1:12 10.1.1.1:12 20.1.1.1:12 20.1.1.1:12 icmp 15.1.1.1:13 10.1.1.1:13 21.1.1.1:13 21.1.1.1:13 icmp 15.1.1.1:14 10.1.1.1:14 31.1.1.1:14 31.1.1.1:14 R1# So my question is that after every ip address [:] is used & some number. 15.1.1.1{:11}... what is this colon & number indicate. Can anyone tel me this..!!! Thanking you advance. Shahin
Hi, All I am configuring EIGRP in Packet tracer, after configuring all the things it is not working but in one condition it is working fine if i am putting all my router and network withing one network subnets e.g. 172.16.0.0 or 10.0.0.0 but whenever i am puting different network subnets e.g. in one network it is RA(config-if)#=ip address 10.0.0.1, and in fa0/0= 192.168.1.10 and in RB(config-if)#10.0.0.2 (s1/0) and in S1/1 11.0.0.1 and in fa 0/0 192.168.100.1 ,where as in third router RC(config-if)#=ip address 11.0.0.2 and in fa 0/0 172.16.1.10 and after configuring all this serial is showing up and protocol showing up but eigrp process not taking place after adding eigrp configuration, i tried with "no auto-summary" command but not working.. Suggest me where i missing something? can mail me at : gtech.innovator@gmail.com
Identify 2 features of PPP PAP authentication? A.) Username and password is sent in clear text B.) Authentication messages are sent periodically during the connection C.) More secure than CHAP D.) Remote node is control of authentication process
What is the second best path name of eigrp?
Company XYZ has an employee that works out of the home. The employee runs big client server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution? A. an ISDN Basic Rate Interface (BRI) connection to the user at home B. a dedicated T1 connection to the user at home C. a dedicated Frame Relay connection to the user at home D. a standard 28.8 analog dialup connection to the user at home
In which protocol supenetting is enable by default?