Configuring ACLs is an important part of working with the IOS Firewall. What wildcard masks are replaced in ACLs by the words host and any?



Configuring ACLs is an important part of working with the IOS Firewall. What wildcard masks are repl..

Answer / chaitanya

We have the option of using the word host to represent a wildcard mask of 0.0.0.0.
Consider a configuration where only packets from IP source 10.1.1.1 should be allowed and all other packets denied. The following ACLs both do that.
R3#conf t
R3(config)#access-list 6 permit 10.1.1.1 0.0.0.0
R3(config)#conf t
R3(config)#access-list 7 permit host 10.1.1.1
The keyword any can be used to represent a wildcard mask of 255.255.255.255. Both of the following lines permit all traffic.
R3(config)#access-list 15 permit any
R3(config)#access-list 15 permit 0.0.0.0 255.255.255.255

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Mobile Security Interview Questions

Configuring ACLs is an important part of working with the IOS Firewall. What wildcard masks are replaced in ACLs by the words host and any?

1 Answers  


What are the System Requirements for Norton Mobile Security?

1 Answers  


What if I buy a new phone – will my subscription transfer?

1 Answers  


What happens if I exceed the device limit? Can I get permission to add more devices if I exceed my limit?

1 Answers  


How do users get exposed to mobile threats?

1 Answers  






Define the term “DMZ” as it pertains to network security, and name three different common network devices that are typically found there?

1 Answers  


How many devices can I protect?

1 Answers  


Will Norton Mobile Security slow down my smartphone’s performance?

1 Answers  


Which browsers does the Web Protection feature of Norton Mobile Security support?

1 Answers  


Categories
  • Computer Security Interview Questions Computer Security (58)
  • Mobile Security Interview Questions Mobile Security (9)
  • Hacking Interview Questions Hacking (33)
  • Security AllOther Interview Questions Security AllOther (4)