जॉइन Examsbook
1532 0

प्र: Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

  • 1
    ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
  • 2
    ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
  • 3
    ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224
  • 4
    ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 2. "ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224"
व्याख्या :

Answer: B) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224 Explanation: The command ip nat pool name creates the pool that hosts can use to get onto the global internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224 . Option C is wrong because there is a lowercase t in the pool name. Pool name are case sensitive.

क्या आपको यकीन है

  त्रुटि की रिपोर्ट करें

कृपया संदेश दर्ज करें
त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई