NetSight 5.1
C5-Series FW 6.81
When testing the new Automatic Deployment feature, the switch gets assigned an ip address by dhcpd but does not send a trap.
Tested this without option 125, send the trap to the dhcpd ip address.
Tested this with option 125 delivering the netsight ip address.
The network was monitored with wireshark.
I can clearly see the communication process between the switch and the dhcpd but as sson as the switch gets its ip address, there is no trap to be seen on the wire.
subnet 10.1.0.0 netmask 255.255.255.0 {
range 10.1.0.1 10.1.0.20;
option vivso 00:00:15:F8:06:01:04:0A:00:00:02;
option subnet-mask 255.25.255.0;
option broadcast-address 10.1.0.255;
option routers 10.1.0.254;
}
This is my subnet definition in dhcpd can anyone spot something wrong there ??
Thanks Hans