Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »




MX DHCP Server
DHCP server
jcluser@dhcpserver> show configuration access
address-assignment {
    pool pool3 {
        family inet {
            network 10.10.3.0/30;
            range 1 {
                low 10.10.3.2;
                high 10.10.3.2;
            }
            dhcp-attributes {
                option-match {
                    option-82 {
                        inactive: circuit-id ge-0/0/3.0 range 1;
                        circuit-id ge-0/0/4.0 range 1;
                    }
                }
                router {
                    10.10.3.1;
                }
            }
            inactive: host CPE3 {
                hardware-address 00:50:56:a2:03:ac;
                ip-address 10.10.3.2;
            }
        }
    }
}

jcluser@dhcpserver> show configuration system services dhcp-local-server
forward-snooped-clients all-interfaces;
overrides {
    asymmetric-lease-time 600;
}
group server3 {
    interface ge-0/0/1.0;
}




jcluser@dhcpserver> show configuration system services dhcp-local-server | display set
set system services dhcp-local-server forward-snooped-clients all-interfaces
set system services dhcp-local-server overrides asymmetric-lease-time 600
set system services dhcp-local-server group server3 interface ge-0/0/1.0

jcluser@dhcpserver> show configuration access | display set
set access address-assignment pool pool3 family inet network 10.10.3.0/30
set access address-assignment pool pool3 family inet range 1 low 10.10.3.2
set access address-assignment pool pool3 family inet range 1 high 10.10.3.2
set access address-assignment pool pool3 family inet dhcp-attributes option-match option-82 circuit-id ge-0/0/3.0 range 1
deactivate access address-assignment pool pool3 family inet dhcp-attributes option-match option-82 circuit-id ge-0/0/3.0
set access address-assignment pool pool3 family inet dhcp-attributes option-match option-82 circuit-id ge-0/0/4.0 range 1
set access address-assignment pool pool3 family inet dhcp-attributes router 10.10.3.1
set access address-assignment pool pool3 family inet host CPE3 hardware-address 00:50:56:a2:03:ac
set access address-assignment pool pool3 family inet host CPE3 ip-address 10.10.3.2
deactivate access address-assignment pool pool3 family inet host CPE3






































  • No labels