Junos OS

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.

SRX300: providing DHCP information on 2 vlans fails

  • 1.  SRX300: providing DHCP information on 2 vlans fails

    Posted 08-11-2022 09:44
      |   view attached

    Hi all, my first post, first setup of SRX (have an old 5GT-ADSL) - newby sorry, please be patient.

    My problem: I have 3 zones: mgmt, office, wifi distributed over ge-0/0/1 to ge-0/0/5.
    vlan office on ge-0/0/2 and ge-0/0//3 (irb.10), vlan wifi on ge-0/0/4 and ge-0/0/5 (irb.20). setting up the dhcp services for clients always only 1 vlan is provided with dhcp-info. Tried many things - deleting the vlans, ifaces and so on - cannot get it to run. Here the relevant parts of my config:

    dhcp-local-server {
    group maxxitPoolGroup {
    interface ge-0/0/1.0;
    interface irb.10;
    interface irb.20;
    }
    }

    access {
    address-assignment {
    pool mgmtPool_Range {
    family inet {
    network 172.16.2.0/24;
    range mgmtRange {
    low 172.16.2.10;
    high 172.16.2.29;
    }
    dhcp-attributes {
    server-identifier 172.16.2.1;
    domain-name maxxit.mgmt;
    name-server {
    192.168.1.2;
    217.237.148.102;
    8.8.8.8;
    }
    router {
    172.16.2.1;
    }
    netbios-node-type b-node;
    propagate-settings ge-0/0/1.0;
    }
    }
    }
    pool officePool_Range {
    family inet {
    network 172.16.3.0/24;
    range officeRange {
    low 172.16.3.50;
    high 172.16.3.149;
    }
    dhcp-attributes {
    server-identifier 172.16.3.1;
    domain-name maxxit.office;
    name-server {
    192.168.1.2;
    217.237.148.102;
    8.8.8.8;
    }
    router {
    172.16.3.1;
    }
    netbios-node-type b-node;
    propagate-settings irb.10;
    }
    }
    }
    pool wifiPool_Range {
    family inet {
    network 172.16.4.0/24;
    range wifiRange {
    low 172.16.4.20;
    high 172.16.4.99;
    }
    dhcp-attributes {
    server-identifier 172.16.4.1;
    domain-name maxxit.wifi;
    name-server {
    192.168.1.2;
    176.103.130.131;
    217.237.148.102;
    }
    router {
    172.16.4.1;
    }
    netbios-node-type b-node;
    propagate-settings irb.20;
    }
    }
    }
    }
    }
    vlans {
    vlan-office {
    vlan-id 10;
    l3-interface irb.10;
    }
    vlan-wifi {
    vlan-id 20;
    l3-interface irb.20;
    }
    }
    protocols {
    l2-learning {
    global-mode switching;
    }
    rstp {
    interface all;
    }
    }
    Maybe anybody can help me whats going wrong - thx i.a.
    Max



    ------------------------------
    maxxman
    ------------------------------

    Attachment(s)