Comware

 View Only
  • 1.  Why does wildcard mask do more than subnet mask ???

    Posted Oct 02, 2012 02:40 PM

    Why does wildcard mask do more than subnet mask ???



  • 2.  RE: Why does wildcard mask do more than subnet mask ???

    Posted Oct 04, 2012 10:33 AM

    What do you mean exactly?

    In which case? And what should be different?



  • 3.  RE: Why does wildcard mask do more than subnet mask ???

    Posted Oct 04, 2012 11:29 AM

    What does wildcard mask bring more than subnet mask ? Why subnet mask is not self-sufficient ?



  • 4.  RE: Why does wildcard mask do more than subnet mask ???

    Posted Oct 08, 2012 02:43 AM

    wildcard-bits and subnetmask are two things.

     

    IP+Subnetmasks = Range of Subnets

    IP+Wildcard-Bits = Range of Hosts

     

    br

    Manuel



  • 5.  RE: Why does wildcard mask do more than subnet mask ???

    Posted Oct 08, 2012 08:03 AM
    Subnet masks must be contiguous; wildcard masks need not be. This makes them useful in some ACLs, e.g. to create exclusions for a particular address offset in a number of subnets.