Management VLAN

CrasamCrasam Member Posts: 5 ■□□□□□□□□□
Hi
I have a router on a stick setup with three subnets each in different VLAN say VLAN 50, 60 and 70. Im setting up the management interface for the switch and have used vlan 99. What is a suitable ip address for the management vlan. Should I use an ip from one of the three subnet ranges.

Thanks

Comments

  • CodeBloxCodeBlox Member Posts: 1,363 ■■■■□□□□□□
    If they're different VLANs then the subnets cannot overlap. The management VLAN should also have it's own subnet.
    Currently reading: Network Warrior, Unix Network Programming by Richard Stevens
  • CrasamCrasam Member Posts: 5 ■□□□□□□□□□
    Thank you for this.

    On a similar note when allocating network addresses I tend to leave the WAN links to last. Is there a general rule for allocating the subnet for the management VLAN.

    Thanks again
  • Forsaken_GAForsaken_GA Member Posts: 4,024
    The general rule is you isolate it, you don't transit user traffic and management traffic in the same vlan/subnet. As for allocating the actual subnet, use the same criteria you would when sizing any other subnet - determine the number of devices that are likely to inhabit the subnet, choose an allocation appropriately, and give yourself a little room for growth.

    I tend to allocate on a site by site basis, each local site gets it's own subnet, appropriately sized, and I use a global subnet for inter-site management traffic in case one site needs to talk to the other. Where I can get away with it, I like to put my management interfaces in their own VRF, limiting access to the management vlan(s) to a pair of hardened boxes that are dual-homed.
  • CrasamCrasam Member Posts: 5 ■□□□□□□□□□
    Thats great, ive allocated a seperate subnet for vlan management. I see I need to add a default gateway to the switch in order for it to be accessible remotely. In a router on a stick setup should I create another subinterface with a default gw address in the same subnet as the vlan management.
    Thanks for your help
  • networker050184networker050184 Mod Posts: 11,962 Mod
    Yep, how else are you going to route to it?
    An expert is a man who has made all the mistakes which can be made.
  • CrasamCrasam Member Posts: 5 ■□□□□□□□□□
    lol good point

    I will create a subinterface fa0/1.99 for the vlan management gw ip address

    Thanks for your help
Sign In or Register to comment.