Hi,
There no much to config .
You can follow this document to be sure :
http://www.juniper.net/documentation/en_US/junos13.3/topics/task/configuration/dhcp-server-cli.html
After all:
Does the connected PC get an IP address or APIPA ?
Can you share the ipconfig of the relevant NIC ?
Have you configured the relevant interface with the relevant vlan ? eg:
root@EX4200# show interfaces vlan.10
family inet {
address x.x.x.1/24;
}
[edit]
root@EX4200# show interfaces ge-0/0/0
unit 0 {
family ethernet-switching {
vlan {
members 10;
}
There no much to config .
You can follow this document to be sure :
http://www.juniper.net/documentation/en_US/junos13.3/topics/task/configuration/dhcp-server-cli.html
After all:
Does the connected PC get an IP address or APIPA ?
Can you share the ipconfig of the relevant NIC ?
Have you configured the relevant interface with the relevant vlan ? eg:
root@EX4200# show interfaces vlan.10
family inet {
address x.x.x.1/24;
}
[edit]
root@EX4200# show interfaces ge-0/0/0
unit 0 {
family ethernet-switching {
vlan {
members 10;
}