home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / dcom / sys / cisco / 1663 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.4 KB  |  67 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!boulder!recnews
  3. From: Peter Elford <P.Elford@aarnet.edu.au>
  4. Subject: Re: Variable subnet masks
  5. Message-ID: <722246079.5967@news.Colorado.EDU>
  6. Sender: news
  7. Date: 20 Nov 92 16:18:01 +1100
  8. Approved: news
  9. X-Note1: mail msgid was <9211200518.AA10780@jatz.aarnet.edu.au>
  10. X-Note2: message-id generated by recnews
  11. Lines: 54
  12.  
  13.  
  14. >Date: Thu, 19 Nov 1992 21:30:04 -0500
  15. >From: henryc@oar.net
  16. >
  17. >No, you need to be running at least 9.1 to support VLSM.
  18.  
  19. I have a CS-516 running the Interim release of 9.1 and it's
  20. kind of weird to see this:
  21.  
  22. GS>sh ip rout
  23.  
  24. Codes: I - IGRP derived, R - RIP derived, H - HELLO derived, O - OSPF derived
  25.        C - connected, S - static, E - EGP derived, B - BGP derived
  26.        * - candidate default route, IA - OSPF inter area route
  27.        E1 - OSPF external type 1 route, E2 - OSPF external type 2 route
  28.  
  29. Gateway of last resort is 139.130.22.1 to network 0.0.0.0
  30.  
  31.      139.130.0.0 is variably subnetted, 5 subnets, 2 masks
  32. S       139.130.0.0 255.255.0.0 [1/0] via 139.130.22.1
  33. C       139.130.18.0 255.255.255.192 is directly connected, Async2
  34. C       139.130.22.0 255.255.255.192 is directly connected, Ethernet0
  35. C       139.130.98.0 255.255.255.192 is directly connected, Async3
  36. R       139.130.116.0 255.255.255.192 
  37.            [120/1] via 139.130.22.1, 0:00:14, Ethernet0
  38.  
  39. Also, something that threw me initially, is that with VLSM, the
  40. default-network command for setting a subnet default goes away. This is
  41. a tail router that is connected to a piece of our network via a loaded
  42. 48K link, so rather than send routes for all 81 subnets of 139.130, we
  43. normally use a subnet default route. Under 9.1, if you enter
  44.  
  45. ip default-network 139.130.22.0
  46.  
  47. you get in your configuration
  48.  
  49. ip route 139.130.0.0 255.255.0.0 139.130.22.0
  50.  
  51. Note the subnet mask, and the gateway address (the later is *wrong*). 
  52.  
  53. I replaced this with 
  54.  
  55. ip route 139.130.0.0 255.255.0.0 139.130.22.1
  56.  
  57. (the gateway address is now a host address, rather than a subnet address)
  58.  
  59. This works just fine.
  60.  
  61. Peter Elford,                             e-mail: P.Elford@aarnet.edu.au
  62. Network Co-ordinator                      phone: +61 6 249 3542
  63. Australian Academic Research Network      fax:   +61 6 249 1369
  64. c/o, Computer Services Centre             pager: +61 6 245 3035
  65. Australian National University            post: GPO Box 1142     
  66. Canberra, AUSTRALIA                             Canberra ACT 2601
  67.