Skrevet av Emne: Cisco router will not accept subnet mask  (Lest 2551 ganger)

ATC

  • Gjest
Cisco router will not accept subnet mask
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • Cisco router refuses to set the correct subnet mask, complaining about "Bad mask /xx for address y.y.y.y".

    Both the address and the subnet mask has been double-checked and is valid.



    ATC

    • Gjest
    [Solved] Cisco router will not accept subnet mask
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • Enable "subnet-zero" under config like this:

    "conf t"
    "ip subnet-zero"
    "end"
    "wr"

    You should now be able to set the subnet mask.