06-26-2012 08:24 AM - edited 06-26-2012 08:47 AM
Hi,
Does somebody already encountered the error in the subject despite all the configuration is done like it is on other SRX? The fact is that I don't find any way to solve this issue.
adm@FW# run show configuration system services dhcp
maximum-lease-time 86400;
default-lease-time 86400;
domain-name net.grp;
router {
172.18.100.254;
}
pool 172.18.100.0/24 {
address-range low 172.18.100.50 high 172.18.100.200;
default-lease-time 1440;
name-server {
208.67.222.222;
208.67.220.220;
}
router {
172.18.100.254;
}
propagate-settings ge-0/0/4.0;
}
[edit]
adm@FW# run show system services dhcp global
error: the dhcp subsystem is not running
[edit]
adm@FW# run restart dhcp-service
warning: dhcp-service subsystem not running - not needed by configuration.
[edit]
adm@FW#
06-26-2012 08:52 AM
Weird,
Try
user@srx>restart dhcp gracefully
06-26-2012 08:57 AM
Thanks MMcD for your advise.
Unfortunately, it doesn't work better.
Here are the result:
adm@FW> restart dhcp gracefully
error: Dynamic Host Configuration Protocol process is not running
Dynamic Host Configuration Protocol process started, pid 30926
adm@FW> show system services dhcp global
error: the dhcp subsystem is not running
adm@FW> restart dhcp-service gracefully
warning: dhcp-service subsystem not running - not needed by configuration.
06-26-2012 09:02 AM
You may need to reboot the device if restart dhcp-service is not working. :-s
06-26-2012 09:22 AM
Thanks again!
Already rebooted when upgraded to JUNOS Software Release 11.4R2.16 last week. But it haven't resolved though.
Any other idea?
06-26-2012 09:26 AM
1 - Do you have interfaces in the 172.18.100.0/24 subnet?
2 - Have you enabled DHCP in the security zone configuration?
06-26-2012 10:11 AM
Yes I confirm for both your questions. As we can see:
adm@FW# run show interfaces ge-0/0/4
Physical interface: ge-0/0/4, Enabled, Physical link is Up
Interface index: 138, SNMP ifIndex: 528
Description: Guest
Link-level type: Ethernet, MTU: 1514, Link-mode: Full-duplex, Speed: 1000mbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled, Flow control: Enabled, Auto-negotiation: Enabled,
Remote fault: Online
Device flags : Present Running
Interface flags: SNMP-Traps Internal: 0x0
Link flags : None
CoS queues : 8 supported, 8 maximum usable queues
Current address: 64:87:88:4e:0c:04, Hardware address: 64:87:88:4e:0c:04
Last flapped : 2012-06-19 08:10:24 BST (1w0d 09:39 ago)
Input rate : 232 bps (0 pps)
Output rate : 0 bps (0 pps)
Active alarms : None
Active defects : None
Interface transmit statistics: Disabled
Logical interface ge-0/0/4.0 (Index 76) (SNMP ifIndex 529)
Flags: SNMP-Traps 0x0 Encapsulation: ENET2
Input packets : 342367
Output packets: 0
Security: Zone: GUEST
Allowed host-inbound traffic : bootp bfd bgp dns dvmrp igmp ldp msdp nhrp ospf ospf3 pgm pim rip ripng router-discovery rsvp sap vrrp dhcp finger ftp tftp ident-reset http https ike netconf ping reverse-telnet reverse-ssh rlogin rpm
rsh snmp snmp-trap ssh telnet traceroute xnm-clear-text xnm-ssl lsping ntp sip dhcpv6 r2cp
Protocol inet, MTU: 1500
Flags: Sendbcast-pkt-to-re, Sample-input, Sample-output
Addresses, Flags: Is-Preferred Is-Primary
Destination: 172.18.100/24, Local: 172.18.100.254, Broadcast: 172.18.100.255
[edit]
adm@FW#