Hello,
I have an EX4200 (L3) with multiple vlans and a dhcp server attached to port 0/0/1 and a cisco 2960 access switch connected to port 0/0/48. I have vlans 5, 6 and 10 defined ob both switches. DHCP server is on VLAN 10. I enabled DHCP snooping and trusted the port 0/0/1. I connnected multiple clients on different vlans and they all get an ip address fine. The issue I have is with the EX4200 doesnt show any binding for vlan 5 and 6. I see multiple bindings on Cisco switch for those vlans but not the EX. I connected clients to EX and put them in vlan 5 and 6, they got an ip fine but switch doesnt show any bindings. The only binding that the EX shows is for vlan 10 where the DHCP server is.
I attached prt of the config
forwarding-options {
helpers {
bootp {
}
interface {
vlan.5 {
server 10.81.10.10;
}
vlan.6 {
server 10.81.10.10;
}
vlan.10 {
server 10.81.10.10;
}
}
}
}
}
[edit ethernet-switching-options]
abdel# show
secure-access-port {
interface ge-0/0/1.0 {
dhcp-trusted;
}
vlan vlan5 {
examine-dhcp;
vlan vlan6 {
examine-dhcp;
}
vlan vlan10 {
examine-dhcp;
}
dhcp-snooping-file {
location /var/home/DHCPSNOOPING.log;
write-interval 60;
}
}
Has Anyone run into this issue before?